edumedia / gar-api-bundle
Installs: 3 366
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- php: ^8.0
- ext-json: *
- ext-simplexml: *
- ext-zip: *
- symfony/framework-bundle: ^5.0|^6.0|^7.0
- symfony/http-client: ^5.0|^6.0|^7.0
- symfony/options-resolver: ^5.0|^6.0|^7.0
README
A Symfony bundle to ease the interaction with the GAR API.
Installation
Add an extra Symfony endpoint to allow the execution of the recipe:
You can run the following command:
composer config --json extra.symfony.endpoint '["https://api.github.com/repos/edumedia-sciences/gar-api-bundle-recipe/contents/index.json", "flex://defaults"]' --merge
It should now look like this:
// composer.json { // (...) "extra": { "symfony": { // (...) "endpoint": [ "https://api.github.com/repos/edumedia-sciences/gar-api-bundle-recipe/contents/index.json", "flex://defaults" ] } } }
Require the bundle using Composer:
composer require edumedia/gar-api-bundle