Download the PHP package pedroni/laravel-rd-station without Composer
On this page you can find all versions of the php package pedroni/laravel-rd-station. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download pedroni/laravel-rd-station
More information about pedroni/laravel-rd-station
Files in pedroni/laravel-rd-station
Package laravel-rd-station
Short Description Integrate your Laravel project with RD Station
License MIT
Homepage https://github.com/pedroni/laravel-rd-station
Informations about the package laravel-rd-station
Integrate your Laravel project with RD Station
This is a Laravel wrapper around the RD Station API.
Laravel Support Matrix
This table outlines the Laravel versions supported by each version of our library.
Library Version | Laravel Version |
---|---|
1.x, 2.x, 3.x | 8.x |
4.x | 9.x |
5.x | 10.x |
6.x | 11.x |
7.x | 12.x |
Installation
You can install the package via composer:
You can publish the config file with:
This is the contents of the published config file:
⚠️ The env variable
RD_STATION_REDIRECT_PATH
MUST match your route endpoint that will be configured later
Publish migrations files and run the migrations:
Add two GET
routes for the installation controller and the callback controller, example:
Open a browser window on http://your-domain.com/rd-station/oauth/install to initiate the instalation.
⚠️ If you decide to change the recommended callback URL you MUST change the
RD_STATION_REDIRECT_PATH
variable
Usage
Using the facade
Using dependency injection
Testing
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
- Lucas Pedroni
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-rd-station with dependencies
spatie/laravel-package-tools Version ^1.92
illuminate/contracts Version ^12.0
guzzlehttp/guzzle Version ^7.8