mrogwang / saqle
A php framework for rapid prototyping
Installs: 8
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/mrogwang/saqle
Requires
- php: >=8.4
- phpmailer/phpmailer: ^6.9
- vlucas/phpdotenv: ^5.6
This package is auto-updated.
Last update: 2025-12-26 15:01:32 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