{"id":20012845,"url":"https://github.com/erdiko/erdiko","last_synced_at":"2026-03-02T19:10:16.191Z","repository":{"id":2570413,"uuid":"3550408","full_name":"Erdiko/erdiko","owner":"Erdiko","description":"Micro MVC Framework","archived":false,"fork":false,"pushed_at":"2017-10-05T01:19:53.000Z","size":10907,"stargazers_count":35,"open_issues_count":11,"forks_count":15,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-04-08T12:21:09.782Z","etag":null,"topics":["composer","docker","erdiko","micro-framework","micro-mvc-framework","php"],"latest_commit_sha":null,"homepage":"http://erdiko.org","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"benmarder/overdraft","license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Erdiko.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-02-26T06:54:54.000Z","updated_at":"2022-12-23T16:58:55.000Z","dependencies_parsed_at":"2022-08-20T14:01:08.642Z","dependency_job_id":null,"html_url":"https://github.com/Erdiko/erdiko","commit_stats":null,"previous_names":[],"tags_count":25,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Erdiko%2Ferdiko","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Erdiko%2Ferdiko/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Erdiko%2Ferdiko/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Erdiko%2Ferdiko/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Erdiko","download_url":"https://codeload.github.com/Erdiko/erdiko/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252404163,"owners_count":21742506,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["composer","docker","erdiko","micro-framework","micro-mvc-framework","php"],"created_at":"2024-11-13T07:33:35.183Z","updated_at":"2026-03-02T19:10:16.133Z","avatar_url":"https://github.com/Erdiko.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Erdiko\n\n[![Package version](https://img.shields.io/packagist/v/erdiko/erdiko.svg?style=flat-square)](https://packagist.org/packages/erdiko/erdiko) [![CircleCI](https://circleci.com/gh/Erdiko/erdiko.svg?style=svg)](https://circleci.com/gh/Erdiko/erdiko) [![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/Erdiko/erdiko/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/Erdiko/erdiko/?branch=master) [![License](https://poser.pugx.org/erdiko/erdiko/license)](https://packagist.org/packages/erdiko/erdiko)\n\n## About Erdiko\n\nErdiko is a micro MVC framework, or better yet, a lean framework for APIs, web apps and websites.  Erdiko is developer and start up friendly.\n\nTake a lean approach to your next PHP project.\n\n## Learning Erdiko\n\nSee our full documentation at http://erdiko.org/\n\n## Installation\n\nWe recommend installing Erdiko with [composer](here https://getcomposer.org/).  At the commandline simply run:\n\n\t\tcomposer create erdiko/erdiko [your-app-name]\n\nErdiko is easy to use with Nginx or Apache.  Simply set the webroot to public/default/\n\n## Docker\n\nYou don't need [Docker](https://www.docker.com/) to run Erdiko, but we are big fans and want to make it easy to use with Docker if you desire.\n\nIf you want to run your new site using Docker use our bundled container scripts by running docker-compose in the root of your project.\n\n\t\tdocker-compose up -d\n\nYou will need to add erdiko.local to your etc hosts file.\n\n    127.0.0.1       erdiko.local\n\nYour dev site will now be running at http://erdiko.local/\n\n## Alternative Installation\n\n(Via git \u0026 docker)\n\nThis option will give you a fully working container environment and install all of the required packages.  It assumes you have both docker and docker-compose installed.\n\n    git clone git@github.com:Erdiko/erdiko.git\n    cd erdiko\n    docker-compose up \u0026\n    docker exec -it erdiko_php /bin/bash\n    cd /code\n    composer install\n\nSee the Docker section for more information.\n\n## Vision\n\nErdiko 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 web applications, websites, \u0026 APIs.\n\nErdiko can also act as a mash-up framework too, hence the name 'erdiko' which means 'central' or 'middle' in the Basque language (Euskara). Use Erdiko if you need to mash-up multiple packages, applications or even full frameworks. Combine things like Symfony Components, Laravel Packages, Drupal, Magento, WordPress, and Zend into a unified application.\n\n## Security\n\nSecurity is very important to us.  If you discover any vulnerabilities within Erdiko or any of our packages, please create a github issue and send an e-mail to John Arroyo at john@arroyolabs.com. Security is top concern and all vulnerabilities will be quickly addressed.\n\n## Notes\n\nWe 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.\n\n## Upgrades\n\nIf you are upgrading from version 0.9.0 or earier than you need to adjust the configs in app/config folder.  The structure has changed slightly.  Move app/config/application/default.json to app/config/default/application.json and app/config/application/routes.json to app/config/default/routes.json.  Take a look at the latest configs in this repo and make sure they adhere to the new structure.\n\n## Credits\n\n* John Arroyo\n* Andy Armstrong\n* Leo Daidone\n\n[All Contributors](https://github.com/Erdiko/erdiko/graphs/contributors)\n\n* If you want to help, please do, we'd love more brainpower!  Fork, commit your enhancements and do a pull request.  If you want to get to even more involved please contact us!\n\n## Sponsors\n\n[Arroyo Labs](http://www.arroyolabs.com/)\n\n\n## License\n\nErdiko is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ferdiko%2Ferdiko","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ferdiko%2Ferdiko","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ferdiko%2Ferdiko/lists"}