https://github.com/ciricihq/cake-dates-validation
A Dates Validation class for CakePHP 3.X
https://github.com/ciricihq/cake-dates-validation
cake-plugin cakephp plugin validations
Last synced: 19 days ago
JSON representation
A Dates Validation class for CakePHP 3.X
- Host: GitHub
- URL: https://github.com/ciricihq/cake-dates-validation
- Owner: ciricihq
- License: gpl-3.0
- Created: 2016-10-19T12:02:59.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-10-20T09:58:01.000Z (over 8 years ago)
- Last Synced: 2025-04-09T19:57:37.222Z (19 days ago)
- Topics: cake-plugin, cakephp, plugin, validations
- Language: PHP
- Size: 31.3 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
CakePHP 3.X Date Validation Class
=================================[![Build status][build svg]][build status]
[![Code coverage][coverage svg]][coverage]
[![License][license svg]][license]
[![Latest stable version][releases svg]][releases]
[![Total downloads][downloads svg]][downloads]
[![Code climate][climate svg]][climate]This class adds validation rules related to dates, such as `future`, `past` or
`today`.[Take a look to the class][class] to see all the available methods.
Check out the CakePHP documentation about [custom providers][custom-providers] to know how to include
this class to your project as a validation provider.License
-------Copyright (c) 2016, [Cirici New Media][cirici] - licensed under [GNU GPL3 license][gnu].
[custom-providers]: http://book.cakephp.org/3.0/en/core-libraries/validation.html#adding-validation-providers
[class]: src/DatesValidation.php
[gnu]: LICENSE
[cirici]: https://cirici.com[build status]: https://travis-ci.org/ciricihq/cake-dates-validation
[coverage]: https://codecov.io/gh/ciricihq/cake-dates-validation
[license]: https://github.com/ciricihq/cake-dates-validation/blob/master/LICENSE.md
[releases]: https://github.com/ciricihq/cake-dates-validation/releases
[downloads]: https://packagist.org/packages/ciricihq/cake-dates-validation
[climate]: https://codeclimate.com/github/ciricihq/cake-dates-validation[build svg]: https://img.shields.io/travis/ciricihq/cake-dates-validation/master.svg?style=flat-square
[coverage svg]: https://img.shields.io/codecov/c/github/ciricihq/cake-dates-validation/master.svg?style=flat-square
[license svg]: https://img.shields.io/github/license/ciricihq/cake-dates-validation.svg?style=flat-square
[releases svg]: https://img.shields.io/github/release/ciricihq/cake-dates-validation.svg?style=flat-square
[downloads svg]: https://img.shields.io/packagist/dt/ciricihq/cake-dates-validation.svg?style=flat-square
[climate svg]: https://img.shields.io/codeclimate/github/ciricihq/cake-dates-validation.svg?style=flat-square