Skip to content

neuralglitch/symfony-recipes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Symfony Recipes

Symfony Flex recipe repository of neuralglit.ch

symfony/recipes symfony/recipes-contrib

php composer symfony


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:

{
    "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. Then you will need to follow manual installation instructions, if provided.

Note

See 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