algotrig / algotrig-php-core
A lightweight core PHP library for integrating Zerodha Kite Connect with AlgoTrig, providing a foundation for custom trading algorithms.
Requires
- php: ^8.0
- zerodha/phpkiteconnect: ^4.2
This package is auto-updated.
Last update: 2025-04-05 21:19:08 UTC
README
A lightweight and extensible PHP library for building trading automation systems with Zerodha's Kite Connect API. This is the core version built using vanilla PHP.
🔧 Features
- Built with core PHP (no frameworks)
- Integrates with zerodha/phpkiteconnect
- Modular and extensible design
- Ready for integration with Laravel, CodeIgniter, or other frameworks (coming soon)
🚀 Installation
This package is available via Packagist:
composer require algotrig/algotrig-php-core
💠 Usage
This library is dependent on zerodha/phpkiteconnect
. You must first generate an access token using the Kite Connect API as per their documentation.
📁 Folder Structure
algotrig-php-core/
├── src/ # Main source code
├── composer.json # Composer configuration
├── README.md # This file
└── LICENSE # MIT License
📦 Roadmap
- ✅ Core PHP library
- 🔄 CodeIgniter 4 version
- 🔄 Laravel version
- 🔄 REST API integration
- 🔄 Frontend dashboards (React/Vue)
- 🔄 NodeJS and Java ports (future)
🤝 Contributing
Contributions are welcome! Please open issues or submit pull requests.
📜 License
This project is currently licensed under the MIT License.
Future versions may adopt a different license depending on project goals and requirements.
© 2025 AlgoTrig. Released under the MIT License.
Contact us for commercial or custom licensing options in future versions.