tournayrelabs/framework

A framework and helpers on top of Symfony

Maintainers

Package info

github.com/TournayreLabs/framework

pkg:composer/tournayrelabs/framework

Statistics

Installs: 23

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v0.1.0 2026-05-27 21:51 UTC

This package is auto-updated.

Last update: 2026-05-28 08:31:10 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.