2017 © Pedro Peláez
 

library zf2-vcard

Work with Vcards in a ZF2 app.

image

heartsentwined/zf2-vcard

Work with Vcards in a ZF2 app.

  • Wednesday, July 6, 2016
  • by heartsentwined
  • Repository
  • 2 Watchers
  • 6 Stars
  • 32 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 1 Open issues
  • 12 Versions
  • 0 % Grown

The README.md

zf2-vcard

Build Status, (*1)

Work with Vcards in a ZF2 app., (*2)

Installation

Composer:, (*3)

{
  "require": {
    "yalesov/zf2-vcard": "dev-master"
  }
}

Then add Yalesov\Vcard to the modules key in (app root)/config/application.config.*, (*4)

Vcard module will also hook onto your application's database, through DoctrineORMModule. It will create a number of tables with the prefix he_vcard_*, and will use the default EntityManager doctrine.entitymanager.orm_default. If your settings are different, please modify the doctrine section of config/module.config.yml as needed., (*5)

Finally, you need to update your database schema. The recommended way is through Doctrine's CLI:, (*6)

$ vendor/bin/doctrine-module orm:schema-tool:update --force

Config

todo, (*7)

Usage

todo, (*8)

Working with Vcards

You can use the Doctrine 2 ORM API directly. Mapping files are located at (zf2-vcard)/src/Yalesov/Vcard/Entity/Mapping., (*9)

The Versions