dev-master
9999999-devPropel bindings for Z-Index (http://www.z-index.nl)
MIT
The Requires
- ext-curl *
- symfony/symfony ~2.6
- propel/propel-bundle 1.5.*
Wallogit.com
2017 © Pedro Peláez
Propel bindings for Z-Index (http://www.z-index.nl)
This bundle is licensed under the MIT License., (*2)
GStandaard bundle contains propel bindings and an import task for the Z-Index dataset., (*3)
require section of composer.json
Install the latest version with composer require pharmaintelligence/gstandaard-bundle, (*4)
GStandaard-Bundle hooks into the propel settings from your project. Setting up your tables and om-classes can be done using the propel:model:build and propel:migration:* tasks., (*5)
Two parameters are required in your config.yml:, (*6)
# app/config.yml
pharma_intelligence_gstandaard:
user: '%gstandaard_user%'
password: '%gstandaard_user%'
# app/parameters.yml gstandaard_user: username gstandaard_password: password
These parameters are the username/password you've received from Z-Index to download the G-Standaard., (*7)
In your project directory run:
php app\console pharma-intelligence:g-standaard:import
Appending the option --alleenMutaties speeds up the import process by only processing mutated fields., (*8)
All tables available through the G-Standaard are available within this bundle, usage is through propel's query & om classes., (*9)
An extra table is available: gs_artikel_eigenschappen. This table is a denormalized table containing the most used properties for all Z-Index numbers., (*10)
The pi.gstandaard.barcode_service is registered through the service container. It allows a user to search for products based on barcodes., (*11)
Pull requests are welcome., (*12)
Propel bindings for Z-Index (http://www.z-index.nl)
MIT