{"id":25613286,"url":"https://github.com/myfreax/docker-php","last_synced_at":"2025-08-26T19:17:51.305Z","repository":{"id":143667836,"uuid":"76769356","full_name":"myfreax/docker-php","owner":"myfreax","description":"Docker build php development environment","archived":false,"fork":false,"pushed_at":"2019-05-24T14:57:14.000Z","size":113,"stargazers_count":39,"open_issues_count":1,"forks_count":12,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-20T19:19:02.518Z","etag":null,"topics":["build","development-environment","docker","docker-php","php"],"latest_commit_sha":null,"homepage":"http://www.myfreax.com/","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/myfreax.png","metadata":{"files":{"readme":"README.md","changelog":"changelog.md","contributing":null,"funding":null,"license":"LICENSE.md","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":"2016-12-18T07:34:40.000Z","updated_at":"2024-03-19T03:54:33.000Z","dependencies_parsed_at":"2023-05-22T02:30:44.940Z","dependency_job_id":null,"html_url":"https://github.com/myfreax/docker-php","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/myfreax/docker-php","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/myfreax%2Fdocker-php","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/myfreax%2Fdocker-php/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/myfreax%2Fdocker-php/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/myfreax%2Fdocker-php/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/myfreax","download_url":"https://codeload.github.com/myfreax/docker-php/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/myfreax%2Fdocker-php/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272248279,"owners_count":24899754,"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","status":"online","status_checked_at":"2025-08-26T02:00:07.904Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["build","development-environment","docker","docker-php","php"],"created_at":"2025-02-22T01:29:39.898Z","updated_at":"2025-08-26T19:17:51.277Z","avatar_url":"https://github.com/myfreax.png","language":"PHP","readme":"# Docker-PHP\n\n![docker-php](./images/docker-php.png)\n\n## Features\n\n- Customize the configuration file\n- Data is stored in the host\n- xdebug support\n- Contains commonly used php extensions\n- React/PHP support(Event-driven, non-blocking I/O with PHP.Similar Node.js)\n- swoole support\n\n \n## Software Stack\n- [x] MongoDB\n- [x] Redis\n- [x] MySQL\n- [x] PHP 7.1 + PHP-FPM\n- [x] Nginx with LuaJit\n\n## Docs\n\n[English](./docs/getting-started.md)\n[简体中文](./docs/getting-started.Zh-cn.md)\n\n\n## How to use it?\n\n\u003eIf live behind the [GFW](https://zh.wikipedia.org/zh-hans/%E9%98%B2%E7%81%AB%E9%95%BF%E5%9F%8E) please read this post [Use Ali cloud](http://www.myfreax.com/use-aliyun-mirror-acceleration-on-docker/)\n\n\n#### Requirements\n\n- [Docker](https://www.docker.com/)\n\n- [Docker-compose](https://github.com/docker/compose/releases)\n\n\u003eWindows and Mac users only need to install Docker\n\n#### Getting started\n\n```bash\ngit clone https://github.com/huangyanxiong01/docker-php.git\ncd docker-php\ncomposer install \ndocker-compose up -d\n```\nNow,you can open http://127.0.0.1:3000/ in browser\n\n\n#### Configure \n\nYou can find the custom $software configuration file in `./docker/$software/etc/`\n\n\n#### Data\n\nYou can find the  $software data file in `./docker/$software/data/`\n\n#### Log\n\nYou can find the  $software log file in `./docker/$software/logs/`\n\n#### More \n\nPlease read [docs](./docs/getting-started.md) \n\n## TODO\n\n- [ ] Write a php script that integrates with the framework(Such as Laravel,Symfony)\n- [ ] Write usage documentation\n- [ ] Test on Windows\n\n\n## Change Log\n\n[ChangeLog.md](ChangeLog.md)\n\n## MIT License\n\nCopyright (c) 2016 Freax\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmyfreax%2Fdocker-php","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmyfreax%2Fdocker-php","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmyfreax%2Fdocker-php/lists"}