PHPackages                             ambersive/ardor - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. ambersive/ardor

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

ambersive/ardor
===============

Make use of the ardor blockchain from within your laravel application.

v0.1.1(5y ago)111[3 PRs](https://github.com/sushidev-team/laravel-ardor/pulls)MITPHPCI failing

Since Jun 26Pushed 1y ago2 watchersCompare

[ Source](https://github.com/sushidev-team/laravel-ardor)[ Packagist](https://packagist.org/packages/ambersive/ardor)[ RSS](/packages/ambersive-ardor/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (7)Dependencies (8)Versions (13)Used By (0)

Ardor Blockchain
================

[](#ardor-blockchain)

[![Maintainability](https://camo.githubusercontent.com/bf06bdf50aecb812d5bf08c1584902912d0bdbf4850b5453936bf0a9d5de116a/68747470733a2f2f6170692e636f6465636c696d6174652e636f6d2f76312f6261646765732f64373063366266636230333761626463373136332f6d61696e7461696e6162696c697479)](https://codeclimate.com/github/AMBERSIVE/laravel-ardor/maintainability)[![Build Status](https://camo.githubusercontent.com/13b3f4e2d50257205935ff6a666657cfd8dfbbc528cdd8b82d6398dbb05d8ca6/68747470733a2f2f7472617669732d63692e6f72672f414d424552534956452f6c61726176656c2d6172646f722e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/AMBERSIVE/laravel-ardor)

This package for Laravel provides an integration to the [ardor blockchain](https://ardorplatform.org/). For information about the changes please have a look into the [CHANGELOG.md](CHANGELOG.md).

This project was ranked at [5th place at the Ardor Community Hackathon](https://www.nxter.org/ardor-hackathon-2020-the-winners-announced/).

\[!!! ATTENTION: This project is still work in progress !!!\]

About
-----

[](#about)

Ever wished to be a blockchain developer? With this package this wish can become true. This package aims to be the conntector to the *PHP* world and provides a simple interface to interact with the ardor blockchain. This specific blockchain is special because it offers a wide angle of possiblities. From token generation to messaging and selling digital goods.

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

[](#installation)

```
composer require ambersive/ardor
```

than publish the config via:

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

Useage
------

[](#useage)

This package contains multiple classes for the interaction with the blockchain endpoint. But all classes are based on the same communication layer. Before you can start please create a wallet (= account) on the ardor blockchain and add those information in config file.

Otherwise you can set those information on the fly:

```
Config::set('ardor.node', 'https://testardor.jelurida.com/');
Config::set('ardor.wallet', 'ARDOR-DAZJ-VVSM-552M-8K459');
Config::set('ardor.secret', 'orange welcome begun powerful lonely government cast figure add quit wife loser');
```

If you want to get the account detail for example you would recieve those information by making the following call:

```
use \AMBERSIVE\Ardor\Classes\ArdorAccountsHandler;
use \AMBERSIVE\Ardor\Models\ArdorAccount;

public function returnAcccountData():ArdorAccount {

    $ardor = new ArdorAccountsHandler();
    $account = $ardor->getAccount('ARDOR-DAZJ-VVSM-552M-8K459');

}
```

But there are quite more possible methods and calls (including the possiblity to create bundlers and custom contracts). For further information just go to the documentation.

What makes this package special?
--------------------------------

[](#what-makes-this-package-special)

Well it is the only package for the ardor blockchain out there and we provide some sugar on top like

- [Custom transaction bundler](docs/advanced/bundlers.md)
- [Custom blockchain contracts](docs/advanced/contracts.md)

Local signing of transactions
-----------------------------

[](#local-signing-of-transactions)

This integration aso provides a way to use local signing while using the endpoints. Further information in the advanced section of the documentation ([here](docs/advanced/localsigning.md)).

Documentation
-------------

[](#documentation)

The [Documentation](docs/overview.md) for all supported endpoints and methods also tries to offer a deeper look into the ardor blockchain technology.

Please feel free to contact us if you have issues or questions regarding this package.

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

[](#security-vulnerabilities)

If you discover a security vulnerability within this package, please send an e-mail to Manuel Pirker-Ihl via . All security vulnerabilities will be promptly addressed.

License
-------

[](#license)

This package is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance32

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity52

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 ~16 days

Recently: every ~22 days

Total

7

Last Release

2048d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/80b1e9efacc425a65161eda871719db5a51d598f46e3afc5455009a889c1483a?d=identicon)[sushidev](/maintainers/sushidev)

---

Top Contributors

[![leganz](https://avatars.githubusercontent.com/u/3373530?v=4)](https://github.com/leganz "leganz (69 commits)")

---

Tags

ardorardor-blockchainblockchainlaravel

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/ambersive-ardor/health.svg)

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

###  Alternatives

[nativephp/mobile

NativePHP for Mobile

82724.0k43](/packages/nativephp-mobile)[bensampo/laravel-embed

Painless responsive embeds for videos, slideshows and more.

142146.8k](/packages/bensampo-laravel-embed)[glhd/conveyor-belt

14797.0k](/packages/glhd-conveyor-belt)[pulkitjalan/ip-geolocation

IP Geolocation Wrapper with Laravel Support

89164.9k1](/packages/pulkitjalan-ip-geolocation)[flarum/core

Delightfully simple forum software.

211.3M1.9k](/packages/flarum-core)[adrianorosa/laravel-geolocation

Laravel Geo Location package to get details for a given IP Address

6593.3k1](/packages/adrianorosa-laravel-geolocation)

PHPackages © 2026

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