2017 © Pedro Peláez
 

project vcard-parser

vCard-parser is a simple vCard file parser with the focus on ease of use.

image

arifr007/vcard-parser

vCard-parser is a simple vCard file parser with the focus on ease of use.

  • Tuesday, December 15, 2015
  • by arifr007
  • Repository
  • 1 Watchers
  • 0 Stars
  • 494 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 1 % Grown

The README.md

vCard Parser

Laravel 5.1 Build Status Source License, (*1)

vCard-parser is a simple vCard file parser with the focus on ease of use., (*2)

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., (*3)

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., (*4)

Documentation

You will find user friendly and updated documentation in the wiki here: vCard Parser Wiki, (*5)

Quick Installation

Begin by installing the package through Composer., (*6)

composer require arifr007/vcard-parser

Once this operation is complete, simply add facade classes to your project's config/app.php file:, (*7)

'vCard' => Arifr007\vCardParser\vCard::class,

Contributing

Contributions are welcome and will be fully credited., (*8)

Issues

For bug reporting or code discussions., (*9)

More info on how to work with GitHub on help.github.com., (*10)

Credits

this project's base from Nuovo vCard Parser and converting to laravel 5.1 library, (*11)

License

The module is licensed under MIT. In short, this license allows you to do everything as long as the copyright statement stays present., (*12)

The Versions

15/12 2015

dev-master

9999999-dev https://github.com/arifr007/vCardParser

vCard-parser is a simple vCard file parser with the focus on ease of use.

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

parser vcard

10/12 2015

0.1

0.1.0.0 https://github.com/arifr007/vCardParser

vCard-parser is a simple vCard file parser with the focus on ease of use.

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

parser vcard