goldnetonline / php-lite-core
Lean core runtime for php-lite websites.
v1.0.3
2026-04-21 10:15 UTC
Requires
- php: >=8.4 <9.0
- filp/whoops: ^2.17
- mailgun/mailgun-php: ^4.3
- symfony/mailer: ^7.3
- symfony/mime: ^7.3
- twig/twig: ^3.0
Requires (Dev)
- phpunit/phpunit: ^12.0
README
Core framework package providing runtime components for PHP Lite applications.
Installation
PHP Lite Core is automatically installed when you use the starter template:
composer create-project goldnetonline/php-lite my-site
What's Included
PHP Lite Core provides:
- Application Runtime - Request/response handling and routing
- View Engine - Twig-based template rendering
- Mail System - SMTP and Mailgun driver support
- Error Handling - Integrated exception handling via Whoops
- Configuration - Environment-based application configuration
Getting Started
For usage documentation and examples, see the PHP Lite starter project.
License
MIT License - see LICENSE file