2017 © Pedro Peláez
 

library birds

Web framework inspired by Rails

image

hugoabonizio/birds

Web framework inspired by Rails

  • Thursday, January 28, 2016
  • by hugoabonizio
  • Repository
  • 1 Watchers
  • 1 Stars
  • 33 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

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., (*1)

Folder structure

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

, (*2)

The Versions

28/01 2016

dev-master

9999999-dev

Web framework inspired by Rails

  Sources   Download

The Requires

 

by Hugo Abonizio