{"id":34756071,"url":"https://github.com/jincon/aiivalidator","last_synced_at":"2026-05-23T08:32:42.226Z","repository":{"id":56999172,"uuid":"77444812","full_name":"jincon/aiivalidator","owner":"jincon","description":"AiiValidator is a simple \u0026 easy php  validation package.","archived":false,"fork":false,"pushed_at":"2016-12-27T10:27:24.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-07T10:46:44.848Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jincon.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-12-27T09:49:24.000Z","updated_at":"2016-12-27T09:49:40.000Z","dependencies_parsed_at":"2022-08-21T14:50:26.397Z","dependency_job_id":null,"html_url":"https://github.com/jincon/aiivalidator","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/jincon/aiivalidator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jincon%2Faiivalidator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jincon%2Faiivalidator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jincon%2Faiivalidator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jincon%2Faiivalidator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jincon","download_url":"https://codeload.github.com/jincon/aiivalidator/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jincon%2Faiivalidator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33389223,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-23T04:15:53.637Z","status":"ssl_error","status_checked_at":"2026-05-23T04:15:53.242Z","response_time":53,"last_error":"SSL_read: 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":[],"created_at":"2025-12-25T05:40:29.558Z","updated_at":"2026-05-23T08:32:42.221Z","avatar_url":"https://github.com/jincon.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"Jincon\\AiiValidator\n=====\n\nAiiValidator is a simple \u0026 easy php  validation package.\n\n\n### Install\n\nIf you have Composer, just include TinyValidator as a project dependency in your `composer.json`. If you don't just install it by downloading the .ZIP file and extracting it to your project directory.\n\n```json\nrequire: {\n    \"jincon/aiivalidator\": \"*\"\n}\n```\n\n### Examples\n\n```php\n$data = ['title'=\u003e'你', 'email'=\u003e'1@baiducom'];\n$rules = [\n  'title' =\u003e 'required|min:3|max:255',\n  'email' =\u003e 'required|email',\n];\n\n$validator = new \\Jincon\\AiiValidator\\AiiValidator($data, $rules);\n\n//$validator = new \\Jincon\\AiiValidator\\AiiValidator($data, $rules,'en');\n\nif ( !$validator-\u003esuccess ) {\n  foreach ($validator-\u003eerrors as $error) {\n    echo $error.'\u003cbr\u003e';\n  }\n}\n```\n\n### License\n\nThe AiiValidator is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjincon%2Faiivalidator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjincon%2Faiivalidator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjincon%2Faiivalidator/lists"}