2017 © Pedro Peláez
 

library validation

CakePHP Validation library

image

cakephp/validation

CakePHP Validation library

  • Thursday, June 28, 2018
  • by cakephp
  • Repository
  • 30 Watchers
  • 25 Stars
  • 147,638 Installations
  • PHP
  • 7 Dependents
  • 0 Suggesters
  • 7 Forks
  • 0 Open issues
  • 100 Versions
  • 3 % Grown

The README.md

Total Downloads License, (*1)

CakePHP Validation Library

The validation library in CakePHP provides features to build validators that can validate arbitrary arrays of data with ease., (*2)

Usage

Validator objects define the rules that apply to a set of fields. Validator objects contain a mapping between fields and validation sets. Creating a validator is simple:, (*3)

use Cake\Validation\Validator;

$validator = new Validator();
$validator
    ->requirePresence('email')
    ->add('email', 'validFormat', [
        'rule' => 'email',
        'message' => 'E-mail must be valid'
    ])
    ->requirePresence('name')
    ->notEmptyString('name', 'We need your name.')
    ->requirePresence('comment')
    ->notEmptyString('comment', 'You need to give a comment.');

$errors = $validator->validate($_POST);
if (!empty($errors)) {
    // display errors.
}

Documentation

Please make sure you check the official documentation, (*4)

The Versions

28/06 2018

dev-master

9999999-dev https://cakephp.org

CakePHP Validation library

  Sources   Download

MIT

The Requires

 

cakephp validation data validation

28/06 2018

3.6.7

3.6.7.0 https://cakephp.org

CakePHP Validation library

  Sources   Download

MIT

The Requires

 

cakephp validation data validation

28/06 2018

3.6.8

3.6.8.0 https://cakephp.org

CakePHP Validation library

  Sources   Download

MIT

The Requires

 

cakephp validation data validation

28/06 2018

3.6.9

3.6.9.0 https://cakephp.org

CakePHP Validation library

  Sources   Download

MIT

The Requires

 

cakephp validation data validation

30/04 2018

3.6.3

3.6.3.0 https://cakephp.org

CakePHP Validation library

  Sources   Download

MIT

The Requires

 

cakephp validation data validation

30/04 2018

3.6.4

3.6.4.0 https://cakephp.org

CakePHP Validation library

  Sources   Download

MIT

The Requires

 

cakephp validation data validation

30/04 2018

3.6.5

3.6.5.0 https://cakephp.org

CakePHP Validation library

  Sources   Download

MIT

The Requires

 

cakephp validation data validation

30/04 2018

3.6.6

3.6.6.0 https://cakephp.org

CakePHP Validation library

  Sources   Download

MIT

The Requires

 

cakephp validation data validation

02/04 2018

3.6.0

3.6.0.0 https://cakephp.org

CakePHP Validation library

  Sources   Download

MIT

The Requires

 

cakephp validation data validation

02/04 2018

3.6.1

3.6.1.0 https://cakephp.org

CakePHP Validation library

  Sources   Download

MIT

The Requires

 

cakephp validation data validation

02/04 2018

3.6.2

3.6.2.0 https://cakephp.org

CakePHP Validation library

  Sources   Download

MIT

The Requires

 

cakephp validation data validation

18/03 2018

dev-3.next

dev-3.next https://cakephp.org

CakePHP Validation library

  Sources   Download

MIT

The Requires

 

cakephp validation data validation

18/03 2018

3.6.0-RC1

3.6.0.0-RC1 https://cakephp.org

CakePHP Validation library

  Sources   Download

MIT

The Requires

 

cakephp validation data validation

18/03 2018

3.6.0-RC2

3.6.0.0-RC2 https://cakephp.org

CakePHP Validation library

  Sources   Download

MIT

The Requires

 

cakephp validation data validation

06/03 2018

3.6.0-beta2

3.6.0.0-beta2 https://cakephp.org

CakePHP Validation library

  Sources   Download

MIT

The Requires

 

cakephp validation data validation

06/03 2018

3.6.0-beta3

3.6.0.0-beta3 https://cakephp.org

CakePHP Validation library

  Sources   Download

MIT

The Requires

 

cakephp validation data validation

02/03 2018

3.6.0-beta1

3.6.0.0-beta1 https://cakephp.org

CakePHP Validation library

  Sources   Download

MIT

The Requires

 

cakephp validation data validation

28/02 2018

3.5.13

3.5.13.0 https://cakephp.org

CakePHP Validation library

  Sources   Download

MIT

The Requires

 

cakephp validation data validation

28/02 2018

3.5.14

3.5.14.0 https://cakephp.org

CakePHP Validation library

  Sources   Download

MIT

The Requires

 

cakephp validation data validation

28/02 2018

3.5.15

3.5.15.0 https://cakephp.org

CakePHP Validation library

  Sources   Download

MIT

The Requires

 

cakephp validation data validation

28/02 2018

3.5.x-dev

3.5.9999999.9999999-dev https://cakephp.org

CakePHP Validation library

  Sources   Download

MIT

The Requires

 

cakephp validation data validation

28/02 2018

3.5.17

3.5.17.0 https://cakephp.org

CakePHP Validation library

  Sources   Download

MIT

The Requires

 

cakephp validation data validation

10/01 2018

3.5.11

3.5.11.0 https://cakephp.org

CakePHP Validation library

  Sources   Download

MIT

The Requires

 

cakephp validation data validation

10/01 2018

3.5.12

3.5.12.0 https://cakephp.org

CakePHP Validation library

  Sources   Download

MIT

The Requires

 

cakephp validation data validation

29/11 2017

3.5.9

3.5.9.0 https://cakephp.org

CakePHP Validation library

  Sources   Download

MIT

The Requires

 

cakephp validation data validation

29/11 2017

3.5.10

3.5.10.0 https://cakephp.org

CakePHP Validation library

  Sources   Download

MIT

The Requires

 

cakephp validation data validation

26/10 2017

3.5.5

3.5.5.0 https://cakephp.org

CakePHP Validation library

  Sources   Download

MIT

The Requires

 

cakephp validation data validation

26/10 2017

3.5.6

3.5.6.0 https://cakephp.org

CakePHP Validation library

  Sources   Download

MIT

The Requires

 

cakephp validation data validation

26/10 2017

3.5.7

3.5.7.0 https://cakephp.org

CakePHP Validation library

  Sources   Download

MIT

The Requires

 

cakephp validation data validation

26/10 2017

3.5.8

3.5.8.0 https://cakephp.org

CakePHP Validation library

  Sources   Download

MIT

The Requires

 

cakephp validation data validation

09/10 2017

3.5.4

3.5.4.0 https://cakephp.org

CakePHP Validation library

  Sources   Download

MIT

The Requires

 

cakephp validation data validation

26/09 2017

3.5.3

3.5.3.0 https://cakephp.org

CakePHP Validation library

  Sources   Download

MIT

The Requires

 

cakephp validation data validation

03/08 2017

3.5.0

3.5.0.0 https://cakephp.org

CakePHP Validation library

  Sources   Download

MIT

The Requires

 

cakephp validation data validation

03/08 2017

3.5.0-RC2

3.5.0.0-RC2 https://cakephp.org

CakePHP Validation library

  Sources   Download

MIT

The Requires

 

cakephp validation data validation

03/08 2017

3.5.1

3.5.1.0 https://cakephp.org

CakePHP Validation library

  Sources   Download

MIT

The Requires

 

cakephp validation data validation

03/08 2017

3.5.2

3.5.2.0 https://cakephp.org

CakePHP Validation library

  Sources   Download

MIT

The Requires

 

cakephp validation data validation

02/08 2017

3.4.13

3.4.13.0 https://cakephp.org

CakePHP Validation library

  Sources   Download

MIT

The Requires

 

cakephp validation data validation

02/08 2017

3.4.x-dev

3.4.9999999.9999999-dev https://cakephp.org

CakePHP Validation library

  Sources   Download

MIT

The Requires

 

cakephp validation data validation

02/08 2017

3.4.14

3.4.14.0 https://cakephp.org

CakePHP Validation library

  Sources   Download

MIT

The Requires

 

cakephp validation data validation

09/07 2017

3.5.0-RC1

3.5.0.0-RC1 https://cakephp.org

CakePHP Validation library

  Sources   Download

MIT

The Requires

 

cakephp validation data validation

08/07 2017

3.4.10

3.4.10.0 https://cakephp.org

CakePHP Validation library

  Sources   Download

MIT

The Requires

 

cakephp validation data validation

08/07 2017

3.4.11

3.4.11.0 https://cakephp.org

CakePHP Validation library

  Sources   Download

MIT

The Requires

 

cakephp validation data validation

08/07 2017

3.4.12

3.4.12.0 https://cakephp.org

CakePHP Validation library

  Sources   Download

MIT

The Requires

 

cakephp validation data validation

11/06 2017

3.4.8

3.4.8.0 https://cakephp.org

CakePHP Validation library

  Sources   Download

MIT

The Requires

 

cakephp validation data validation

11/06 2017

3.4.9

3.4.9.0 https://cakephp.org

CakePHP Validation library

  Sources   Download

MIT

The Requires

 

cakephp validation data validation

08/05 2017

3.4.7

3.4.7.0

CakePHP Validation library

  Sources   Download

MIT

The Requires

 

29/04 2017

3.4.6

3.4.6.0

CakePHP Validation library

  Sources   Download

MIT

The Requires

 

21/03 2017

3.4.4

3.4.4.0

CakePHP Validation library

  Sources   Download

MIT

The Requires

 

21/03 2017

3.4.5

3.4.5.0

CakePHP Validation library

  Sources   Download

MIT

The Requires

 

08/03 2017

3.4.3

3.4.3.0

CakePHP Validation library

  Sources   Download

MIT

The Requires

 

16/02 2017

3.4.1

3.4.1.0

CakePHP Validation library

  Sources   Download

MIT

The Requires

 

16/02 2017

3.4.2

3.4.2.0

CakePHP Validation library

  Sources   Download

MIT

The Requires

 

04/02 2017

3.4.0

3.4.0.0

CakePHP Validation library

  Sources   Download

MIT

The Requires

 

04/02 2017

3.4.0-RC4

3.4.0.0-RC4

CakePHP Validation library

  Sources   Download

MIT

The Requires

 

30/01 2017

3.3.14

3.3.14.0

CakePHP Validation library

  Sources   Download

MIT

The Requires

 

30/01 2017

3.3.15

3.3.15.0

CakePHP Validation library

  Sources   Download

MIT

The Requires

 

30/01 2017

3.3.16

3.3.16.0

CakePHP Validation library

  Sources   Download

MIT

The Requires

 

23/01 2017

3.4.0-RC3

3.4.0.0-RC3

CakePHP Validation library

  Sources   Download

MIT

The Requires

 

22/01 2017

3.3.13

3.3.13.0

CakePHP Validation library

  Sources   Download

MIT

The Requires

 

18/01 2017

3.4.0-RC2

3.4.0.0-RC2

CakePHP Validation library

  Sources   Download

MIT

The Requires

 

14/01 2017

3.4.0-RC1

3.4.0.0-RC1

CakePHP Validation library

  Sources   Download

MIT

The Requires

 

12/01 2017

3.3.12

3.3.12.0

CakePHP Validation library

  Sources   Download

MIT

The Requires

 

20/12 2016

3.4.0-beta1

3.4.0.0-beta1

CakePHP Validation library

  Sources   Download

MIT

The Requires

 

20/12 2016

3.4.0-beta2

3.4.0.0-beta2

CakePHP Validation library

  Sources   Download

MIT

The Requires

 

20/12 2016

3.4.0-beta3

3.4.0.0-beta3

CakePHP Validation library

  Sources   Download

MIT

The Requires

 

20/12 2016

3.4.0-beta4

3.4.0.0-beta4

CakePHP Validation library

  Sources   Download

MIT

The Requires

 

18/12 2016

3.3.11

3.3.11.0

CakePHP Validation library

  Sources   Download

MIT

The Requires

 

02/11 2016

3.3.10

3.3.10.0

CakePHP Validation library

  Sources   Download

MIT

The Requires

 

02/11 2016

3.3.8

3.3.8.0

CakePHP Validation library

  Sources   Download

MIT

The Requires

 

02/11 2016

3.3.9

3.3.9.0

CakePHP Validation library

  Sources   Download

MIT

The Requires

 

05/10 2016

3.3.6

3.3.6.0

CakePHP Validation library

  Sources   Download

MIT

The Requires

 

05/10 2016

3.3.7

3.3.7.0

CakePHP Validation library

  Sources   Download

MIT

The Requires

 

19/09 2016

3.3.4

3.3.4.0

CakePHP Validation library

  Sources   Download

MIT

The Requires

 

19/09 2016

3.3.5

3.3.5.0

CakePHP Validation library

  Sources   Download

MIT

The Requires

 

23/08 2016

3.3.3

3.3.3.0

CakePHP Validation library

  Sources   Download

MIT

The Requires

 

13/08 2016

3.3.0

3.3.0.0

CakePHP Validation library

  Sources   Download

MIT

The Requires

 

13/08 2016

3.3.1

3.3.1.0

CakePHP Validation library

  Sources   Download

MIT

The Requires

 

13/08 2016

3.3.2

3.3.2.0

CakePHP Validation library

  Sources   Download

MIT

The Requires

 

10/08 2016

3.2.14

3.2.14.0

CakePHP Validation library

  Sources   Download

MIT

The Requires

 

27/07 2016

3.3.0-beta3

3.3.0.0-beta3

CakePHP Validation library

  Sources   Download

MIT

The Requires

 

27/07 2016

3.3.0-RC1

3.3.0.0-RC1

CakePHP Validation library

  Sources   Download

MIT

The Requires

 

16/07 2016

3.2.13

3.2.13.0

CakePHP Validation library

  Sources   Download

MIT

The Requires

 

14/07 2016

3.3.0-beta2

3.3.0.0-beta2

CakePHP Validation library

  Sources   Download

MIT

The Requires

 

07/07 2016

3.3.0-beta

3.3.0.0-beta

CakePHP Validation library

  Sources   Download

MIT

The Requires

 

30/06 2016

3.2.12

3.2.12.0

CakePHP Validation library

  Sources   Download

MIT

The Requires

 

14/06 2016

3.2.11

3.2.11.0

CakePHP Validation library

  Sources   Download

MIT

The Requires

 

10/05 2016

3.2.10

3.2.10.0

CakePHP Validation library

  Sources   Download

MIT

The Requires

 

10/05 2016

3.2.9

3.2.9.0

CakePHP Validation library

  Sources   Download

MIT

The Requires

 

04/04 2016

3.2.7

3.2.7.0

CakePHP Validation library

  Sources   Download

MIT

The Requires

 

04/04 2016

3.2.8

3.2.8.0

CakePHP Validation library

  Sources   Download

MIT

The Requires

 

29/03 2016

dev-3-0

dev-3-0

CakePHP Validation library

  Sources   Download

MIT

The Requires

 

29/03 2016

3.0.18

3.0.18.0

CakePHP Validation library

  Sources   Download

MIT

The Requires

 

29/03 2016

dev-3-1

dev-3-1

CakePHP Validation library

  Sources   Download

MIT

The Requires

 

29/03 2016

3.1.13

3.1.13.0

CakePHP Validation library

  Sources   Download

MIT

The Requires

 

29/03 2016

3.2.6

3.2.6.0

CakePHP Validation library

  Sources   Download

MIT

The Requires

 

11/03 2016

3.2.5

3.2.5.0

CakePHP Validation library

  Sources   Download

MIT

The Requires

 

06/03 2016

3.2.4

3.2.4.0

CakePHP Validation library

  Sources   Download

MIT

The Requires

 

17/02 2016

3.2.3

3.2.3.0

CakePHP Validation library

  Sources   Download

MIT

The Requires

 

09/02 2016

3.2.2

3.2.2.0

CakePHP Validation library

  Sources   Download

MIT

The Requires

 

30/01 2016

3.2.0

3.2.0.0

CakePHP Validation library

  Sources   Download

MIT

The Requires