There is no license information available for the latest version (dev-master) of this package.

Web framework inspired by Rails

dev-master 2016-01-28 22:35 UTC

This package is not auto-updated.

Last update: 2024-06-08 16:32:07 UTC


README

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/