php-extended / php-validator-ldap-filter
This package is abandoned and no longer maintained.
The author suggests using the php-extended/php-validator-object package instead.
A library that specialized in the validation of the ldap filters
3.1.0
2021-06-27 10:22 UTC
Requires
- php: >=7.1
- php-extended/php-ldap-filter-object: ^3.2
- php-extended/php-validator-object: ^3
Requires (Dev)
README
A library that specialized in the validation of ldap filters.
Installation
The installation of this library is made via composer.
Download composer.phar
from their website.
Then add to your composer.json :
"require": {
...
"php-extended/php-validator-ldap-filter": "^3"
...
}
Then run php composer.phar update
to install this library.
The autoloading of all classes of this library is made through composer's autoloader.
License
MIT (See license file).