Skip to content

JBKaloya/Veloce

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Veloce is a simple PHP framework, made for accelerating your project.

Veloce is not an MVC framework, but still handle all of your php files, and protect your web application !

To get started, launch install.php and follow the inscrutionsn then put ALL your php files in the App folder.
You can now use the framework without addind any line of code ! For exemple, lets say you want to get an post in a database where the id is 5 in the table posts, just type $bdd->setActiveTable("posts"); and $bdd->get("'id' = 5");

Your done !

About

A simple, easy php framework, to do things faster.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 97.0%
  • Shell 2.2%
  • Perl 0.8%