Download the PHP package freedsx/ldap without Composer
On this page you can find all versions of the php package freedsx/ldap. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Vendor freedsx
Package ldap
Short Description A Pure PHP LDAP library
License MIT
Homepage https://github.com/FreeDSx/LDAP
Package ldap
Short Description A Pure PHP LDAP library
License MIT
Homepage https://github.com/FreeDSx/LDAP
Please rate this library. Is it a good library?
Informations about the package ldap
FreeDSx LDAP
FreeDSx LDAP is a pure PHP LDAP library. It has no requirement on the core PHP LDAP extension. This library currently implements most client functionality described in RFC 4511 and some very limited LDAP server functionality. It also implements some other client features from various RFCs:
- Paging Control Support (RFC 2696)
- VLV Control Support (draft-ietf-ldapext-ldapv3-vlv-09)
- Server Side Sort Control (RFC 2891)
- Password Modify Request (RFC 3062)
- String Representation of Search Filters (RFC 4515)
- SASL authentication / integrity layer support for certain mechanisms (RFC 4513)
It supports encryption of the LDAP connection through TLS via the OpenSSL extension if available.
Documentation
- LDAP Client
- Configuration
- SASL Bind Authentication
- General Usage
- Entries
- Operations
- Controls
- Searching and Filters
- Range Retrieval
- DirSync
- LDAP Server
- Configuration
- General Usage
Getting Started
Install via composer:
Use the LdapClient class and the helper classes:
CRUD Operations:
- Create
- Read
- Update
- Delete
Create
Read
Update
Delete
All versions of ldap with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.1
freedsx/asn1 Version ^0.4.0
freedsx/socket Version ^0.5.2
freedsx/sasl Version ^0.1.0
psr/log Version ^1|^2|^3
freedsx/asn1 Version ^0.4.0
freedsx/socket Version ^0.5.2
freedsx/sasl Version ^0.1.0
psr/log Version ^1|^2|^3
The package freedsx/ldap contains the following files
Loading the files please wait ....