{"id":21945774,"url":"https://github.com/howtocodewell/composer","last_synced_at":"2026-04-16T10:02:26.970Z","repository":{"id":51106584,"uuid":"364194073","full_name":"howToCodeWell/composer","owner":"howToCodeWell","description":"PHP Composer Docker Image","archived":false,"fork":false,"pushed_at":"2025-07-10T10:43:58.000Z","size":6,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-26T14:58:22.697Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Dockerfile","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/howToCodeWell.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":"2021-05-04T08:47:02.000Z","updated_at":"2025-07-10T10:43:02.000Z","dependencies_parsed_at":"2022-09-01T16:20:11.114Z","dependency_job_id":null,"html_url":"https://github.com/howToCodeWell/composer","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/howToCodeWell/composer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/howToCodeWell%2Fcomposer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/howToCodeWell%2Fcomposer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/howToCodeWell%2Fcomposer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/howToCodeWell%2Fcomposer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/howToCodeWell","download_url":"https://codeload.github.com/howToCodeWell/composer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/howToCodeWell%2Fcomposer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31880884,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T09:23:21.276Z","status":"ssl_error","status_checked_at":"2026-04-16T09:23:15.028Z","response_time":69,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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-29T04:19:23.781Z","updated_at":"2026-04-16T10:02:26.946Z","avatar_url":"https://github.com/howToCodeWell.png","language":"Dockerfile","readme":"# Composer - How To Code Well\n\nThis creates a Composer Docker image that has some PHP extensions configured. \nEach Docker tag will follow PHP versions. \n\nSee all available tags on the [Docker Hub](https://hub.docker.com/repository/docker/howtocodewell/composer/tags)\n\n## To build locally\n`docker build -t howtocodewell/composer:\u003cTAG\u003e .`\n\n## To use this within your current project\nAdd this to your `docker-compose.yml`\n\n```yaml\n  composer:\n    image: howtocodewell/composer:\u003cTAG\u003e\n    working_dir: /var/www/html\n    volumes:\n      - .:/app\n```\n\n# Useful commands\nPro tip! These are great in a Makefile\n\nCheck for Composer updates\n\n`docker-compose run --rm -w /app --no-deps composer bash -ci 'composer update'`\n\nInstall Composer packages\n\n`docker-compose run --rm -w /app --no-deps composer bash -ci 'composer install'`\n\nUpdate Composer packages\n\n`docker-compose run --rm -w /app --no-deps composer bash -ci 'composer update'`\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhowtocodewell%2Fcomposer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhowtocodewell%2Fcomposer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhowtocodewell%2Fcomposer/lists"}