PHPackages                             bayareawebpro/laravel-trusted-forms - 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. bayareawebpro/laravel-trusted-forms

AbandonedArchivedLibrary

bayareawebpro/laravel-trusted-forms
===================================

A Trusted Forms Certificate Client

v1.0(6y ago)041MITPHPPHP ^7.4

Since Apr 29Pushed 5y ago1 watchersCompare

[ Source](https://github.com/bayareawebpro/laravel-trusted-forms)[ Packagist](https://packagist.org/packages/bayareawebpro/laravel-trusted-forms)[ Docs](https://github.com/bayareawebpro/laravel-trusted-forms)[ RSS](/packages/bayareawebpro-laravel-trusted-forms/feed)WikiDiscussions master Synced 1w ago

READMEChangelog (2)Dependencies (9)Versions (2)Used By (0)

Laravel Trusted Forms
=====================

[](#laravel-trusted-forms)

A service wrapper for the Laravel HTTP client designed for working with the Active Prospect API to generate "TCPA Compliant Trusted Form Certificates".

[![](https://github.com/bayareawebpro/laravel-trusted-forms/workflows/ci/badge.svg)](https://github.com/bayareawebpro/laravel-trusted-forms/workflows/ci/badge.svg)[![](https://camo.githubusercontent.com/3cc69335fc6087755ec016777e33b0343732600429f5b176660035fd6a7d8570/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6261796172656177656270726f2f6c61726176656c2d747275737465642d666f726d732e737667)](https://camo.githubusercontent.com/3cc69335fc6087755ec016777e33b0343732600429f5b176660035fd6a7d8570/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6261796172656177656270726f2f6c61726176656c2d747275737465642d666f726d732e737667)[![](https://camo.githubusercontent.com/9c913e13be635bb0ddef4a55ad52ae21a23b534401011fbd81a4e32b1df264df/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f72656c656173652f6261796172656177656270726f2f6c61726176656c2d747275737465642d666f726d732e737667)](https://camo.githubusercontent.com/9c913e13be635bb0ddef4a55ad52ae21a23b534401011fbd81a4e32b1df264df/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f72656c656173652f6261796172656177656270726f2f6c61726176656c2d747275737465642d666f726d732e737667)[![](https://camo.githubusercontent.com/b60ae987297da06088ea8e815265e37e4627c6f6485d19a3dcb963b576141b28/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c6963656e73652d4d49542d737563636573732e737667)](https://camo.githubusercontent.com/b60ae987297da06088ea8e815265e37e4627c6f6485d19a3dcb963b576141b28/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c6963656e73652d4d49542d737563636573732e737667)

```
composer require bayareawebpro/laravel-trusted-forms
```

```
php artisan vendor:publish --tag=config
```

>

---

Claim Certificate:
------------------

[](#claim-certificate)

```
use BayAreaWebPro\TrustedForms\TrustedForms;

$claim = TrustedForms::claimCertificate(request()->only([...]));
$claim->getMaskedCertificateUrl();
$claim->getCertificateToken();
$claim->hasValidCertificate();
$claim->hasValidExpiration();
$claim->hasValidClaims();
$claim->isValid();

$claim->collect('nested.array');
$claim->get('nested.key', 'fallback-values');
```

Read Certificate:
-----------------

[](#read-certificate)

```
use BayAreaWebPro\TrustedForms\TrustedForms;

$certificate = TrustedForms::readCertificate($token);
$certificate->getCertificateUrls();
$certificate->hasValidExpiration();
$certificate->hasValidClaims();
$certificate->isValid();

$certificate->collect('nested.array');
$certificate->get('nested.key', 'fallback-values');
```

---

TrustedForm Documentation
-------------------------

[](#trustedform-documentation)

> This is an Open Source Community Project and is not provided by ActiveProspect, or it's affiliates.

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity56

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

2210d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/93d3895de269a38f94d24217615daba9bd5a47439d1813203775961d47be269e?d=identicon)[bayareawebpro](/maintainers/bayareawebpro)

---

Top Contributors

[![bayareawebpro](https://avatars.githubusercontent.com/u/2476179?v=4)](https://github.com/bayareawebpro "bayareawebpro (21 commits)")

---

Tags

bayareawebprolaravel-trusted-forms

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/bayareawebpro-laravel-trusted-forms/health.svg)

```
[![Health](https://phpackages.com/badges/bayareawebpro-laravel-trusted-forms/health.svg)](https://phpackages.com/packages/bayareawebpro-laravel-trusted-forms)
```

###  Alternatives

[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9682.1M97](/packages/roots-acorn)[spatie/laravel-responsecache

Speed up a Laravel application by caching the entire response

2.8k8.2M51](/packages/spatie-laravel-responsecache)[laravel/pulse

Laravel Pulse is a real-time application performance monitoring tool and dashboard for your Laravel application.

1.7k12.1M99](/packages/laravel-pulse)[genealabs/laravel-model-caching

Automatic caching for Eloquent models.

2.4k4.8M26](/packages/genealabs-laravel-model-caching)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)[mikebronner/laravel-model-caching

Automatic caching for Eloquent models.

2.4k127.1k1](/packages/mikebronner-laravel-model-caching)

PHPackages © 2026

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