PHPackages                             drh/laravel-jenga - 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. drh/laravel-jenga

ActiveLibrary[API Development](/categories/api)

drh/laravel-jenga
=================

Jenga API Library

v2.0.3(2y ago)053[3 PRs](https://github.com/DrH97/laravel-jenga/pulls)MITPHPPHP ^8.2CI passing

Since Dec 15Pushed 1w ago1 watchersCompare

[ Source](https://github.com/DrH97/laravel-jenga)[ Packagist](https://packagist.org/packages/drh/laravel-jenga)[ Docs](https://github.com/drh97/laravel-jenga)[ RSS](/packages/drh-laravel-jenga/feed)WikiDiscussions main Synced today

READMEChangelog (10)Dependencies (7)Versions (16)Used By (0)

Jenga API Library
=================

[](#jenga-api-library)

[![GitHub Tests Workflow](https://github.com/DrH97/laravel-jenga/actions/workflows/run-tests.yml/badge.svg)](https://github.com/DrH97/laravel-jenga/actions/workflows/run-tests.yml)[![Github Style Workflow](https://github.com/DrH97/laravel-jenga/actions/workflows/php-cs-fixer.yml/badge.svg)](https://github.com/DrH97/laravel-jenga/actions/workflows/php-cs-fixer.yml)[![codecov](https://camo.githubusercontent.com/1bd7f2aa43cac78bbd813f2464ec14bbcae592a11f845f99dd32870f45e6a6fe/68747470733a2f2f636f6465636f762e696f2f67682f44724839372f6c61726176656c2d6a656e67612f6272616e63682f6d61696e2f67726170682f62616467652e7376673f746f6b656e3d36623064306261312d633263362d343037372d386333612d316635363765656138386130)](https://codecov.io/gh/DrH97/laravel-jenga)

[![Latest Stable Version](https://camo.githubusercontent.com/202516aa7a81c0f88ce69d4f2120e0755e9905272887f6e062bfbf28206b37ae/687474703a2f2f706f7365722e707567782e6f72672f6472682f6c61726176656c2d6a656e67612f76)](https://packagist.org/packages/drh/laravel-jenga)[![Total Downloads](https://camo.githubusercontent.com/566da36fe855605203128a0a5f102ab3fa917ef84c3ec9a028db8222ae74c85d/687474703a2f2f706f7365722e707567782e6f72672f6472682f6c61726176656c2d6a656e67612f646f776e6c6f616473)](https://packagist.org/packages/drh/laravel-jenga)[![License](https://camo.githubusercontent.com/82104f5262875e886c57d28f2fbdb3662a11ae9f9eb47940f3be127cacb2aad1/687474703a2f2f706f7365722e707567782e6f72672f6472682f6c61726176656c2d6a656e67612f6c6963656e7365)](https://packagist.org/packages/drh/laravel-jenga)[![PHP Version Require](https://camo.githubusercontent.com/ce3ad8d12d067e17b1c2156a7fe6c39e5551237ec624932f515673ba6987d043/687474703a2f2f706f7365722e707567782e6f72672f6472682f6c61726176656c2d6a656e67612f726571756972652f706870)](https://packagist.org/packages/drh/laravel-jenga)

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

[](#installation)

You can install the package via composer:

```
composer require drh/laravel-jenga
```

You can publish and run the migrations with:

```
php artisan vendor:publish --tag="laravel-jenga-migrations"
php artisan migrate
```

You can publish the config file with:

```
php artisan vendor:publish --tag="laravel-jenga-config"
```

This is the contents of the published config file:

```
return [
];
```

Usage
-----

[](#usage)

```
$jenga = new DrH\jenga();
echo $jenga->echoPhrase('Hello, DrH!');
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

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

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Dr H](https://github.com/DrH97)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

39

—

LowBetter than 85% of packages

Maintenance64

Regular maintenance activity

Popularity8

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 55% 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 ~14 days

Recently: every ~6 days

Total

10

Last Release

801d ago

Major Versions

v1.1.1 → v2.0.02024-03-30

PHP version history (2 changes)v1.0.0PHP ^8.3

v2.0.0PHP ^8.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/c2e18beb4ba5e22e1336e73e5c17fd4f3e193d978ffd21b33d925b4549c972d2?d=identicon)[Dr H](/maintainers/Dr%20H)

---

Top Contributors

[![DrH97](https://avatars.githubusercontent.com/u/22273907?v=4)](https://github.com/DrH97 "DrH97 (22 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (11 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (7 commits)")

---

Tags

packagepaymentsjengaequity

###  Code Quality

TestsPest

### Embed Badge

![Health badge](/badges/drh-laravel-jenga/health.svg)

```
[![Health](https://phpackages.com/badges/drh-laravel-jenga/health.svg)](https://phpackages.com/packages/drh-laravel-jenga)
```

###  Alternatives

[dedoc/scramble

Automatic generation of API documentation for Laravel applications.

2.1k11.2M97](/packages/dedoc-scramble)[spatie/laravel-health

Monitor the health of a Laravel application

87512.0M162](/packages/spatie-laravel-health)[spatie/laravel-pdf

Create PDFs in Laravel apps

1.0k4.8M46](/packages/spatie-laravel-pdf)[nativephp/mobile

NativePHP for Mobile

1.1k75.1k90](/packages/nativephp-mobile)[simplestats-io/laravel-client

Analytics for Laravel. Track visitors, registrations, and payments. Discover which channels actually drive revenue, not just traffic. Server-side, GDPR compliant, ad-blocker proof.

5019.3k](/packages/simplestats-io-laravel-client)[codebar-ag/laravel-docuware

DocuWare integration with Laravel

1123.7k](/packages/codebar-ag-laravel-docuware)

PHPackages © 2026

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