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

https://github.com/synerise/symfony-recipes


https://github.com/synerise/symfony-recipes

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# Synerise Symofony Recipes

Symfony Flex recipes repository for bundles provided by Synerise.

### Usage

```bash
composer config --json --merge extra.symfony.endpoint '["https://api.github.com/repos/synerise/symfony-recipes/contents/index.json?ref=flex/main"]'
```

Alternatively, edit `composer.json` file of your application to include an endpoint of Synerise recipes repository:

```json
"extra": {
"symfony": {
"endpoint": [
"https://api.github.com/repos/synerise/symfony-recipes/contents/index.json?ref=flex/main",
"..."
]
}
"..."
}
```