Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ekyna/apibundle
https://github.com/ekyna/apibundle
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ekyna/apibundle
- Owner: ekyna
- License: mit
- Created: 2021-12-22T10:47:29.000Z (almost 3 years ago)
- Default Branch: 0.8
- Last Pushed: 2022-12-12T14:00:26.000Z (almost 2 years ago)
- Last Synced: 2024-10-27T21:20:53.510Z (20 days ago)
- Language: PHP
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
ApiBundle
==========Api features for EkynaResourceBundle.
## Installation
Install through composer:
composer require ekyna/api-bundle:^0.8
Register the bundles:
```php
// config/bundles.php
['all' => true],
Ekyna\Bundle\ApiBundle\EkynaApiBundle::class => ['all' => true],
];```
## Configuration
See [this page](https://github.com/ekyna/ResourceBundle) to configure ekyna/resource-bundle.
```yaml
ekyna_api:
routing_prefix: /api
```