php-extended/php-validator-ldap-object

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 ldap acceptable values

3.0.14 2021-06-24 17:06 UTC

This package is auto-updated.

Last update: 2021-06-27 14:46:54 UTC


README

A library that specialized in the validation of ldap acceptable values.

coverage build status

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-object": "^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).