jschaedl / php-ldapfilter
ldap filter api utility
dev-master
2015-05-24 10:38 UTC
Requires (Dev)
- covex-nn/phpcb: 1.0.*@dev
- pdepend/pdepend: 2.0.*
- phpdocumentor/phpdocumentor: *
- phploc/phploc: *
- phpmd/phpmd: dev-master
- phpunit/php-code-coverage: >=1.2.10,<1.3.0
- phpunit/phpunit: 3.7.*
- sebastian/phpcpd: *
- zerkalica/phpcs: dev-master
This package is auto-updated.
Last update: 2024-10-29 04:09:22 UTC
README
This is a PHP library to create LDAP filters with a simple to use object oriented api. It is build for PHP 5.3+.
API usage
LDAP filters
Currently, the library supports to create the following LDAP filters:
Example
...
Unit Testing
This repository uses PHPUnit and Composer. For running Unit Tests you have to run composer install
to install this package's dependencies. After that you can run the test via:
phpunit -c tests/phpunit.xml tests/
Author
License
MIT Public License