PHPackages                             adrotec/webapi-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. [HTTP &amp; Networking](/categories/http)
4. /
5. adrotec/webapi-bundle

ActiveSymfony-bundle[HTTP &amp; Networking](/categories/http)

adrotec/webapi-bundle
=====================

Create a JSON WebApi with minimum configuration, targetting several client side libraries, such as breeze js

1.0.5(10y ago)414.6k1[1 issues](https://github.com/adrotec/AdrotecWebApiBundle/issues)MITPHPPHP &gt;=5.3.2

Since Oct 20Pushed 8y ago3 watchersCompare

[ Source](https://github.com/adrotec/AdrotecWebApiBundle)[ Packagist](https://packagist.org/packages/adrotec/webapi-bundle)[ Docs](http://github.com/adrotec/AdrotecWebApiBundle)[ RSS](/packages/adrotec-webapi-bundle/feed)WikiDiscussions master Synced 1w ago

READMEChangelog (2)Dependencies (4)Versions (3)Used By (0)

Project Status: 🚨 Unmaintained 🚨
================================

[](#project-status---unmaintained-)

This project is no longer maintained. We will not be accepting pull requests, addressing issues, nor making future releases.

AdrotecWebApiBundle
===================

[](#adrotecwebapibundle)

This is a `Symfony 2`bundle to create Web APIs with [breeze.server.php](http://github.com/adrotec/breeze.server.php)

Usage
-----

[](#usage)

#### Install with composer

[](#install-with-composer)

```
    "require": {
      "adrotec/webapi-bundle": "dev-master",
      "symfony/validator": "dev-master"
    }
```

`"symfony/validator": "dev-master"` is required for validations with `breeze.server.php` to work properly

#### Enable the bundle in `AppKernel.php`

[](#enable-the-bundle--in-appkernelphp)

```
