jiaojie/laravel5-stock-price-alert

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

dev-master 2016-09-13 10:52 UTC

This package is auto-updated.

Last update: 2024-03-24 03:08:13 UTC


README

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