|
1 | 1 | {
|
2 | 2 | "name": "zoonman/linkedin-api-php-client",
|
3 |
| - "description": "LinkedIn API PHP SDK with OAuth 2.0 & CSRF support. Can be used for social sign in or sharing on LinkedIn. Has a usage examples & documentation.", |
| 3 | + "description": "LinkedIn API PHP SDK with OAuth 2.0 & CSRF support. Can be used for social sign in or sharing on LinkedIn. Examples. Documentation.", |
4 | 4 | "type": "library",
|
| 5 | + "keywords": [ |
| 6 | + "linkedin", "linkedin-client", "linkedin-api", "linkedin-signin", |
| 7 | + "linkedin-sdk", "linkedin-login", "linked in", "linkedin.com", "php-linkedin", |
| 8 | + "oauth", "oauth2", "oauth2-client", "oauth2-authentication", "authentication", |
| 9 | + "social", "rest", "api", "client", "social network", "auth", "authorization", |
| 10 | + "wrapper", "integration", "platform" |
| 11 | + ], |
| 12 | + "homepage": "https://github.com/zoonman/linkedin-api-php-client", |
5 | 13 | "require": {
|
6 | 14 | "php": ">=5.6",
|
7 | 15 | "ext-curl": "*",
|
|
11 | 19 | "authors": [
|
12 | 20 | {
|
13 | 21 | "name": "Philipp Tkachev",
|
14 |
| - "email": "philipp@zoonman.com" |
| 22 | + "email": "philipp@zoonman.com", |
| 23 | + "homepage": "http://www.zoonman.com/", |
| 24 | + "role": "Developer" |
| 25 | + }, |
| 26 | + { |
| 27 | + "name": "Aleksey Salnikov", |
| 28 | + "email": "me@iamsalnikov.ru", |
| 29 | + "homepage": "http://iamsalnikov.ru/", |
| 30 | + "role": "Developer" |
15 | 31 | }
|
16 | 32 | ],
|
| 33 | + "support": { |
| 34 | + "docs": "https://www.zoonman.com/projects/linkedin-client/", |
| 35 | + "source": "https://github.com/zoonman/linkedin-api-php-client", |
| 36 | + "issues": "https://github.com/zoonman/linkedin-api-php-client/issues", |
| 37 | + "wiki": "https://github.com/zoonman/linkedin-api-php-client/wiki" |
| 38 | + }, |
17 | 39 | "autoload": {
|
18 | 40 | "psr-4": {"LinkedIn\\": "src/"}
|
19 | 41 | },
|
20 | 42 | "require-dev": {
|
21 | 43 | "vlucas/phpdotenv": "~2.0",
|
22 | 44 | "phpunit/phpunit": "~4.0"
|
23 | 45 | },
|
| 46 | + "archive": { |
| 47 | + "exclude": [ |
| 48 | + "examples", |
| 49 | + "tests", |
| 50 | + ".env", |
| 51 | + ".travis.yml", |
| 52 | + "phpunit.xml" |
| 53 | + ] |
| 54 | + }, |
24 | 55 | "autoload-dev": {}
|
25 | 56 | }
|
0 commit comments