{"id":20451333,"url":"https://github.com/graillus/php-symfony-tests","last_synced_at":"2026-03-05T23:37:54.200Z","repository":{"id":98729609,"uuid":"60864446","full_name":"graillus/php-symfony-tests","owner":"graillus","description":"Test tools configuration template for Symfony projects.","archived":false,"fork":false,"pushed_at":"2016-06-10T17:21:56.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-05T09:36:32.276Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"wtfpl","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/graillus.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-06-10T17:12:01.000Z","updated_at":"2017-04-15T16:01:35.000Z","dependencies_parsed_at":"2023-05-25T01:15:29.834Z","dependency_job_id":null,"html_url":"https://github.com/graillus/php-symfony-tests","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/graillus/php-symfony-tests","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/graillus%2Fphp-symfony-tests","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/graillus%2Fphp-symfony-tests/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/graillus%2Fphp-symfony-tests/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/graillus%2Fphp-symfony-tests/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/graillus","download_url":"https://codeload.github.com/graillus/php-symfony-tests/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/graillus%2Fphp-symfony-tests/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30155654,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-05T22:39:40.138Z","status":"ssl_error","status_checked_at":"2026-03-05T22:39:24.771Z","response_time":93,"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-15T10:57:17.754Z","updated_at":"2026-03-05T23:37:54.170Z","avatar_url":"https://github.com/graillus.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# PHP Symfony tests\n\nTest tools configuration template for Symfony projects.\n\nRun all your tests and static code analysis tools in just one command.\nIncluded tools are phpunit, phpcs, phploc, phpcpd, phpmd.\n\n\n## Requirements\n\n- You need to have **composer** installed globally\n- **xdebug** extension should be enabled\n- You may have **phing** installed globally instead of using the dependency\n\n\n## Setup\n\n- Add the following packages int your ```composer.json``` :\n```json\n    \"require-dev\": {\n        \"phing/phing\": \"^2.14\",\n        \"phpunit/phpunit\": \"^5.4\",\n        \"phpmd/phpmd\": \"^2.4\",\n        \"phploc/phploc\": \"^3.0\",\n        \"sebastian/phpcpd\": \"^2.0\",\n        \"squizlabs/php_codesniffer\": \"^2.6\"\n    }\n```\n\n- Copy all the content of the */files* directory at the root of your project\n- Run\n```bash\n    $ composer install\n```\n\nThat's it, you're now ready to launch static code analysis tools, and unit tests\n\n\n## Usage\n\nIf you don't have phing installed globally:\n```bash\n    $ alias phing=vendor/bin/phing\n```\n\nLaunch all unit tests + static code analysis\n```bash\n    $ phing\n```\n\nLaunch unit tests only\n```bash\n    $ phing unit\n```\n\nList available tasks:\n```bash\n    $ phing -l\n```\n\n\n## TODO\n\n- Add docker integration to run tests in containers\n- Add behavioual tests\n\n\n## License\n\nWTFPL v2\n\n![WTFPL v2](http://www.wtfpl.net/wp-content/uploads/2012/12/wtfpl-badge-1.png)\n\nSee the LICENSE file.\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgraillus%2Fphp-symfony-tests","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgraillus%2Fphp-symfony-tests","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgraillus%2Fphp-symfony-tests/lists"}