jiaojie1989 / laravel5-stock-price-alert by jiaojie1989

Stock price alert module for laravel 5, made by SINA finance client api team.
8
0
2
Package Data
Maintainer Username: jiaojie1989
Maintainer Contact: thomasjiao@vip.qq.com (JIAO Jie)
Package Create Date: 2016-09-06
Package Last Update: 2016-09-13
Language: PHP
License: MIT
Last Refreshed: 2024-04-26 03:20:53
Package Statistics
Total Downloads: 8
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 0
Total Watchers: 2
Total Forks: 0
Total Open Issues: 0

Stock price alert component for Laravel 5

Latest Stable Version Total Downloads Latest Unstable Version License

Requirements

  • Redis Server >= 3.0
  • PHP Version >= 5.4

Usage

Add to your config/database.php

'redis' => [
        'options' => [
            "profile" => new \Jiaojie\Laravel\StockAlert\Predis\Profile(),
        ],
    ],