Download the PHP package elouafidev/vcf-generator without Composer
On this page you can find all versions of the php package elouafidev/vcf-generator. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download elouafidev/vcf-generator
More information about elouafidev/vcf-generator
Files in elouafidev/vcf-generator
Package vcf-generator
Short Description A simple VCF generator for Laravel.
License MIT
Informations about the package vcf-generator
VCF Generator for Laravel
A simple VCF (vCard) generator for Laravel. This package provides an easy way to generate VCF files for contacts in your Laravel applications. It supports adding various contact details such as full name, email addresses, phone numbers, addresses, social media profiles, and more.
Installation
You can install the package via composer:
Usage
Here is a simple example of how to use the VCF generator in your Laravel project:
Methods
setFullName(string $full_name): self
setEmail(string $email, string $type): self
setPhoneNumber(string $phone, string $type): self
setAddress(string $address): self
setTitle(string $title): self
setDescription(string $description): self
setProfileImage150x150(string $profile_image_150x150): self
setFacebook(string $url): self
setTwitter(string $url): self
setLinkedin(string $url): self
setYoutube(string $url): self
setInstagram(string $url): self
setWebsite(string $url): self
setSkype(string $url): self
vcfContent(): string
toBase64(): string
toUri(): string
download()
validateEmail(string $email): bool
validatePhoneNumber(string $phone): bool
clear(): self
setAttributes(array $attributes): self
Examples
Generate VCF Content
Get VCF as Base64
Get VCF as Data URI
Contributing
Please see CONTRIBUTING for details.
License
The MIT License (MIT). Please see License File for more information.
Author
Mouad Elouafi
- Email: [email protected]