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 2w ago

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 26% 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

3075d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/7000388?v=4)[Ilya Lozhkin](/maintainers/lonesta)[@lonesta](https://github.com/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

[statamic/cms

The Statamic CMS Core Package

4.8k3.5M925](/packages/statamic-cms)[darkaonline/l5-swagger

OpenApi or Swagger integration to Laravel

2.9k36.4M127](/packages/darkaonline-l5-swagger)[knuckleswtf/scribe

Generate API documentation for humans from your Laravel codebase.✍

2.3k13.5M61](/packages/knuckleswtf-scribe)[mozex/anthropic-laravel

Laravel integration for the Anthropic API: facade, config publishing, install command, testing fakes, messages, streaming, tool use, thinking, and batches.

72287.1k1](/packages/mozex-anthropic-laravel)[justbetter/laravel-magento-client

A client to interact with Magento

49108.7k14](/packages/justbetter-laravel-magento-client)[scriptdevelop/whatsapp-manager

Paquete para manejo de WhatsApp Business API en Laravel

783.5k](/packages/scriptdevelop-whatsapp-manager)

PHPackages © 2026

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