{"id":16883685,"url":"https://github.com/rishantagarwal/docker-lumen-mysql-nginx-phpmyadmin","last_synced_at":"2026-04-05T22:04:40.117Z","repository":{"id":71343181,"uuid":"84518849","full_name":"rishantagarwal/docker-lumen-mysql-nginx-phpmyadmin","owner":"rishantagarwal","description":null,"archived":false,"fork":false,"pushed_at":"2017-03-10T12:47:56.000Z","size":845,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-25T06:41:22.614Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rishantagarwal.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-03-10T04:22:43.000Z","updated_at":"2017-03-10T12:47:57.000Z","dependencies_parsed_at":null,"dependency_job_id":"aea70dbf-6023-419d-86fd-df6a3426c9db","html_url":"https://github.com/rishantagarwal/docker-lumen-mysql-nginx-phpmyadmin","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rishantagarwal%2Fdocker-lumen-mysql-nginx-phpmyadmin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rishantagarwal%2Fdocker-lumen-mysql-nginx-phpmyadmin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rishantagarwal%2Fdocker-lumen-mysql-nginx-phpmyadmin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rishantagarwal%2Fdocker-lumen-mysql-nginx-phpmyadmin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rishantagarwal","download_url":"https://codeload.github.com/rishantagarwal/docker-lumen-mysql-nginx-phpmyadmin/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244554125,"owners_count":20471173,"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":[],"created_at":"2024-10-13T16:13:53.965Z","updated_at":"2025-12-31T00:09:03.539Z","avatar_url":"https://github.com/rishantagarwal.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Docker + Lumen with Nginx and MySQL\n\n![image](Lumen_splash.png)\n\nThis setup is great for writing quick apps in PHP using Lumen from an any Docker client. It uses docker-compose to setup the application services.\n\n## Clone this repo\n\n```bash\ngit clone https://github.com/saada/docker-lumen.git\ncd docker-lumen\n```\n\n## Create Lumen App\n\nnow, create the app in the `images\\php` directory named `app`\n\n```bash\ncd images/php\ndocker run --rm -it -v $(pwd):/data/www --entrypoint /root/.composer/vendor/bin/lumen alairock/lumen new app\n```\n\n### Configuration\n\nTo change configuration values, look in the `docker-compose.yml` file and change the `php` container's environment variables. These directly correlate to the Lumen environment variables.\n\n## Docker Setup\n\n### [Docker for Mac](https://docs.docker.com/docker-for-mac/)\n\n### [Docker for Windows](https://docs.docker.com/docker-for-windows/)\n\n### [Docker for Linux](https://docs.docker.com/engine/installation/linux/)\n\n### Build \u0026 Run\n\n```bash\ndocker-compose up --build -d\n```\n\nNavigate to [http://localhost:80](http://localhost:80) and you should see something like this\n![image](Lumen_browser.png)\n\n\nSuccess! You can now start developing your Lumen app on your host machine and you should see your changes on refresh! Classic PHP development cycle. A good place to start is `images/php/app/routes/web.php`.\n\nFeel free to configure the default port 80 in `docker-compose.yml` to whatever you like.\n\n### Stop Everything\n\n```bash\ndocker-compose down\n```\n\n## Contribute\n\nSubmit a Pull Request!","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frishantagarwal%2Fdocker-lumen-mysql-nginx-phpmyadmin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frishantagarwal%2Fdocker-lumen-mysql-nginx-phpmyadmin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frishantagarwal%2Fdocker-lumen-mysql-nginx-phpmyadmin/lists"}