Add Symfony Flex recipe for nalabdou/algebra-symfony (#1957)

Co-authored-by: Nadim AL ABDOU <nadim.al-abdou@docaposte.fr>
This commit is contained in:
Nadim AL ABDOU
2026-03-26 04:44:46 +04:00
committed by GitHub
co-authored by Nadim AL ABDOU
parent bf0f27126b
commit 2129ef86d3
3 changed files with 27 additions and 0 deletions
@@ -0,0 +1,2 @@
algebra:
strict_mode: true
@@ -0,0 +1,8 @@
{
"bundles": {
"Nalabdou\\Algebra\\Symfony\\AlgebraBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}
@@ -0,0 +1,17 @@
✅ AlgebraBundle has been installed successfully!
Your Symfony project is now ready to use AlgebraBundle.
Next steps:
1. Review the default configuration:
- Located at: config/packages/algebra.yaml
- Adjust setting `strict_mode` as needed.
2. Use AlgebraBundle features in your services and controllers:
- Check the documentation: https://github.com/nalabdou/algebra-symfony
3. Development tips:
- Use strict_mode to catch invalid expressions early.
Enjoy algebraic coding! 🚀