Enterprise Glue
Erdiko is an MVC micro framework or better yet, an enterprise Mash-Up framework.
0.8.7
via composer
at the commandline run,
composer create-project erdiko/erdiko
via git & composer
Clone erdiko from github and run "composer install" in the root folder /
- git clone git@github.com:ArroyoLabs/erdiko.git
- cd erdiko
- composer install
Server
Now that you have the latest code, set up an apache vhost to the webroot which is located at /public/
In general, downloadable files go in the /public folder while application code goes in the /app/ folder. Erdiko core code is in the /vendor/erdiko/ folder.
Erdiko wants to make your php development easier. If you need a lightweight MVC framework then this is the tool for you. Our goal is to offer a clean platform to create sites optimized for mobile devices, APIs and multiple browsers.
Erdiko can act as a mash-up or middleware framework, hence the name 'Erdiko' which means 'middle' in the Basque language (Euskara). Use Erdiko if you need to mash-up multiple applications/frameworks like Drupal, Magento, WordPress, and Zend into a unified application.
We value feedback and would love to hear your thoughts about the architecture and ease of use of this framework. There are a lot of possibilities for Erdiko, we value your ideas and thoughts about where to take this codebase.
Author
John Arroyo - Architect, Lead Back-End / Integration engineer
Current Contributors
* Coleman Tung - Back-End development and unit testing
Past Contributors
* Varun Brahme - Back-End development and unit testing
* Dave LaFLam - Front-End development (default theme)
- If you want to help, please do, we'd love more code! Make your enhancements and do a pull request. If you want to get to even more involved please contact us!
Coming Soon...
Arroyo Labs - For sponsoring development, http://arroyolabs.com
Toro - PHP router (micro framework), http://toroweb.org
LESS - dynamic stylesheet language, http://lesscss.org