承接 algotrig/algotrig-web-ui-php 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

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

algotrig/algotrig-web-ui-php

最新稳定版本:v0.1.1

Composer 安装命令:

composer create-project algotrig/algotrig-web-ui-php

包简介

Web Development repository for the AlgoTrig UI in PHP. Contains experimental features and connects to the core backend at algotrig/algotrig-php-core.

README 文档

README

Web Development repository for the AlgoTrig UI in PHP. Contains experimental features and connects to the core backend at algotrig/algotrig-php-core.

Features

  • Real-time position tracking
  • Automated order execution
  • Portfolio rebalancing
  • Responsive web interface
  • Secure authentication
  • Configurable refresh intervals

Requirements

  • PHP 8.0 or higher
  • Composer
  • Zerodha trading account
  • Web server (Apache/Nginx)

Installation

  1. Clone the repository:
git clone https://github.com/algotrig/algotrig-web-ui-php.git
cd algotrig
  1. Install dependencies:
composer install
  1. Configure environment variables: Set the api_key and secret from kite.trade in the algotrig.ini file:
api_key = yourapikey
secret = yourapisecretfromkite
  1. Configure your web server:
  • Point the document root to the public directory
  • Enable URL rewriting (mod_rewrite for Apache)

Directory Structure

algotrig/
├── assets/
│   ├── css/
│   └── js/
├── public/
│   └── index.php
│   └── login.php
│   └── logout.php
├── src/
│   └── config_loader.php
│   └── functions.php
├── templates/
│   └── index.php
├── vendor/
├── .gitignore
├── .htaccess
├── algotrig.ini
├── composer.json
├── composer.lock
├── LICENSE
└── README.md

Usage

  1. Access the application through your web browser
  2. Log in with your Zerodha credentials
  3. Monitor positions and execute orders

Contributing

  1. Fork the repository
  2. Create a feature branch
  3. Commit your changes
  4. Push to the branch
  5. Create a Pull Request

License

This project is licensed under the MIT License - see the LICENSE file for details.

Disclaimer

This software is for educational purposes only. Use at your own risk. The authors are not responsible for any financial losses incurred through the use of this software.

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2025-04-29