PHPackages                             pragmarx/googleforms - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. pragmarx/googleforms

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

pragmarx/googleforms
====================

Post Data to Google Forms Spreadsheets

v0.1.0(10y ago)218MITPHPPHP &gt;=5.5.0

Since Jun 27Pushed 10y ago1 watchersCompare

[ Source](https://github.com/antonioribeiro/googleforms)[ Packagist](https://packagist.org/packages/pragmarx/googleforms)[ Docs](https://github.com/antonioribeiro/googleforms)[ RSS](/packages/pragmarx-googleforms/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (3)Versions (2)Used By (0)

Post to Google Forms
====================

[](#post-to-google-forms)

[![Latest Version](https://camo.githubusercontent.com/36e016b4d9abf531fef4df2dd1771cd77a66386555a9b4b3a789e3d178970d44/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f616e746f6e696f7269626569726f2f676f6f676c65666f726d732e7376673f7374796c653d666c61742d737175617265)](https://github.com/antonioribeiro/googleforms/releases)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Build Status](https://camo.githubusercontent.com/147c1b4bb2f01816c4e1fc651434f9218870bac36862ee5d12c7585b332fb267/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f616e746f6e696f7269626569726f2f676f6f676c65666f726d732f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/antonioribeiro/googleforms)[![Coverage Status](https://camo.githubusercontent.com/72112e8c1291ec91abffd562869a4eaded202803d6ced20e695be48a9e875b04/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f636f7665726167652f672f616e746f6e696f7269626569726f2f676f6f676c65666f726d732e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/antonioribeiro/googleforms/code-structure)[![Quality Score](https://camo.githubusercontent.com/240011ae5c7961a1c1dac8db15ea338bc52cd58e3d6fe97808605fbaede5b1ef/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f616e746f6e696f7269626569726f2f676f6f676c65666f726d732e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/antonioribeiro/googleforms)[![Total Downloads](https://camo.githubusercontent.com/6fd36f7b38b9cfaf4e2bdccf9d061a245a988948d5d99c5e6f99a3c361c930ed/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f707261676d6172782f676f6f676c65666f726d732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/pragmarx/googleforms)

Need to create a form and send data straight to a [Google Forms Spreadsheet](https://www.google.com/forms/about/)? This is your package!

Install
-------

[](#install)

Via Composer

```
$ composer require pragmarx/googleforms
```

Usage
-----

[](#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
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

Security
--------

[](#security)

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

Credits
-------

[](#credits)

- [Antonio Carlos Ribeiro](https://github.com/antonioribeiro)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

3978d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/d9421a69d192db597169ec3519ad3efc6a35a660e4525e2ed08f6c753b908e86?d=identicon)[AntonioCarlosRibeiro](/maintainers/AntonioCarlosRibeiro)

---

Top Contributors

[![antonioribeiro](https://avatars.githubusercontent.com/u/3182864?v=4)](https://github.com/antonioribeiro "antonioribeiro (16 commits)")

---

Tags

pragmarxgoogleforms

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/pragmarx-googleforms/health.svg)

```
[![Health](https://phpackages.com/badges/pragmarx-googleforms/health.svg)](https://phpackages.com/packages/pragmarx-googleforms)
```

###  Alternatives

[pragmarx/coollection

Laravel Illuminate collection with objectified properties

943.4M11](/packages/pragmarx-coollection)[pragmarx/random

Create random chars, numbers, strings

714.2M5](/packages/pragmarx-random)[pragmarx/ia-arr

Laravel Illuminate Agnostic Arr

553.6M12](/packages/pragmarx-ia-arr)[pragmarx/ia-str

Laravel Illuminate Agnostic Str

523.5M5](/packages/pragmarx-ia-str)[pragmarx/ia-collection

Laravel Illuminate Agnostic Collection

473.4M2](/packages/pragmarx-ia-collection)[pragmarx/support

PragmaRX components support package

591.5M27](/packages/pragmarx-support)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
