https://github.com/elvismdev/woobundle
A very simple Woocommerce Bundle for Symfony2
https://github.com/elvismdev/woobundle
Last synced: about 1 month ago
JSON representation
A very simple Woocommerce Bundle for Symfony2
- Host: GitHub
- URL: https://github.com/elvismdev/woobundle
- Owner: elvismdev
- Created: 2015-07-17T00:25:06.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-07-12T10:48:55.000Z (almost 10 years ago)
- Last Synced: 2023-08-07T12:12:44.808Z (almost 2 years ago)
- Language: PHP
- Size: 123 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
The Woocommerce Bundle for Symfony
=============This is just a simple bundle for using the REST API of a WooCommerce shop. This is a plug & play bundle for symfony using the original WooCommerce REST API PHP Client Library. Feel free to contribute or use this for your own needs.
Notes:
-------------
- This is just a simple port of the WooCommerce REST API PHP Client Library for Symfony projects
- Currently supports only 1 shop to be used with, but you know how to customize this to your own needs.
- Install bundle, add bundle to kernel, configure services.yml with your shop api keys & shopurl and go.
- The full WooCommerce REST API PHP Client Library is located under the Client folder of the bundleInstallation:
-------------
- Download bundle and put it under your src directory
- Add the bundle to the appkernel.php by adding "new WooBundle\WooBundle()"
- Open the WooBundle and look under Resources/config for the service.yml file
- Add your Woocommerce Shop API keys & Store URL
- Done, look under this AppBundle/Controller for the DefaultController where some examples are given.