Post to Google Forms
, (*1)
Need to create a form and send data straight to a Google Forms Spreadsheet? This is your package!, (*2)
Install
Via Composer, (*3)
``` bash
$ composer require pragmarx/googleforms, (*4)
## Usage
``` php
$googleform = new PragmaRX\GoogleForms\Client('12345lvDG6F4ISHQbT4duG2lwl6OAHY');
$data = [
'entry.386548658' => Input::get('name'),
'entry.361290697' => Input::get('city'),
'entry.740093423' => Input::get('school'),
'entry.1928496279' => Input::get('email'),
'entry.494802185' => Input::get('phone'),
];
return [
'success' => $googleForm->post($data)
];
Contributing
Please see CONTRIBUTING for details., (*5)
Security
If you discover any security related issues, please email acr@antoniocarlosribeiro.com instead of using the issue tracker., (*6)
Credits
License
The MIT License (MIT). Please see License File for more information., (*7)