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.
app/
controllers/
models/
views/
lib/
public/
css/
images/
js/
vendor/