PHPackages                             bravecollective/neucore-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. [HTTP &amp; Networking](/categories/http)
4. /
5. bravecollective/neucore-api

ActiveLibrary[HTTP &amp; Networking](/categories/http)

bravecollective/neucore-api
===========================

Client library for the Neucore API for applications.

2.9.0(8mo ago)0218MITPHPPHP ^8.1

Since Mar 17Pushed 7mo agoCompare

[ Source](https://github.com/bravecollective/neucore-api-php)[ Packagist](https://packagist.org/packages/bravecollective/neucore-api)[ Docs](https://openapi-generator.tech)[ RSS](/packages/bravecollective-neucore-api/feed)WikiDiscussions main Synced 4d ago

READMEChangelogDependencies (4)Versions (30)Used By (0)

Neucore API Client (PHP)
========================

[](#neucore-api-client-php)

Client library for the [Neucore](https://github.com/tkhamez/neucore) API for applications.

The version numbers correspond to the Neucore version numbers.

When updating, check the generator version in .openapi-generator/VERSION, a new version may break backwards compatibility.

**Breaking changes**

- 2.7.3
    Needs PHP ^8.1
- 1.43.0
    Player.character\_id is now an integer instead of string.
- 1.33.0
    Needs PHP ^7.4 || ^8.0
- 1.31.1
    Updated guzzlehttp/guzzle to ^7.3 (from ^6.2 || ^7.2)
- 1.26.0
    Needs PHP ^7.3 || ^8.0
- 1.21.0
    Needs PHP 7.2+
- 1.14.0
    The API is now split into several tags. This means that there are now several Api PHP classes instead of just one, the methods remain the same, but they have moved to other classes.
- 1.4.0
    Generated from OpenAPI v3 definition file.
    The authorization configuration changed, use `setAccessToken()` instead of `setApiKey()`, see below.

OpenAPIClient-php
=================

[](#openapiclient-php)

Client library of Neucore API

Installation &amp; Usage
------------------------

[](#installation--usage)

### Requirements

[](#requirements)

PHP 8.1 and later.

### Composer

[](#composer)

To install the bindings via [Composer](https://getcomposer.org/), add the following to `composer.json`:

```
{
  "require": {
    "bravecollective/neucore-api": "~2.9.0"
  }
}
```

Then run `composer install`

### Manual Installation

[](#manual-installation)

Download the files and include `autoload.php`:

```
