pragmarx/googleforms
最新稳定版本:v0.1.0
Composer 安装命令:
composer require pragmarx/googleforms
包简介
Post Data to Google Forms Spreadsheets
关键字:
README 文档
README
Need to create a form and send data straight to a Google Forms Spreadsheet? This is your package!
Install
Via Composer
$ composer require pragmarx/googleforms
Usage
$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.
Security
If you discover any security related issues, please email acr@antoniocarlosribeiro.com instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.
统计信息
- 总下载量: 18
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-06-27