Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/strifejeyz/framework
- Owner: strifejeyz
- License: mit
- Created: 2017-05-21T05:18:14.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-01-11T02:52:16.000Z (10 months ago)
- Last Synced: 2024-09-29T19:40:58.432Z (about 2 months ago)
- Topics: mvc-architecture, mvc-framework, oop, php, php-7, pretty-urls, strife, strife-framework, template-engine
- Language: PHP
- Homepage: http://www.strifeframework.com
- Size: 2.96 MB
- Stars: 4
- Watchers: 5
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
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