VizuaaLOG / pterodactyl-php

PHP Client library for interacting with the Pterodactyl API.
MIT License
7 stars 1 forks source link

Install without composer #1

Closed tompointexe closed 4 years ago

tompointexe commented 4 years ago

Would be great if we have the ability use the lib without having to require it in composer

VizuaaLOG commented 4 years ago

Could I ask the need for using it without Composer? Composer is very common for managing packages and would suggest using it wherever possible to help manage the dependencies you're loading in.

tompointexe commented 4 years ago

Personaly i would have used it for debuging , but i finaly managed to debug everything and it works now :) thanks for responce :)