Download the PHP package blaspsoft/socialiteplus without Composer

On this page you can find all versions of the php package blaspsoft/socialiteplus. 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 socialiteplus

Total Downloads Latest Version License

Socialite Plus - Laravel Socialite made even easier

Socialite Plus is a Laravel 12 React & Vue Starterkit package that streamlines social login for Google, Facebook, GitHub and LinkedIn.


๐ŸŽฅ SocialitePlus Video Tutorial

Watch the Tutorial

โ–ถ๏ธ Click the image above to watch the tutorial on YouTube!

โœจ Features


๐Ÿ›  Requirements

Before installing Keysmith React, ensure your environment meets the following requirements:


๐Ÿš€ Installation Guide

Follow these simple steps to install and configure Socialite Plus in your Laravel 12 Vue or React starterkit project.


1๏ธโƒฃ Install the Package

Run the following command in your terminal to install the package via Composer:


2๏ธโƒฃ Choose Your Frontend Framework

After installation, you need to specify whether you want to use Vue or React. Run one of the following commands:

Vue

React

This command will generate pre-built authentication components for your chosen frontend.


3๏ธโƒฃ Publish the Configuration File

Run the following command to publish the config/socialiteplus.php file:

This will allow you to customize social login settings. For changes to take effect you may need to clear the config cache:


4๏ธโƒฃ Add the Middleware to Routes

5๏ธโƒฃ Create OAuth Apps in Social Providers

To enable authentication, you need to register your application with each provider and obtain Client ID and Secret and set the redirect URI:


6๏ธโƒฃ Set Environment Variables

Update your .env file with the credentials obtained from each provider:


7๏ธโƒฃ Configure Socialite Plus

Modify the config/socialiteplus.php file to customize settings:


8๏ธโƒฃ Update the register and login pages

You need to update your controllers to use these pages and pass the required props.

React Pages

Vue Pages

Modify AuthenticatedSessionController.php for Login Ensure the login controller passes providersConfig as a prop:

Modify RegisteredUserController.php for Register Ensure the login controller passes providersConfig as a prop:


๐Ÿงช Testing

The package includes tests located in the tests/Feature/SocialitePlus directory. These tests ensure that the core functionalities of the package are working as expected.

Test Files

Running Tests

To run the tests, use the following command:

This command will execute all the tests and provide feedback on their success or failure.


๐Ÿ”’ Security

If you discover any security-related issues, please email [email protected] instead of using the issue tracker.


๐Ÿ“œ Credits


๐Ÿ“„ License

This package is licensed under MIT. See LICENSE.md for details.


All versions of socialiteplus with dependencies

PHP Build Version
Package Version
Requires php Version ^8.0|^8.1|^8.2
illuminate/support Version ^12.0
laravel/socialite Version ^5.0
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 blaspsoft/socialiteplus contains the following files

Loading the files please wait ....