Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/acseo/acseobaserestbundle
Prodive a base REST Bundle that can be easily extended
https://github.com/acseo/acseobaserestbundle
bundle php symfony symfony-bundle
Last synced: about 2 months ago
JSON representation
Prodive a base REST Bundle that can be easily extended
- Host: GitHub
- URL: https://github.com/acseo/acseobaserestbundle
- Owner: acseo
- Created: 2015-05-29T08:32:51.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-13T16:51:23.000Z (almost 9 years ago)
- Last Synced: 2024-10-05T08:46:52.116Z (3 months ago)
- Topics: bundle, php, symfony, symfony-bundle
- Language: PHP
- Size: 22.5 KB
- Stars: 2
- Watchers: 13
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ACSEOBaseRestBundle
Prodive a base REST Bundle that can be easily extended## Purpose
This BUndle exposes a Base Rest Bundle that can be easily extended to provide access to your entities.
## Installation
1) Add the bundle to you composer.json file :
```
composer require 'acseo/base-rest-bundle:dev-master'
```2) Enable the Bundle
```php
// app/AppKernel.php
class AppKernel extends Kernel
{
public function registerBundles()
{
$bundles = array(
//...
new ACSEO\BaseRestBundle\ACSEOCBaseRestdBundle(),
//...
```TODO : doc.