Lightpack
Docs
GitHub
Contribute
Lightpack PHP
A modern PHP web framework with extreme performance and small footprint.
✓
Routing
Dead simple and fast routing that is easy to learn and use.
✓
Controllers
Efficient controllers that define actions as per current request.
✓
Lucid ORM
Extremely fast and easy to learn Active Record implementation.
✓
Events
Achieve code modularity with events that promote low code coupling.
✓
Filters
Control incoming HTTP request data and your application response level.
✓
Filesystem
Simple filesystem abstraction that just works for your app needs.
✓
Environments
Easily manage your application config environments as per your needs.
✓
Validator
Validate form request data with rules to achieve simplicity.
✓
Lucy CLI
Simple console library that generates code for you and is extendible too.
✓
Caching
In-built file based cache service that is easy to understand and use.
✓
Logging
PSR-3 compatible logging library for your application.
✓
Containers
Bind services in container for easy access throughout app life cycle.
✓
Moment
Flexible date and time utility library class functions.
✓
Mails
Send rich HTML mails using any SMTP service provider.
✓
Jobs
Process time consuming jobs in background with ease.
✓
Authentication
Session-Cookie or API token based authentication.
✓
Testing
Feature test your application routes, responses, and JSON endpoints.