https://github.com/eonx-com/symfony-recipes
EonX Symfony Recipes
https://github.com/eonx-com/symfony-recipes
Last synced: 8 months ago
JSON representation
EonX Symfony Recipes
- Host: GitHub
- URL: https://github.com/eonx-com/symfony-recipes
- Owner: eonx-com
- Created: 2021-09-28T12:57:24.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-05-18T20:34:03.000Z (about 3 years ago)
- Last Synced: 2024-12-27T18:24:42.229Z (over 1 year ago)
- Language: PHP
- Homepage:
- Size: 37.1 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# EonX Symfony Recipes
This repository is to be used as a [Symfony Flex][0] endpoint for EonX Symfony projects as it contains custom recipes.
## Usage
To use this repository as a Symfony Flex endpoint in your project, you can either add the URL of this repository
in the `extra.symfony.endpoint` config option of `composer.json` or in the `SYMFONY_ENDPOINT` env var.
For more information, please refer to this [article][1].
The URL to use for this repository is:
```
https://api.github.com/repos/eonx-com/symfony-recipes/contents/index.json?ref=flex/main
```
### Composer.json
```json
{
"extra": {
"symfony": {
"allow-contrib": false,
"require": "5.3.*",
"endpoint": "https://api.github.com/repos/eonx-com/symfony-recipes/contents/index.json?ref=flex/main"
}
}
}
```
[0]: https://github.com/symfony/flex
[1]: https://symfony.com/blog/symfony-flex-is-going-serverless