https://github.com/bitnom/tradingview-udf
TradingView charting library UDF implemented in PHP.
https://github.com/bitnom/tradingview-udf
ccxt php tradingview udf
Last synced: 6 months ago
JSON representation
TradingView charting library UDF implemented in PHP.
- Host: GitHub
- URL: https://github.com/bitnom/tradingview-udf
- Owner: bitnom
- License: gpl-3.0
- Created: 2019-04-14T15:57:42.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-07-19T05:02:10.000Z (about 1 year ago)
- Last Synced: 2024-07-19T13:05:25.158Z (about 1 year ago)
- Topics: ccxt, php, tradingview, udf
- Language: PHP
- Size: 35.2 KB
- Stars: 28
- Watchers: 4
- Forks: 18
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TradingView-UDF
## Notice
This library is no longer maintained since I haven't had time to keep up with it or interest in TradingView UDF any longer.
**What**
This is a [TradingView charting library](https://github.com/tradingview/charting_library) UDF implemented in PHP.
**Why**
I couldn't find one and so I made one. So, here you go.
**License**
You may use freely but I chose the GPL3 license which means if you modify this code, you need to share those modifications via a fork. Please do that. Use it in commercial applications if you want, just please maintain a fork repo of your UDF.
**How-To**
This UDF assumes that you're installing it under an `/api/` subdirectory on an Apache, Litespeed, or OpenLitespeed server. It will work on NGINX as well but you'll have to create your own rewrites in that case. A proper `.htaccess` file is in the root of the repo.
This UDF currently aims to act as a proxy between crypto exchanges and the TradingView charting library. This is accomplished using the [CCXT library](https://github.com/ccxt/ccxt).
Issues & pull requests are welcomed.