Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 0 additions & 13 deletions .travis.yml

This file was deleted.

46 changes: 0 additions & 46 deletions CODE_OF_CONDUCT.md

This file was deleted.

4 changes: 0 additions & 4 deletions CONTRIBUTING.md

This file was deleted.

6 changes: 0 additions & 6 deletions ISSUE_TEMPLATE.md

This file was deleted.

21 changes: 0 additions & 21 deletions LICENSE.md

This file was deleted.

22 changes: 0 additions & 22 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -211,25 +211,3 @@ Some private API access there.
```php
$client->setApiRoot('https://api.linkedin.com/v2/');
```

##### ~Image Upload~ --> OBSOLETE (This part needs an update)

I assume you have to be LinkedIn partner or something like that.

Try to upload image to LinkedIn. See [Rich Media Shares](https://docs.microsoft.com/en-us/linkedin/marketing/integrations/community-management/shares/rich-media-shares)


```php
$filename = '/path/to/image.jpg';
$client->setApiRoot('https://api.linkedin.com/');
$mp = $client->upload($filename);
```

## Contributing

Please, open PR with your changes linked to an GitHub issue.
You code must follow [PSR](http://www.php-fig.org/psr/) standards and have PHPUnit tests.

## License

[MIT](LICENSE.md)
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
],
"homepage": "https://github.com/AgencyPMG/linkedin-api-php-client",
"require": {
"php": ">=7.3",
"php": "^7.4 || ^8.0",
"ext-curl": "*",
"guzzlehttp/guzzle": "^6.3"
"guzzlehttp/guzzle": "^7.3.0"
},
"license": "MIT",
"support": {
Expand Down
Loading