{"id":19225061,"url":"https://github.com/cyber-duck/php-fpm-magento2","last_synced_at":"2026-05-08T15:39:55.914Z","repository":{"id":67915483,"uuid":"121266795","full_name":"Cyber-Duck/php-fpm-magento2","owner":"Cyber-Duck","description":"Docker image for a php-fpm container crafted to run Magento 2 based applications.","archived":false,"fork":false,"pushed_at":"2018-07-11T12:24:23.000Z","size":38,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-01-04T21:27:23.122Z","etag":null,"topics":["docker","docker-image","magento","magento2","php"],"latest_commit_sha":null,"homepage":"","language":null,"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/Cyber-Duck.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-02-12T15:51:02.000Z","updated_at":"2018-07-11T12:24:24.000Z","dependencies_parsed_at":"2023-02-22T22:45:53.370Z","dependency_job_id":null,"html_url":"https://github.com/Cyber-Duck/php-fpm-magento2","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/Cyber-Duck%2Fphp-fpm-magento2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cyber-Duck%2Fphp-fpm-magento2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cyber-Duck%2Fphp-fpm-magento2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cyber-Duck%2Fphp-fpm-magento2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Cyber-Duck","download_url":"https://codeload.github.com/Cyber-Duck/php-fpm-magento2/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240298489,"owners_count":19779283,"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":["docker","docker-image","magento","magento2","php"],"created_at":"2024-11-09T15:13:53.354Z","updated_at":"2026-05-08T15:39:50.893Z","avatar_url":"https://github.com/Cyber-Duck.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# PHP-FPM Docker image for Laravel\n\nDocker image for a php-fpm container crafted to run Magento 2 based applications.\n\n## Specifications:\n\nBased on the **official Magento 2 requirements** [here](http://devdocs.magento.com/guides/v2.2/install-gde/system-requirements-tech.html) and [there](http://devdocs.magento.com/guides/v2.2/install-gde/prereq/php-ubuntu.html).\n\n* PHP 7.1\n* BC-Math PHP Extension\n* Ctype PHP Extension\n* CURL PHP Extension\n* DOM PHP Extension\n* GD PHP Extension\n* Intl PHP Extension\n* Mbstring PHP Extension\n* Mcrypt PHP Extension\n* Hash PHP Extension\n* OpenSSL PHP Extension\n* PDO/MySQL PHP Extension\n* SimpleXML PHP Extension\n* SOAP PHP Extension\n* SPL PHP Extension\n* LibXML PHP Extension\n* XSL PHP Extension\n* ZIP PHP Extension\n* JSON PHP Extension\n* WebKitHTMLtoPDF (wkhtmltopdf) Support\n* Iconv PHP Extension\n* PHP OPcache\n* Latest Composer\n* NodeJS 8 + NPM (for standard Magento 2 Front-end Build System using Grunt)\n* PHP ini values for Magento 2 (see [`magento2.ini`](https://github.com/Cyber-Duck/php-fpm-laravel/blob/7.1/magento2.ini))\n* xDebug (PHPStorm friendly, see [`xdebug.ini`](https://github.com/Cyber-Duck/php-fpm-laravel/blob/7.1/xdebug.ini))\n* `magento` alias created to run unit tests `bin/magento` with `docker-compose exec [service_name] magento ...`\n* `t` alias created to run unit tests `vendor/bin/phpunit` with `docker-compose exec [service_name] t ...`\n\nMore information: [`Dockerfile`](https://github.com/Cyber-Duck/php-fpm-laravel/blob/7.1/Dockerfile)\n\n⚠️ Magento 2 Cron jobs are not installed by default, see [the official documentation](http://devdocs.magento.com/guides/v2.2/comp-mgr/prereq/prereq_cron.html).\n\n## Tags available:\n\nWhen calling the image you want to use within your `docker-compose.yml` file,\nyou can specify a tag for the image. Tags are used for various versions of a\ngiven Docker image.\n\n* [`7.1`](https://github.com/Cyber-Duck/php-fpm-magento2/tree/7.1)\n\n**Note:** the `master` branch is not used for generating images, used for documentation instead. Only tags/branches are.\n\n## docker-compose usage:\n\n```yml\nversion: '2'\nservices:\n    php-fpm:\n        image: cyberduck/php-fpm-magento2(:\u003cversion-tag\u003e)\n        environment:\n            XDEBUG: \"true\" # optional: \"false\" by default\n        volumes:\n            - ./:/var/www/\n            - ~/.ssh:/root/.ssh # can be useful for composer if you use private CVS\n        networks:\n            - my_net #if you're using networks between containers\n```\n\n**Note:** If `XDEBUG` is set to `true`, you'll need to stop/start the service again.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcyber-duck%2Fphp-fpm-magento2","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcyber-duck%2Fphp-fpm-magento2","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcyber-duck%2Fphp-fpm-magento2/lists"}