jiaojie/laravel5-stock-price-alert

Stock price alert module for laravel 5, made by SINA finance client api team.

Downloads

8

Stars

0

Version

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(),
        ],
    ],
jiaojie1989

Author

jiaojie1989