{"id":19606890,"url":"https://github.com/chesszebra/docker-image-composer","last_synced_at":"2026-05-07T03:33:54.822Z","repository":{"id":140735557,"uuid":"102526803","full_name":"chesszebra/docker-image-composer","owner":"chesszebra","description":"A Docker image to run PHP for a specific version.","archived":false,"fork":false,"pushed_at":"2020-10-31T21:23:37.000Z","size":19,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-26T16:50:10.035Z","etag":null,"topics":["composer","docker","php","php7","php70","php71"],"latest_commit_sha":null,"homepage":null,"language":"Shell","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/chesszebra.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":"chesszebra","custom":["https://chesszebra.com"]}},"created_at":"2017-09-05T20:28:58.000Z","updated_at":"2020-10-31T21:23:39.000Z","dependencies_parsed_at":null,"dependency_job_id":"3aea14d8-93e9-4a46-890f-0a7a8d3e9968","html_url":"https://github.com/chesszebra/docker-image-composer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/chesszebra/docker-image-composer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chesszebra%2Fdocker-image-composer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chesszebra%2Fdocker-image-composer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chesszebra%2Fdocker-image-composer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chesszebra%2Fdocker-image-composer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chesszebra","download_url":"https://codeload.github.com/chesszebra/docker-image-composer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chesszebra%2Fdocker-image-composer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":285548619,"owners_count":27190488,"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-11-21T02:00:06.175Z","response_time":61,"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":["composer","docker","php","php7","php70","php71"],"created_at":"2024-11-11T10:07:32.029Z","updated_at":"2025-11-21T03:04:51.618Z","avatar_url":"https://github.com/chesszebra.png","language":"Shell","funding_links":["https://github.com/sponsors/chesszebra","https://chesszebra.com"],"categories":[],"sub_categories":[],"readme":"# docker-image-composer\n\nThis repository contains the Docker image used to run Composer for a\nspecific PHP version.\n\n## Usage\n\nTo run Composer you should make sure you map a volume to the /data directory within the container:\n\n```\ndocker run \\\n    --rm \\\n    -it \\\n    -v $(pwd):/data \\\n    chesszebra/composer:php7.0\n```\n\n### Caching\n\nIt's often a good idea to map your home directory to the container because Composer caches the packages that it \ndownloads. This will speed up future installations:\n\n```\ndocker run \\\n    --rm \\\n    -it \\\n    -v $(pwd):/data \\\n    -v ~/.composer:/home/php/.composer \n    chesszebra/composer:php7.0\n```\n\n### SSH Agent Forwarding\n\nSome packages are installed via Git and require your SSH identity. We can forward the SSH agent easily:\n\n```\ndocker run \\\n    --rm \\\n    -it \\\n    -v $(pwd):/data \\\n    -v $HOME/.ssh:/home/php/.ssh/ \\\n    -v $SSH_AUTH_SOCK:/ssh-agent \\\n    -e SSH_AUTH_SOCK=/ssh-agent \\\n    chesszebra/composer:php7.0\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchesszebra%2Fdocker-image-composer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchesszebra%2Fdocker-image-composer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchesszebra%2Fdocker-image-composer/lists"}