2017 © Pedro Peláez
 

library laravel-user-traffic

:description

image

alive2212/laravel-user-traffic

:description

  • Wednesday, July 18, 2018
  • by Alive2212
  • Repository
  • 1 Watchers
  • 0 Stars
  • 3 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

LaravelUserTraffic

Latest Version on Packagist ![Total Downloads][ico-downloads] Build Status StyleCI, (*1)

This is where your description should go. Take a look at contributing.md to see a to do list., (*2)

Installation

Via Composer, (*3)

``` bash $ composer require alive2212/laravelusertraffic, (*4)

after install use 'MetaTrait' in user model
```php
use Illuminate\Database\Eloquent\Model;
use Phoenix\EloquentMeta\MetaTrait;

class SomeModel extends Model
{
    use MetaTrait;

    // model methods
}

Usage

after use 'auth:api' use this middleware 'user_traffic', (*5)

To get last and current and count of traffic, (*6)

$request['user_traffic'];

Change log

Please see the changelog for more information on what has changed recently., (*7)

Testing

bash $ composer test, (*8)

Contributing

Please see contributing.md for details and a todolist., (*9)

Security

If you discover any security related issues, please email author email instead of using the issue tracker., (*10)

Credits

License

license. Please see the license file for more information., (*11)

The Versions

18/07 2018

dev-master

9999999-dev https://github.com/alive2212/laravelusertraffic

:description

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel laravelusertraffic

18/07 2018

v1.0.1

1.0.1.0 https://github.com/alive2212/laravelusertraffic

:description

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel laravelusertraffic

18/07 2018

v1.0.0

1.0.0.0 https://github.com/alive2212/laravelusertraffic

:description

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel laravelusertraffic