A lightweight framework using fast routing

0.2.1 2024-03-02 01:25 UTC

This package is auto-updated.

Last update: 2024-04-30 23:53:15 UTC


README

Simple and lightweight PHP framework for modern PHP.

There will be plugins to handle more requirements, such as templates.

Requirements

  • PHP 8.3
  • ext-gettext
  • ext-json (configuration dependency)
  • ext-yaml (configuration dependency)

Features

The core tries to be as minimal as possible, with the minimalistic approach to include the almost always needed pieces for web application development.

Configuration

Support for environment variables, YAML and JSON files.

Logging

PSR-3 compatible logging interface, defaults to Monolog.

Routing

Loosely tied to FastRoute, other implementations would likely be possible as well.