Download the PHP package iceq1337/steam-inventory-api without Composer
On this page you can find all versions of the php package iceq1337/steam-inventory-api. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download iceq1337/steam-inventory-api
More information about iceq1337/steam-inventory-api
Files in iceq1337/steam-inventory-api
Package steam-inventory-api
Short Description PHP library to fetch items from the Steam inventory
License MIT
Homepage https://github.com/IceQ1337/php-steam-inventory
Informations about the package steam-inventory-api
PHP Steam Inventory
This library provides an easy way to access the public Steam Inventory API (https://steamcommunity.com/inventory/) from your PHP code. It provides a simple interface to retrieve a Steam user's inventory from the API with information about the items in it.
Using this API does not require an API key, but as it is not part of the Steam Web API, the rate limit of 100,000 requests per day does not apply. Instead, the rate limit for this API is extremely low. So use this API or rather this library with caution.
While using this API is generally discouraged, it has been part of Steam since forever and despite or perhaps because its rework in 2016, it is probably here to stay.
The library is designed to be easily extendable by other developers. It should be well documented and includes a comprehensive test suite.
Requirements
- PHP >= 8.1
This library supports all officially and actively supported PHP versions.
See the composer.json
for other requirements.
Installation
Usage
Contributing
There are currently no contributing guidelines. In order to contribute to the project, please follow the GitHub Standard Fork & Pull Request Workflow.
- Fork this repository on GitHub.
- Clone the project to your own machine.
- Commit changes to your own branch.
- Push your work to your own fork.
- Submit a Pull Request so I can review your changes
Please make sure you always run the tests and apply the code style before submitting your pull request. All tests and the code style workflow must pass in order for the pull request to be approved and merged.
License
This library is licensed under the MIT license.
Credits
Parts of this library are based on PHP Steam Inventory published by matthewlilley in 2018.