stefanoregis/woocommercetolaravel

A simple system to import orders from Woocommerce to Laravel

Installs: 5

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/stefanoregis/woocommercetolaravel

dev-master 2020-01-14 09:17 UTC

This package is auto-updated.

Last update: 2025-09-14 22:41:46 UTC


README

A PHP wrapper for the WooCommerce. Import your orders and products into your Laravel database.

Enable the Api on your woocommerce installation

Install: composer require stefanoregis/woocommercetolaravel

include the provider in app.php: stefanoregis\woocommercetolaravel\WoocommerceToLaravelServiceProvider::class,

publish the config file: php artisan vendor:publish --provider="stefanoregis\woocommercetolaravel\WoocommerceToLaravelServiceProvider"

update the config file with your parameters

migrate the tables

run php artisan woocommercetolaravel:import to import your orders