This library contains customized Symfony components that can be used to create a headless web API.
Supported Symfony version: 7.4 LTS
You can install this library via Composer:
composer require reflexive-communications/symfony-componentsThe following Symfony components are included (listed with their main customizations):
- BaseKernel: a wrapper around the HttpKernel component
- default project structure is changed (
/privateinstead of/var)
- default project structure is changed (
For details about the modifications, please refer to the source code.
See the Developer Notes file for instructions on how to use the components in your project.