Download the PHP package mediadesk/linkedin-manager without Composer

On this page you can find all versions of the php package mediadesk/linkedin-manager. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package linkedin-manager

Linkedin Manager (Beta)

LinkedIn Integration Package for Laravel (Unofficial Package)

This package provides integration with the LinkedIn API for Laravel applications. It allows you to perform various LinkedIn-related tasks such as authenticating users, retrieving profiles, creating and deleting posts, and more.

Please Note: This package is currently in active development and should be used with caution. While we are working hard to ensure stability and functionality, there might be frequent updates and changes that could impact your usage.

Important: Business Developer Account Requirement

Creating and managing accounts on behalf of another user requires a Business Developer account on LinkedIn. Make sure you have the necessary permissions and access before using this feature.

Get Started

Requires PHP 8.1+

To get started with the LinkedinManager package, follow these steps:

Install the package using Composer:

Publish Config File

To customize the configuration settings of the Mediadesk Linkedin Manager package, you can publish the config file using the following Artisan command:

Configuration

Ensure the following environment variables are set in your .env file:

Usage

Creating Login URL

To create a login URL for LinkedIn authentication, make sure to add the callback URI to your LinkedIn Developer application. Then, use the following code:

Generating Access Token

Generate an access token from the callback URL. You will receive the code and state in the URL parameters. Use the following code:

Managing User Profiles

Retrieve user profile information, including member ID, name, and profile image, using the following code:

Creating Text Posts

Create a text-only post on LinkedIn using the following code:

Creating Posts with Media

To create a post with media, you'll need to register the media and then upload it. Here's how:

Deleting a Post

Delete a post using the following code:

Contributing

Contributions are welcome! If you encounter any issues or have suggestions, please open an issue.

License

Linkedin Manager is an open-sourced software licensed under the MIT license.


All versions of linkedin-manager with dependencies

PHP Build Version
Package Version
Requires php Version >=8.1
illuminate/support Version *
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package mediadesk/linkedin-manager contains the following files

Loading the files please wait ....