PHPackages                             cedsharp/curse-tools-api - 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. [API Development](/categories/api)
4. /
5. cedsharp/curse-tools-api

ActiveLibrary[API Development](/categories/api)

cedsharp/curse-tools-api
========================

PHP Client for the CurseForge API, using the Curse Tools proxy.

01PHP

Since Sep 28Pushed 1y agoCompare

[ Source](https://github.com/Ced-Sharp/php-curseforge-api)[ Packagist](https://packagist.org/packages/cedsharp/curse-tools-api)[ RSS](/packages/cedsharp-curse-tools-api/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Aternos/php-curseforge-api
==========================

[](#aternosphp-curseforge-api)

An API client for the CurseForge API written in PHP. This client is a combination of code generated by OpenAPI Generator using our [openapi spec](./openapi.yaml) and some wrappers around it to improve the usability.

The generated code can be found in `lib/Api` and `lib/Model`. It is recommended to use the wrappers in `lib/Client` instead of the generated code.

Installation
------------

[](#installation)

Install the package via composer:

```
composer require aternos/curseforge-api
```

Usage
-----

[](#usage)

The main entry point for the API is the `CurseForgeAPIClient` class.

```
