https://github.com/synerise/symfony-recipes
https://github.com/synerise/symfony-recipes
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/synerise/symfony-recipes
- Owner: Synerise
- Created: 2025-08-20T11:47:05.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2026-02-05T15:09:01.000Z (5 months ago)
- Last Synced: 2026-02-06T00:43:59.568Z (5 months ago)
- Size: 15.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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",
"..."
]
}
"..."
}
```