{"id":34010663,"url":"https://github.com/ykocaman/laravel-ldapauth","last_synced_at":"2026-04-05T11:32:37.728Z","repository":{"id":57087544,"uuid":"120882826","full_name":"ykocaman/laravel-ldapauth","owner":"ykocaman","description":"This is LDAP authentication package for Laravel 5.5","archived":false,"fork":false,"pushed_at":"2018-02-09T11:32:47.000Z","size":9,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-15T00:32:05.739Z","etag":null,"topics":["authentication","laravel","ldap","ldap-authentication"],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ykocaman.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-02-09T09:04:38.000Z","updated_at":"2018-02-09T14:19:18.000Z","dependencies_parsed_at":"2022-08-24T14:59:13.949Z","dependency_job_id":null,"html_url":"https://github.com/ykocaman/laravel-ldapauth","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/ykocaman/laravel-ldapauth","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ykocaman%2Flaravel-ldapauth","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ykocaman%2Flaravel-ldapauth/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ykocaman%2Flaravel-ldapauth/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ykocaman%2Flaravel-ldapauth/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ykocaman","download_url":"https://codeload.github.com/ykocaman/laravel-ldapauth/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ykocaman%2Flaravel-ldapauth/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31434624,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-05T08:13:15.228Z","status":"ssl_error","status_checked_at":"2026-04-05T08:13:11.839Z","response_time":75,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["authentication","laravel","ldap","ldap-authentication"],"created_at":"2025-12-13T12:13:13.077Z","updated_at":"2026-04-05T11:32:37.719Z","avatar_url":"https://github.com/ykocaman.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# laravel-ldapauth\n\n[![Latest Version on Packagist][ico-version]][link-packagist]\n[![Software License][ico-license]](LICENSE.md)\n[![Total Downloads][ico-downloads]][link-downloads]\n\nThis is LDAP authentication package for **Laravel 5.5**\n\n\n## Install\n\n1- Via Composer\n\n``` bash\n$ composer require \"ykocaman/laravel-ldapauth:0.*\"\n```\n\n2- After installing, copy config and migration file to root.\n\n``` bash\n$ php artisan vendor:publish\n```\n\n3- Run migrate function\n\n``` bash\n$ php artisan migrate\n```\n\n4- For ldap connection parameters, edit `app/config/ldapauth.php` or add to `.env` (there is an example .env in config directory)\n\n5- Set `driver` of provider from `eloquent` to `ldap` at `app/config/auth.php` (line 69)\n\n```\n67.  'providers' =\u003e [\n68.      'users' =\u003e [\n69.        'driver' =\u003e 'ldap',\n70.        'model' =\u003e App\\User::class,\n71.    ],\n```\n6- That's all.\n\nNote: You can change `login_type` of any user which you want to `normal` for standart login at `users` table in database.\n\n## Change log\n\nPlease see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.\n\n## Security\n\nIf you discover any security related issues, please email yusuf.kocaman@msn.com instead of using the issue tracker.\n\n## License\n\nThe MIT License (MIT). Please see [License File](LICENSE.md) for more information.\n\n[ico-version]: https://img.shields.io/packagist/v/ykocaman/laravel-ldapauth.svg?style=flat-square\n[ico-license]: https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square\n[ico-downloads]: https://img.shields.io/packagist/dt/ykocaman/laravel-ldapauth.svg?style=flat-square\n\n[link-packagist]: https://packagist.org/packages/ykocaman/laravel-ldapauth\n[link-downloads]: https://packagist.org/packages/ykocaman/laravel-ldapauth\n[link-author]: https://github.com/ykocaman\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fykocaman%2Flaravel-ldapauth","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fykocaman%2Flaravel-ldapauth","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fykocaman%2Flaravel-ldapauth/lists"}