Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 349 Bytes

File metadata and controls

22 lines (16 loc) · 349 Bytes

symfony-prestashop-web-server-bundle

Bundle used to connect to prestashop web server API and perform common tasks.

Installation

By composer :

"require": {
    "fengxw/symfony-prestshop-web-server-bundle": "dev-master"
}

app/AppKernel.php :

$bundles = array(
    new fengxw\prestaShopWebServer\PrestaShopBunlde()
);

Use