LaravelPackages.net
Acme Inc.
Toggle sidebar
manuglopez/laravel-wooclient

Woocommerce api client for Laravel

367
1
v1.0.0
About manuglopez/laravel-wooclient

manuglopez/laravel-wooclient is a Laravel package for woocommerce api client for laravel. It currently has 1 GitHub stars and 367 downloads on Packagist (latest version v1.0.0). Install it with composer require manuglopez/laravel-wooclient. Discover more Laravel packages by manuglopez or browse all Laravel packages to compare alternatives.

Last updated

Laravel-Wooclient

Software License Total Downloads php-cs-fixer phpstan Tests

This Laravel package offer a wrapper for https://github.com/woocommerce/wc-api-php

Install

composer require manuglopez/laravel-wooclient

Usage

Before using this client you will need to publish config file.

php artisan vendor:publish --provider="Manuglopez\LaravelWooclient\LaravelWooclientServiceProvider"

Values are expected to find in your .env file with apropiate key and credentials

After that you can use the Facade as

LaravelWooclientFacade::get('/woocommerce_endpoint', [])

Testing

Run the tests with:

vendor/bin/phpunit

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security-related issues, please email [email protected] instead of using the issue tracker.

License

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

Star History Chart