Skip to content

nilosweden/mvc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mvc

Simple MVC Framework for PHP 7 (only)

Use

When creating a new controller, the name of the controller will be the route/url. This framework will also make sure that the correct number of parameters are passed to the functions inside your controller.

On top of that, type-hinting will also be taken into account. By using int, float or double, string, array or object, the data that is sent from the user will automatically be casted to that type.

If you use array or object as type-hints, you will be able to receive json data that will automatically be converted to either an object or an array.

Alpha

This project is in alpha and a more detailed description will be added soon.

About

Simple MVC Framework for PHP (alpha)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published