2017 © Pedro Peláez
 

library api-client

TruckersMP API Library helps connecting to and using the TruckersMP API.

image

truckersmp/api-client

TruckersMP API Library helps connecting to and using the TruckersMP API.

  • Tuesday, May 2, 2017
  • by TuxyQ
  • Repository
  • 5 Watchers
  • 4 Stars
  • 71 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 3 Versions
  • 8 % Grown

The README.md

, (*1)

Build Status StyleCI Status Total Downloads Latest Stable Version Latest Unstable Version License , (*2)

Introduction

The TruckersMP PHP library provides convenient access to the TruckersMP API for applications written in the PHP language. It includes a pre-defined set of classes for each API endpoint to get the data as a collection or model., (*3)

If you want to use the API without the library, check out the API Documentation., (*4)

Requirements

  • PHP 7.4 or later
  • Composer

Composer

You can install the package via Composer. Run the following command:, (*5)

composer require truckersmp/api-client

To use the package, use Composer's autoload:, (*6)

require_once('vendor/autoload.php');

Official Documentation

Documentation for API client can be found on the Wiki., (*7)

Support

If you have any questions about the library, you can create a topic on our forum., (*8)

License

This package is open-source and is licensed under the MIT license., (*9)

The Versions

02/05 2017
10/04 2017

v0.1

0.1.0.0 https://truckersmp.com/

TruckersMP API Library helps connecting to and using the TruckersMP API.

  Sources   Download

MIT

The Requires

 

The Development Requires