PHPackages                             trustenterprises/hashgraph - 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. trustenterprises/hashgraph

ActiveLibrary

trustenterprises/hashgraph
==========================

Laravel package to integrate with Trust Enterprises Hedera REST API

2.3.0(3y ago)62.1k↓100%3[1 issues](https://github.com/trustenterprises/laravel-hashgraph/issues)MITPHPPHP ^8.1

Since Oct 13Pushed 2y ago1 watchersCompare

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

READMEChangelog (9)Dependencies (5)Versions (16)Used By (0)

Laravel Hashgraph API, create NFTs, permissioned marketplaces, or create a foundational L2 with base consensus.
===============================================================================================================

[](#laravel-hashgraph-api-create-nfts-permissioned-marketplaces-or-create-a-foundational-l2-with-base-consensus)

[![Latest Version on Packagist](https://camo.githubusercontent.com/5e85e68f25fc66bbeafd7d3c747197081e7fc554bca0fb11fa4f2221b9a57474/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7472757374656e7465727072697365732f6861736867726170682e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/trustenterprises/hashgraph)[![GitHub Tests Action Status](https://camo.githubusercontent.com/8802e4c168f763c0ca13b4256def9a4901758705f835006ee174f4f75a078b6b/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f6d617474736d6974686965732f6c61726176656c2d6861736867726170682f5465737473)](https://github.com//laravel-hashgraph/actions?query=workflow%3Arun-tests+branch%3Amaster)[![Total Downloads](https://camo.githubusercontent.com/587c638dc1549c2c00dea57926450d837a3ca7cc0f9507082151e946217d6aed/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f7472757374656e7465727072697365732f6861736867726170682e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages//laravel-hashgraph)

Trust backed by Hedera Hashgraph using your own serverless REST client by Trust Enterprises.

The project manages any trust events and consensus responses, it is a full solution for managing [webhook functionality](https://docs.trust.enterprises/rest-api/webhooks) after a client has received consensus.

Support us
----------

[](#support-us)

We're open to ongoing financial support to help with the continuation of the development of these libraries and projects and help for integration for your current SaaS projects, if you are interested in sponsoring/working with us [please get in contact](https://trust.enterprises/#contact).

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

[](#installation)

You can install the package via composer:

```
composer require trustenterprises/hashgraph
```

You can publish and run the migrations with:

```
php artisan vendor:publish --provider="Trustenterprises\LaravelHashgraph\LaravelHashgraphServiceProvider" --tag="migrations"
php artisan migrate
```

You can publish the config file with:

```
php artisan vendor:publish --provider="Trustenterprises\LaravelHashgraph\LaravelHashgraphServiceProvider" --tag="config"
```

This is the contents of the published config file:

```
