├── LICENSE.md ├── README.md ├── composer.json ├── data └── cacert.pem └── src ├── Profile.php └── Profile └── ApiClient.php /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/navarr/MinecraftProfile/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/navarr/MinecraftProfile/HEAD/README.md -------------------------------------------------------------------------------- /composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/navarr/MinecraftProfile/HEAD/composer.json -------------------------------------------------------------------------------- /data/cacert.pem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/navarr/MinecraftProfile/HEAD/data/cacert.pem -------------------------------------------------------------------------------- /src/Profile.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/navarr/MinecraftProfile/HEAD/src/Profile.php -------------------------------------------------------------------------------- /src/Profile/ApiClient.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/navarr/MinecraftProfile/HEAD/src/Profile/ApiClient.php --------------------------------------------------------------------------------