{"id":28436224,"url":"https://github.com/revotale/php-composer-testing-action","last_synced_at":"2026-04-25T22:33:13.061Z","repository":{"id":297220904,"uuid":"996049916","full_name":"RevoTale/php-composer-testing-action","owner":"RevoTale","description":"GitHub CI Action to simplify the process of testing composer packages for PHP.","archived":false,"fork":false,"pushed_at":"2025-12-13T13:41:20.000Z","size":17,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-11T13:43:25.213Z","etag":null,"topics":["ci","compatibility-testing","composer","package-testing","php","testing"],"latest_commit_sha":null,"homepage":"","language":null,"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/RevoTale.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,"zenodo":null}},"created_at":"2025-06-04T11:38:18.000Z","updated_at":"2025-12-13T13:36:54.000Z","dependencies_parsed_at":"2025-06-04T19:12:02.479Z","dependency_job_id":"11756446-8a19-488e-8579-1220674a0ab7","html_url":"https://github.com/RevoTale/php-composer-testing-action","commit_stats":null,"previous_names":["revotale/php-composer-testing-action"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/RevoTale/php-composer-testing-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RevoTale%2Fphp-composer-testing-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RevoTale%2Fphp-composer-testing-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RevoTale%2Fphp-composer-testing-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RevoTale%2Fphp-composer-testing-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RevoTale","download_url":"https://codeload.github.com/RevoTale/php-composer-testing-action/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RevoTale%2Fphp-composer-testing-action/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32279655,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-25T18:29:39.964Z","status":"ssl_error","status_checked_at":"2026-04-25T18:29:32.149Z","response_time":59,"last_error":"SSL_read: 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":["ci","compatibility-testing","composer","package-testing","php","testing"],"created_at":"2025-06-05T21:42:01.044Z","updated_at":"2026-04-25T22:33:13.041Z","avatar_url":"https://github.com/RevoTale.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# php-composer-testing-action\n\nGitHub CI Action to simplify the process of testing composer packages for PHP.\n\n## Features\n\n- Easily test your PHP Composer packages in GitHub Actions.\n- Supports multiple PHP versions.\n- Forces testing with prefer-lowest or stable.\n- PHP and Composer is auto configured\n- Use of CI cache to reduce your GitHub CI execution time\n\n## Usage\n\nAdd the following to your `.github/workflows/test.yml`:\n\n```yaml\nname: Run Composer Tests\n\non:\n  push:\n    branches: [ main ]\n  pull_request:\n\njobs:\n  test:\n    runs-on: ubuntu-latest\n\n    strategy:\n      matrix:\n        php: [ '8.4', '8.2', '8.0' ]\n        prefer-lowest: [1,0]\n    steps:\n      - name: Checkout code\n        uses: actions/checkout@v4\n      - name: Run Composer Testing Action\n        uses: RevoTale/php-composer-testing-action@v1\n        with:\n          php-version: ${{ matrix.php }}\n          prefer-lowest: ${{ matrix.prefer-lowest }}\n```\n[MIT Licence](./LICENCE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frevotale%2Fphp-composer-testing-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frevotale%2Fphp-composer-testing-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frevotale%2Fphp-composer-testing-action/lists"}