laravel-jpush-notification-channel | Jpush notification channel for Laravel
kandi X-RAY | laravel-jpush-notification-channel Summary
kandi X-RAY | laravel-jpush-notification-channel Summary
laravel-jpush-notification-channel is a PHP library. laravel-jpush-notification-channel has no bugs, it has no vulnerabilities, it has a Permissive License and it has low support. You can download it from GitHub.
Jpush notification channel for Laravel 5.5+ / 极光推送 Laravel 驱动
Jpush notification channel for Laravel 5.5+ / 极光推送 Laravel 驱动
Support
Quality
Security
License
Reuse
Support
laravel-jpush-notification-channel has a low active ecosystem.
It has 40 star(s) with 5 fork(s). There are 4 watchers for this library.
It had no major release in the last 12 months.
There are 0 open issues and 4 have been closed. On average issues are closed in 99 days. There are no pull requests.
It has a neutral sentiment in the developer community.
The latest version of laravel-jpush-notification-channel is 1.0.4
Quality
laravel-jpush-notification-channel has 0 bugs and 0 code smells.
Security
laravel-jpush-notification-channel has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
laravel-jpush-notification-channel code analysis shows 0 unresolved vulnerabilities.
There are 0 security hotspots that need review.
License
laravel-jpush-notification-channel is licensed under the MIT License. This license is Permissive.
Permissive licenses have the least restrictions, and you can use them in most projects.
Reuse
laravel-jpush-notification-channel releases are available to install and integrate.
Installation instructions are not available. Examples and code snippets are available.
laravel-jpush-notification-channel saves you 86 person hours of effort in developing the same functionality from scratch.
It has 220 lines of code, 20 functions and 6 files.
It has medium code complexity. Code complexity directly impacts maintainability of the code.
Top functions reviewed by kandi - BETA
kandi has reviewed laravel-jpush-notification-channel and discovered the below as its top functions. This is intended to give you an instant insight into laravel-jpush-notification-channel implemented functionality, and help decide if they suit your requirements.
- Adds a value to the payload
- Send a notification .
- Set a notification
- Make a push payload .
- Register the queue .
- Set alert
- Sets the platform .
Get all kandi verified functions for this library.
laravel-jpush-notification-channel Key Features
No Key Features are available at this moment for laravel-jpush-notification-channel.
laravel-jpush-notification-channel Examples and Code Snippets
Copy
setAlert('Alert.'); // 简单地给所有平台推送相同的 alert 消息
// 自定义消息
$message->setMessage('Message', [
'title' => '', // 通知标题,会填充到 toast 类型 text1 字段上
'_open_page' => '', 点击打开的页面名称
'e
Copy
use Illuminate\Foundation\Auth\User as Authenticatable;
use Medz\Laravel\Notifications\JPush\Sender as JPushSender;
class User extends Authenticatable
{
/**
* Get Notification for JPush sender.
* @return \Medz\Laravel\Notifications\JPu
Copy
return [
'jpush' => [
'app_key' => env('JPUSH_APP_KEY', ''),
'master_secret' => env('JPUSH_MASTER_SECRET', ''),
'apns_production' => env('JPUSH_APNS_PRODUCTION', false),
],
]
JPUSH_APP_KEY=
JPUSH_MASTER_SE
Community Discussions
No Community Discussions are available at this moment for laravel-jpush-notification-channel.Refer to stack overflow page for discussions.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install laravel-jpush-notification-channel
You can download it from GitHub.
PHP requires the Visual C runtime (CRT). The Microsoft Visual C++ Redistributable for Visual Studio 2019 is suitable for all these PHP versions, see visualstudio.microsoft.com. You MUST download the x86 CRT for PHP x86 builds and the x64 CRT for PHP x64 builds. The CRT installer supports the /quiet and /norestart command-line switches, so you can also script it.
PHP requires the Visual C runtime (CRT). The Microsoft Visual C++ Redistributable for Visual Studio 2019 is suitable for all these PHP versions, see visualstudio.microsoft.com. You MUST download the x86 CRT for PHP x86 builds and the x64 CRT for PHP x64 builds. The CRT installer supports the /quiet and /norestart command-line switches, so you can also script it.
Support
For any new features, suggestions and bugs create an issue on GitHub.
If you have any questions check and ask questions on community page Stack Overflow .
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page