{"id":19234523,"url":"https://github.com/phpmentors-jp/validator-bundle","last_synced_at":"2025-10-05T19:51:03.597Z","repository":{"id":16557314,"uuid":"19311043","full_name":"phpmentors-jp/validator-bundle","owner":"phpmentors-jp","description":"Validation enhancements for Symfony applications","archived":false,"fork":false,"pushed_at":"2022-07-19T00:53:28.000Z","size":95,"stargazers_count":8,"open_issues_count":1,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-09-28T20:24:26.845Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://github.com/phpmentors-jp/validator-bundle/wiki","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/phpmentors-jp.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":"2014-04-30T11:12:07.000Z","updated_at":"2023-02-20T02:37:40.000Z","dependencies_parsed_at":"2022-09-05T15:31:09.093Z","dependency_job_id":null,"html_url":"https://github.com/phpmentors-jp/validator-bundle","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/phpmentors-jp/validator-bundle","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phpmentors-jp%2Fvalidator-bundle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phpmentors-jp%2Fvalidator-bundle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phpmentors-jp%2Fvalidator-bundle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phpmentors-jp%2Fvalidator-bundle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/phpmentors-jp","download_url":"https://codeload.github.com/phpmentors-jp/validator-bundle/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phpmentors-jp%2Fvalidator-bundle/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278510915,"owners_count":25998997,"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","status":"online","status_checked_at":"2025-10-05T02:00:06.059Z","response_time":54,"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":[],"created_at":"2024-11-09T16:14:11.182Z","updated_at":"2025-10-05T19:51:03.573Z","avatar_url":"https://github.com/phpmentors-jp.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PHPMentorsValidatorBundle\n\nValidation enhancements for Symfony applications\n\n[![Total Downloads](https://poser.pugx.org/phpmentors/validator-bundle/downloads.png)](https://packagist.org/packages/phpmentors/validator-bundle)\n[![Latest Stable Version](https://poser.pugx.org/phpmentors/validator-bundle/v/stable.png)](https://packagist.org/packages/phpmentors/validator-bundle)\n[![Latest Unstable Version](https://poser.pugx.org/phpmentors/validator-bundle/v/unstable.png)](https://packagist.org/packages/phpmentors/validator-bundle)\n[![Build Status](https://travis-ci.org/phpmentors-jp/validator-bundle.svg?branch=master)](https://travis-ci.org/phpmentors-jp/validator-bundle)\n\n## Features\n\n* Namespace alias configuration\n* Constraints\n  * AtLeastOneOf\n  * Range\n  * ServiceCallback\n\n## Installation\n\n`PHPMentorsValidatorBundle` can be installed using [Composer](http://getcomposer.org/).\n\nFirst, add the dependency to `phpmentors/validator-bundle` into your `composer.json` file as the following:\n\n**Stable version**:\n\n```\ncomposer require phpmentors/validator-bundle \"1.3.*\"\n```\n\n**Development version**:\n\n```\ncomposer require phpmentors/validator-bundle \"~1.4@dev\"\n```\n\nSecond, add `PHPMentorsValidatorBundle` into your bundles to register in `AppKernel::registerBundles()` as the following:\n\n```php\n...\nclass AppKernel extends Kernel\n{\n    public function registerBundles()\n    {\n        $bundles = array(\n            ...\n            new PHPMentors\\ValidatorBundle\\PHPMentorsValidatorBundle(),\n        );\n        ...\n```\n\n## Support\n\nIf you find a bug or have a question, or want to request a feature, create an issue or pull request for it on [Issues](https://github.com/phpmentors-jp/validator-bundle/issues).\n\n## Copyright\n\nCopyright (c) 2014-2016, 2018 GOTO Hidenori, KUBO Atsuhiro, and contributors, All rights reserved.\n\n## License\n\n[The BSD 2-Clause License](http://opensource.org/licenses/BSD-2-Clause)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphpmentors-jp%2Fvalidator-bundle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphpmentors-jp%2Fvalidator-bundle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphpmentors-jp%2Fvalidator-bundle/lists"}