PHPackages                             klev-o/crypto-pay-api - 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. klev-o/crypto-pay-api

ActiveLibrary[API Development](/categories/api)

klev-o/crypto-pay-api
=====================

Simple and convenient implementation of the Crypto Pay payment system (@CryptoBot)

1.3.0(1y ago)205.1k↓31.3%13[4 issues](https://github.com/klev-o/crypto-pay-api/issues)MITPHPPHP &gt;=7.4.0

Since Feb 7Pushed 1y ago2 watchersCompare

[ Source](https://github.com/klev-o/crypto-pay-api)[ Packagist](https://packagist.org/packages/klev-o/crypto-pay-api)[ RSS](/packages/klev-o-crypto-pay-api/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (5)Dependencies (5)Versions (6)Used By (0)

[![CryptoPayApi](images/crypto.jpg)](images/crypto.jpg)

klev-o/crypto-pay-api
=====================

[](#klev-ocrypto-pay-api)

Simple and convenient implementation Crypto Pay API with php version ^7.4 support. Based on the [Official Crypto Pay Api](https://help.crypt.bot/crypto-pay-api)

[![License](https://camo.githubusercontent.com/b896d4f5569795c0a7e924ce9398d814a5c907fc61b3d16969f467ab8f519677/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f6b6c65762d6f2f63727970746f2d7061792d617069)](https://github.com/klev-o/crypto-pay-api/blob/main/LICENSE)[![Packagist Downloads](https://camo.githubusercontent.com/cf65fa9d16541b31c79337fe6484b85f37d5a29a697f4fe3fe9a97f12a4b4d74/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6b6c65762d6f2f63727970746f2d7061792d617069)](https://camo.githubusercontent.com/cf65fa9d16541b31c79337fe6484b85f37d5a29a697f4fe3fe9a97f12a4b4d74/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6b6c65762d6f2f63727970746f2d7061792d617069)[![GitHub release (latest by date including pre-releases)](https://camo.githubusercontent.com/d33d2d3d8b34da239151c5dff0f129d2e6920bd1e610c1a47ce377305e437310/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f72656c656173652f6b6c65762d6f2f63727970746f2d7061792d6170693f696e636c7564655f70726572656c6561736573)](https://camo.githubusercontent.com/d33d2d3d8b34da239151c5dff0f129d2e6920bd1e610c1a47ce377305e437310/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f72656c656173652f6b6c65762d6f2f63727970746f2d7061792d6170693f696e636c7564655f70726572656c6561736573)[![Scrutinizer code quality (GitHub/Bitbucket)](https://camo.githubusercontent.com/90bfd57c23902cbd98a802e64f4b4f8ea39ace319ca10c8bcfeda5bda0668bdf/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f7175616c6974792f672f6b6c65762d6f2f63727970746f2d7061792d617069)](https://camo.githubusercontent.com/90bfd57c23902cbd98a802e64f4b4f8ea39ace319ca10c8bcfeda5bda0668bdf/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f7175616c6974792f672f6b6c65762d6f2f63727970746f2d7061792d617069)[![GitHub last commit](https://camo.githubusercontent.com/4d410a555357b799d447fab93757330f0c6ef2779d2a2c8e57f9ea77fa8aea23/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6173742d636f6d6d69742f6b6c65762d6f2f63727970746f2d7061792d617069)](https://camo.githubusercontent.com/4d410a555357b799d447fab93757330f0c6ef2779d2a2c8e57f9ea77fa8aea23/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6173742d636f6d6d69742f6b6c65762d6f2f63727970746f2d7061792d617069)

📖 Intro
-------

[](#-intro)

Fully object-oriented and simple code. All available types and methods are described using classes with documentation of all fields. For each class, the url to the documentation is indicated, where you can study the nuances, etc.

🛠 Installation
--------------

[](#-installation)

Run this command in your command line:

```
composer require klev-o/crypto-pay-api
```

🔌Usage
------

[](#usage)

### Common

[](#common)

First, you need to create an object of the CryptoPay class, passing the API key of your application to the constructor:

```
