Libraries

Webisters ships as a set of small, focused PHP libraries. Pull in the ones you need, ignore the rest. Every library is also documented as a Composer package.

Core

Application services

CLI & tooling

Installing a single library

Each library is independently installable via Composer:

composer require webisters/mvc
composer require webisters/routing
composer require webisters/database

Or install the complete framework bundle to get them all at once:

composer require webisters/framework