Simple library for accessing the CIG StarCitizen web API building 3rd party apps to interact with Star Citizen
We recommend the use composer, but are not currently on packagist
To install this library with composer, add the following to your project's composer.json
"require": {
"cclose/RSIAPI": "dev-master"
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/cclose/RSIAPI.git"
}