{"id":23288480,"url":"https://github.com/atakde/php-validation","last_synced_at":"2025-07-10T00:04:13.875Z","repository":{"id":62489062,"uuid":"473323503","full_name":"atakde/php-validation","owner":"atakde","description":"A php package for validation.","archived":false,"fork":false,"pushed_at":"2022-04-02T08:25:42.000Z","size":24,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-07T08:46:55.815Z","etag":null,"topics":["form-valdiation","php","php-form","php-validation","php-validator","validate","validation","validator"],"latest_commit_sha":null,"homepage":"","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/atakde.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":"2022-03-23T19:05:30.000Z","updated_at":"2024-02-25T18:32:26.000Z","dependencies_parsed_at":"2022-11-02T09:31:13.499Z","dependency_job_id":null,"html_url":"https://github.com/atakde/php-validation","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/atakde/php-validation","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atakde%2Fphp-validation","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atakde%2Fphp-validation/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atakde%2Fphp-validation/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atakde%2Fphp-validation/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/atakde","download_url":"https://codeload.github.com/atakde/php-validation/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atakde%2Fphp-validation/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264505747,"owners_count":23618966,"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":["form-valdiation","php","php-form","php-validation","php-validator","validate","validation","validator"],"created_at":"2024-12-20T03:20:06.196Z","updated_at":"2025-07-10T00:04:13.858Z","avatar_url":"https://github.com/atakde.png","language":"PHP","readme":"# php-validation\n\nA php package for validation.\n\n## Installation\n\nInstall via composer\n\n```bash \ncomposer require atakde/php-validation\n```\n\n## Usage\n\n```php\n\nrequire 'vendor/autoload.php';\n\nuse Atakde\\PhpValidation\\Validator;\n\n$params = [\n    'username' =\u003e 'TestUsername',\n    'email' =\u003e 'me@atakann.com',\n    'password' =\u003e '123'\n];\n\n$validateRules = [\n    'email' =\u003e 'required|email',\n    'username' =\u003e 'required|string|min:5|max:10',\n    'password' =\u003e 'required|password'\n];\n\n$validator = new Validator();\n$validator-\u003evalidate($validateRules, $params);\n\nvar_dump($validator-\u003efails());\nvar_dump($validator-\u003egetErrors());\n\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatakde%2Fphp-validation","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fatakde%2Fphp-validation","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatakde%2Fphp-validation/lists"}