LdapRecord 2.4.5

LdapRecord aims to provide a simple way to interact with LDAP entries using PHP. The project has released version 2.4.5, which delays connection initialization until the time that the connection is established rather than when the connection object is created, which can improve performance when using php artisan commands.