Download the PHP package factorio-item-browser/api-client without Composer
On this page you can find all versions of the php package factorio-item-browser/api-client. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download factorio-item-browser/api-client
More information about factorio-item-browser/api-client
Files in factorio-item-browser/api-client
Package api-client
Short Description The API client of the Factorio Item Browser.
License GPL-3.0-or-later
Homepage https://github.com/factorio-item-browser/api-client
Informations about the package api-client
API Client Library
This library implements a PHP client to the data API of the Factorio Item Browser to access its data.
The documentation of the API can be found at https://docs.factorio-item-browser.com/api
Usage
The client is set up to be used within a Laminas project. Using it in another context requires an additional setup which is not covered in this README.
To use the client, add the FactorioItemBrowser\Api\Client\ConfigProvider
to the config aggregator of your project.
Configuration
The client requires the following configuration to be present in your project:
Example
The usage of the actual client is best described with an example.
All versions of api-client with dependencies
ext-json Version *
bluepsyduck/jms-serializer-factory Version ^1.0
factorio-item-browser/common Version ^1.0
guzzlehttp/guzzle Version ^6.3 | ^7.0
jms/serializer Version ^3.2
laminas/laminas-servicemanager Version ^3.0
symfony/yaml Version ^5.0