mikemirten / json-api-bundle
This package's canonical repository appears to be gone and the package has been frozen as a result.
Installs: 6 624
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 2
Forks: 3
Open Issues: 0
Requires
- php: >=7.0
- mikemirten/json-api: >=0.33
- sensio/framework-extra-bundle: ^3.0|^5.0
- symfony/cache: ^3.0|^4.0
- symfony/dependency-injection: ^3.3|^4.0
- symfony/property-access: ^3.0|^4.0
- symfony/yaml: ^3.0|^4.0
Requires (Dev)
- guzzlehttp/guzzle: ~6.0
- jms/serializer: ~1.4
- phpunit/phpunit: ~6.0
This package is not auto-updated.
Last update: 2023-09-30 14:54:47 UTC
README
This bundle integrates JsonApi component with the Symfony framework. Both, the bundle and the component, requires PHP 7.0 or later.
How to install
Through composer:
composer require mikemirten/json-api-bundle
Add the bundle to kernel of your application:
public function registerBundles() { $bundles = [ // ... new Mikemirten\Bundle\JsonApiBundle\JsonApiBundle() // ... ]; return $bundles; }
How to use
The bundle provides a number of features: