reflexive-comms / symfony-components
Customized Symfony components for headless web APIs
Package info
github.com/reflexive-communications/symfony-components
pkg:composer/reflexive-comms/symfony-components
v0.3.0
2025-12-25 22:07 UTC
Requires
- php: >=8.2
- symfony/http-kernel: 7.4.*
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.69
- phpunit/phpunit: ^9.6
This package is auto-updated.
Last update: 2026-03-28 21:57:10 UTC
README
This library contains customized Symfony components that can be used to create a headless web API.
Supported Symfony version: 7.4 LTS
Installation
You can install this library via Composer:
composer require reflexive-comms/symfony-components
Components
The 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.
Usage
See the Developer Notes file for instructions on how to use the components in your project.