https://github.com/glowieframework/glowie-core
Glowie core modules and application bootstrapper
https://github.com/glowieframework/glowie-core
framework glowie mvc
Last synced: about 2 months ago
JSON representation
Glowie core modules and application bootstrapper
- Host: GitHub
- URL: https://github.com/glowieframework/glowie-core
- Owner: glowieframework
- License: mit
- Created: 2021-02-13T19:38:16.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2026-01-19T20:37:19.000Z (2 months ago)
- Last Synced: 2026-01-20T02:11:14.938Z (2 months ago)
- Topics: framework, glowie, mvc
- Language: PHP
- Homepage: https://glowie.gabrielsilva.dev.br
- Size: 1.1 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
> **Note:** This repository is intended only for Glowie core modules. To create projects using Glowie, please refer to this repository.
## Powerful and lightweight PHP framework
Glowie is a PHP framework designed to be as lightweight, fast, and powerful as possible, making it easy to develop applications and dynamic websites.
## Features
- MVC structure with simple scaffolding
- Powerful database ORM toolkit, migrations, query and schema builders
- A set of tools for validating forms and handling 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
- Fast and secure session and cookie management
- Easy to use HTTP request engine
- File upload handler and validator
- Command-line tool to boost your workflow
- 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 using a tiny blueprint
- Large compatibility with all basic hosting providers
- ...and much more!
## Getting started
```shell
composer create-project glowieframework/glowie
```
[Explore the documentation](https://glowie.gabrielsilva.dev.br/docs) to know how to start using Glowie to create something awesome.
## Credits
Glowie is actively developed by [Gabriel Silva](https://gabrielsilva.dev.br).
