zephyrphp/framework

ZephyrPHP - An open-source, GUI-first CMS platform for building modern websites.

Maintainers

Package info

github.com/Techwonia/zephyrphp-framework

Documentation

pkg:composer/zephyrphp/framework

Statistics

Installs: 99

Dependents: 7

Suggesters: 0

Stars: 0

Open Issues: 0

v0.4.50 2026-03-24 23:09 UTC

README

The core framework powering ZephyrPHP — an open-source, GUI-first CMS platform.

Features

  • MVC architecture with Twig templating
  • Dependency injection (PHP-DI)
  • Routing with middleware support
  • Session management
  • Security (CSRF, CSP headers, encryption, rate limiting)
  • Validation (30+ rules)
  • Asset management with versioning
  • Modular architecture

Requirements

  • PHP 8.2+
  • Composer 2.0+

Installation

This package is installed automatically with the starter:

composer create-project zephyrphp/starter mysite

Note: ZephyrPHP is a standalone CMS platform. These packages are designed exclusively for ZephyrPHP and are not compatible with other PHP frameworks.

Documentation

https://zephyrphp.com/docs

License

MIT