eix / catalog
Eixtension that allows management of a catalog of products.
0.4.6
2013-01-01 00:00 UTC
Requires
- nohex/eix: ~0.4
This package is not auto-updated.
Last update: 2024-12-22 03:08:26 UTC
README
This extension allows management of a catalog of products to Eix-based applications.
Usage
In order to use the extension in your application, just include its .phar
when required.
The preferred place to include it is in the boostrap code, which may as well be in index.php
.
require_once 'eixtension-catalog-0.1.0.phar';