Download the PHP package heartsentwined/zf2-vcard without Composer
On this page you can find all versions of the php package heartsentwined/zf2-vcard. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download heartsentwined/zf2-vcard
More information about heartsentwined/zf2-vcard
Files in heartsentwined/zf2-vcard
Package zf2-vcard
Short Description Work with Vcards in a ZF2 app.
License ISC
Homepage https://github.com/yalesov/zf2-vcard
Informations about the package zf2-vcard
zf2-vcard
Work with Vcards in a ZF2 app.
Installation
Then add Yalesov\Vcard
to the modules
key in (app root)/config/application.config.*
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.
Finally, you need to update your database schema. The recommended way is through Doctrine's CLI:
Config
todo
Usage
todo
Working with Vcards
You can use the Doctrine 2 ORM API directly. Mapping files are located at (zf2-vcard)/src/Yalesov/Vcard/Entity/Mapping
.
All versions of zf2-vcard with dependencies
yalesov/yaml Version 2.*
zendframework/zendframework Version 2.*
yalesov/arg-validator Version 2.*
yalesov/zf2-doctrine Version 2.*
sabre/vobject Version 2.0.*
yalesov/utf8 Version 2.*
yalesov/date-time-parser Version 2.*