Download the PHP package rimelek/ldap-client without Composer
On this page you can find all versions of the php package rimelek/ldap-client. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package ldap-client
Description
Object-oriented LDAP Client written in PHP.
Dependencies:
- PHP >= 7.0
- ldap extension
Install via composer
latest
Latest tagged alpha:
How to use
Create an LDAP instance
First of all, you need an object that knows all the connection data and some options for the native LDAP extension. The options are not required.
Create LDAP filter
An LDAP filter string follows this syntax:
When you need many filters it can be hard to write. Filters are objects here.
Third argument of Filter is the operator. Here are all of them:
- Filter::OP_EQUALITY (=)
- Filter::OP_GREATER_THAN (>=)
- Filter::OP_LESS_THAN (<=)
- Filter::OP_PROXIMITY (~=)
Search
More information coming soon.
All versions of ldap-client with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.0
ext-ldap Version *
ext-ldap Version *
The package rimelek/ldap-client contains the following files
Loading the files please wait ....