This package is a wrapper for Transip PHP REST PI. It is still very much in progress and so not done yet. Once it is we shall add the package to PHP Composer.
You can install the package via composer:
composer require smart48/laravel-transip-rest-api
You can publish and run the migrations with:
php artisan vendor:publish --provider="Smart48\LaravelTransipRestAPI\LaravelTransipRestAPIServiceProvider" --tag="laravel-transip-rest-api-migrations"
php artisan migrate
You can publish the config file with:
php artisan vendor:publish --provider="Smart48\LaravelTransipRestAPI\LaravelTransipRestAPIServiceProvider" --tag="laravel-transip-rest-api-config"
This is the contents of the published config file:
return [
];
$laravel-transip-rest-api = new Smart48\LaravelTransipRestAPI();
echo $laravel-transip-rest-api->echoPhrase('Hello, Smart48!');
composer test
Please see CHANGELOG for more information on what has changed recently.
Please see CONTRIBUTING for details.
Please review our security policy on how to report security vulnerabilities.
The MIT License (MIT). Please see License File for more information.