Download the PHP package intvent/transip-laravel without Composer
On this page you can find all versions of the php package intvent/transip-laravel. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download intvent/transip-laravel
More information about intvent/transip-laravel
Files in intvent/transip-laravel
Package transip-laravel
Short Description A Laravel wrapper for the TransIP REST API Client.
License MIT
Informations about the package transip-laravel
Laravel TransIP Rest Client - Wrapper
A very easy way to use the TransIP Rest API in your Laravel Project.
Link to documentation
To make full advantage of this package you can see here what functionality can be used within the API of TransIP.
TransIP RestAPI Docs
TransIP PHP Package
Installation
First add your API credentials into your .env file.
Install with composer
This package will autoload the SrviceProvider and Facade listed below. If it does not automatically you can add it easily with the following steps.
Register the Service Provider:
Optionally the Facade can be registered:
You must publish the configuration with this command:
This will add a configuration file called 'transip.php' in the config folder with the following contents:
Usage
Using the Facade
Using the auto IoC binding
Security
If you discover any security-related issues, please email [email protected] instead of using the issue tracker.
Support
You can sponsor me, Peter Steenbergen also known as Peter Icebear, on Github sponsors or through this affiliate link.
Credits
- Peter Steenbergen
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of transip-laravel with dependencies
illuminate/support Version ^5.0|^6.0|^7.0|^8.0|^9.0
transip/transip-api-php Version ^6.0