piasiu / saq
Simple, accessible and quickly PHP framework
dev-main
2025-03-19 17:17 UTC
Requires
- php: >=8.0.0
- ext-fileinfo: *
- ext-json: *
This package is auto-updated.
Last update: 2025-06-19 17:58:54 UTC
README
Simple, accessible and quickly PHP framework.
Installation
It's recommended that you use Composer to install Saq.
$ composer require piasiu/saq
This will install Saq and all required dependencies. Saq requires PHP 8 or newer.
Extensions
- Saq-db for database support;
$ composer require piasiu/saq-db
- Saq-form for form support.
$ composer require piasiu/saq-form
License
The Saq is licensed under the MIT license. See License File for more information.