dev-master
9999999-devPHP library to access the NBA Stats API
MIT
The Requires
- guzzlehttp/guzzle ~6.0
- php ^7.0
- symfony/validator ^3.3
- doctrine/annotations ^1.4
- doctrine/cache ^1.6
- symfony/finder ^3.3
The Development Requires
by Jason Roman
PHP library to access the NBA Stats API
This is a PHP library used to access data across various endpoints on NBA websites. The full documentation can be found at http://nbasense.com/nba-api/. This contains installation instructions, usage examples, and runnable/filterable reporting on all endpoints., (*2)
If you are having trouble retrieving requests that access stats.nba.com/stats/, it appears that the NBA has blocked off access to these endpoints on some level; this blocking seems to occur on many cloud hosting providers such as Amazon AWS, Digital Ocean, and Heroku., (*3)
In my testing, these endpoints have always worked when developing locally., (*4)
PHP library to access the NBA Stats API
MIT