Search by

reflexive-comms / symfony-components

semseysandor

Customized Symfony components for headless web APIs

Package info

github.com/reflexive-communications/symfony-components

pkg:composer/reflexive-comms/symfony-components

Statistics

Installs: 12

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 2

v0.3.0 2025-12-25 22:07 UTC

This package is auto-updated.

Last update: 2026-08-28 22:54:21 UTC


README

CI

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 (/private instead of /var)

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.