An open API service indexing awesome lists of open source software.

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

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