Download the PHP package c14r/woocommerce-api without Composer
On this page you can find all versions of the php package c14r/woocommerce-api. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download c14r/woocommerce-api
More information about c14r/woocommerce-api
Files in c14r/woocommerce-api
Package woocommerce-api
Short Description A Wrapper for the WooCommerce REST-API
License GPL-3.0-only
Homepage http://www.c14r.de/
Informations about the package woocommerce-api
WooCommerce API Wrapper for PHP
This package allows users to easily consume the REST API provided by automattic/woocommerce in any Laravel app.
Installing
The recommended way to install WooCommerce-API is through Composer.
.env-File
`
Configuration
If you want to change the default configuration or you want to use multiple connection you can publish the config/woocommerce.php
by `php artisan vendor:publish --tag=woocommerce-config
Table of Content
- WooCommerce API Wrapper for PHP
- Installing
- .env-File
- Configuration
- Table of Content
- ToDos
- README.md
- Germanized
- Usage
- Retrieving an instance
- Filtering
- Cacheing
- Configuration
- Pagination
- Services Classes
- ProductService
- CustomerService
- OrderService
- API
- Coupons
- Customers
- Orders
- Order Notes
- Order Refunds
- Product
- Product Attributes
- Product Attribute Terms
- Product Categories
- Product Reviews
- Product Tags
- Product Variations
- Shipping
- Shipping Methods
- Shipping Zones
- Shipping Zones Locations
- Shipping Zones Method
- Reports
- Report Sales
- Report Top Seller
- Settings
- Taxes
- Tax Classes
- Webhooks
- Payment Gateways
- System
- System Status
- System Status Tools
ToDos
README.md
The documentation ist still not complete.
Germanized
https://vendidero.de/dokument/shipments-rest-api
- Shipments
- Cancellations
- Invoices
Usage
Retrieving an instance
Filtering
Cacheing
Every get()
or all()
request can be cached, you just need to call the cache()
or cacheAll()
methods.
Configuration
Pagination
Instead of calling ->per_page(25)->page($page)->get()
or ->all()
you can use the default laravel pagination. For more information see the Laravel Docs.
Services Classes
Service classes simplify API usage by wrapping API calls into specialized methods, improving code readability, maintainability, and reducing API interaction complexity.
ProductService
CustomerService
OrderService
API
Coupons
Customers
Orders
Order Notes
Order Refunds
Product
Product Attributes
Product Attribute Terms
Product Categories
Product Reviews
Product Tags
Product Variations
Shipping
Shipping Methods
Shipping Zones
Shipping Zones Locations
Shipping Zones Method
Reports
Report Sales
Report Top Seller
Settings
Taxes
Tax Classes
Webhooks
Payment Gateways
System
System Status
System Status Tools
All versions of woocommerce-api with dependencies
ext-json Version *
automattic/woocommerce Version ^3.1
illuminate/support Version ^9.0|^10.0