{"id":15797052,"url":"https://github.com/julienbreux/phpspec-docker","last_synced_at":"2026-02-13T00:33:35.313Z","repository":{"id":29298444,"uuid":"32831499","full_name":"JulienBreux/phpspec-docker","owner":"JulienBreux","description":":package: Docker container to install and run PHPSpec.","archived":false,"fork":false,"pushed_at":"2016-09-12T14:26:17.000Z","size":7,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-07T18:06:39.540Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/phpspec/phpspec/","language":"Makefile","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/JulienBreux.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-03-24T23:41:17.000Z","updated_at":"2016-10-07T13:26:10.000Z","dependencies_parsed_at":"2022-08-03T10:45:55.480Z","dependency_job_id":null,"html_url":"https://github.com/JulienBreux/phpspec-docker","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/JulienBreux/phpspec-docker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JulienBreux%2Fphpspec-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JulienBreux%2Fphpspec-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JulienBreux%2Fphpspec-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JulienBreux%2Fphpspec-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JulienBreux","download_url":"https://codeload.github.com/JulienBreux/phpspec-docker/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JulienBreux%2Fphpspec-docker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274314621,"owners_count":25262694,"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-09-09T02:00:10.223Z","response_time":80,"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":[],"created_at":"2024-10-05T00:03:26.488Z","updated_at":"2026-02-13T00:33:30.282Z","avatar_url":"https://github.com/JulienBreux.png","language":"Makefile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PHPSpec Docker Container\n\n[![Docker pull](https://img.shields.io/docker/pulls/phpspec/phpspec.svg)](https://hub.docker.com/r/phpspec/phpspec/) [![Docker pull](https://img.shields.io/docker/stars/phpspec/phpspec.svg)](https://hub.docker.com/r/phpspec/phpspec/) [![Github issues](https://img.shields.io/github/issues/JulienBreux/phpspec-docker.svg)](https://github.com/JulienBreux/phpspec-docker/issues) [![License](https://img.shields.io/github/license/JulienBreux/phpspec-docker.svg)](https://github.com/JulienBreux/phpspec-docker/blob/master/LICENSE)\n\n\n[Docker](https://www.docker.com) container to install and run [PHPSpec](https://www.phpspec.net/).\n\n## Features\n\n* [PHPSpec](https://www.phpspec.net/)\n  * Latest snapshot (master)\n  * [`2.2.1`](https://github.com/phpspec/phpspec/blob/2.2.1/CHANGES.md#221--2015-05-30)\n  * [`2.1`](https://github.com/phpspec/phpspec/blob/2.1.0/CHANGES.md#210--2014-12-14)\n* [PHP](https://php.net) [5.6](https://php.net/ChangeLog-5.php)\n\n## Installation / Usage\n\n1. Install the phpspec/phpspec container:\n\n    ``` sh\n\t$ docker pull phpspec/phpspec\n\t```\n\n2. Create a phpspec.yml defining your spec suites.\n\n    ``` yml\n\tsuites:\n\t\tacme_suite:\n\t    \tnamespace: Acme\\Text\n    \t\tpsr4_prefix: Acme\\Text\n    ```\n\n3. Run PHPSpec through the PHPSpec container:\n\n    ``` sh\n\t$ docker run -v $(pwd):/app phpspec/phpspec run\n    ```\n\nTo run, test and develop the PHPSpec Dockerfile itself, you must use the source directly:\n\n1. Download the source:\n\n    ``` sh\n\t$ git clone https://github.com/JulienBreux/phpspec-docker.git\n    ```\n\n2. Switch to the phpspec-docker directory:\n\n    ``` sh\n\t$ cd phpspec-docker\n    ```\n\n3. Build the container:\n\n    ``` sh\n\t$ docker build -t phpspec/phpspec .\n    ```\n\n4. Test running the container:\n\n    ``` sh\n\t$ docker run phpspec/phpspec help\n\t```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjulienbreux%2Fphpspec-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjulienbreux%2Fphpspec-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjulienbreux%2Fphpspec-docker/lists"}