jschaedl/php-ldapfilter

ldap filter api utility

dev-master 2015-05-24 10:38 UTC

This package is auto-updated.

Last update: 2024-08-29 03:52:48 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+.

Build Status PHP Version

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

Jan Schädlich

License

MIT Public License