oscryn / framework
Oscryn — a tiny, modern PHP framework.
v0.1.4
2026-08-18 07:08 UTC
Requires
- php: ^8.1
- latte/latte: ^3.1
Requires (Dev)
- phpunit/phpunit: ^11.5
Suggests
None
Provides
None
Conflicts
None
Replaces
None
README
The core of the Oscryn framework — a tiny, modern PHP framework.
- Fluent routing, an ActiveRecord-style ORM with casts, a raw-SQL-free schema builder and migrations
- Latte templating, Ignition-style error pages, pretty JSON, CSRF + sessions, encryption
- Global helpers:
env(),db(),dd(),live_dump(),view(),encrypt(),csrf_field()and more
Install
composer require oscryn/framework
Or create a full project with the skeleton:
composer create-project oscryn/oscryn my-app