{"id":17918973,"url":"https://github.com/wellwelwel/php-shared-host-based","last_synced_at":"2026-04-20T19:31:49.947Z","repository":{"id":185515910,"uuid":"673654352","full_name":"wellwelwel/php-shared-host-based","owner":"wellwelwel","description":"🐘 A Docker image based on shared hosts of most popular private companies, pre-configured to operate in production environment and works for both amd64 and arm64.","archived":false,"fork":false,"pushed_at":"2023-10-21T17:28:08.000Z","size":11,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-21T06:58:39.256Z","etag":null,"topics":["docker","php","shared-host"],"latest_commit_sha":null,"homepage":"https://github.com/wellwelwel/svps","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/wellwelwel.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":"2023-08-02T06:00:30.000Z","updated_at":"2024-10-08T18:20:22.000Z","dependencies_parsed_at":null,"dependency_job_id":"4987b2c5-2b64-43fd-a820-b0fe8c8627e3","html_url":"https://github.com/wellwelwel/php-shared-host-based","commit_stats":null,"previous_names":["wellwelwel/php-shared-host-based"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/wellwelwel/php-shared-host-based","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wellwelwel%2Fphp-shared-host-based","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wellwelwel%2Fphp-shared-host-based/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wellwelwel%2Fphp-shared-host-based/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wellwelwel%2Fphp-shared-host-based/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wellwelwel","download_url":"https://codeload.github.com/wellwelwel/php-shared-host-based/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wellwelwel%2Fphp-shared-host-based/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32062300,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-20T11:35:06.609Z","status":"ssl_error","status_checked_at":"2026-04-20T11:34:48.899Z","response_time":94,"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":["docker","php","shared-host"],"created_at":"2024-10-28T20:13:47.139Z","updated_at":"2026-04-20T19:31:49.931Z","avatar_url":"https://github.com/wellwelwel.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PHP Shared Host Based 🐳\n\nA Docker image based on shared hosts of most popular private companies, pre-configured to operate in production environment and works for both **amd64** and **arm64**.\n\nIt already has **Composer** installed.\n\n---\n\n## Pull\n\n```sh\ndocker pull wellwelwel/php:8-shared-based\n```\n\n---\n\n## Run\n\n```sh\ndocker run -p 8080:80 wellwelwel/php:8-shared-based\n```\n\n- Testing it on browser: `http://localhost:8080`\n\n---\n\n## Compose\n\n```yml\nversion: '3.9'\nservices:\n  app:\n    image: wellwelwel/php:8-shared-based\n    ports:\n      - '8080:80'\n    volumes:\n      - ./src:/srv/www/public_html\n```\n\n---\n\n## Customizing\n\n### Files and Resources\n\n- **Workdir:** `/srv/www/public_html`\n  - Modify the **index.php** at `/srv/www/public_html/index.php`\n  - You can create a volume in `/srv/www/public_html` or `/srv/www`, also just copy your app contents into it 🤹🏻‍♀️\n- [**php.ini**](./resources/php.ini): `/usr/local/etc/php/php.ini`\n- [**000-default.conf**](./resources/000-default.conf): `/etc/apache2/sites-available/000-default.conf`\n\n### OPcache\n\n\u003e OP Cache increases PHP code execution performance by storing a shared in-memory cache of pre-compiled code from application scripts.\n\nTurn off `opcache` in _.htaccess_ file to see your changes in real time:\n\n```apache\nphp_flag opcache.enable Off\n```\n\n### Debug\n\nTurn on `display_errors` in _.htaccess_ file to debug errors:\n\n```apache\nphp_flag display_errors On\n```\n\n---\n\n\u003e It's an image created for [**SVPS Project**](https://github.com/wellwelwel/svps) 🧙🏻\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwellwelwel%2Fphp-shared-host-based","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwellwelwel%2Fphp-shared-host-based","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwellwelwel%2Fphp-shared-host-based/lists"}