Search by

oscryn / framework

Ssionn

Oscryn — a tiny, modern PHP framework.

Package info

github.com/Oscryn/framework

pkg:composer/oscryn/framework

Statistics

Installs: 8

Dependents: 1

Suggesters: 0

Stars: 0

Open Issues: 0

v0.1.4 2026-08-18 07:08 UTC

This package is auto-updated.

Last update: 2026-09-18 07:17:49 UTC


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