Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/walkor/validation

The most awesome validation engine ever created for PHP
https://github.com/walkor/validation

Remove extra line from "INSTALL.md"

65974ddd917aec60fecaee8cd21e635ab99ac9ca authored over 9 years ago
Some small coding standard fixes

62d8909928cfba63b11dc72fb765546a11fc26b3 authored over 9 years ago
Make exception messages simpler

When the exception has only one related exception, there is no need to
display it's messages unl...

5a41a6bf0c3694fc814e2fcfba30f04c24f43506 authored over 9 years ago
Create method `getMessages()` on nested exception

69f433db6b01ab1b93741a87fa0e98557dbabd14 authored over 9 years ago
Create "Factor" rule

f14e53921cecf49819c6b8ffe1f75fce44f7b3ef authored over 9 years ago
Update conversion to strings on exceptions

Many changes were made on `ValidationException::stringify`:
- Add support for instances of `Exce...

748b280c34c451ebaa0fa9fb1ec2767730a299ef authored over 9 years ago
Create test for `Not` rule with recursion

c4e6f0875e95e68f2dda63d30c1c8e4038124a57 authored over 9 years ago
The finfo::file() accepts only valid files

8faed71a054ba10ebfa6c7e435648c41bfd5a351 authored over 9 years ago
Standard for "See also:" on documentation

c39e7fb08c8b14f6a803e196628e9f78d84b45b4 authored over 9 years ago
Create "CallableType" rule

77b046f90725453a914c213da3db9328525dad20 authored over 9 years ago
Create "Infinite" rule

a7aa5f8ec01f5546e9d44ceec99be4fa135dbd7e authored over 9 years ago
Create "Scalar" rule

ea71de581288b1c332f1e1edbf952e2ea023b23d authored over 9 years ago
Create "Resource" rule

954c257fc9bcb3107c5b31b4ef5514ea5bf57b7c authored over 9 years ago
Create "Finite" rule

c80ed1bb858189dbe979184b6efcd8e17a52b255 authored over 9 years ago
Missing `@group rule` on locale rules

75b406c2408e23000fd56366f271877ab2d5dfba authored over 9 years ago
Add `@covers` and `@group rule` on rule tests

757c3776afa2844d26b434fa297a7e809e86f5c1 authored over 9 years ago
Removed all deprecated rules

Also their exceptions and tests. Removed the class names from the
`$deprecateds[]` in `CheckExce...

007e37b57067341c33cb9697887af21f833f9189 authored over 9 years ago
Move unit tests to "tests/unit"

02a1923eb5c4cf4d0f48731ebe2de6ba3eb39960 authored over 9 years ago
Suggest php-cs-fixer and add default config

See .php_cs for default configuration. Install php-cs-fixer globally and run
php-cs-fixer fix
...

4329252709b276b0d16140dda95e7c42b67e3843 authored over 9 years ago
Stringify recursively with maximum depth

2de6e0136c139cdcdfe82151ada46ece95a2d86c authored over 9 years ago
Create PHPT tests from AbstractNestedExceptionTest

743fafb31b44668f5db9a6e53ea925dc0b47a5c3 authored over 9 years ago
Move some tests from ValidatorTest to PHPT files

- setTemplate() with single validator should use template as main
message
- setTemplate() with...

4037209302823eaaa5c2580d5457a77b01a42408 authored over 9 years ago
Create "integration" PHPUnit testsuite using PHPT

91e228eff1f88d0e8c8a3a9fa107c5080c788e1b authored over 9 years ago
Remove hhvm-nightly from the build matrix

HHVM nightly is no longer supported on Ubuntu Precise.

418480a385095d4d7c09c7c100e9dfe9be4a4a9b authored over 9 years ago
Fix strict standards on KeySet rule

An overwritten method must have the same signature of the parent method.

418935c206a31e1207c49406e608cdfeac86c54a authored over 9 years ago
Create KeySet rule

7d9d19009aabb23d759c652fbfed9829b1f40a30 authored over 9 years ago
Update work in progress version in Composer's file

29fd82815bdab87357f9d25df4bf189b6a3c1dc2 authored over 9 years ago
Update some files permissions

Some files were defined as executable but they should not be

a0382f7af457bfc168b088877f516b16c43de4cc authored over 9 years ago
Replace validators quantity on README.md

75bf071ac978b4fb85ca000f680eb60f659b94e1 authored over 9 years ago
Add missing properties on Size rule

59aa5166c6581d401b9c00595a028656c1d50a14 authored over 9 years ago
Fix wrong behaviour on Size rule

The validation was made only on `validate()` method, but it was
necessary to overwrite `assert()...

4f8faab7651a3e5a0c3f7494b30c47f03946598e authored over 9 years ago
Merge pull request #368 from LucasKauz/patch-1

New generic tlds

f6c68bf0862d43040c1ffdecb70bec50ba40e482 authored over 9 years ago
Merge pull request #365 from henriquemoody/name

AbstractRelated should set names for child rule

a69d6126ee0d8dc21b3f5a73f3dc646473edfd7d authored over 9 years ago
Merge pull request #370 from augustohp/master

Prevents vim swap files to be found as rules

91de65d9ba953c967a6d9b71e4320aa3415e0e39 authored over 9 years ago
Prevents vim swap files to be found as rules

Exception testing searched for all files inside the rules directory and
tried to come up with a ...

f7b80469a189d54344e697e01b66ec74293f6c7d authored over 9 years ago
New generic tlds

Source: https://www.icann.org/resources/pages/tlds-2012-02-25-en

0a93f1d350804aad92ea9a5ed6adf2c8fbab093d authored over 9 years ago
AbstractRelated should set names for child rule

7f8815e7eaf37f125b92c1a743d0d9b05cbf9675 authored over 9 years ago
Create "Mimetype" rule

fb742375b43b0cbeffce6045d0fd8e6722e17f22 authored over 9 years ago
Create "Extension" rule

Updates required PHP version to 5.3.6 since SplFileInfo::getExtension()
was created on this vers...

96f4fc2e6fccc58a7f48e69374675878b36be6e1 authored over 9 years ago
Create "Size" rule

cc6da3a2e4b1338b752d325336d1695b0c4cbede authored over 9 years ago
Add license information and copyright in all files

a3c945aa51041b7a479ee9482c69a0f059fc228e authored over 9 years ago
Fix some coding standards

b8c76e3054d772beb332c3faa0747cb237633e81 authored over 9 years ago
Merge branch '0.9'

124ac05e02e9b52a6ba3d0b97a4ef81dfe94fc5e authored over 9 years ago
Merge branch '0.8' into 0.9

403b80e92c9ea3a411bba20fb674c8c67a85647b authored over 9 years ago
Merge pull request #355 from henriquemoody/symfony

Pin "symfony/validator" version on 2.6.x

aaca258bedf4000df507b1f143dc226b8fab9cd7 authored over 9 years ago
Pin "symfony/validator" version on 2.6.x

72239731127003fab22c385a1a1b3229f1b713cc authored over 9 years ago
Merge branch '0.9'

2c2c838c1add8ebb9b22c68c2b699b85dcc37483 authored over 9 years ago
Merge branch '0.8' into 0.9

d0f36de3bdb4e6e3850f3aefca5478fc2609cee9 authored over 9 years ago
Merge pull request #353 from henriquemoody/json

Fix wrong behaviour on JSON rule

abc712d8e9f01e4857971754c0c9c5a7e5b45753 authored over 9 years ago
Fix wrong behaviour on JSON rule

It was not considering values like `false`, `null`, `[]` or `{}`.

fa265e3edfcdf73d166e6f637ce0d05178536451 authored over 9 years ago
Merge pull request #349 from Rans0n/patch-1

Update Validator.php

28ed0da0847d4da83b5ced51032066adee64aa54 authored over 9 years ago
Update Validator.php

Add missing parameter in domain() method signature.

153ca2e4f8af3cce63713eb8848aaa3e13cbfc21 authored over 9 years ago
Prevents noWithespace failing with arrays

A warning was thrown because of the preg_match call, as not every input
is a string we prevent c...

fc08c96971b2cebefb9748902f2c039aa26cd53a authored over 9 years ago
Prevents noWithespace failing with arrays

A warning was thrown because of the preg_match call, as not every input
is a string we prevent c...

84dec918d16066cb8146d2b5dba71300a685744a authored over 9 years ago
Merge pull request #347 from Respect/issue/346-withespace-warning

Prevents noWithespace from failing validating arrays

d93f9f77a0eeb1e42345d91f445323ce813014af authored over 9 years ago
Prevents noWithespace failing with arrays

A warning was thrown because of the preg_match call, as not every input
is a string we prevent c...

38cab9950c1511582a98576556f71fa59dc29a63 authored over 9 years ago
Update work in progress version in Composer's file

9c5591f9b877334a652ca5d4f65a32376c3a7da0 authored almost 10 years ago
Merge pull request #344 from henriquemoody/country

Remove "Country" rule

54f6a212a2c6ab6b8ca50ce024c4422d660a9d50 authored almost 10 years ago
Remove "Country" rule

cf4ec324819bfdf43e33b0be3bc09c99e5f1e150 authored almost 10 years ago
Merge branch '0.8'

1b757b38523f7d4cce1a9405fe012e8d129fb270 authored almost 10 years ago
Merge branch '0.7' into 0.8

0e9044de816a6faef2657aaa49c767df445762cd authored almost 10 years ago
Merge pull request #342 from qrazi/0.7

Date-validation fails when system is set to non-UTC timezone

9dbb9f96cf637224f3b59d83a4980e304e9c24f9 authored almost 10 years ago
The creation of a DateTime-object from the input-string keeps the given

timezone information. However, in the comparison the DateTime-object is
first output to a timesta...

b4bb681fd389db118339f571945c27b8d7c89447 authored almost 10 years ago
Merge branch '0.8'

7ce7a806eeccea4f924d758a965ac217f70704d3 authored almost 10 years ago
Merge branch '0.7' into 0.8

b165d6e66005a34a3d6e24791a9bfd4b5f11cf16 authored almost 10 years ago
Merge pull request #343 from henriquemoody/travis

Remove cache of "vendor/" directory

2e755f3e01164daea240c9dd0534f8e20989e7e6 authored almost 10 years ago
Remove cache of "vendor/" directory

See phpspec/phpspec#595 for more information.

5568f0a96fa723a844d21d41e273fa3e5c9206ab authored almost 10 years ago
Merge pull request #341 from henriquemoody/abstract_searcher

Create "AbstractSearcher" class

62465c6d6973666a7d5e38bf34a408c0011473bb authored almost 10 years ago
Create "AbstractSearcher" class

There are some other rules which could extend this class too, like Tld
and CountryCode, but was ...

d3a156f49e2d784cc2983ebcff37c7ad07425b85 authored almost 10 years ago
Merge pull request #337 from henriquemoody/country

Create "Country" rule

01ac662c19cd6e52eedf94da8dd86e7dc4ba5686 authored almost 10 years ago
Create "Country" rule

d728061c45a75fdee5b2777a1537ed848ca9c191 authored almost 10 years ago
Merge branch '0.8'

ec6eb82a0039989b4a68ba9a9f918c4e6bf8a7ba authored almost 10 years ago
Merge branch '0.7' into 0.8

8ca24c2f84b2d4cdc5f227487f62d4d5c5d714ea authored almost 10 years ago
Merge pull request #332 from henriquemoody/not

Fix wrong behaviour on Not rule

f68baf7c3430decb0d22abac623b6bb8342ed300 authored almost 10 years ago
Merge pull request #331 from henriquemoody/php7

Remove PHP 7 from Travis build

b2381d3db69fec66aa8bb1f9a34ab031b61d0f41 authored almost 10 years ago
Fix wrong behaviour on Not rule

0b6c5273e43404eb91326e03e5df2ec9c400c4f4 authored almost 10 years ago
Remove PHP 7 from Travis build

We have the "Int" rule but "int" is reserved word in PHP 7, so, until we
rename this rule - whic...

34aa2395136b148ea6e757df36e286f63e308f55 authored almost 10 years ago
Merge branch '0.8'

7c39c7645e460441a756e15beab778442fe78900 authored almost 10 years ago
Merge branch '0.7' into 0.8

88f2ac465cc417427a684236a0b6b5a9b734d445 authored almost 10 years ago
Merge pull request #330 from henriquemoody/hhvm

Fix PHPUnit tests on HHVM

f24512144418d40fb12bb2522da4e2c16a2b266a authored almost 10 years ago
Fix PHPUnit tests on HHVM

c63d9671798baae0932470969f844449e1388000 authored almost 10 years ago
Merge pull request #329 from TomasVotruba/patch-2

travis: --dev cleanup

a46c32faf3c75dd852a382df70ce0e81ee838322 authored almost 10 years ago
travis: --dev cleanup

a1a3c03a133de1c1cefc9a9807d75dcb1355aafc authored almost 10 years ago
Merge branch '0.8'

4ee11a7c19941d795eabbd1cb8f2a2815a544be0 authored almost 10 years ago
Merge branch '0.7' into 0.8

f8fb86df451edfed8eb11131579c0c0821dd486f authored almost 10 years ago
Make AlwaysInvalid::assert('') fail

Resolves #326

8ba31398fd726adfb3b47610ef49b06fc147148c authored almost 10 years ago
Merge pull request #318 from hhamon/code-simplifications

[Rules] simplified if/else conditions.

546faa38d55d6c759773c4a9bb25b5257c0b2415 authored almost 10 years ago
[Rules] simplified if/else conditions.

03114c3681ea5140f9de8001a6f8bbe9963d4a5c authored almost 10 years ago
Merge branch '0.8'

0b7b24a3cfaadd2db4a476a17ff086e804b56f93 authored almost 10 years ago
Merge branch '0.7' into 0.8

c385684249c9d86fbe3989a6f3f40a95333a12cd authored almost 10 years ago
Merge pull request #314 from henriquemoody/0.7

Update REGEX for postal code of "GB" country

8b5ca946467960a96009f21e09261db1dff27c51 authored almost 10 years ago
Update REGEX for postal code of "GB" country

acea4cd5838432697572a4e6a025813719280406 authored almost 10 years ago
Merge pull request #311 from henriquemoody/pr/299

Use "egulias/emailvalidator" for email validation

3fdc58d3b5cfa2089ed113170bccc86b335dff71 authored almost 10 years ago
Use "egulias/emailvalidator" for email validation

13c3c92ae621a357665f791604d923181772430a authored almost 10 years ago
Merge pull request #310 from henriquemoody/php-version

Add support to PHP 7

5c6f736937cb4f78fab528536e3409ca65b42c25 authored almost 10 years ago
Add PHP and HHVM supported versions on docs

6dda44ce360c4203d01dce6fa8d0489181c06a3b authored almost 10 years ago
Add PHP 7 to Travis builds

Fix wrong octal notation in "HexRgbColor" test case

63d5fb1ee4ae5345fc9b00ef7d499448d9954741 authored almost 10 years ago
Merge pull request #308 from henriquemoody/documentation

Update "See also" section in *.md files

2c76fe1f15ad5d983fb5d7bb24ddbcf951873ff7 authored almost 10 years ago
Update "See also" section in *.md files

Create an horizontal rule right before the block.

cb7cd9bcbf0f668c5129d59ec0663d663357a54e authored almost 10 years ago
Merge branch '0.8'

fa67f0b0301082e670fa4bf4f4df94da47744f66 authored almost 10 years ago