glowieframework / glowie-core
Glowie core modules and application bootstrapper
v1.7.0
2024-09-27 15:05 UTC
Requires
- ext-fileinfo: *
- ext-mbstring: *
- ext-openssl: *
README
Note: This repository is suited only for Glowie core modules. For creating projects using Glowie, please refer to this repo.
Powerful and lightweight PHP framework
Glowie is a PHP framework designed to be as light, fast and powerful as possible for developing applications and dynamic websites the easiest way.
Features
- 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...
Getting started
composer create-project glowieframework/glowie
Explore the documentation to know how to start using Glowie to create something awesome.
Credits
Glowie is currently being developed by Gabriel Silva.