thecaliskan/laravel-stock 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

thecaliskan/laravel-stock

最新稳定版本:1.1.0

Composer 安装命令:

composer require thecaliskan/laravel-stock

包简介

Laravel Stock, Forex, Crypto Data API

README 文档

README

Latest Version on Packagist GitHub Tests Action Status GitHub Code Style Action Status Total Downloads

This package provides a simple way to get stock data in Laravel apps. (w/delay)

Here's a quick example:

use TheCaliskan\Stock\Facades\Stock;

Stock::stock()
Stock::stock('TEAM')
Stock::stock('TEAM', now()->addWeek(-1))

Stock::forex()
Stock::forex('C:USDTRY')
Stock::forex('C:USDTRY')

Stock::crypto()
Stock::crypto('X:BTCUSD')
Stock::crypto('X:BTCUSD', now()->addWeek(-1))

Installation

You can install the package via composer:

composer require thecaliskan/laravel-stock

Credits

Disclaimers

All data and information is provided “as is” for informational purposes only, and is not intended for trading purposes or financial, investment, tax, legal, accounting or other advice. Please consult your broker or financial representative to verify pricing before executing any trade. This package is not an investment adviser, financial adviser or a securities broker. None of the data and information constitutes investment advice nor an offering, recommendation or solicitation by this package to buy, sell or hold any security or financial product, and this package makes no representation (and has no opinion) regarding the advisability or suitability of any investment.

License

The MIT License (MIT). Please see License File for more information.

统计信息

  • 总下载量: 252
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 1
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 1
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2024-02-24