Download the PHP package enspireagencia/laravel-rd-station without Composer
On this page you can find all versions of the php package enspireagencia/laravel-rd-station. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download enspireagencia/laravel-rd-station
More information about enspireagencia/laravel-rd-station
Files in enspireagencia/laravel-rd-station
Package laravel-rd-station
Short Description Integrate your Laravel project with RD Station
License MIT
Homepage https://github.com/enspireagencia/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.
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.9.2
illuminate/contracts Version ^9.0
guzzlehttp/guzzle Version ^7.2