{"id":18410701,"url":"https://github.com/jk-oster/pa11y-php","last_synced_at":"2026-02-15T01:34:59.659Z","repository":{"id":257895656,"uuid":"863000758","full_name":"jk-oster/pa11y-php","owner":"jk-oster","description":"A php wrapper for the accessibility testing tool pa11y","archived":false,"fork":false,"pushed_at":"2025-03-06T19:39:37.000Z","size":362,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-21T21:02:33.464Z","etag":null,"topics":["accessibility","pa11y","reporting","testing"],"latest_commit_sha":null,"homepage":"https://jk-oster.github.io/pa11y-php/","language":"PHP","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/jk-oster.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.md","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},"funding":{"github":"Jakob Osterberger"}},"created_at":"2024-09-25T14:46:28.000Z","updated_at":"2025-03-06T19:39:01.000Z","dependencies_parsed_at":"2025-02-25T19:27:46.152Z","dependency_job_id":"c7fcb36e-62bb-425f-88e9-406b90d7e55b","html_url":"https://github.com/jk-oster/pa11y-php","commit_stats":null,"previous_names":["jk-oster/pa11y-php"],"tags_count":0,"template":false,"template_full_name":"spatie/package-skeleton-laravel","purl":"pkg:github/jk-oster/pa11y-php","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jk-oster%2Fpa11y-php","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jk-oster%2Fpa11y-php/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jk-oster%2Fpa11y-php/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jk-oster%2Fpa11y-php/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jk-oster","download_url":"https://codeload.github.com/jk-oster/pa11y-php/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jk-oster%2Fpa11y-php/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29464357,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-15T01:01:38.065Z","status":"ssl_error","status_checked_at":"2026-02-15T01:01:23.809Z","response_time":53,"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":["accessibility","pa11y","reporting","testing"],"created_at":"2024-11-06T03:33:30.373Z","updated_at":"2026-02-15T01:34:59.645Z","avatar_url":"https://github.com/jk-oster.png","language":"PHP","funding_links":["https://github.com/sponsors/Jakob Osterberger"],"categories":[],"sub_categories":[],"readme":"# A package to create accessibility reports in php\n\n[![Latest Version on Packagist](https://img.shields.io/packagist/v/jk-oster/pa11y-php.svg?style=flat-square)](https://packagist.org/packages/jk-oster/pa11y-php)\n[![GitHub Tests Action Status](https://img.shields.io/github/actions/workflow/status/jk-oster/pa11y-php/run-tests.yml?branch=main\u0026label=tests\u0026style=flat-square)](https://github.com/jk-oster/pa11y-php/actions?query=workflow%3Arun-tests+branch%3Amain)\n[![GitHub Code Style Action Status](https://img.shields.io/github/actions/workflow/status/jk-oster/pa11y-php/fix-php-code-style-issues.yml?branch=main\u0026label=code%20style\u0026style=flat-square)](https://github.com/jk-oster/pa11y-php/actions?query=workflow%3A\"Fix+PHP+code+style+issues\"+branch%3Amain)\n[![Total Downloads](https://img.shields.io/packagist/dt/jk-oster/pa11y-php.svg?style=flat-square)](https://packagist.org/packages/jk-oster/pa11y-php)\n\nThis is where your description should go. Limit it to a paragraph or two. Consider adding a small example.\n\n## Support us\n\n[\u003cimg src=\"https://github-ads.s3.eu-central-1.amazonaws.com/pa11y-php.jpg?t=1\" width=\"419px\" /\u003e](https://spatie.be/github-ad-click/pa11y-php)\n\nWe invest a lot of resources into creating [best in class open source packages](https://spatie.be/open-source). You can support us by [buying one of our paid products](https://spatie.be/open-source/support-us).\n\nWe highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using. You'll find our address on [our contact page](https://spatie.be/about-us). We publish all received postcards on [our virtual postcard wall](https://spatie.be/open-source/postcards).\n\n## Installation\n\nYou can install the package via composer:\n\n```bash\ncomposer require jk-oster/pa11y-php\n```\n\nYou can publish and run the migrations with:\n\n```bash\nphp artisan vendor:publish --tag=\"pa11y-php-migrations\"\nphp artisan migrate\n```\n\nYou can publish the config file with:\n\n```bash\nphp artisan vendor:publish --tag=\"pa11y-php-config\"\n```\n\nThis is the contents of the published config file:\n\n```php\nreturn [\n];\n```\n\nOptionally, you can publish the views using\n\n```bash\nphp artisan vendor:publish --tag=\"pa11y-php-views\"\n```\n\n## Usage\n\n```php\n$laravelPa11y = new JkOster\\Pa11y();\necho $laravelPa11y-\u003eechoPhrase('Hello, JkOster!');\n```\n\n## Testing\n\n```bash\ncomposer test\n```\n\n## Changelog\n\nPlease see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.\n\n## Contributing\n\nPlease see [CONTRIBUTING](CONTRIBUTING.md) for details.\n\n## Security Vulnerabilities\n\nPlease review [our security policy](../../security/policy) on how to report security vulnerabilities.\n\n## Credits\n\n- [Jakob Osterberger](https://github.com/jk-oster)\n- [All Contributors](../../contributors)\n\n## License\n\nThe MIT License (MIT). Please see [License File](LICENSE.md) for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjk-oster%2Fpa11y-php","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjk-oster%2Fpa11y-php","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjk-oster%2Fpa11y-php/lists"}