Composer Repository for Nextend Social Login Pro Addon

If you want to use Composer to handle your dependencies, then we have an endpoint where you can download the latest version of Nextend Social Login Pro Addon from.

Usage:

You need to locate your “composer.json” file and then you need to add this object for the “repositories” key:

Then you need to add this for the “require” key:

here the “dev-master” version constraint will always return the version number of our latest release.

Once the suggested codes are added into the composer.json file, you should open a command line for the folder where the composer.json file is located and run the update command, to update the composer.lock file and to install the dependencies.

Important note: Downloading the installer of the Pro Addon is only possible after you authenticated with the credentials of your Nextend account. ( The ones that you use to login to our Downloads area: https://secure.nextendweb.com/ )
When you try to install or update packages, composer might ask you to enter these credentials:
Composer Authentication

Example:

Here you can find a complete example of a “composer.json” file, before our repository is added:

And here you can find a complete example of a “composer.json” file, after our repository was added: