Skip to content
forked from mace015/MaceVC

A light weight open source framework based on Laravel components and other packages.

Notifications You must be signed in to change notification settings

adrielov/MaceVC

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MaceVC

MaceVC, a PHP framework, version 0.9.3

MaceVC is a small hobby project to experiment with building a framework on existing components, its a PHP framework inspired heavily by Laravel, and build on several Laravel components and other populair packages, anyone familiar with Laravel will feel right at home in MaceVC.

Some of the features supported by MaceVC:

  • Routing.
  • Middlewares (route specific middlewares and global middlewares).
  • Eloquent ORM.
  • Views with the Blade templating engine.
  • Pretty error messaging in the Laravel 4 style.
  • CLI (Command Line Interface) for easily creating Controllers, Models and Middlewares!
  • Easy mailing with the build-in mail class!
  • Session driver for easy use of sessions.
  • A built-in easy to use Auth class for user Authentication.

There are lots of features that have yet to be implemented, if you have any good ideas, feel free to submit a pull request!

Get started now!

git clone https://github.com/mace015/MaceVC.git

cd MaceVC

composer install

Contributors:

Changelog:

See changelog.txt

About

A light weight open source framework based on Laravel components and other packages.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 68.9%
  • HTML 30.5%
  • Other 0.6%