2017 © Pedro Peláez
 

library contactformme

image

netsells/contactformme

  • Tuesday, June 14, 2016
  • by spamoom
  • Repository
  • 1 Watchers
  • 0 Stars
  • 2,732 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 44 % Grown

The README.md

ContactForm.me PHP Wrapper

A wrapper round the contactform.me service, (*1)

It is created and maintained by the Netsells team, (*2)

Usage

$postman = new Netsells\ContactFormMe\Postman('CFMEPOSTIDENTIFIERHERE');

$postman->deliver([
    'name' => 'Sam Jordan',
    'email' => 'sam@netsells.co.uk',
    'message' => 'Hello! This is a postman test.',
]);

You can also specify the form name in the second argument of the constructor., (*3)

$postman = new Netsells\ContactFormMe\Postman('CFMEPOSTIDENTIFIERHERE', 'quote_form');

The Versions

14/06 2016

dev-master

9999999-dev

  Sources   Download

MIT

The Requires

 

The Development Requires

by Sam Jordan

14/06 2016

0.1

0.1.0.0

  Sources   Download

MIT

The Requires

 

The Development Requires

by Sam Jordan