Skip to content

Commit

Permalink
added source
Browse files Browse the repository at this point in the history
  • Loading branch information
hakasapl committed Sep 13, 2022
1 parent 5cbfab1 commit 6b2831d
Show file tree
Hide file tree
Showing 2 changed files with 461 additions and 0 deletions.
23 changes: 23 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "hakasapl/phpopenldaper",
"type": "library",
"description": "Wrapper for php-ldap",
"keywords": ["ldap"],
"homepage": "https://github.com/hakasapl/phpopenldaper",
"license": "GPL3",
"authors": [
{
"name": "Hakan Saplakoglu",
"email": "[email protected]",
"role": "Developer"
}
],
"require": {
"php": ">=7.0.0"
},
"autoload": {
"psr-0": {
"PHPOpenLdaper": "src"
}
}
}
Loading

0 comments on commit 6b2831d

Please sign in to comment.