{"id":15989400,"url":"https://github.com/peter279k/php7.4-dev-env","last_synced_at":"2025-04-04T22:25:00.743Z","repository":{"id":79147439,"uuid":"190342439","full_name":"peter279k/php7.4-dev-env","owner":"peter279k","description":"This is a Docker image for helping developers to build PHP 7.4 development environment easily.","archived":false,"fork":false,"pushed_at":"2019-06-05T10:21:49.000Z","size":5,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-10T07:13:57.606Z","etag":null,"topics":["docker-command","docker-image","php-source","php7"],"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/peter279k.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-06-05T06:59:02.000Z","updated_at":"2019-06-05T10:21:29.000Z","dependencies_parsed_at":"2023-05-23T21:30:44.556Z","dependency_job_id":null,"html_url":"https://github.com/peter279k/php7.4-dev-env","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peter279k%2Fphp7.4-dev-env","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peter279k%2Fphp7.4-dev-env/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peter279k%2Fphp7.4-dev-env/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peter279k%2Fphp7.4-dev-env/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/peter279k","download_url":"https://codeload.github.com/peter279k/php7.4-dev-env/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247257264,"owners_count":20909438,"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-command","docker-image","php-source","php7"],"created_at":"2024-10-08T04:42:29.367Z","updated_at":"2025-04-04T22:25:00.724Z","avatar_url":"https://github.com/peter279k.png","language":"Dockerfile","readme":"# php7.4-dev-env\nThis is a Docker image for helping developers to build PHP 7.4 development environment easily.\n\n# Introduction\nTo be easy to build your PHP-7.4 dev easily, this is an option for developers to build this environment happily.\n\n# Usage\n\n## Step 1\nWe assume that you've an Docker command installed on your operating system.\n\n## Step 2\nUsing the following command to download this Docker image.\n\n```BASH\npeter279k/php7.4-dev\n```\n\n## Step 3\nUsing the following command to check this image is added currently in your Docker repositories.\n\n```BASH\ndocker images | grep peter279k/php7.4-dev\n```\n\n## Step 4\nClone the PHP source code reposirory via `git` command then running `cd php-src`.\n\n```BASH\ngit clone https://github.com/php/php-src.git \u0026\u0026 cd php-src\n```\n\n## Step 5\nRunning Docker command to mount php-src directory and enter into this image via intercative shell\n\n```BASH\ndocker run -it -v $(pwd):/root/PHP-7.4 peter279k/php7.4-dev:CURRENT_TAG_NAME\n```\n\n## Step 6\nUsing `cd /root/PHP-7.4` to change current directory to the PHP source code repositoy folder\n\n## Step 7\nRunning following shell script to compile a PHP binary for Travis CI build\n\n```BASH\ngit checkout PHP-7.4 \u0026\u0026 ./travis/compile.sh\n```\n\n## Step 8\nOnce compiling PHP source code is done, you can use following comand to check this.\n\n```BASH\nsapi/cli/php -v\n```\n\nHappy coding!\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpeter279k%2Fphp7.4-dev-env","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpeter279k%2Fphp7.4-dev-env","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpeter279k%2Fphp7.4-dev-env/lists"}