theallmightyjohn / secc
Light weight PHP MVC framework for PHP 5.6
dev-master
2015-12-11 00:12 UTC
Requires
- duncan3dc/blade: ^2.2
- filp/whoops: ^1.1
- illuminate/database: ^5.1
- ircmaxell/random-lib: ^1.1
- phpmailer/phpmailer: ^5.2
Requires (Dev)
- duncan3dc/blade: ^2.2
- filp/whoops: ^1.1
- illuminate/database: ^5.1
- ircmaxell/random-lib: ^1.1
- phpmailer/phpmailer: ^5.2
This package is not auto-updated.
Last update: 2024-11-09 18:17:02 UTC
README
SECC... pronounced "Sexy"
S = Small
E = Extendable
C = Code
C = Collection
It is intended to be a set of code that can be used as a basis for most web applications and stream line the workflow of building it quickly. SECC uses the MVC (Model View Controller) programming pattern to achieve a modular design, and is written in PHP so it is open source and compatable with most web server settups.
What is this repository for?
- SECC is a light weight MVC framework for PHP 5.6
- Version 1.1
Who do I talk to?
- John Manning - john.manning89@gmail.com
Documentation
Dependancies
- duncan3dc/blade - A modified version of Laravel's Blade templating engine
- illuminate/database - Laravel's ORM PDO database wrapper
- filp/whoops - Pretty Page Handler for error reporting
- phpmailer/phpmailer - Standard library for using email services
- ircmaxell/random-lib - Used for generating secure random hashes