{"id":15917461,"url":"https://github.com/takuya/php-cert-checker","last_synced_at":"2025-03-17T23:32:14.061Z","repository":{"id":57750095,"uuid":"525242673","full_name":"takuya/php-cert-checker","owner":"takuya","description":"php-cert-checker","archived":false,"fork":false,"pushed_at":"2025-03-12T11:18:46.000Z","size":66,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-12T12:25:25.973Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/takuya.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":"2022-08-16T05:28:49.000Z","updated_at":"2025-03-12T11:18:49.000Z","dependencies_parsed_at":"2023-10-11T13:38:50.958Z","dependency_job_id":"f0a85aa4-8754-48bf-bf71-633f85090569","html_url":"https://github.com/takuya/php-cert-checker","commit_stats":{"total_commits":129,"total_committers":1,"mean_commits":129.0,"dds":0.0,"last_synced_commit":"7a6f717ed4b72cfc2ef9423b0ca44ed82ebfe27a"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/takuya%2Fphp-cert-checker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/takuya%2Fphp-cert-checker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/takuya%2Fphp-cert-checker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/takuya%2Fphp-cert-checker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/takuya","download_url":"https://codeload.github.com/takuya/php-cert-checker/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243893407,"owners_count":20364895,"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":[],"created_at":"2024-10-06T18:10:46.452Z","updated_at":"2025-03-17T23:32:13.805Z","avatar_url":"https://github.com/takuya.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"## SSL/TLS certificate due date checker\n\n![](https://github.com/takuya/php-cert-checker/workflows/main/badge.svg)\n\nCheck cert is Expired or not.\n\n```php\n\u003c?php\nuse Takuya\\PhpCertChecker\\CertificateChecker;\n//\n$checker = new CertificateChecker(\"twitter.com\");\nif ($checker-\u003eisCertExpired()){\n  echo \"The Cert is Expired at \". $checker-\u003egetExpiredAt();\n}\n```\n\n## Installing\n\nfrom github\n```sh\ncomposer config repositories.'php-cert-checker' \\\n         vcs https://github.com/takuya/php-cert-checker  \ncomposer require takuya/php-cert-checker:master\ncomposer install \n```\nfrom packagist\n```sh\ncomposer require takuya/php-cert-checker\n```\n\n## Testing\n```shell\ngit clone https://github.com/takuya/php-cert-checker\ncd php-cert-checker\ncomposer install \nvendor/bin/phpunit\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftakuya%2Fphp-cert-checker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftakuya%2Fphp-cert-checker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftakuya%2Fphp-cert-checker/lists"}