jakuborava/wapi is a Laravel package for wedos api client.
It currently has 1 GitHub stars and 342 downloads on Packagist (latest version 2.2.0).
Install it with composer require jakuborava/wapi.
Discover more Laravel packages by jakuborava
or browse all Laravel packages to compare alternatives.
Last updated
Client for Wedos API
You can install the package via composer:
composer require jakuborava/wapi
You can publish the config file with:
php artisan vendor:publish --tag="wapi-config"
This is the contents of the published config file:
return [
];
$wedosAPI = new Jakuborava\WedosAPI();
echo $wedosAPI->echoPhrase('Hello, Jakuborava!');
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.