Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ekyna/apibundle


https://github.com/ekyna/apibundle

Last synced: 9 days ago
JSON representation

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
```