{"id":37003108,"url":"https://github.com/lightools/company-id-validator","last_synced_at":"2026-01-14T00:32:00.446Z","repository":{"id":57014919,"uuid":"55048926","full_name":"lightools/company-id-validator","owner":"lightools","description":"Simple validation of Czech company ID.","archived":false,"fork":false,"pushed_at":"2016-04-23T14:55:58.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-13T07:25:39.177Z","etag":null,"topics":["czech-company"],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lightools.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-03-30T09:08:48.000Z","updated_at":"2016-03-30T09:09:54.000Z","dependencies_parsed_at":"2022-08-22T09:30:25.298Z","dependency_job_id":null,"html_url":"https://github.com/lightools/company-id-validator","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/lightools/company-id-validator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lightools%2Fcompany-id-validator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lightools%2Fcompany-id-validator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lightools%2Fcompany-id-validator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lightools%2Fcompany-id-validator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lightools","download_url":"https://codeload.github.com/lightools/company-id-validator/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lightools%2Fcompany-id-validator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28406501,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-13T21:51:37.118Z","status":"ssl_error","status_checked_at":"2026-01-13T21:45:14.585Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["czech-company"],"created_at":"2026-01-14T00:31:59.571Z","updated_at":"2026-01-14T00:32:00.422Z","avatar_url":"https://github.com/lightools.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Introduction\n\nSimple validation of Czech company ID (IČ).\n\n## Installation\n\n```sh\n$ composer require lightools/company-id-validator\n```\n\n## Simple usage\n\n```php\n$validator = new Lightools\\CompanyIdValidator\\CompanyIdValidator();\n$validator-\u003eisValidId('27082440'); // true\n$validator-\u003eisValidId('25596641'); // true\n$validator-\u003eisValidId('1859951'); // true (leading zero added, you can disable this function in constructor)\n$validator-\u003eisValidId('12345678'); // false\n```\n\n## Further validation\n\nIf you want to know if subject with some ID really exists, you can use [lightools/ares](https://github.com/lightools/ares).\n\n## How to run tests\n\n```sh\n$ vendor/bin/tester tests\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flightools%2Fcompany-id-validator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flightools%2Fcompany-id-validator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flightools%2Fcompany-id-validator/lists"}