{"id":26535463,"url":"https://github.com/thiagoprz/cpf-validator","last_synced_at":"2025-03-21T20:36:08.335Z","repository":{"id":35024173,"uuid":"197790206","full_name":"thiagoprz/cpf-validator","owner":"thiagoprz","description":"Laravel package to validate CPF (Brazilian taxpayer identification number)","archived":false,"fork":false,"pushed_at":"2023-08-15T13:54:33.000Z","size":75,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-27T16:04:08.977Z","etag":null,"topics":["brasil","cpf","cpf-validador","cpf-validation","laravel"],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/thiagoprz.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":"2019-07-19T14:44:54.000Z","updated_at":"2023-04-20T05:05:19.000Z","dependencies_parsed_at":"2022-08-08T04:00:41.130Z","dependency_job_id":null,"html_url":"https://github.com/thiagoprz/cpf-validator","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thiagoprz%2Fcpf-validator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thiagoprz%2Fcpf-validator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thiagoprz%2Fcpf-validator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thiagoprz%2Fcpf-validator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thiagoprz","download_url":"https://codeload.github.com/thiagoprz/cpf-validator/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244866798,"owners_count":20523576,"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":["brasil","cpf","cpf-validador","cpf-validation","laravel"],"created_at":"2025-03-21T20:36:07.743Z","updated_at":"2025-03-21T20:36:08.316Z","avatar_url":"https://github.com/thiagoprz.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"**CPF Validator**\n==\nA Laravel package to work with CPF validation.\n\nCPF is an individual taxpayer identification number given to people living in Brazil, both native Brazilians and resident foreigners.\n\nInstallation\n--\n\n`` composer install thiagoprz/cpf-validator ``\n\nUsage\n--\n```\n\u003c?php\n\nnamespace App\\Http\\Controllers;\n\nuse Illuminate\\Http\\Request;\n\nclass CpfController extends Controller\n{\n    ...\n    /**\n     * Store action\n     */\n    public function store(Request $request)\n    {\n        $this-\u003evalidate($request, [\n            'cpf' =\u003e 'cpf', // CPF validation\n            'cpf2' =\u003e 'cpf:true', // CPF validation allowing empty value\n            ...\n        ]);\n        ...\n    }\n    ...\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthiagoprz%2Fcpf-validator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthiagoprz%2Fcpf-validator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthiagoprz%2Fcpf-validator/lists"}