Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/strifejeyz/framework

A Fast and Lightweight PHP MVC Framework.
https://github.com/strifejeyz/framework

mvc-architecture mvc-framework oop php php-7 pretty-urls strife strife-framework template-engine

Last synced: about 1 month ago
JSON representation

A Fast and Lightweight PHP MVC Framework.

Awesome Lists containing this project

README

        

# {{ Strife }}
# A Fast and Lightweight PHP MVC Framework.
### Developed for any type of web applications.
### Composed of handy and powerful set of tools for faster and secure development of robust applications.

# Package includes:
> **Smart Routing**
- Uses pretty URLs and Smart Routing class.
- Provides greater flexibility in handling forms and CRUD.

> **Query Builder**
- Has beautiful coding structure for the benefit of the developer.
"Greater Readability = Greater Scalability" chaining queries together to form a beautifully written code.

> **Multi-Database Support**
- Can easily manage multiple databases of your choice
- Includes Migration manager, Seeders, Backup/Restore directly accessible using YamatoCLI

> **Form Builder**
- Powerful class for Automated forms that handles form errors and auto-populates inputs
for you

> **HTTP Request Handlers**
- Handles form validations and file uploads flawlessly.

> **Migration Manager**
- Build your database using Migration Manager in few taps, gives you full access to migrating your database for production using YamatoCLI

> **Encryption/Hashing**
- Handles one-way data hashing algorithm for strong passwords
as well as Encryption and Tokens for password management

> **Command Line Interface**
- A Powerful CLI Application that packs a punch built for Strife Framework

> **Template Engine**
- Your code is your masterpiece, A beautiful, fast and easy to use Template Engine is your tool to make it happen.

> **Caching Pages**
- Pages and Templates are cached automatically and that makes every pages load faster.

> **Helper Functions**
- Includes bunch of helper functions at your fingertips.


### Visit Official Website
Documentation | API Reference