Skip to content

A lightweight core PHP library for integrating Zerodha Kite Connect with AlgoTrig, providing a foundation for custom trading algorithms.

License

Notifications You must be signed in to change notification settings

algotrig/algotrig-php-core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AlgoTrig PHP Core

MIT License PHP Version

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.

About

A lightweight core PHP library for integrating Zerodha Kite Connect with AlgoTrig, providing a foundation for custom trading algorithms.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages