PHPackages                             cryptoqo/laraimp - 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. cryptoqo/laraimp

ActiveLibrary[API Development](/categories/api)

cryptoqo/laraimp
================

CoinImp integration for Laravel

v1.0.2(7y ago)2111MITPHPPHP &gt;=5.4.0

Since Nov 11Pushed 5y ago1 watchersCompare

[ Source](https://github.com/cryptoqo/LaraIMP)[ Packagist](https://packagist.org/packages/cryptoqo/laraimp)[ RSS](/packages/cryptoqo-laraimp/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (1)Versions (4)Used By (0)

LaraImp - CoinImp Implementation for Laravel
============================================

[](#laraimp---coinimp-implementation-for-laravel)

An easy [CoinImp](https://www.coinimp.com/invite/e6bd25d1-70cb-49b4-9a19-3aa23c9d1994) implementation for your Laravel 5.6+ application.

CoinImp
-------

[](#coinimp)

CoinImp's [Documentation](https://www.coinimp.com/documentation).

You'll also need a CoinImp Site Key, which you can retrieve by [signing up](https://www.coinimp.com/invite/e6bd25d1-70cb-49b4-9a19-3aa23c9d1994) and creating an account for your website.

Install
-------

[](#install)

You can install the package via Composer:

```
composer require cryptoqo/laraimp
```

In Laravel 5.5 and up, the package will automatically register the service provider and facade

```
// config/app.php

'providers' => [
    ...
    Cryptoqo\LaraImp\LaraImpServiceProvider::class,
],

'aliases' => [
    ...
    "LaraImp": Cryptoqo\LaraImp\LaraImpFacade::class,
],
```

*The facade is optional, but the rest of this guide assumes you're using the facade.*

Next, publish the config files:

```
php artisan vendor:publish --provider="Cryptoqo\LaraImp\LaraImpServiceProvider" --tag="config"
```

Optionally publish the view files. Recommended if you want to add extra implementations.

```
php artisan vendor:publish --provider="Cryptoqo\LaraImp\LaraImpServiceProvider" --tag="views"
```

Usage
-----

[](#usage)

### Basic Example

[](#basic-example)

First you'll need to include LaraImp's script. Put it before closing body tag.

```
{{-- layout.blade.php --}}

  {{-- ... --}}

    {{-- ... --}}
    @include('laraimp::script')

```

Support me
----------

[](#support-me)

XMR : 47p7WRXi7fnXLk4TVfKuxJ5SaWQQFwrfhLXnKXYxTcutZZNLGZt931pjTKU3n1dEW8TzzRJLtHsrsKQRtypdugyZU6Dk5Gw WEB : 0x64d2a0c34896a966068b56564747f3135e7fba40

License
-------

[](#license)

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

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 76.9% 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 ~1 days

Total

3

Last Release

2733d ago

### Community

Maintainers

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

---

Top Contributors

[![ChaerilM](https://avatars.githubusercontent.com/u/1352081?v=4)](https://github.com/ChaerilM "ChaerilM (10 commits)")[![Zabanya](https://avatars.githubusercontent.com/u/72555250?v=4)](https://github.com/Zabanya "Zabanya (3 commits)")

---

Tags

coinimplaravelmonerowebchain

### Embed Badge

![Health badge](/badges/cryptoqo-laraimp/health.svg)

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

###  Alternatives

[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[convertkit/convertkitapi

Kit PHP SDK for the Kit API

2167.1k1](/packages/convertkit-convertkitapi)[mapado/rest-client-sdk

Rest Client SDK for hydra API

1125.9k2](/packages/mapado-rest-client-sdk)

PHPackages © 2026

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