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.
Only authorized team members can contribute to this repository.
If you run into problems or have questions about the recipes, open an issue in the monorepo or contact the maintainers.
This repository is experimental. Prefer symfony/recipes-contrib when recipes are accepted upstream.
symfinity.net — Symfony-first packages and tooling.
Thanks to the Symfony community for recipes-contrib and Flex.
Copyright (c) 2026-present symfinity.net