{"id":19956944,"url":"https://github.com/zhooravell/php-luhn-checksum","last_synced_at":"2026-06-09T12:31:26.362Z","repository":{"id":57091070,"uuid":"146557984","full_name":"zhooravell/php-luhn-checksum","owner":"zhooravell","description":"Luhn algorithm php function","archived":false,"fork":false,"pushed_at":"2020-09-07T09:46:49.000Z","size":5,"stargazers_count":2,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-15T14:30:05.337Z","etag":null,"topics":["luhn-algorithm","php"],"latest_commit_sha":null,"homepage":null,"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/zhooravell.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":"2018-08-29T06:52:34.000Z","updated_at":"2021-05-19T09:06:46.000Z","dependencies_parsed_at":"2022-08-22T20:40:46.838Z","dependency_job_id":null,"html_url":"https://github.com/zhooravell/php-luhn-checksum","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/zhooravell/php-luhn-checksum","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zhooravell%2Fphp-luhn-checksum","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zhooravell%2Fphp-luhn-checksum/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zhooravell%2Fphp-luhn-checksum/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zhooravell%2Fphp-luhn-checksum/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zhooravell","download_url":"https://codeload.github.com/zhooravell/php-luhn-checksum/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zhooravell%2Fphp-luhn-checksum/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34107865,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-09T02:00:06.510Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["luhn-algorithm","php"],"created_at":"2024-11-13T01:36:02.140Z","updated_at":"2026-06-09T12:31:26.337Z","avatar_url":"https://github.com/zhooravell.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PHP Luhn algorithm function\n\u003e A PHP function providing simple checksum formula used to validate a variety of identification numbers .\n\n[![Build Status](https://travis-ci.com/zhooravell/php-luhn-checksum.svg?branch=master)](https://travis-ci.com/zhooravell/php-luhn-checksum)\n\n\n## Installing\n\n``` sh\n$ composer require zhuravel/php-luhn-checksum\n```\n\n## Example\n```php\n\u003c?php\nrequire 'vendor/autoload.php';\n\n$number = 79927398713;\n\nvar_dump(isValidLuhnChecksum($number));\n```\n\n## Source(s)\n\n* [Luhn algorithm](https://en.wikipedia.org/wiki/Luhn_algorithm) by [Wikipedia](http://www.wikipedia.org)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzhooravell%2Fphp-luhn-checksum","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzhooravell%2Fphp-luhn-checksum","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzhooravell%2Fphp-luhn-checksum/lists"}