{"id":21665348,"url":"https://github.com/dlueth/qoopido.docker.php71","last_synced_at":"2026-04-19T10:34:11.994Z","repository":{"id":139698689,"uuid":"78009425","full_name":"dlueth/qoopido.docker.php71","owner":"dlueth","description":null,"archived":false,"fork":false,"pushed_at":"2017-01-04T12:08:11.000Z","size":32,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-20T06:31:02.608Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","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/dlueth.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-01-04T11:22:33.000Z","updated_at":"2017-01-04T12:08:12.000Z","dependencies_parsed_at":null,"dependency_job_id":"866ce9fd-a321-4222-9b77-c6264dec52a8","html_url":"https://github.com/dlueth/qoopido.docker.php71","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/dlueth/qoopido.docker.php71","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dlueth%2Fqoopido.docker.php71","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dlueth%2Fqoopido.docker.php71/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dlueth%2Fqoopido.docker.php71/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dlueth%2Fqoopido.docker.php71/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dlueth","download_url":"https://codeload.github.com/dlueth/qoopido.docker.php71/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dlueth%2Fqoopido.docker.php71/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32004038,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T20:23:30.271Z","status":"online","status_checked_at":"2026-04-19T02:00:07.110Z","response_time":55,"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":[],"created_at":"2024-11-25T10:50:03.178Z","updated_at":"2026-04-19T10:34:11.985Z","avatar_url":"https://github.com/dlueth.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# recommended directory structure #\nLike with my other containers I encourage you to follow a unified directory structure approach to keep things simple \u0026 maintainable, e.g.:\n\n```\nproject root\n  - docker-compose.yaml\n  - config\n    - php71\n      - fpm\n        - php.ini (if needed)\n        - conf.d\n          - ...\n  - htdocs\n  - data\n    - php71\n      - sessions\n      - logs\n```\n\n# Example docker-compose.yaml #\n```\nphp:\n  image: qoopido/php71:latest\n  ports:\n   - \"9000:9000\"\n  volumes:\n   - ./htdocs:/app/htdocs:z\n   - ./config/php71:/app/config:z\n   - ./data/php71:/app/data:z\n```\n\n# Or start container manually #\n```\ndocker run -d -P -t -i -p 9000:9000 \\\n\t-v [local path to htdocs]:/app/htdocs:z \\\n    -v [local path to config]:/app/config:z \\\n    -v [local path to data]:/app/data:z \\\n\t--name php qoopido/php71:latest\n```\n\n# Included modules #\n```\ncomposer\nphp7.1\nphp7.1-fpm\nphp7.1-dev\nphp7.1-cli\nphp7.1-common\nphp7.1-intl\nphp7.1-bcmath\nphp7.1-mbstring\nphp7.1-soap\nphp7.1-xml\nphp7.1-zip\nphp7.1-apcu\nphp7.1-json\nphp7.1-gd\nphp7.1-curl\nphp7.1-mcrypt\nphp7.1-mysql\nphp7.1-sqlite\nphp-memcached\n```\n\n# Configuration #\nAny files under ```/app/config``` will be symlinked into the container's filesystem beginning at ```/etc/php/7.1```. This can be used to overwrite the container's default php fpm configuration with a custom, project specific configuration.\n\nIf you need a custom shell script to be run on start or stop (e.g. to set symlinks) you can do so by creating the file ```/app/config/up.sh``` or ```/app/config/down.sh```.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdlueth%2Fqoopido.docker.php71","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdlueth%2Fqoopido.docker.php71","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdlueth%2Fqoopido.docker.php71/lists"}