{"id":15026364,"url":"https://github.com/ibrunotome/php","last_synced_at":"2025-04-09T20:21:00.512Z","repository":{"id":117460052,"uuid":"195540942","full_name":"ibrunotome/php","owner":"ibrunotome","description":"Docker images for php","archived":false,"fork":false,"pushed_at":"2024-12-09T22:31:27.000Z","size":95,"stargazers_count":7,"open_issues_count":0,"forks_count":4,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-23T22:12:44.644Z","etag":null,"topics":["docker","php","php7","php73","php74","php8","php80","php81","php82","swoole"],"latest_commit_sha":null,"homepage":"","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/ibrunotome.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":"2019-07-06T13:12:03.000Z","updated_at":"2025-02-14T14:32:06.000Z","dependencies_parsed_at":"2023-11-07T01:50:52.065Z","dependency_job_id":"92392a1c-9e89-4dce-93fb-67604ff7587f","html_url":"https://github.com/ibrunotome/php","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/ibrunotome%2Fphp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibrunotome%2Fphp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibrunotome%2Fphp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibrunotome%2Fphp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ibrunotome","download_url":"https://codeload.github.com/ibrunotome/php/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248104147,"owners_count":21048289,"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","php","php7","php73","php74","php8","php80","php81","php82","swoole"],"created_at":"2024-09-24T20:04:21.947Z","updated_at":"2025-04-09T20:21:00.485Z","avatar_url":"https://github.com/ibrunotome.png","language":"Dockerfile","readme":"# Disclaimer\n\nThis is for my personal use, dependencies can come and go at any time 🤷‍♂️\n\n```Dockerfile\nFROM --platform=linux/amd64 composer:2.6.6 AS build\nWORKDIR /app\n\nCOPY auth.json .\nCOPY composer.json .\nCOPY composer.lock .\nRUN composer install --no-dev --no-scripts --ignore-platform-reqs\n\nCOPY . .\nRUN rm auth.json \u0026\u0026 composer dump --classmap-authoritative\n\nFROM --platform=linux/amd64 ibrunotome/php:8.3.4-frankenphp\n\nENV APP_ENV=production\n\nWORKDIR /app\n\nCOPY --from=build /app /app\nCOPY --from=build /app/php.ini /usr/local/etc/php/conf.d/user.ini\n\nRUN php artisan view:cache\nRUN php artisan optimize\n\nEXPOSE 8000\n\nCMD [\"php\", \"artisan\", \"octane:frankenphp\", \"--host=0.0.0.0\", \"--port=8000\"]\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fibrunotome%2Fphp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fibrunotome%2Fphp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fibrunotome%2Fphp/lists"}