PHPackages                             ops-talent/apibundle - 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. [Caching](/categories/caching)
4. /
5. ops-talent/apibundle

ActiveSymfony-bundle[Caching](/categories/caching)

ops-talent/apibundle
====================

Basic RESTful api bundle + oauth2

1.0.4(6y ago)11.1k[4 issues](https://github.com/opstalent/api-bundle/issues)[1 PRs](https://github.com/opstalent/api-bundle/pulls)MITPHP

Since Apr 5Pushed 6y agoCompare

[ Source](https://github.com/opstalent/api-bundle)[ Packagist](https://packagist.org/packages/ops-talent/apibundle)[ RSS](/packages/ops-talent-apibundle/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (5)Dependencies (17)Versions (22)Used By (0)

Api-bundle [![Build Status](https://camo.githubusercontent.com/13235d352715c51469e8553f301da9926b03a25d00a2af6a3ae857b80c324664/68747470733a2f2f7472617669732d63692e6f72672f6f707374616c656e742f6170692d62756e646c652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/opstalent/api-bundle)
======================================================================================================================================================================================================================================================================================================

[](#api-bundle-)

This bundle provides various tools to rapidly develop RESTful API's &amp; applications with Symfony 3.x.

Features:

- Endpoint Generator (all you need is Entity)
- JSON response
- Exception hendler
- OAuth2 - friendsofsymfony/oauth-server-bundle

Instalation
===========

[](#instalation)

`composer require opstalent/apibundle "dev-master`

#### Bundle Depend on

[](#bundle-depend-on)

`"friendsofsymfony/oauth-server-bundle": "^1.5", "friendsofsymfony/user-bundle": "~2.0@dev"`

Manual Configuration
====================

[](#manual-configuration)

### 1. Create entity

[](#1-create-entity)

```
