PHP Classes

What is the best PHP vcard parser class?: Upload vCard data into a MySQL database

Recommend this page to a friend!
  All requests RSS feed  >  What is the best PHP vcard parser class?  >  Request new recommendation  >  A request is featured when there is no good recommended package on the site when it is posted. Featured requests  >  No recommendations No recommendations  

What is the best PHP vcard parser class?

Edit

Picture of joel peter by joel peter - 3 years ago (2021-11-17)

Upload vCard data into a MySQL database

This request is clear and relevant.
This request is not clear or is not relevant.

+3

I need to upload a vCard to insert its information into a database. I need to extract the phone and name only.

Ask clarification

1 Recommendation

PHP vCard Library: Import and export contact lists in vCard format

This package can be used to import and export contact lists in vCard format.

It can create a new contact list from scratch and export it in vCard format - .vcf - compliant with the version 3.0 of the format specification (RFC 2426).

The package can also import an existing VCF file and makes it available to the PHP applications as an iterator that returns the details of each contact that was found in the vCard file. The package supports vCard format version 2.1 and 3.0.
This recommendation solves the problem.
This recommendation does not solve the problem.

+2

Picture of Manuel Lemos by Manuel Lemos Reputation 26695 - 3 years ago (2021-11-18) Comment

For instance, you can use this package to parse a vCard file that your PHP code received via form upload.

Then you can use the import feature of this package to extract the information that you need.

Once you have that information, you can perform any queries to add the information to the database.


Recommend package
: 
: