All Projects → Erdiko → erdiko

Erdiko / erdiko

Licence: MIT license
Micro MVC Framework

Programming Languages

PHP
23972 projects - #3 most used programming language
HTML
75241 projects
shell
77523 projects
ApacheConf
554 projects

Projects that are alternatives of or similar to erdiko

core
Erdiko framework core components
Stars: ✭ 18 (-50%)
Mutual labels:  micro-framework, micro-mvc-framework, erdiko
Laravel Zero
A PHP framework for console artisans
Stars: ✭ 2,821 (+7736.11%)
Mutual labels:  composer, micro-framework
ubiquity-devtools
Command line tools for Ubiquity framework
Stars: ✭ 12 (-66.67%)
Mutual labels:  composer
laravel-survey
Laravel 6 survey app.
Stars: ✭ 39 (+8.33%)
Mutual labels:  composer
TCSTK-Angular
TIBCO Cloud™ Composer - Angular Libraries
Stars: ✭ 12 (-66.67%)
Mutual labels:  composer
packagist
🐳 Dockette out-of-box Packagist (Nginx / Solr 6 / PHP 7.1+FPM)
Stars: ✭ 32 (-11.11%)
Mutual labels:  composer
weapp wechat miniapp sdk
一个封装了微信小程序服务端接口的SDK
Stars: ✭ 102 (+183.33%)
Mutual labels:  composer
commix
Micro-framework for data-driven composable system architectures
Stars: ✭ 46 (+27.78%)
Mutual labels:  micro-framework
querydumper
Laravel package to dump all running queries on the page.
Stars: ✭ 24 (-33.33%)
Mutual labels:  composer
PhpBotFramework
A framework for Telegram Bot API written in PHP.
Stars: ✭ 56 (+55.56%)
Mutual labels:  composer
laravel-profane
Profanity Validator for Laravel
Stars: ✭ 79 (+119.44%)
Mutual labels:  composer
composer-localdev-plugin
Composer Plugin for local development
Stars: ✭ 31 (-13.89%)
Mutual labels:  composer
adrenaline
A PSR-7 micro framework built on top of the Adroit middleware to speed up your development ;)
Stars: ✭ 31 (-13.89%)
Mutual labels:  micro-framework
Minecraft-Skin-Renderer
Minecraft 3D Skin renderer with composer support and flexible rotation configuration
Stars: ✭ 14 (-61.11%)
Mutual labels:  composer
acme2
Another PHP client for acme protocal (version 2) implementation, used for generating letsencrypt's free ssl certificates.
Stars: ✭ 45 (+25%)
Mutual labels:  composer
prediction-builder
A library for machine learning that builds predictions using a linear regression.
Stars: ✭ 107 (+197.22%)
Mutual labels:  composer
generator-composer
🐘 Yeoman (http://yeoman.io) generator for a PHP Composer project
Stars: ✭ 16 (-55.56%)
Mutual labels:  composer
gh-auto-updater
Automatic Updater with GitHub API for WordPress Plugin
Stars: ✭ 42 (+16.67%)
Mutual labels:  composer
geoip2-geolite2-composer
This project aims to provide an easy solution to require GeoIP2 / GeoLite2 databases inside your project using composer.
Stars: ✭ 15 (-58.33%)
Mutual labels:  composer
phpPgAdmin6
PHP7+ Based administration tool for PostgreSQL 9.3+
Stars: ✭ 45 (+25%)
Mutual labels:  composer

Erdiko

Package version CircleCI Scrutinizer Code Quality License

About Erdiko

Erdiko is a micro MVC framework, or better yet, a lean framework for APIs, web apps and websites. Erdiko is developer and start up friendly.

Take a lean approach to your next PHP project.

Learning Erdiko

See our full documentation at http://erdiko.org/

Installation

We recommend installing Erdiko with [composer](here https://getcomposer.org/). At the commandline simply run:

	composer create erdiko/erdiko [your-app-name]

Erdiko is easy to use with Nginx or Apache. Simply set the webroot to public/default/

Docker

You don't need Docker to run Erdiko, but we are big fans and want to make it easy to use with Docker if you desire.

If you want to run your new site using Docker use our bundled container scripts by running docker-compose in the root of your project.

	docker-compose up -d

You will need to add erdiko.local to your etc hosts file.

127.0.0.1       erdiko.local

Your dev site will now be running at http://erdiko.local/

Alternative Installation

(Via git & docker)

This 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.

git clone [email protected]:Erdiko/erdiko.git
cd erdiko
docker-compose up &
docker exec -it erdiko_php /bin/bash
cd /code
composer install

See the Docker section for more information.

Vision

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 web applications, websites, & APIs.

Erdiko 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.

Security

Security 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 [email protected]. Security is top concern and all vulnerabilities will be quickly addressed.

Notes

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.

Upgrades

If 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.

Credits

  • John Arroyo
  • Andy Armstrong
  • Leo Daidone

All Contributors

  • 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!

Sponsors

Arroyo Labs

License

Erdiko is open-sourced software licensed under the MIT license

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].