2017 © Pedro Peláez
 

library wallet

This package is designed to manage users wallet

image

payamava/wallet

This package is designed to manage users wallet

  • Saturday, March 10, 2018
  • by mpiri44
  • Repository
  • 1 Watchers
  • 0 Stars
  • 23 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 8 Versions
  • 0 % Grown

The README.md

A package for managing wallets of users, (*1)

Installing

Begin by pulling in the package through Composer., (*2)

composer require payamava/wallet

Next, if using Laravel 5, include the service provider within your config/app.php file., (*3)

'providers' => [
    payamava\wallet\WalletServiceProvider::class,
];

php artisan vendor:publish

php artisan migrate

Usage

get log wallet for special user, (*4)

$user->wallet()

Increase or decrease the amount of wallet, (*5)

$user->cash(1000) //increase
$user->cash(-1000) //decrease

Get total Cash, (*6)

  $user->totalCash()

Getting the details of the first charge of the account, (*7)

  $user->firstCash()

Getting the details of the last charge of the account, (*8)

  $user->lastCash()

The Versions

10/03 2018

dev-master

9999999-dev

This package is designed to manage users wallet

  Sources   Download

MIT

by Meysam

laravel wallet

08/03 2018

v1.0.6

1.0.6.0

This package is designed to manage users wallet

  Sources   Download

MIT

by Meysam

laravel wallet

08/03 2018

v1.0.5

1.0.5.0

This package is designed to manage users wallet

  Sources   Download

MIT

by Meysam

laravel wallet

08/03 2018

v1.0.4

1.0.4.0

This package is designed to manage users wallet

  Sources   Download

MIT

by Meysam

laravel wallet

08/03 2018

v1.0.3

1.0.3.0

This package is designed to manage users wallet

  Sources   Download

MIT

by Meysam

laravel wallet

08/03 2018

v1.0.2

1.0.2.0

This package is designed to manage users wallet

  Sources   Download

MIT

by Meysam

laravel wallet

08/03 2018

v1.0.1

1.0.1.0

This package is designed to manage users wallet

  Sources   Download

MIT

by Meysam

laravel wallet

08/03 2018

v1.0.0

1.0.0.0

This package is designed to manage users wallet

  Sources   Download

by Meysam

laravel wallet