Skip to content

Bladefidz/Simplex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simplex

Simplex is hackable MVC php framework build in minimal specification of Model - View - Controller. So you need build your own library to grow bigger app.

Version

Alpha

Tech

Simplex uses a number of open source projects to work properly:

  • [Bower] - Easy way to mannage your assets such as js, css etc.
  • [Composer] - Easy way to manage your php libraries.

And of course Simplex itself is open source with a [public repository] on GitHub.

Installation

Just run it on your favorite php-mysql server (XAMPP, WAMP etc). The configure following file:

--- Simplex\application\config\main.ini.php
home = 'replace with your own domain';
default_controller = 'replace with your desired default controller';
--- Simplex\application\config\database.ini.php
dbhost = "your own database host here";
dbname = "your own database name here";
dbusername = "your own database username here";
dbpassword = "your own database password here";

Development

Want to contribute? Great!

Email me at:

hafidzjazuli@gmail.com

or, you can contact me on facebook:

Hafitto Hafidz

Todos

  • Design better router.
  • Change deprecated security library (mcrypt).

Implementation

  • PPDB: A simple student registration system on MAN 2 Ponorogo.

License

MIT

Free Software, Hell Yeah!

[Hafitto Hafidz]

About

Hackable, Ultraweight and Fast PHP Framework

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published