https://github.com/flouthoc/orc
A micro MVC Framework
https://github.com/flouthoc/orc
Last synced: 4 months ago
JSON representation
A micro MVC Framework
- Host: GitHub
- URL: https://github.com/flouthoc/orc
- Owner: flouthoc
- License: mit
- Created: 2015-06-16T03:15:23.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-06-18T09:18:04.000Z (about 10 years ago)
- Last Synced: 2025-01-25T11:41:21.637Z (5 months ago)
- Language: PHP
- Homepage: http://flouthoc.github.io/orc
- Size: 160 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Orc - A miro MVC framework
Orc is a PHP based micro MVC framework with minimal driving content inside it.Most of the working concept of Orc is quit analoguous to CodeIgniter Web Framework. A basic layout is totally from [Kevin Waterson's MVC tutorial](http://www.phpro.org/tutorials/Model-View-Controller-MVC.html) and I'll try to discuss concept behind all new code in comments and documentation.Docs
You can find docs here .However it is still under constructionMIT License
Orc is under MIT Lisence so no worries use it according to your use.
Fork it!