PHPackages                             lonesta/laravel-yobit - 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. lonesta/laravel-yobit

ActiveLibrary[API Development](/categories/api)

lonesta/laravel-yobit
=====================

Yobit API wrapper for Laravel

v0.1(8y ago)011MITPHPPHP &gt;=7.0.0

Since Aug 6Pushed 8y ago1 watchersCompare

[ Source](https://github.com/lonesta/laravel-yobit)[ Packagist](https://packagist.org/packages/lonesta/laravel-yobit)[ RSS](/packages/lonesta-laravel-yobit/feed)WikiDiscussions master Synced yesterday

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

Laravel-Yobit
=============

[](#laravel-yobit)

Start trading on Yobit right away using your favorite PHP framework.

### Installation

[](#installation)

`composer require pepijnolivier/laravel-yobit`.

Add the service provider to your `config/app.php`:

```
'providers' => [
    Pepijnolivier\Yobit\YobitServiceProvider::class,
],

```

...run `php artisan vendor:publish` to copy the config file.

Edit the `config/yobit.php` or add Yobit api and secret in your `.env` file

```
YOBIT_KEY={YOUR_API_KEY}
YOBIT_SECRET={YOUR_API_SECRET}

```

Add the alias to your `config/app.php`:

```
'aliases' => [
    'Yobit' => Pepijnolivier\Yobit\Yobit::class,
],

```

### Usage

[](#usage)

Please refer to the [Api Documentation](https://yobit.net/en/api/) for more info, or read the docblocks.

Tips are appreciated `1N5ET46r5Z4HdfhRjGMp7SpEMPes9S1H9n`

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor1

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

3027d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/333f248ad68eb216fa76f9eb823cf2e20534cd63482d6658861fba06f44ab26f?d=identicon)[lonesta](/maintainers/lonesta)

---

Top Contributors

[![lonesta](https://avatars.githubusercontent.com/u/7000388?v=4)](https://github.com/lonesta "lonesta (10 commits)")[![pepijnolivier](https://avatars.githubusercontent.com/u/2015108?v=4)](https://github.com/pepijnolivier "pepijnolivier (7 commits)")

### Embed Badge

![Health badge](/badges/lonesta-laravel-yobit/health.svg)

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

###  Alternatives

[darkaonline/l5-swagger

OpenApi or Swagger integration to Laravel

2.9k34.0M112](/packages/darkaonline-l5-swagger)[echolabsdev/prism

A powerful Laravel package for integrating Large Language Models (LLMs) into your applications.

2.3k388.3k10](/packages/echolabsdev-prism)[sburina/laravel-whmcs-up

WHMCS API client and user provider for Laravel

271.3k](/packages/sburina-laravel-whmcs-up)

PHPackages © 2026

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