PHPackages                             virhi/lazy-rest-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. [API Development](/categories/api)
4. /
5. virhi/lazy-rest-api-bundle

ActiveSymfony-bundle[API Development](/categories/api)

virhi/lazy-rest-api-bundle
==========================

generate a Rest Hal APi on top of doctrine orm

02PHP

Since Jan 10Pushed 11y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

\#LazyRestApiBundle

Generate easily and automatically a API REST whit doctrine. CRUD action are available.

[![alt text](https://camo.githubusercontent.com/b2e2be7d771c2ba265f524d8b0610ef35f41b90747825e8f7c0a2f93ac44f83a/687474703a2f2f70687063692e76697268697765622e66722f6275696c642d7374617475732f696d6167652f32 "phpci")](https://camo.githubusercontent.com/b2e2be7d771c2ba265f524d8b0610ef35f41b90747825e8f7c0a2f93ac44f83a/687474703a2f2f70687063692e76697268697765622e66722f6275696c642d7374617475732f696d6167652f32)

\##Installation

Edit your `composer.json`:

```
"require": {
    "virhi/lazy-rest-api-bundle" : "master"
}
```

And run Composer:

```
php composer.phar update virhi/lazy-rest-api-bundle

```

Enable your bundle in your `AppKernel.php`:

```
// app/AppKernel.php

public function registerBundles()
{
    $bundles = array(
        // ...
        new Virhi\LazyRestApiBundle\VirhiLazyRestApiBundle(),
    );
}
```

Edit your config

```
virhi_lazy_rest_api:
    manager: Manager
```

You can choose the expose entity and action available on the entity

```
virhi_lazy_rest_api:
    manager: Manager
    expose_entities:
        your_entity: { entity_name: Namespace\YourEntity, edit_mode: false, delete_mode: true, create_mode: true }
```

[Documentation](./Documentation/index.md)

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity2

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/4b5e1f13d7c3ec3bc202b5a33975eb15f9b03ee350f7a2dd278874d872181612?d=identicon)[virhi](/maintainers/virhi)

---

Top Contributors

[![virhi](https://avatars.githubusercontent.com/u/2827979?v=4)](https://github.com/virhi "virhi (46 commits)")

### Embed Badge

![Health badge](/badges/virhi-lazy-rest-api-bundle/health.svg)

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

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M480](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M454](/packages/google-gax)

PHPackages © 2026

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