PHPackages                             kriosmane/hive-os - 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. kriosmane/hive-os

ActiveLibrary[API Development](/categories/api)

kriosmane/hive-os
=================

PHP Package for interacting with Hive OS a cryptocurrency operating system

v1.2(3y ago)61194BSD-3-ClausePHPPHP ^7.3|^8.0

Since Jan 21Pushed 1y ago3 watchersCompare

[ Source](https://github.com/kriosmane/hive-os)[ Packagist](https://packagist.org/packages/kriosmane/hive-os)[ Docs](https://github.com/kriosmane/hive-os)[ RSS](/packages/kriosmane-hive-os/feed)WikiDiscussions master Synced today

READMEChangelog (9)Dependencies (1)Versions (11)Used By (0)

[![Latest Version on Packagist](https://camo.githubusercontent.com/ab178562a24bbd9d7e29b9972cfd60500d585e5e9735887f080a9852350cebe2/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6b72696f736d616e652f686976652d6f732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/kriosmane/hive-os)[![Total Downloads](https://camo.githubusercontent.com/05c9184c2f9277fa287fc30ab0f57e8e0ed938605deb80540598fe5d8773a42f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6b72696f736d616e652f686976652d6f732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/kriosmane/hive-os)

HIVE OS API
===========

[](#hive-os-api)

PHP Package for interacting with Hive OS a cryptocurrency operating system

More details about [Hive Os](https://hiveos.farm/)

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

[](#installation)

[PHP](https://php.net) 7.3+ and [Composer](https://getcomposer.org) are required.

To get the latest version of HiveOs api, simply run the code below in your project.

```
composer require kriosmane/hive-os

```

Initial Setup
-------------

[](#initial-setup)

Before proceding visit this [link](https://the.hiveos.farm/login) to get your HiveOS Api access token

#### Standalone

[](#standalone)

The first​ step is to initialize the library. Once you do that, You'll get access to all the available API Methods to make requests to HiveOs.

```
use KriosMane\HiveOs\HiveOs;

$access_token = '**********************';
$hiveOs = new HiveOs($access_token);
```

#### Laravel

[](#laravel)

First You need to register the service provider. Open up `config/app.php` and add the following to the `providers` key.

```
'providers' => [
    ...
    KriosMane\HiveOs\Providers\HiveOsServiceProvider::class,
    ...
]
```

Also, register the Facade like so:

```
'aliases' => [
    ...
    'HiveOs' => KriosMane\HiveOs\Facades\HiveOs::class,
    ...
]
```

You can publish the configuration file using this command:

```
php artisan vendor:publish --provider="KriosMane\HiveOs\Providers\HiveOs\ServiceProvider"
```

A configuration-file named `hiveos.php` with default settings will be placed in your `config` directory

Open your .env file and add the following in this format. Ensure you must have gotten your api key:

```
HIVEOS_LOGIN=****
HIVEOS_PASSWORD=*****
HIVEOS_ACCESS_TOKEN=***********************************************
```

Add the following line to your controller

```
use \HiveOs;

return HiveOs::coins();
```

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

[](#contributing)

Please feel free to fork this package and contribute by submitting a pull request to enhance the functionalities.

How can I thank you?
--------------------

[](#how-can-i-thank-you)

As a programmer i need coffee to be productive, don't let my [cup](https://www.buymeacoffee.com/kriosmane) get emtpy

Why not star the github repo? I'd love the attention! Why not share the link for this repository on Twitter or HackerNews? Spread the word!

Thanks! Krios Mane

License
-------

[](#license)

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

###  Health Score

37

—

LowBetter than 83% of packages

Maintenance34

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity72

Established project with proven stability

 Bus Factor1

Top contributor holds 97.7% 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 ~156 days

Recently: every ~307 days

Total

9

Last Release

1419d ago

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

v1.1PHP ^7.3|^8.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/3630423?v=4)[Krios](/maintainers/kriosmane)[@kriosmane](https://github.com/kriosmane)

---

Top Contributors

[![kriosmane](https://avatars.githubusercontent.com/u/3630423?v=4)](https://github.com/kriosmane "kriosmane (43 commits)")[![MrFiregore](https://avatars.githubusercontent.com/u/23504988?v=4)](https://github.com/MrFiregore "MrFiregore (1 commits)")

---

Tags

apiblockchaincrypto-minercryptocurrencycryptocurrency-exchangeshiveoslaravellibrarypackagephpphplaravelcryptolibrarycryptocurrencyblockchainoshivehiveoshiveos api

### Embed Badge

![Health badge](/badges/kriosmane-hive-os/health.svg)

```
[![Health](https://phpackages.com/badges/kriosmane-hive-os/health.svg)](https://phpackages.com/packages/kriosmane-hive-os)
```

###  Alternatives

[manamine/php-eos-rpc-sdk

PHP SDK for the EOS RPC API

207.5k](/packages/manamine-php-eos-rpc-sdk)[nkl-kst/the-sports-db

PHP library to get sports data from TheSportsDB (https://www.thesportsdb.com)

271.2k](/packages/nkl-kst-the-sports-db)

PHPackages © 2026

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