PHPackages                             californiamountainsnake/php-yandex-payment - 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. [Payment Processing](/categories/payments)
4. /
5. californiamountainsnake/php-yandex-payment

AbandonedArchivedLibrary[Payment Processing](/categories/payments)

californiamountainsnake/php-yandex-payment
==========================================

This is a simple php library for handling Yandex.Money payments

1.0.1(7y ago)029MITPHPPHP ^7.3.1

Since Mar 28Pushed 7y agoCompare

[ Source](https://github.com/CaliforniaMountainSnake/php-yandex-payment)[ Packagist](https://packagist.org/packages/californiamountainsnake/php-yandex-payment)[ RSS](/packages/californiamountainsnake-php-yandex-payment/feed)WikiDiscussions master Synced yesterday

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

php-yandex-payment
==================

[](#php-yandex-payment)

This is a simple php library for handling Yandex.Money payments!

Install:
--------

[](#install)

### Require this package with Composer

[](#require-this-package-with-composer)

Install this package through [Composer](https://getcomposer.org/). Edit your project's `composer.json` file to require `californiamountainsnake/php-yandex-payment`:

```
{
    "name": "yourproject/yourproject",
    "type": "project",
    "require": {
        "php": "^7.3.1",
        "californiamountainsnake/php-yandex-payment": "*"
    }
}
```

and run `composer update`

### or

[](#or)

run this command in your command line:

```
composer require californiamountainsnake/php-yandex-payment
```

Usage examples:
---------------

[](#usage-examples)

```
