PHPackages                             bankiru/doctrine-api-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Database &amp; ORM](/categories/database)
4. /
5. bankiru/doctrine-api-bundle

AbandonedSymfony-bundle[Database &amp; ORM](/categories/database)

bankiru/doctrine-api-bundle
===========================

Doctrine-faced RPC API Client Bundle

2.0(8y ago)028.3k1[1 issues](https://github.com/bankiru/doctrine-api-bundle/issues)MITPHPPHP ~5.5 | ~7.0

Since Apr 18Pushed 3y ago3 watchersCompare

[ Source](https://github.com/bankiru/doctrine-api-bundle)[ Packagist](https://packagist.org/packages/bankiru/doctrine-api-bundle)[ RSS](/packages/bankiru-doctrine-api-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (11)Versions (6)Used By (0)

[![Latest Stable Version](https://camo.githubusercontent.com/b9093462da29d3fb443189a5698dbc443e5b065ddddc625ad6d482dc71237cc1/68747470733a2f2f706f7365722e707567782e6f72672f62616e6b6972752f646f637472696e652d6170692d62756e646c652f762f737461626c65)](https://packagist.org/packages/bankiru/doctrine-api-bundle)[![Total Downloads](https://camo.githubusercontent.com/3ddc769763ba33ed26cf565f9d5eee495a4c994e0debc9291e498342e1a6d816/68747470733a2f2f706f7365722e707567782e6f72672f62616e6b6972752f646f637472696e652d6170692d62756e646c652f646f776e6c6f616473)](https://packagist.org/packages/bankiru/doctrine-api-bundle)[![Latest Unstable Version](https://camo.githubusercontent.com/4fee538155461cceacd67261dca657ce701e6961d09f3a2f14cae12417038ebc/68747470733a2f2f706f7365722e707567782e6f72672f62616e6b6972752f646f637472696e652d6170692d62756e646c652f762f756e737461626c65)](https://packagist.org/packages/bankiru/doctrine-api-bundle)[![License](https://camo.githubusercontent.com/6e466a8eea3bef07d31e7ab12204cc20686def5271bb790a2850fa1fceab5dce/68747470733a2f2f706f7365722e707567782e6f72672f62616e6b6972752f646f637472696e652d6170692d62756e646c652f6c6963656e7365)](https://packagist.org/packages/bankiru/doctrine-api-bundle)

[![Build Status](https://camo.githubusercontent.com/95ffed4380da09824cdf7c645bb40ef2535877ddc22aac5d16fac051a995981e/68747470733a2f2f7472617669732d63692e6f72672f62616e6b6972752f646f637472696e652d6170692d62756e646c652e737667)](https://travis-ci.org/bankiru/doctrine-api-bundle)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/4bc06d99e6db40be4cf7acd183da6846793ca32f9c9eaf73b01979e50deaa484/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f62616e6b6972752f646f637472696e652d6170692d62756e646c652f6261646765732f7175616c6974792d73636f72652e706e67)](https://scrutinizer-ci.com/g/bankiru/doctrine-api-bundle/)[![Code Coverage](https://camo.githubusercontent.com/0132655041fcb8ffdcef1de6a5e9a8cad8d640392d162f6e2dbffafeca4bceec/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f62616e6b6972752f646f637472696e652d6170692d62756e646c652f6261646765732f636f7665726167652e706e67)](https://scrutinizer-ci.com/g/bankiru/doctrine-api-bundle/)[![SensioLabsInsight](https://camo.githubusercontent.com/3be43e66ff4c39a306aa1bc4dcbec69b580d8845004196f80a2ac64a47a4a5a3/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f61313638353539612d646433392d343763652d393761652d6563643434353165626432642f6d696e692e706e67)](https://insight.sensiolabs.com/projects/a168559a-dd39-47ce-97ae-ecd4451ebd2d)

Doctrine-faced RPC Bundle
=========================

[](#doctrine-faced-rpc-bundle)

This bundle incorporates doctrine API library `bankiru/doctrine-api-client`

Services
--------

[](#services)

This bundle provides the only public service to use - `@bankiru_api.entity_manager`. This service implements `ApiEntityManager extends ObjectManager` interface

Features
--------

[](#features)

### Automatic bundle metadata registration

[](#automatic-bundle-metadata-registration)

This bundle automatically registers all bundles `yaml` annotations if they are stored at `@BundleName\Resources\config\api` location.

### Client aggregation

[](#client-aggregation)

This bundle automatically registers all services, marked with `rpc_client`tag into the library client registry, i.e

```
  bankiru_api.test.client:
    class: Bankiru\Api\Tests\TestClient
    arguments:
    - "@bankiru_api.test.client_mock"
    tags:
    - { name: rpc_client, client_name: test_client }
```

### Profiling

[](#profiling)

This bundle enables RPC client profiling and time tracing with internal Symfony components - stopwatch and web debug toolbar.

@Todo: populate with screenshots

### Cache configuration

[](#cache-configuration)

```
# TTL only
api_client:
    cache:
        configuration:
            Bankiru\Api\Doctrine\Test\Entity\TestEntity: 900
```

```
# Default
api_client:
    cache:
        configuration:
            Bankiru\Api\Doctrine\Test\Entity\TestEntity:
                enabled: false
```

```
# Enabled defaults
api_client:
    cache:
        configuration:
            Bankiru\Api\Doctrine\Test\Entity\TestEntity:
                enabled: true
                ttl: ~
                extra: {}
```

```
# Extra keys would be available within API entity cache via CacheConfigurationInterface
api_client:
    cache:
        configuration:
            Bankiru\Api\Doctrine\Test\Entity\TestEntity:
                enabled: true
                ttl: 900
                extra:
                    quick_search: true
```

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 80% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~200 days

Total

3

Last Release

3274d ago

Major Versions

1.x-dev → 2.02017-05-23

PHP version history (3 changes)1.0PHP ~5.5|~7.0

1.x-devPHP ~5.5 || ~7.0

2.0PHP ~5.5 | ~7.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/ed906771163ff68cfb365bdd3b8278a3ce1b464f94051ff7ab50c03a30110efe?d=identicon)[scaytrase](/maintainers/scaytrase)

---

Top Contributors

[![scaytrase](https://avatars.githubusercontent.com/u/6578413?v=4)](https://github.com/scaytrase "scaytrase (4 commits)")[![hanovruslan](https://avatars.githubusercontent.com/u/1153520?v=4)](https://github.com/hanovruslan "hanovruslan (1 commits)")

---

Tags

apibundleclientdoctrinerpcsymfony

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/bankiru-doctrine-api-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/bankiru-doctrine-api-bundle/health.svg)](https://phpackages.com/packages/bankiru-doctrine-api-bundle)
```

###  Alternatives

[a2lix/translation-form-bundle

Translate your doctrine objects easily with some helpers

3376.9M38](/packages/a2lix-translation-form-bundle)[sonata-project/entity-audit-bundle

Audit for Doctrine Entities

644989.8k1](/packages/sonata-project-entity-audit-bundle)[kreait/firebase-bundle

Symfony Bundle for the Firebase Admin SDK

1534.7M2](/packages/kreait-firebase-bundle)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
