php-extended / php-validator-ldap-dn
A library that is specialized in the validation of ldap distinguished names
Installs: 1 154
Dependents: 0
Suggesters: 0
Security: 0
pkg:composer/php-extended/php-validator-ldap-dn
Requires
- php: >=7.1
- php-extended/php-ldap-dn-object: ^3.3
- php-extended/php-validator-object: ^3
Requires (Dev)
README
A library that specialized in the validation of ldap distinguished names.
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-dn": "^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).