Modern PHP 8.5 framework — built for clarity, not complexity.
Everything you need to build modern PHP applications
Built on PSR-7 (HTTP), PSR-11 (Container), PSR-15 (Middleware), and PSR-3 (Logger). Full interoperability with any PSR-compliant library.
Leverage PHP 8.5 property hooks and attributes for automatic validation. Type-safe data transfer with asymmetric visibility.
Powerful, elegant templating engine with components, slots, and custom directives. Write clean, maintainable views.
Define routes with PHP attributes directly on controllers. No configuration files, just clean, self-documenting code.
Eloquent-inspired ORM with relationships, query builder, migrations, and seeders. Database operations made simple.
Clean data transformation pipelines using the pipe operator. Transform data with readable, functional code.
Up and running in seconds
composer create-project larafony/skeleton my-app
cd my-app
php8.5 -S localhost:8000 -t public
The framework you can truly understand
Not a toy or tutorial framework. Built for real-world applications with high quality standards and full test coverage.
Use Blade, Twig, or Inertia.js. Swap components freely. No vendor lock-in, just pure PHP flexibility.
Minimal dependencies, optimized pipelines, and efficient patterns. Fast by design, not by accident.
Clean architecture, SOLID principles, and PHP 8.5 features. Code you'll be proud to maintain.