Glowie is a PHP framework designed to be as light, fast and powerful as possible for developing applications and dynamic websites the easiest way.
- MVC structure with simple scaffolding
- Powerful database ORM toolkit, migrations, query and schema builders
- Set of tools for validating forms and working with request data
- Built-in templating engine and layout manager
- Easy routing engine, with custom parameters and auto routing
- Middleware support for protected routes
- Simple mailer for sending messages
- Safe and fast session and cookies management
- Easy to use HTTP request engine
- File upload handler and validator
- Command line tool for increasing workflow speed
- Set of utility methods for dealing with arrays, strings, objects and many more
- Internationalization tools for multilanguage applications
- Built-in local development server and REPL
- On-the-fly updates with tiny blueprint
- Large compatibility with all basic hosting providers
- and many more...
composer create-project glowieframework/glowie
Explore the documentation to know how to start using Glowie to create something awesome.
Glowie is currently being developed by Gabriel Silva.