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
This Laravel package offer a wrapper for https://github.com/woocommerce/wc-api-php
composer require manuglopez/laravel-wooclient
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', [])
Run the tests with:
vendor/bin/phpunit
Please see CONTRIBUTING for details.
If you discover any security-related issues, please email [email protected] instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.