Skip to content

Commit a61fc84

Browse files
committed
first commit
0 parents  commit a61fc84

File tree

10 files changed

+1203
-0
lines changed

10 files changed

+1203
-0
lines changed

composer.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"name": "ankitvommune/paypal-php",
3+
"description": "This package helps developepars in use of paypal api in php code",
4+
"type": "library",
5+
"license": "MIT",
6+
"autoload": {
7+
"psr-4": {
8+
"Ankitvommune\\PaypalPhp\\": "src/"
9+
}
10+
},
11+
"authors": [
12+
{
13+
"name": "ankitvommune",
14+
"email": "ankit.verma@ommune.in"
15+
}
16+
],
17+
"minimum-stability": "dev",
18+
"require": {}
19+
}

0 commit comments

Comments
 (0)