Skip to content

Commit

Permalink
Merge pull request #2 from personalgrowth/master
Browse files Browse the repository at this point in the history
Class creation and API request writing
  • Loading branch information
Peng Rong authored Mar 17, 2020
2 parents e209a14 + 1fabb41 commit b24fab7
Show file tree
Hide file tree
Showing 274 changed files with 46,777 additions and 0 deletions.
43 changes: 43 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"name": "aelf/aelf-sdk",
"type": "library",
"description": "AElf php SDK",
"keywords": ["aelf-sdk","aelf","AElf php SDK"],
"license": "MIT",
"authors": [

],
"homepage": "https://github.com/AElfProject/aelf-sdk.php",
"require": {
"php": ">=5.6",
"ext-gmp": "*",
"ext-curl": "*",
"kornrunner/secp256k1": "^0.1.2"
},
"require-dev": {
"phpunit/phpunit": "^6.2"
},
"autoload": {
"classmap": [
"src/helper"
],
"files":["src/helper/Sha.php"],
"psr-4": {
"Aelf\\": "src/",
"Aelf\\Api\\":"src/sdk/",
"Hhxsv5\\PhpMultiCurl\\": "src/helper",
"StephenHill\\": "src/helper",
"StephenHill\\Benchmarks\\": "benchmarks/",
"Aelf\\AelfECDSA\\": "src/helper/",
"Google\\Protobuf\\": "src/pro/Google/Protobuf",
"GPBMetadata\\Google\\Protobuf\\": "src/GPBMetadata/Google/Protobuf",
"Aelf\\Protobuf\\Generated\\": "src/pro/Aelf/Protobuf/Generated/",
"GPBMetadata\\": "src/pro/GPBMetadata/"
}
},
"autoload-dev": {
"psr-4": {
"Aelf\\example\\": "example/"
}
}
}
Loading

0 comments on commit b24fab7

Please sign in to comment.