LaravelPackages.net
Acme Inc.
Toggle sidebar
jakuborava/wapi

Wedos API client

342
1
2.2.0
About jakuborava/wapi

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

Wedos API client

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

Client for Wedos API

Installation

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

Usage

$wedosAPI = new Jakuborava\WedosAPI();
echo $wedosAPI->echoPhrase('Hello, Jakuborava!');

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.

Comments