PHPackages                             cashuanony/phpanonymous - 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. cashuanony/phpanonymous

ActivePackage[Payment Processing](/categories/payments)

cashuanony/phpanonymous
=======================

gateway payment integration for cashu Package created By PhpAnonymous Laravel 5.0 above ^

437.5k↓39.8%PHP

Since Oct 3Pushed 9y ago2 watchersCompare

[ Source](https://github.com/arabnewscms/CashUAnony)[ Packagist](https://packagist.org/packages/cashuanony/phpanonymous)[ RSS](/packages/cashuanony-phpanonymous/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

about package
=============

[](#about-package)

gateway payment integration for cashu Package created By PhpAnonymous Laravel 5.0 above ^ package version 1.0

Installation
============

[](#installation)

run on your composer or terminal supported by composer this command `composer require cashuanony/phpanonymous:dev-master`

after download this package you can add this line on your providers array in file app.php `config/app.php`

```
         CashUAony\Phpanonymous\PhpAnonymousCashUProviders::class,
```

and this aliases array from package

```
        'CashU'     => CashUAony\Phpanonymous\CashU::class,
```

now run publish command for push file cashu.php in to your config folder ` php artisan vendor:publish`

now you can sse this file on your path `config/cashu.php`

\#content file setup

```
