Download the PHP package kitlabs/kit-jpush-bundle without Composer
On this page you can find all versions of the php package kitlabs/kit-jpush-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download kitlabs/kit-jpush-bundle
More information about kitlabs/kit-jpush-bundle
Files in kitlabs/kit-jpush-bundle
Download kitlabs/kit-jpush-bundle
More information about kitlabs/kit-jpush-bundle
Files in kitlabs/kit-jpush-bundle
Vendor kitlabs
Package kit-jpush-bundle
Short Description Easily use jpush sdk in Symfony
License MIT
Homepage https://github.com/kitlabs-cn/KitJpushBundle
Package kit-jpush-bundle
Short Description Easily use jpush sdk in Symfony
License MIT
Homepage https://github.com/kitlabs-cn/KitJpushBundle
Please rate this library. Is it a good library?
Informations about the package kit-jpush-bundle
KitJpushBundle
Symfony wrapper for jpush-api-php-client.
The KitJpushBundle provides a simple integration for your Symfony project.
Installation
Step 1: Download the Bundle
Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:
$ composer require kitlabs/kit-jpush-bundle
This command requires you to have Composer installed globally, as explained in the installation chapter of the Composer documentation.
Step 2: Enable the Bundle
Then, enable the bundle by adding it to the list of registered bundles
in the app/AppKernel.php
file of your project:
<?php
// app/AppKernel.php
// ...
class AppKernel extends Kernel
{
public function registerBundles()
{
$bundles = array(
// ...
new Kit\JpushBundle\KitJpushBundle(),
);
// ...
}
// ...
}
Step 3: Configuration
# config.yml
kit_jpush:
client:
client_default:
app_key: *******
master_secret: *****
client_another:
app_key: *******
master_secret: ****
Usage
All versions of kit-jpush-bundle with dependencies
PHP Build Version
Package Version
Requires
jpush/jpush Version
>=3.5
The package kitlabs/kit-jpush-bundle contains the following files
Loading the files please wait ....