{"id":28635461,"url":"https://github.com/dmstr/docker-php-yii2","last_synced_at":"2025-08-09T09:19:53.734Z","repository":{"id":53518942,"uuid":"58669642","full_name":"dmstr/docker-php-yii2","owner":"dmstr","description":":whale: :cd: Docker PHP image containing extensions and libraries for Yii 2.0 Framework","archived":false,"fork":false,"pushed_at":"2023-02-02T13:58:37.000Z","size":169,"stargazers_count":97,"open_issues_count":0,"forks_count":34,"subscribers_count":14,"default_branch":"master","last_synced_at":"2023-04-10T17:03:35.839Z","etag":null,"topics":["base-image","docker","docker-php-image","php","yii2"],"latest_commit_sha":null,"homepage":"","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/dmstr.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}},"created_at":"2016-05-12T19:11:33.000Z","updated_at":"2023-03-31T05:53:43.000Z","dependencies_parsed_at":"2023-02-17T20:45:47.865Z","dependency_job_id":null,"html_url":"https://github.com/dmstr/docker-php-yii2","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"purl":"pkg:github/dmstr/docker-php-yii2","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmstr%2Fdocker-php-yii2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmstr%2Fdocker-php-yii2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmstr%2Fdocker-php-yii2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmstr%2Fdocker-php-yii2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dmstr","download_url":"https://codeload.github.com/dmstr/docker-php-yii2/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmstr%2Fdocker-php-yii2/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259509474,"owners_count":22868837,"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":["base-image","docker","docker-php-image","php","yii2"],"created_at":"2025-06-12T17:10:18.451Z","updated_at":"2025-06-12T17:10:34.460Z","avatar_url":"https://github.com/dmstr.png","language":"PHP","readme":"\u003e :rotating_light: This repository is abandoned, please use https://github.com/yiisoft/yii2-docker\n\n\nSupported tags and respective `Dockerfile` links\n================================================\n\n- `7.x-fpm-x.x`, `latest` ([Dockerfile](php/Dockerfile-fpm))\n- `7.x-fpm-x.x-nginx`, `latest-nginx` ([Dockerfile](nginx/Dockerfile-fpm-nginx))\n\n:information_source: See repository tags for full version numbers\n\nSee all available [image tags](https://hub.docker.com/r/dmstr/php-yii2/tags/)\n\n[![build status](https://git.hrzg.de/dmstr/docker-php-yii2/badges/master/build.svg)](https://git.hrzg.de/dmstr/docker-php-yii2/commits/master)\n\n\nChangelog\n---------\n\n### 8.x\n\n- using updated yii2 images\n  - different system package installation\n  - composer 2\n- removed standalone `fpm` image\n\n### 7.x\n\n- switched to PHP 7.4\n\n### 6.x\n\n- Alpine support has been dropped\n- Forego has been replace with supervisord\n- Removed Linkchecker\n\n### 5.x\n\n*no stable release*\n\n### 4.x\n\n- added bash-autocompletion\n- removed separate xdebug flavour\n\n\nIntroduction\n------------\n\nThis is a Docker PHP image containing PHP extensions and composer packages and libraries for *Yii 2.0 Framework*. \nIt is primarily intended to build Yii 2.0 applications `FROM` this image, see below for available application templates.\n\nThere is also an `nginx` flavour available for this image, in which PHP and nginx are managed with [supervisor](http://supervisord.org/).\n\nIn older versions of the `nginx` images, forego was used for process control. \nHowever, since forego is no longer actively maintained and problems can arise if one of the started processes terminates unsuspectedly, \nwe decided to switch to supervisor.\n\n\nFeatures\n--------\n\n### CLI commands\n\n - `composer`\n - `codecept`\n - `phpunit`\n - `npm`\n\n#### Extensions\n\n - soap\n - zip\n - curl\n - bcmath\n - exif\n - gd\n - iconv\n - intl\n - mbstring\n - opcache\n - pdo_mysql\n - pdo_pgsql\n - memcache\n - xdebug - *installed, but not loaded by default*\n\n\nConfiguration\n-------------\n\n### ENV variables\n\n - `GITHUB_API_TOKEN`\n - `PHP_ENABLE_XDEBUG`\n - `PHP_USER_ID` (debian only)\n\n\nDevelopment\n-----------\n\nBuilding the images\n\n    docker-compose build\n\nDevelopment bash    \n\n    docker run -it dmstr/php-yii2 bash\n\n\nResources\n---------  \n\n- [GitHub project](https://github.com/dmstr/docker-php-yii2)\n- [GitLab build](https://git.hrzg.de/dmstr/docker-php-yii2/builds)\n- [DockerHub image](https://hub.docker.com/r/dmstr/php-yii2/)\n- [yii2-app](https://github.com/dmstr/docker-yii2-app) minimal application tempplate\n- [phd5](https://github.com/dmstr/phd5-app) standard application template\n- [phd5](https://github.com/dmstr/docs-phd5) documentation\n\n---\n\n#### ![dmstr logo](http://t.phundament.com/dmstr-16-cropped.png) Built by [dmstr](http://diemeisterei.de)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdmstr%2Fdocker-php-yii2","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdmstr%2Fdocker-php-yii2","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdmstr%2Fdocker-php-yii2/lists"}