Is there any known way to access private repositories trough PHP using headers of any kind or any library to handle this?
I'm thinking of a way to download the ZIP file of the master repository using only CURL inside PHP directly to the server then perform some action on the zip...