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 - 2 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.

+2

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 recommendation solves the problem.
This recommendation does not solve the problem.

+1

Picture of Manuel Lemos by Manuel Lemos Reputation 23475 - 2 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
: 
: