PHPackages                             bluepsyduck/factorio-mod-portal-client - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. bluepsyduck/factorio-mod-portal-client

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

bluepsyduck/factorio-mod-portal-client
======================================

A client to access the Factorio mod portal.

1.4.2(4y ago)13.1k1GPL-3.0-or-laterPHPPHP ^7.2 | ^8.0

Since Sep 16Pushed 4y ago1 watchersCompare

[ Source](https://github.com/BluePsyduck/factorio-mod-portal-client)[ Packagist](https://packagist.org/packages/bluepsyduck/factorio-mod-portal-client)[ Docs](https://github.com/BluePsyduck/factorio-mod-portal-client)[ RSS](/packages/bluepsyduck-factorio-mod-portal-client/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (8)Dependencies (11)Versions (9)Used By (1)

Factorio Mod Portal Client Library
==================================

[](#factorio-mod-portal-client-library)

[![GitHub release (latest SemVer)](https://camo.githubusercontent.com/90211e3e303d4d3a84a7e14134e0909e8e7f8dc7b4171797ce2f76cb91c56075/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f72656c656173652f426c75655073796475636b2f666163746f72696f2d6d6f642d706f7274616c2d636c69656e74)](https://github.com/BluePsyduck/factorio-mod-portal-client/releases)[![GitHub](https://camo.githubusercontent.com/ecac3a6a0fef2e97da93767e4be991806870a9b12e036c6514f58c9f976e7e17/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f426c75655073796475636b2f666163746f72696f2d6d6f642d706f7274616c2d636c69656e74)](LICENSE.md)[![build](https://camo.githubusercontent.com/d4a1ddf3616adf8f61b645d0eb98a33c2b4de0e87ea047560e5448546563ac6d/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f426c75655073796475636b2f666163746f72696f2d6d6f642d706f7274616c2d636c69656e742f43493f6c6f676f3d676974687562)](https://github.com/BluePsyduck/factorio-mod-portal-client/actions)[![Codecov](https://camo.githubusercontent.com/378cf51957b92cd365b7a1813b495d31830f84b91eef63c89b1f233e8e6a2626/68747470733a2f2f696d672e736869656c64732e696f2f636f6465636f762f632f67682f426c75655073796475636b2f666163746f72696f2d6d6f642d706f7274616c2d636c69656e743f6c6f676f3d636f6465636f76)](https://codecov.io/gh/BluePsyduck/factorio-mod-portal-client)

This library implements a PHP client to access the API of the [Factorio Mod Portal](https://mods.factorio.com/).

Usage
-----

[](#usage)

The client is shipped with a `ConfigProvider` to directly integrate it into a Zend Expressive project. Using it in other contexts will require additional configuration not covered by this README file.

To use the client in a Zend Expressive context, add the `BluePsyduck\FactorioModPortalClient\ConfigProvider` to your config aggregator, and fetch the actual client or the facade from the container.

### Configuration

[](#configuration)

The client provides a zero-config setup. Yet, to use the full feature set, few values are required to be configured:

```
