PHP Front Controller for HTTP applications

Installs: 22

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/polymorphine/app

0.1.5 2025-01-28 04:09 UTC

This package is auto-updated.

Last update: 2025-09-28 05:32:09 UTC


README

Latest stable release Build status Coverage status PHP version LICENSE

PHP Front Controller for HTTP applications

Goals: Framework should be easy to learn when programming is difficult to master
  • minimum conventions, simple API
  • plain SOLID code and hermetic abstractions
  • decoupled from application by design
  • encourage pure OOP
  • no imposed architecture - stateless HTTP context only
  • add and learn the libraries you need
  • experiment ready - have fun
Concepts:
  • Front controller as PSR-15 request handler
  • encapsulated configuration
  • PSR-11 container (optional use)
  • composite routing (polymorphic structure)

Installation with Composer

composer require polymorphine/app

...