Skip to content

scleblanc/NgpContact

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

NgpContact

Software License

The NgpContact class allows you to easily create and save contacts to an NGP account via Php.

Install

Via Composer

$ composer require nmcteam/ngp-contact

Usage

$person = array(
   'firstName' => 'Han',
   'lastName' => 'Solo',
   'email' => 'scruffy.nerfherder@rebelalliance.org', //REQUIRED
);
$contact = new NgpContact('your-ngp-api-key', $person);
$contact->save();

Security

If you discover any security related issues, please email sam@newmediacampaigns.com instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.

About

Php component for submitting contact to NGP VAN

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages