zephyrphp / framework
ZephyrPHP - An open-source, GUI-first CMS platform for building modern websites.
v0.4.50
2026-03-24 23:09 UTC
Requires
- php: >=8.2
- php-di/php-di: ^7.0
- psr/log: ^3.0
- symfony/console: ^6.0|^7.0
- twig/twig: ^3.17
- vlucas/phpdotenv: ^5.6
- dev-main
- v0.4.50
- v0.4.49
- v0.4.48
- v0.4.47
- v0.4.46
- v0.4.45
- v0.4.44
- v0.4.43
- v0.4.42
- v0.4.41
- v0.4.40
- v0.4.39
- v0.4.38
- v0.4.37
- v0.4.36
- v0.4.35
- v0.4.34
- v0.4.33
- v0.4.32
- v0.4.31
- v0.4.30
- v0.4.29
- v0.4.28
- v0.4.27
- v0.4.26
- v0.4.25
- v0.4.24
- v0.4.23
- v0.4.22
- v0.4.21
- v0.4.20
- v0.4.19
- v0.4.18
- v0.4.17
- v0.4.16
- v0.4.15
- v0.4.14
- v0.4.13
- v0.4.12
- v0.4.11
- v0.4.10
- v0.4.9
- v0.4.8
- v0.4.7
- v0.4.6
- v0.4.5
- v0.4.4
- v0.4.3
- v0.4.1
- v0.1.0
This package is auto-updated.
Last update: 2026-03-24 23:10:57 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
License
MIT