Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 21195ef

Browse files
committed
added composer support
1 parent ad213d7 commit 21195ef

File tree

2 files changed

+37
-1
lines changed

2 files changed

+37
-1
lines changed

‎README.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,19 @@
11
# php-curl-lib
22
PHP Curl Library
33

4-
-by Sujeet <sujeetkv90@gmail.com>
4+
-by Sujeet <sujeetkv90@gmail.com>
5+
6+
Install using composer:
7+
8+
{
9+
"repositories": [
10+
{
11+
"type": "vcs",
12+
"url": "https://github.com/sujeet-kumar/php-curl-lib"
13+
}
14+
],
15+
"require": {
16+
"sujeet-kumar/php-curl-lib": "dev-master"
17+
}
18+
}
19+

‎composer.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"name": "sujeet-kumar/php-curl-lib",
3+
"description": "PHP Curl Library",
4+
"type": "library",
5+
"keywords": ["php", "curl", "library"],
6+
"homepage": "https://github.com/sujeet-kumar/php-curl-lib/",
7+
"license": "MIT",
8+
"authors": [
9+
{
10+
"name": "Sujeet Kumar",
11+
"email": "sujeetkv90@gmail.com"
12+
}
13+
],
14+
"require": {
15+
"ext-curl": "*"
16+
},
17+
"autoload": {
18+
"classmap": ["lib/"]
19+
},
20+
"minimum-stability": "dev"
21+
}

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /