mrogwang / saqle
A php framework for rapid prototyping
v0.1.0
2026-01-16 13:20 UTC
Requires
- php: >=8.4
- phpmailer/phpmailer: ^6.9
- vlucas/phpdotenv: ^5.6
This package is auto-updated.
Last update: 2026-04-02 15:33:29 UTC
README
SaQle is a rapid web app development MVC framework for PHP Developers. This is a fan personal project and by no means meant to compete Laravel or CakePhp and the likes. However, for developers looking to rapidly deploy small to medium scale web apps and/or prototypes, this framework will get you started quickly and get your idea out to the world.
Some Features
- Integrated CRUD for database interaction
- MVC architecture
- Request dispatcher with clean, custom URLs and routes
- Built-in validation
- Basic templating with PHP syntax
- Cookies, security, session, and request handling management components
- User input sanitization
- Basic authorization and authentication
- Multitenancy handling components
- Email feature with PHPMailer
- SMS feature with Twilio
- Image and video uploads resizing and cropping
Installation
composer require mrogwang/saqle:dev-main
Full Docs: View Documentation
Contact
For questions, feedback, or contributions:
- Email: wycliffomondiotieno@gmail.com
- GitHub: @MrOgwang