PHPackages                             omaromp2/laraprontoforms - 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. [API Development](/categories/api)
4. /
5. omaromp2/laraprontoforms

ActiveLibrary[API Development](/categories/api)

omaromp2/laraprontoforms
========================

Package for using ProntoForms in Laravel

1.5(3y ago)219MITPHP

Since May 17Pushed 3y ago1 watchersCompare

[ Source](https://github.com/omaromp2/Laravel-ProntoForms)[ Packagist](https://packagist.org/packages/omaromp2/laraprontoforms)[ RSS](/packages/omaromp2-laraprontoforms/feed)WikiDiscussions main Synced 1w ago

READMEChangelog (2)Dependencies (1)Versions (3)Used By (0)

[![banner](https://camo.githubusercontent.com/7f2f0952ef9c5915543bded9567f6a57a2d7ed43119446dc59b333b227b8b4e4/68747470733a2f2f62616e6e6572732e6265796f6e64636f2e64652f4c61726176656c2d50726f6e746f666f726d732e706e673f7468656d653d6461726b267061636b6167654d616e616765723d636f6d706f7365722b72657175697265267061636b6167654e616d653d6f6d61726f6d70322532466c61726170726f6e746f666f726d73267061747465726e3d626f786573267374796c653d7374796c655f31266465736372697074696f6e3d5061636b6167652b666f722b73656e64696e672b666f726d732b746f2b50726f6e746f466f726d73266d643d312673686f7757617465726d61726b3d3126666f6e7453697a653d313030707826696d616765733d74656d706c617465)](https://camo.githubusercontent.com/7f2f0952ef9c5915543bded9567f6a57a2d7ed43119446dc59b333b227b8b4e4/68747470733a2f2f62616e6e6572732e6265796f6e64636f2e64652f4c61726176656c2d50726f6e746f666f726d732e706e673f7468656d653d6461726b267061636b6167654d616e616765723d636f6d706f7365722b72657175697265267061636b6167654e616d653d6f6d61726f6d70322532466c61726170726f6e746f666f726d73267061747465726e3d626f786573267374796c653d7374796c655f31266465736372697074696f6e3d5061636b6167652b666f722b73656e64696e672b666f726d732b746f2b50726f6e746f466f726d73266d643d312673686f7757617465726d61726b3d3126666f6e7453697a653d313030707826696d616765733d74656d706c617465)

Laravel-ProntoForms
===================

[](#laravel-prontoforms)

Package intended for sending forms to the ProntoForms app directly from a Laravel project in a clean and simple way.

Installation
------------

[](#installation)

- Run

```
 composer require omaromp2/laraprontoforms
```

- Add the following line to your `.env` file:

```
 # ProntoForms Params
PRONTO_USER=
PRONTO_PASS=
PRONTO_FORM_ID=
PRONTO_USER_ID=

```

- Run `php artisan vendor:publish` to publish the package's config file.

Usage (Send Form)
-----------------

[](#usage-send-form)

- Add the use case to your controller:

```
 use omaromp2\laraprontoforms\ProntoForms;
```

- Prepare an array with your form label as the key and the answer as the value:

```
$questions = [
    'Label1' => 'Answer1',
    'Label2' => 'Answer2',
];
```

- Send the form:

```
ProntoForms::sendForm($questions);
```

- Check your response.

Retrieve Form
-------------

[](#retrieve-form)

```
$formId = '';
ProntoForms::fetchForm($form_id);
```

Retrieve PDF
------------

[](#retrieve-pdf)

```
$formId = '';
ProntoForms::fetchPDF($form_id);
```

###  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

Maturity49

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

Every ~26 days

Total

2

Last Release

1434d ago

Major Versions

v0.1.0 → 1.52022-06-13

### Community

Maintainers

![](https://www.gravatar.com/avatar/9ae5607167811d7a1e0f6af6ba975aeeaa49bb4d8f1393ae8f8266c240e85e1c?d=identicon)[omaromp2](/maintainers/omaromp2)

---

Top Contributors

[![omaromp2](https://avatars.githubusercontent.com/u/3978597?v=4)](https://github.com/omaromp2 "omaromp2 (14 commits)")

### Embed Badge

![Health badge](/badges/omaromp2-laraprontoforms/health.svg)

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

###  Alternatives

[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[convertkit/convertkitapi

Kit PHP SDK for the Kit API

2167.1k1](/packages/convertkit-convertkitapi)[mapado/rest-client-sdk

Rest Client SDK for hydra API

1125.9k2](/packages/mapado-rest-client-sdk)

PHPackages © 2026

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