mrogwang/saqle

A php framework for rapid prototyping

Maintainers

Package info

github.com/MrOgwang/SaQle

pkg:composer/mrogwang/saqle

Transparency log

Statistics

Installs: 30

Dependents: 1

Suggesters: 0

Stars: 1

Open Issues: 0

v0.3.3 2026-07-09 03:04 UTC

README

SaQle is a simple, component based, MVC framework for rapid prototyping.

It is designed to be super light weight, easy to pick up by anyone from beginner to expert level PHP developers.

SaQle is built to help get you from idea to prototype/POC in hours instead of days while giving you a solid foundation to build a complex and secure application on.

Feature Overview

  1. A simple, fully functional and customizable ORM for database interaction
  2. Component first MVC architecture for ease of re-use
  3. Request dispatcher with clean, custom URLs and routes
  4. Built-in model and forms validation
  5. Simple but powerful templating engine
  6. Cookies, security, session, and request handling management components
  7. User input sanitization
  8. Customizable and extendable authorization and authentication
  9. Out of the box multitenancy support
  10. Out of the box image/video uploads, resizing and cropping
  11. Out of the box administrator panel

Installation

Install into an existing project via composer

composer require mrogwang/saqle

For a quick start, install the starter project via composer. Replace 'project_name' with the name of your project

composer create-project mrogwang/saqle-project project_name

Full Docs: View Documentation

Contact

For questions, feedback, or contributions: