https://github.com/swader/flyingpiranhas-mvc
The mvc library of the FlyingPiranhas wireframework
https://github.com/swader/flyingpiranhas-mvc
Last synced: 3 months ago
JSON representation
The mvc library of the FlyingPiranhas wireframework
- Host: GitHub
- URL: https://github.com/swader/flyingpiranhas-mvc
- Owner: Swader
- License: other
- Created: 2013-02-03T20:40:24.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-03-04T22:04:33.000Z (over 13 years ago)
- Last Synced: 2025-01-01T04:13:32.749Z (over 1 year ago)
- Language: PHP
- Size: 238 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
###Flyingpiranhas MVC
####Introduction
The FlyingPiranhas mvc library is part of the [FlyingPiranhas](http://www.flyingpiranhas.net) wireframework. It helps [me](http://www.bitfalls.com) develop websites quickly and safely, so I thought I'd share it with the world. For more information on it and its authors, head over to the home page and read up.
####MVC
This is the _mvc_ library, meaning it allows you to get up an running with a robust MVC setup in next to no time. The library is designed to work out of the box, so you can start working as soon as you run "composer install". The classes are designed to leave a truly minimal footprint on your application, so give them a go.
####Requirements
- Php 5.4+
- Flyingpiranhas Common
####Installation
The recommended way is to install through composer. Find the package on Packagist.org, and follow instructions.
####License
See LICENSE.md
####Contributing
There's a lot of @todos in the code, so feel free to take a look and submit a pull request if you fix anything. Also, we desperately need tests written. There's a few of them to serve as an example in the tests/ subfolder, so if you could contribute that'd be swell. There is only one rule: follow PSR-2 as much as possible. Use other classes as examples and keep the coding style consistent.
####Contact
We're on [Twitter](http://www.twitter.com/wireframework) and I am on [Google plus](http://www.gplus.to/Swader) and at [my website](http://www.bitfalls.com).