Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adonisjs/validator
Schema based validator for AdonisJS
https://github.com/adonisjs/validator
core schema-validator validation-engine
Last synced: 6 days ago
JSON representation
Schema based validator for AdonisJS
- Host: GitHub
- URL: https://github.com/adonisjs/validator
- Owner: adonisjs
- License: mit
- Created: 2015-09-11T12:23:59.000Z (over 9 years ago)
- Default Branch: develop
- Last Pushed: 2024-01-28T11:59:05.000Z (about 1 year ago)
- Last Synced: 2025-01-20T05:24:18.585Z (13 days ago)
- Topics: core, schema-validator, validation-engine
- Language: TypeScript
- Homepage:
- Size: 4.56 MB
- Stars: 116
- Watchers: 11
- Forks: 39
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-adonisjs-packages - Adonis Validation - Validation provider that makes use of indicative under the hood. (Utilities)
README
# @adonisjs/validator
[![gh-workflow-image]][gh-workflow-url] [![npm-image]][npm-url] ![][typescript-image] [![license-image]][license-url]
## Introduction
This is the repo for the legacy Validator mainly used by AdonisJS v5. We ported it to AdonisJS 6 in order to allow users to easily migrate to AdonisJS 6.The new validator is now [Vine.js](vinejs.dev) and we recommend migrating to it and using it for new projects.
## Official Documentation
The documentation for the legacy validator is available on the [AdonisJS website](https://v6-migration.adonisjs.com/guides/validator-introduction)## Contributing
One of the primary goals of AdonisJS is to have a vibrant community of users and contributors who believes in the principles of the framework.We encourage you to read the [contribution guide](https://github.com/adonisjs/.github/blob/main/docs/CONTRIBUTING.md) before contributing to the framework.
## Code of Conduct
In order to ensure that the AdonisJS community is welcoming to all, please review and abide by the [Code of Conduct](https://github.com/adonisjs/.github/blob/main/docs/CODE_OF_CONDUCT.md).## License
AdonisJS Mail is open-sourced software licensed under the [MIT license](LICENSE.md).[gh-workflow-image]: https://img.shields.io/github/actions/workflow/status/adonisjs/validator/checks.yml?style=for-the-badge
[gh-workflow-url]: https://github.com/adonisjs/validator/actions/workflows/checks.yml "Github action"[npm-image]: https://img.shields.io/npm/v/@adonisjs/validator/latest.svg?style=for-the-badge&logo=npm
[npm-url]: https://www.npmjs.com/package/@adonisjs/validator/v/latest "npm"[typescript-image]: https://img.shields.io/badge/Typescript-294E80.svg?style=for-the-badge&logo=typescript
[license-url]: LICENSE.md
[license-image]: https://img.shields.io/github/license/adonisjs/validator?style=for-the-badge