Download the PHP package bravecollective/neucore-api without Composer

On this page you can find all versions of the php package bravecollective/neucore-api. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package neucore-api

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

OpenAPIClient-php

Client library of Neucore API

Installation & Usage

Requirements

PHP 7.4 and later. Should also work with PHP 8.0.

Composer

To install the bindings via Composer, add the following to composer.json:

Then run composer install

Manual Installation

Download the files and include autoload.php:

Getting Started

Please follow the installation procedure and then run the following:

API Endpoints

All URIs are relative to https://localhost/api

Class Method HTTP request Description
ApplicationApi showV1 GET /app/v1/show Show app information.
ApplicationCharactersApi characterListV1 POST /app/v1/character-list Returns all known characters from the parameter list.
ApplicationCharactersApi charactersBulkV1 POST /app/v1/characters Returns all characters from multiple player accounts identified by character IDs.
ApplicationCharactersApi charactersV1 GET /app/v1/characters/{characterId} Returns all characters of the player account to which the character ID belongs.
ApplicationCharactersApi corporationCharactersV1 GET /app/v1/corp-characters/{corporationId} Returns a list of all known characters from the corporation.
ApplicationCharactersApi corporationPlayersV1 GET /app/v1/corp-players/{corporationId} Returns a list of all players that have a character in the corporation.
ApplicationCharactersApi incomingCharactersV1 GET /app/v1/incoming-characters/{characterId} Returns all characters that were moved from another account to the player account to which the ID belongs.
ApplicationCharactersApi mainV1 GET /app/v1/main/{cid} Returns the main character of the player account to which the character ID belongs.
ApplicationCharactersApi mainV2 GET /app/v2/main/{cid} Returns the main character of the player account to which the character ID belongs.
ApplicationCharactersApi playerCharactersV1 GET /app/v1/player-chars/{playerId} Returns all characters from the player account.
ApplicationCharactersApi playerV1 GET /app/v1/player/{characterId} Returns the player account to which the character ID belongs.
ApplicationCharactersApi playerWithCharactersV1 GET /app/v1/player-with-characters/{characterId} Returns the player account to which the character ID belongs with all characters.
ApplicationCharactersApi playersV1 POST /app/v1/players Returns player accounts identified by character IDs. Can contain the same player several times.
ApplicationCharactersApi removedCharactersV1 GET /app/v1/removed-characters/{characterId} Returns all characters that were removed from the player account to which the character ID belongs.
ApplicationESIApi esiAccessTokenV1 GET /app/v1/esi/access-token/{characterId} Returns an access token for a character and EVE login.
ApplicationESIApi esiEveLoginCharactersV1 GET /app/v1/esi/eve-login/{name}/characters Returns character IDs of characters that have an ESI token (including invalid) of an EVE login.
ApplicationESIApi esiEveLoginTokenDataV1 GET /app/v1/esi/eve-login/{name}/token-data Returns data for all valid tokens (roles are also checked if applicable) for an EVE login.
ApplicationESIApi esiPostV1 POST /app/v1/esi See POST /app/v2/esi
ApplicationESIApi esiPostV2 POST /app/v2/esi Same as GET /app/v2/esi, but for POST requests.
ApplicationESIApi esiV1 GET /app/v1/esi See GET /app/v2/esi
ApplicationESIApi esiV2 GET /app/v2/esi Makes an ESI GET request on behalf on an EVE character and returns the result.
ApplicationGroupsApi allianceGroupsBulkV1 POST /app/v1/alliance-groups Return groups of multiple alliances.
ApplicationGroupsApi allianceGroupsV1 GET /app/v1/alliance-groups/{aid} Return groups of the alliance.
ApplicationGroupsApi allianceGroupsV2 GET /app/v2/alliance-groups/{aid} Return groups of the alliance.
ApplicationGroupsApi corpGroupsBulkV1 POST /app/v1/corp-groups Return groups of multiple corporations.
ApplicationGroupsApi corpGroupsV1 GET /app/v1/corp-groups/{cid} Return groups of the corporation.
ApplicationGroupsApi corpGroupsV2 GET /app/v2/corp-groups/{cid} Return groups of the corporation.
ApplicationGroupsApi groupMembersV1 GET /app/v1/group-members/{groupId} Returns the main character IDs from all group members.
ApplicationGroupsApi groupsBulkV1 POST /app/v1/groups Return groups of multiple players, identified by one of their character IDs.
ApplicationGroupsApi groupsV1 GET /app/v1/groups/{cid} Return groups of the character's player account.
ApplicationGroupsApi groupsV2 GET /app/v2/groups/{cid} Return groups of the character's player account.
ApplicationGroupsApi groupsWithFallbackV1 GET /app/v1/groups-with-fallback Returns groups from the character's account, if available, or the corporation and alliance.
ApplicationTrackingApi memberTrackingV1 GET /app/v1/corporation/{id}/member-tracking Return corporation member tracking data.

Models

Authorization

Authentication schemes defined for the API:

BearerAuth

Tests

To run the tests, use:

Author

About this package

This PHP package is automatically generated by the OpenAPI Generator project:


All versions of neucore-api with dependencies

PHP Build Version
Package Version
Requires php Version ^7.4 || ^8.0
ext-curl Version *
ext-json Version *
ext-mbstring Version *
guzzlehttp/guzzle Version ^7.3
guzzlehttp/psr7 Version ^1.7 || ^2.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package bravecollective/neucore-api contains the following files

Loading the files please wait ....