Skip to content

Latest commit

 

History

History
72 lines (47 loc) · 2.41 KB

README.md

File metadata and controls

72 lines (47 loc) · 2.41 KB

Smart48 Laravel Transip REST API Package

Latest Version on Packagist GitHub Tests Action Status GitHub Code Style Action Status Total Downloads


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.

Installation

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 [
];

Usage

$laravel-transip-rest-api = new Smart48\LaravelTransipRestAPI();
echo $laravel-transip-rest-api->echoPhrase('Hello, Smart48!');

Testing

composer test

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

License

The MIT License (MIT). Please see License File for more information.