2017 © Pedro Peláez
 

library googleforms

Post Data to Google Forms Spreadsheets

image

pragmarx/googleforms

Post Data to Google Forms Spreadsheets

  • Saturday, June 27, 2015
  • by AntonioCarlosRibeiro
  • Repository
  • 1 Watchers
  • 2 Stars
  • 4 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Post to Google Forms

Latest Version Software License Build Status Coverage Status Quality Score Total Downloads, (*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)

The Versions

27/06 2015

dev-master

9999999-dev https://github.com/antonioribeiro/googleforms

Post Data to Google Forms Spreadsheets

  Sources   Download

MIT

The Requires

 

The Development Requires

pragmarx googleforms

27/06 2015

v0.1.0

0.1.0.0 https://github.com/antonioribeiro/googleforms

Post Data to Google Forms Spreadsheets

  Sources   Download

MIT

The Requires

 

The Development Requires

pragmarx googleforms