Skip to content

symfinity/recipes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logo

Recipes

Custom Flex recipes tailored for Symfinity branded Symfony packages

symfinity/repos
php composer symfony
symfony/recipes symfony/recipes-contrib


Getting Started

This repository contains custom Symfony Flex recipes for symfinity packages. Recipe sources live on branch main; the Flex endpoint (generated index.json, vendor JSON files, RECIPES.md) lives on branch flex/main.

To enable recipes from this repository in your project, add this endpoint in your project's composer.json as described in the Symfony documentation:

{
    "extra": {
        "symfony": {
            "allow-contrib": true,
            "endpoint": [
                "https://api.github.com/repos/symfinity/recipes/contents/index.json?ref=flex/main",
                "flex://defaults"
            ]
        }
    }
}

Warning

Without this option Composer will not use the Symfony Flex recipes for symfinity packages unless the recipes were contributed to symfony/recipes-contrib.

Note

See RECIPES.md for a full list of recipes on the Flex endpoint branch.

Contributing

Only authorized team members can contribute to this repository.

Support

If you run into problems or have questions about the recipes, open an issue in the monorepo or contact the maintainers.

License

This repository is experimental. Prefer symfony/recipes-contrib when recipes are accepted upstream.

About

symfinity.net — Symfony-first packages and tooling.

Acknowledgements

Thanks to the Symfony community for recipes-contrib and Flex.


Copyright (c) 2026-present symfinity.net

About

Custom Flex recipes tailored for Symfinity branded Symfony packages

Topics

Resources

License

Stars

Watchers

Forks

Contributors