Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/neuralglitch/symfony-recipes
Symfony Recipes Repository
https://github.com/neuralglitch/symfony-recipes
recipes symfony
Last synced: 9 days ago
JSON representation
Symfony Recipes Repository
- Host: GitHub
- URL: https://github.com/neuralglitch/symfony-recipes
- Owner: neuralglitch
- License: mit
- Created: 2024-05-03T18:33:33.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-05-08T01:20:29.000Z (6 months ago)
- Last Synced: 2024-05-08T23:24:07.492Z (6 months ago)
- Topics: recipes, symfony
- Homepage:
- Size: 34.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Symfony Recipes
Symfony Flex recipe repository of **neuralglit.ch**[![symfony/recipes](https://img.shields.io/badge/symfony-recipes-374151.svg?style=flat-square)](https://github.com/symfony/recipes)
[![symfony/recipes-contrib](https://img.shields.io/badge/symfony-recipes--contrib-374151.svg?style=flat-square)](https://github.com/symfony/recipes-contrib)[![php](https://img.shields.io/badge/PHP->=8.0-4F5B93.svg?style=flat-square)](https://www.php.net)
[![composer](https://img.shields.io/badge/composer-^2.1-D48822.svg?style=flat-square)](https://getcomposer.org)
[![symfony](https://img.shields.io/badge/symfony/flex-^2-374151.svg?style=flat-square)](https://github.com/symfony/flex)---
## Getting Started
This repository contains custom Symfony Flex recipes tailored for my Symfony bundles and packages.
To enable recipes defined in this repository for your project, add this endpoint in your project's `composer.json` as described in the
[Symfony documentation](https://symfony.com/doc/current/setup/flex_private_recipes.html#configure-your-project-s-composer-json-file):
```json
{
"extra": {
"symfony": {
"endpoint": [
"https://api.github.com/repos/neuralglitch/symfony-recipes/contents/index.json",
"flex://defaults"
]
}
}
}
```> [!WARNING]
> Without this option Composer will not use the Symfony Flex recipes for my bundles, unless the recipes were contributed to
> [symfony/recipes-contrib](https://github.com/symfony/recipes-contrib). Then you will need to follow manual installation
> instructions, if provided.> [!NOTE]
> See [RECIPES.md](https://github.com/neuralglitch/symfony-recipes/blob/flex/main/RECIPES.md) for a full list of recipes that live in this repository.## Contributing
Only authorized team members can contribute to this repository.## Support
If you run into any problems or have questions about the recipes, feel free to reach out. However, please note that I won't be available to assist personally.## License
This repository is highly experimental and should only used unless the recipes are not available in the official recipes-contrib repository.## About me
I'm a developer passionate about creating top-notch Symfony applications. Feel free to reach out to me with any questions or collaboration opportunities!## Acknowledgements
I would like to thank the Symfony community for their valuable contributions to the ecosystem.---
Copyright (c) 2024 [neuralglit.ch](https://neuralglit.ch)