PHPackages                             hopekelldev/laravel-tatum - 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. hopekelldev/laravel-tatum

ActiveLibrary[API Development](/categories/api)

hopekelldev/laravel-tatum
=========================

A Laravel 10 package for interacting with Tatum.io API endpoints.

1.0.0(2y ago)022MITPHPPHP &gt;=7.4 | &gt;=8.0

Since May 1Pushed 2y ago1 watchersCompare

[ Source](https://github.com/HopekellDev/LaravelTatum)[ Packagist](https://packagist.org/packages/hopekelldev/laravel-tatum)[ RSS](/packages/hopekelldev-laravel-tatum/feed)WikiDiscussions master Synced 1mo ago

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

Laravel Tatum
=============

[](#laravel-tatum)

 [ ![](https://repository-images.githubusercontent.com/364242763/d637cddc-cf10-4992-9058-8339bd3e2239) ](https://tatumio.github.io/tatum-php/)

[![Latest Version](https://camo.githubusercontent.com/27f29e25e2d4558854bf1a0d3b6b82c1369a230fc22ea6315349a8df97559e85/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f686f70656b656c6c6465762f6c61726176656c2d746174756d2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/hopekelldev/laravel-tatum)[![Total Downloads](https://camo.githubusercontent.com/1cd7064c6a4456698eb0a8efbb4a9749189caad1f476c41cfe8b6cf2d503995d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f686f70656b656c6c6465762f6c61726176656c2d746174756d2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/hopekelldev/laravel-tatum)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/83a1f99aec541abe227f90caeedb9aadd04311457dbaffbc53800771c2cd2a8f/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f7175616c6974792f672f486f70656b656c6c4465762f4c61726176656c546174756d2f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/HopekellDev/LaravelTatum/)[![Requirements](https://camo.githubusercontent.com/23d185d525f163fc848f019029815f96e8ef3ff225f3db81b14a9ed18339e74d/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7068702d253545382e302d626c75652e7376673f7374796c653d666c61742d737175617265)](https://php.net)[![Laravel](https://camo.githubusercontent.com/dc5a02724cce542dca6f1dfd917d7e4dfde8b09e92de6e6a1afe61453eb1c4f4/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c61726176656c2d31302e782d6f72616e67652e7376673f7374796c653d666c61742d737175617265)](https://laravel.com)

Table of Contents
-----------------

[](#table-of-contents)

- [Welcome!](#welcome)
    - [What is Tatum?](#what-is-tatum)
    - [Complete Documentation](#)
- [Getting Started](#getting-started)

Welcome!
--------

[](#welcome)

This is Laravel wrapper for Tatum.io API endpoints version `1.0.0` based on API version `4.0`.

### What is Tatum?

[](#what-is-tatum)

Tatum offers a flexible framework to build, run, and scale blockchain apps fast. To learn more about the Tatum blockchain development framework, visit [our website](https://tatum.io/framework).

The Tatum API features powerful endpoints that simplify a complex blockchain into single API requests. Code for all supported blockchains using unified API calls.

Getting Started
---------------

[](#getting-started)

You can install the package via Composer:

```
composer require hopekelldev/laravel-tatum
```

The package will automatically register its service provider and facade.

You'll need to add the service provider to your config/app.php file:

```
'providers' => [
    // Other Service Providers
    HopekellDev\LaravelTatum\TatumServiceProvider::class,
],
```

Add alias too:

```
'aliases' => [
    // Other Aliases
    'Tatum' => HopekellDev\LaravelTatum\Facades\Tatum::class,
],
```

You can also publish the configuration file if you want to customize it:

```
php artisan vendor:publish --provider="HopekellDev\LaravelTatum\TatumServiceProvider" --tag="config"
```

You'll need to add your Tatum.io API credentials to your .env file:

```
TATUM_API_KEY=your-api-key
TATUM_ACCOUNT_ID=your-account-id
```

\##Testing

```
use Tatum;

// Example usage
$balance = Tatum::getAccountBalance();
```

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity45

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

741d ago

### Community

Maintainers

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

---

Top Contributors

[![HopekellDev](https://avatars.githubusercontent.com/u/46373141?v=4)](https://github.com/HopekellDev "HopekellDev (7 commits)")

---

Tags

phpapilaravellaravel 10TatumHopekellDev

### Embed Badge

![Health badge](/badges/hopekelldev-laravel-tatum/health.svg)

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

###  Alternatives

[openai-php/laravel

OpenAI PHP for Laravel is a supercharged PHP API client that allows you to interact with the Open AI API

3.7k7.6M74](/packages/openai-php-laravel)[mozex/anthropic-laravel

Anthropic PHP for Laravel is a supercharged PHP API client that allows you to interact with the Anthropic API

71226.4k1](/packages/mozex-anthropic-laravel)[scriptdevelop/whatsapp-manager

Paquete para manejo de WhatsApp Business API en Laravel

762.6k](/packages/scriptdevelop-whatsapp-manager)[dariusiii/tmdb-laravel

Laravel Package for TMDB ( The Movie Database ) API. Provides easy access to the wtfzdotnet/php-tmdb-api library.

1821.1k](/packages/dariusiii-tmdb-laravel)[jeroen-g/flickr

Modern PHP package to make Flickr API calls. Ships with Laravel implementation.

2559.9k2](/packages/jeroen-g-flickr)[shipu/php-aamarpay-payment

PHP client for Aamarpay Payment Gateway API

3214.6k](/packages/shipu-php-aamarpay-payment)

PHPackages © 2026

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