{"id":15549272,"url":"https://github.com/eldadfux/w3c-validator","last_synced_at":"2026-03-17T13:47:44.292Z","repository":{"id":15113376,"uuid":"17840288","full_name":"eldadfux/w3c-validator","owner":"eldadfux","description":"PHP class for validating web documents with W3C validation API","archived":false,"fork":false,"pushed_at":"2016-08-06T11:48:33.000Z","size":10,"stargazers_count":8,"open_issues_count":1,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-30T21:53:15.955Z","etag":null,"topics":["php","w3c-validator"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"clappr/clappr","license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/eldadfux.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":"2014-03-17T19:20:15.000Z","updated_at":"2023-06-23T19:32:12.000Z","dependencies_parsed_at":"2022-07-17T05:00:30.709Z","dependency_job_id":null,"html_url":"https://github.com/eldadfux/w3c-validator","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/eldadfux%2Fw3c-validator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eldadfux%2Fw3c-validator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eldadfux%2Fw3c-validator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eldadfux%2Fw3c-validator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eldadfux","download_url":"https://codeload.github.com/eldadfux/w3c-validator/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252973625,"owners_count":21834105,"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":["php","w3c-validator"],"created_at":"2024-10-02T13:33:27.664Z","updated_at":"2026-03-17T13:47:44.258Z","avatar_url":"https://github.com/eldadfux.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# W3C Validator [![Build Status](https://travis-ci.org/eldadfux/w3c-validator.png?branch=master)](https://travis-ci.org/eldadfux/w3c-validator)\n\nPHP wrapper class for validating web documents with W3C validation API\n\n## Installation\n\nInstall using composer:\n\n```bash\ncomposer require 'eldadfux/w3c-validator:1.0.0'\n```\n\n## Usage\n\nExample:\n\n```php\ninclude_once '../src/W3CValidator.php';\n\n// Create a new validator object\n$validate = new W3CValidator('http://www.walla.co.il');\n\nvar_dump($validate-\u003eisValid()); /* output: bool(false) */\nvar_dump($validate-\u003egetErrorsCount()); /* output: int(463) */\nvar_dump($validate-\u003egetWarningsCount()); /* output: int(372) */\n```\n\n## Limits\n\nPlease notice that the W3C API is limited according to their abuse policy.\n\nMore information can be found here:\n[http://www.w3.org/Help/abuse-info/re-reqs.html](http://www.w3.org/Help/abuse-info/re-reqs.html)\n\n## Contributing\n\nAll code contributions - including those of people having commit access - must go through a pull request and approved by a core developer before being merged. This is to ensure proper review of all the code.\n\nFork the project, create a feature branch, and send us a pull request.\n\n\n### Versioning\n\nFor transparency and insight into our release cycle, and for striving to maintain backward compatibility, Utopia PHP Framework will be maintained under the Semantic Versioning guidelines as much as possible. Releases will be numbered with the following format:\n\n`\u003cmajor\u003e.\u003cminor\u003e.\u003cpatch\u003e`\n\nFor more information on SemVer, please visit [http://semver.org/](http://semver.org/).\n\n## Requirements\n\nPHP 5.3+\n\nWe recommend using the latest PHP version whenever possible.\n\n## Author\n\n**Eldad Fux**\n\n+ [https://twitter.com/eldadfux](https://twitter.com/eldadfux)\n+ [https://github.com/eldadfux](https://github.com/eldadfux)\n\n## License\n\nW3C Validator class is licensed under the MIT License - see the LICENSE file for details\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feldadfux%2Fw3c-validator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feldadfux%2Fw3c-validator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feldadfux%2Fw3c-validator/lists"}