2017 © Pedro Peláez
 

library gstandaard-bundle

Propel bindings for Z-Index (http://www.z-index.nl)

image

pharmaintelligence/gstandaard-bundle

Propel bindings for Z-Index (http://www.z-index.nl)

  • Tuesday, July 17, 2018
  • by linde002
  • Repository
  • 1 Watchers
  • 0 Stars
  • 83 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 1 Versions
  • 14 % Grown

The README.md

Symfony GStandaard Bundle

Total Downloads, (*1)

This bundle is licensed under the MIT License., (*2)

GStandaard bundle contains propel bindings and an import task for the Z-Index dataset., (*3)

Requirements

  • Symfony 2.4.x
  • Propel bundle 1.4.x
  • PHP CURL extension
  • See also the require section of composer.json

Installation

Install the latest version with composer require pharmaintelligence/gstandaard-bundle, (*4)

Documentation

Setup

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)

Importing G-Standaard

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)

Usage

All tables available through the G-Standaard are available within this bundle, usage is through propel's query & om classes., (*9)

Added bonuses

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)

Contributing

Pull requests are welcome., (*12)

The Versions

17/07 2018

dev-master

9999999-dev

Propel bindings for Z-Index (http://www.z-index.nl)

  Sources   Download

MIT

The Requires