tournayrelabs/framework

A framework and helpers on top of Symfony

Maintainers

👁 atournayre

Package info

github.com/TournayreLabs/framework

pkg:composer/tournayrelabs/framework

Statistics

Installs: 64

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v0.1.1 2026-06-01 19:29 UTC

Requires

Suggests

None

Provides

None

Conflicts

Replaces

None

MIT 7a664206893db2109f7930df19fbdd2b603d31f1

  • TournayreLabs

frameworksymfonydev

This package is auto-updated.

Last update: 2026-06-01 20:24:13 UTC


README

Framework and helpers on top of Symfony.

This package is a refactoring of the historical atournayre/framework package. The original package remains the source of truth while the public surface is transferred to this repository.

Requirements

  • PHP 8.2.22 or higher
  • Composer

Installation

composer require tournayrelabs/framework

Development

Install dependencies:

make vendor

Run the default quality checks:

make qa

Useful targets:

make help
make composer c='validate --strict'
make tests
make phpstan
make fix

Compatibility

During the initial transfer, method signatures from the original package must be preserved exactly. The implementation may change internally, but public contracts must remain stable for the consuming project.