{"id":19527358,"url":"https://github.com/daverandom/simpleldap","last_synced_at":"2026-04-21T13:03:12.221Z","repository":{"id":10824351,"uuid":"13100974","full_name":"DaveRandom/SimpleLDAP","owner":"DaveRandom","description":"Extremely succinct object oriented LDAP client API","archived":false,"fork":false,"pushed_at":"2015-03-24T17:17:51.000Z","size":138,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-26T02:27:24.680Z","etag":null,"topics":[],"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/DaveRandom.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"license","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-09-25T17:51:13.000Z","updated_at":"2018-07-21T09:17:36.000Z","dependencies_parsed_at":"2022-08-29T10:20:47.884Z","dependency_job_id":null,"html_url":"https://github.com/DaveRandom/SimpleLDAP","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/DaveRandom/SimpleLDAP","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DaveRandom%2FSimpleLDAP","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DaveRandom%2FSimpleLDAP/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DaveRandom%2FSimpleLDAP/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DaveRandom%2FSimpleLDAP/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DaveRandom","download_url":"https://codeload.github.com/DaveRandom/SimpleLDAP/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DaveRandom%2FSimpleLDAP/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32093156,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-21T11:25:29.218Z","status":"ssl_error","status_checked_at":"2026-04-21T11:25:28.499Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":[],"created_at":"2024-11-11T01:14:43.552Z","updated_at":"2026-04-21T13:03:12.178Z","avatar_url":"https://github.com/DaveRandom.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"SimpleLDAP\n==========\n\nAn extremely succinct object oriented LDAP client API for PHP. Uses some dirty tricks to make code that consumes LDAP directories a lot shorter to write, while (hopefully) remaining fairly readable.\n\nRequirements\n------------\n\n - PHP 5.4.0 or higher\n - ext/ldap\n - The [LDAPi](https://github.com/DaveRandom/LDAPi) library\n\nInstallation\n------------\n\nPreferably via [Composer](http://getcomposer.org/).\n\nExample usage\n-------------\n\nThis example produces the same result as the example for LDAPi\n\n    \u003c?php\n\n    $link = (new SimpleLDAP\\DirectoryFactory)-\u003ecreate('ldap://Manager:managerpassword@127.0.0.1:389');\n\n    foreach ($link-\u003esearch('cn=Users', 'objectClass=User', ['cn']) as $entry) {\n        print_r($entry-\u003egetAttributes());\n    }\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaverandom%2Fsimpleldap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdaverandom%2Fsimpleldap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaverandom%2Fsimpleldap/lists"}