alexamiryan/stingle

Stingle PHP framework

Maintainers

Package info

github.com/alexamiryan/stingle

pkg:composer/alexamiryan/stingle

Statistics

Installs: 311

Dependents: 0

Suggesters: 0

Stars: 3

3.4.14 2026-06-24 01:35 UTC

README

Stingle is a scalable, MVC-based, modular PHP framework. Its main difference from other frameworks is that Stingle ships with production-ready plugins for all kinds of backend functionality a website could need — users & authorization, sessions, database access with a query builder, caching, mailing, chat/messaging, real-time push, job queues, image processing, and more. You compose an application by enabling packages in a config file and adding your own plugins and controllers.

Documentation

Full documentation lives in docs/:

New to Stingle? Start with the Introduction, then the Quick Start, then Core Concepts.

Requirements

PHP 7.3+. Optional extensions: APCu (boot caching), mysqli (Db), openssl (Crypto), memcached (Db/Memcache). See composer.json for optional Composer suggestions.

License

MIT — see LICENSE.txt.