Laravel wrapper around OAuth 1 & OAuth 2 libraries.
laravel/socialite stats
- Downloads
- 43.3M
- Stars
- 5,382
- Open Issues
- 0
- Forks
- 935
Laravel Socialite Package Summary
Overview
Laravel Socialite is a powerful package that simplifies OAuth authentication with major social platforms including Facebook, Twitter, Google, LinkedIn, GitHub, GitLab, and Bitbucket. It abstracts much of the boilerplate code associated with handling social authentication, providing a clean, fluent API to integrate with.
Key Features
- Simplified Authentication: Easily authenticate users with various social media platforms using a fluent, expressive API.
- Support for Major Providers: Includes built-in support for popular services like Facebook, Google, and more.
- Community-Driven Extensions: Access to additional social platform adapters through the Socialite Providers community project.
- Seamless Integration: Designed to integrate effortlessly with Laravel applications, enhancing the framework's native authentication capabilities.
Installation & Usage
To install Socialite, run the following command in your Laravel project:
composer require laravel/socialite
Refer to the official Laravel Socialite documentation for detailed installation and usage instructions.
Contributing
Contributions to Laravel Socialite are welcome. Check the contribution guidelines provided in the Laravel documentation.
Conduct and Security
- Code of Conduct: All contributors are expected to adhere to the community code of conduct.
- Security Issues: To report security vulnerabilities, please follow the guidelines in the security policy.
Licensing
Laravel Socialite is open-source software licensed under the MIT license, ensuring it is free to use and distribute.
For a more detailed understanding and to begin integrating Socialite into your Laravel applications, visit the official documentation.