Download the PHP package tyler36/ldap without Composer
On this page you can find all versions of the php package tyler36/ldap. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Package ldap
Short Description Authenticate in Laravel via LDAP
License mit
Homepage https://github.com/tyler36/ldap
Informations about the package ldap
Ldap
[![Latest Version on Packagist][ico-version]][link-packagist] [![Total Downloads][ico-downloads]][link-downloads] [![Build Status][ico-travis]][link-travis] [![StyleCI][ico-styleci]][link-styleci]
This package is designed to offer a quick authentication process via LDAP. The example below describes a setup that authenticates using a and bash $ composer require tyler36/ldap .ENV LDAP_HOST= LDAP_USERNAME= LDAP_USERNAME_PREFIX= LDAP_FILTER= LDAP_DOMAIN_COMP= LDAP_COMMON_NAME= LDAP_BASE_DN=
$table->string('username')->unique(); emailusernametype="email" <input id="username" class="shadow appearance-none border rounded w-full py-2 px-3 text-gray-700 leading-tight focus:outline-none focus:shadow-outline{{ $errors->has('username') ? ' border-red-500' : '' }}" name="username" value="{{ old('username') }}" required autofocus> LoginControllerTyler36\Ldap\LdapAuthenticator; bash $ composer test
## Contributing
Please see [contributing.md](contributing.md) for details and a todolist.
## Security
If you discover any security related issues, please email author email instead of using the issue tracker.
## Credits
- [author name][link-author]
- [All Contributors][link-contributors]
## License
license. Please see the [license file](license.md) for more information.
[ico-version]: https://img.shields.io/packagist/v/tyler36/ldap.svg?style=flat-square
[ico-downloads]: https://img.shields.io/packagist/dt/tyler36/ldap.svg?style=flat-square
[ico-travis]: https://img.shields.io/travis/tyler36/ldap/master.svg?style=flat-square
[ico-styleci]: https://styleci.io/repos/12345678/shield
[link-packagist]: https://packagist.org/packages/tyler36/ldap
[link-downloads]: https://packagist.org/packages/tyler36/ldap
[link-travis]: https://travis-ci.org/tyler36/ldap
[link-styleci]: https://styleci.io/repos/12345678
[link-author]: https://github.com/tyler36
[link-contributors]: ../../contributors