{"id":24962390,"url":"https://github.com/directorytree/ldaprecord-browser","last_synced_at":"2025-04-15T16:58:31.723Z","repository":{"id":42186111,"uuid":"374447222","full_name":"DirectoryTree/LdapRecord-Browser","owner":"DirectoryTree","description":"Browse your LDAP server in your Laravel application.","archived":false,"fork":false,"pushed_at":"2023-11-28T16:58:06.000Z","size":398,"stargazers_count":9,"open_issues_count":0,"forks_count":1,"subscribers_count":6,"default_branch":"master","last_synced_at":"2024-03-29T15:23:13.486Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Blade","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/DirectoryTree.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"license.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-06-06T19:31:44.000Z","updated_at":"2023-11-24T04:18:37.000Z","dependencies_parsed_at":"2025-02-03T09:10:12.224Z","dependency_job_id":null,"html_url":"https://github.com/DirectoryTree/LdapRecord-Browser","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DirectoryTree%2FLdapRecord-Browser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DirectoryTree%2FLdapRecord-Browser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DirectoryTree%2FLdapRecord-Browser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DirectoryTree%2FLdapRecord-Browser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DirectoryTree","download_url":"https://codeload.github.com/DirectoryTree/LdapRecord-Browser/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249116180,"owners_count":21215141,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2025-02-03T09:00:03.008Z","updated_at":"2025-04-15T16:58:31.679Z","avatar_url":"https://github.com/DirectoryTree.png","language":"Blade","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n    \u003cimg src=\"https://ldaprecord.com/logo.svg\" width=\"400\"\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n    An LDAP browser for your \u003cstrong\u003eLaravel\u003c/strong\u003e application or development workflow.\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://laravel.com\"\u003e\u003cimg src=\"https://img.shields.io/badge/Built_for-Laravel-green.svg?style=flat-square\"\u003e\u003c/a\u003e\n    \u003ca href=\"https://packagist.org/packages/directorytree/ldaprecord-browser\"\u003e\u003cimg src=\"https://img.shields.io/packagist/dt/directorytree/ldaprecord-browser.svg?style=flat-square\"\u003e\u003c/a\u003e\n    \u003ca href=\"https://packagist.org/packages/directorytree/ldaprecord-browser\"\u003e\u003cimg src=\"https://img.shields.io/packagist/v/directorytree/ldaprecord-browser.svg?style=flat-square\"\u003e\u003c/a\u003e\n    \u003ca href=\"https://packagist.org/packages/directorytree/ldaprecord-browser\"\u003e\u003cimg src=\"https://img.shields.io/packagist/l/directorytree/ldaprecord-browser.svg?style=flat-square\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n## Requirements\n\n-   Laravel \u003e= 8.0\n-   LdapRecord-Laravel \u003e= 2.0\n\n## Installation\n\nBefore installing LdapRecord-Browser, [configure your LDAP connections](https://ldaprecord.com/docs/laravel/v2/configuration).\n\nAfter configuring your connections, install LdapRecord-Browser via composer:\n\n```bash\ncomposer require directorytree/ldaprecord-browser\n```\n\nThen, inside of your `routes/web.php` file, register Browser's routes via:\n\n```php\n// routes/web.php\n\nRoute::prefix('/ldap')-\u003egroup(function () {\n    \\LdapRecord\\Browser\\Browser::routes();\n});\n```\n\nSince Browser has an index route (`/`), it's recommended to wrap it inside of a group\nwith a prefix so it does not collide with your applications root index page.\n\n## Usage\n\nAfter you've registered Browser's routes, you're ready to start navigating your directory.\n\nVisit your application at (if running `php artisan serve`) [http://127.0.0.1:8000/ldap](http://127.0.0.1:8000/ldap).\n\nYou will see a list of connections you have configured:\n\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"https://github.com/DirectoryTree/LdapRecord-Browser/blob/master/screenshots/connections.png\" title=\"Browser connections view\"\u003e\n\u003c/p\u003e\n\nClick one of the connections and you will be taken to a view of\nyour entire directory, where you may search and view all\nobjects visible by your configured user account:\n\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"https://github.com/DirectoryTree/LdapRecord-Browser/blob/master/screenshots/browser.png\" title=\"Browser object view\"\u003e\n\u003c/p\u003e\n\n## Configuration\n\nLdapRecord-Browser is configured out of the box for use with Active Directory LDAP servers.\n\nIf you're connecting to a different LDAP server, such as OpenLDAP, you may alter the LdapRecord model references Browser utilizes.\n\nTo update these references, call `LdapRecord\\Browser\\Browser::models()` inside of your `AppServiceProvider::boot()` method:\n\n```php\nuse LdapRecord\\Browser\\Browser;\nuse LdapRecord\\Browser\\ModelType;\n\npublic function boot()\n{\n    Browser::models([\n        ModelType::USER =\u003e \\LdapRecord\\Models\\OpenLDAP\\User::class,\n        ModelType::GROUP =\u003e \\LdapRecord\\Models\\OpenLDAP\\Group::class,\n        ModelType::DEFAULT =\u003e \\LdapRecord\\Models\\OpenLDAP\\Entry::class,\n        ModelType::UNKNOWN =\u003e \\LdapRecord\\Models\\OpenLDAP\\Entry::class,\n        ModelType::COMPUTER =\u003e \\LdapRecord\\Models\\OpenLDAP\\Entry::class,\n        ModelType::CONTAINER =\u003e \\LdapRecord\\Models\\OpenLDAP\\OrganizationalUnit::class,\n    ]);\n}\n```\n\n\u003e **Note**: If you've created your own LdapRecord models, feel free to update these references to those instead.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdirectorytree%2Fldaprecord-browser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdirectorytree%2Fldaprecord-browser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdirectorytree%2Fldaprecord-browser/lists"}