Skip to content

hugoabonizio/BirdsPHP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BirdsPHP Build Status

BirdsPHP is a web framework written in PHP inspired by Ruby on Rails made for fast and easy web development. It's goal is to take advantages of Rails principles (Convention Over Configuration, Don't Repeat Yourself) and adapt this to PHP language ecosystem. Like Rails, BirdsPHP have command line generator to create parts of the project - like models, controllers and views - easier and faster. Another feature borrowed from Rails is the folder structure of the projects, explained above. Thus, the main goal of BirdsPHP project is to became simple to create small and medium web apps.

Folder structure

app/
  controllers/
  models/
  views/
lib/
public/
  css/
  images/
  js/
vendor/

About

Rails inspired framework for PHP apps

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages