Download the PHP package arifr007/vcard-parser without Composer
On this page you can find all versions of the php package arifr007/vcard-parser. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download arifr007/vcard-parser
More information about arifr007/vcard-parser
Files in arifr007/vcard-parser
Package vcard-parser
Short Description vCard-parser is a simple vCard file parser with the focus on ease of use.
License MIT
Homepage https://github.com/arifr007/vCardParser
Informations about the package vcard-parser
vCard Parser
vCard-parser is a simple vCard file parser with the focus on ease of use.
The parser was written mostly because I couldn't find one that I was satisfied with - all those that I tried either failed with real world data or were too unwieldy or inconvenient, hence this parser.
The parser can read both single and multiple vCards from a single file and with the help of PHP's magic methods and interfaces it can be written concisely.
Documentation
You will find user friendly and updated documentation in the wiki here: vCard Parser Wiki
Quick Installation
Begin by installing the package through Composer.
Once this operation is complete, simply add facade classes to your project's config/app.php
file:
Contributing
Contributions are welcome and will be fully credited.
Issues
For bug reporting or code discussions.
More info on how to work with GitHub on help.github.com.
Credits
this project's base from Nuovo vCard Parser and converting to laravel 5.1 library
License
The module is licensed under MIT. In short, this license allows you to do everything as long as the copyright statement stays present.