PHPackages                             hashstudio/juro-sdk - 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. [Framework](/categories/framework)
4. /
5. hashstudio/juro-sdk

ActiveLibrary[Framework](/categories/framework)

hashstudio/juro-sdk
===================

SDK Juro Kit for Laravel framework.

1.x-dev(1y ago)07.8k↓31.4%MITPHPPHP ^8.1

Since Aug 30Pushed 2mo ago3 watchersCompare

[ Source](https://github.com/LANDE-FINANCE/juro-sdk)[ Packagist](https://packagist.org/packages/hashstudio/juro-sdk)[ Docs](https://github.com/hashstudio/juro-sdk)[ RSS](/packages/hashstudio-juro-sdk/feed)WikiDiscussions main Synced 1mo ago

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

Description of the package
==========================

[](#description-of-the-package)

SDK Juro Kit for Laravel framework. Consumes JURO api

At a moment this package supports only createContract method.

Requirements
------------

[](#requirements)

- PHP &gt;= 8.0
- Laravel &gt;= 9.0

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

[](#installation)

You can install the package via composer:

```
composer require hashstudio/juro-sdk
```

Usage
-----

[](#usage)

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

```
$sdk = app(JuroSDK::class);

$data = [
    "templateId" => "643fef1bfec94c08f5f5e67a",
    "contract" => [
        "answers" => [
            [
                "uid" => "ad6c9b80-43c1-4b92-b881-7d2aa50b28fc",
                "value" => "Infinity industries"
            ]
        ]
    ]
];

$sdk->createContract($data);
```

### Testing

[](#testing)

```
composer test
```

###  Health Score

35

—

LowBetter than 80% of packages

Maintenance64

Regular maintenance activity

Popularity24

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity34

Early-stage or recently created project

 Bus Factor1

Top contributor holds 50% 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

627d ago

### Community

Maintainers

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

---

Top Contributors

[![lieroes](https://avatars.githubusercontent.com/u/3522177?v=4)](https://github.com/lieroes "lieroes (2 commits)")[![lande-finance](https://avatars.githubusercontent.com/u/143088071?v=4)](https://github.com/lande-finance "lande-finance (1 commits)")[![nastal](https://avatars.githubusercontent.com/u/5666603?v=4)](https://github.com/nastal "nastal (1 commits)")

---

Tags

phpjurojuro-sdk

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/hashstudio-juro-sdk/health.svg)

```
[![Health](https://phpackages.com/badges/hashstudio-juro-sdk/health.svg)](https://phpackages.com/packages/hashstudio-juro-sdk)
```

###  Alternatives

[laravel/wayfinder

Generate TypeScript representations of your Laravel actions and routes.

1.7k4.1M69](/packages/laravel-wayfinder)[laravel/pail

Easily delve into your Laravel application's log files directly from the command line.

91545.3M590](/packages/laravel-pail)[defstudio/pest-plugin-laravel-expectations

A plugin to add laravel tailored expectations to Pest

98548.9k4](/packages/defstudio-pest-plugin-laravel-expectations)[jaxon-php/jaxon-laravel

Jaxon library integration for the Laravel framework

101.8k4](/packages/jaxon-php-jaxon-laravel)

PHPackages © 2026

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