2017 © Pedro Peláez
 

library xgpusher

Xinge Pusher

image

elfsundae/xgpusher

Xinge Pusher

  • Wednesday, September 20, 2017
  • by ElfSundae
  • Repository
  • 2 Watchers
  • 0 Stars
  • 338 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Tencent Xinge Pusher

Latest Version on Packagist Software License Build Status StyleCI SensioLabsInsight Quality Score Code Coverage Total Downloads, (*1)

Installation

$ composer require elfsundae/xgpusher

Laravel Integration

Register the service provider by adding the following to the providers array in config/app.php:, (*2)

ElfSundae\XgPush\PusherServiceProvider::class,

Add "xgpush" configuration in config/services.php of your app:, (*3)

'xgpush' => [
    'key' => env('XGPUSH_KEY'),
    'secret' => env('XGPUSH_SECRET'),
    'environment' => env('XGPUSH_ENVIRONMENT', env('APP_ENV')),
    'custom_key' => 'custom',
    'account_prefix' => 'user',
],

Testing

$ composer test

License

This package is open-sourced software licensed under the MIT License., (*4)

The Versions

20/09 2017

dev-master

9999999-dev https://github.com/ElfSundae/xgpusher

Xinge Pusher

  Sources   Download

MIT

The Requires

 

The Development Requires

notification push tencent xinge

06/09 2017

1.1.0

1.1.0.0 https://github.com/ElfSundae/xgpusher

Xinge Pusher

  Sources   Download

MIT

The Requires

 

The Development Requires

notification push tencent xinge

19/06 2017

1.0.0

1.0.0.0 https://github.com/ElfSundae/xgpusher

Xinge Pusher

  Sources   Download

MIT

The Requires

 

The Development Requires

notification push tencent xinge