0

Scenartio:

We have an internal packagist.org installation for our private repositories. These packages/repositories are hosted on our privat GitLab-server.

As we have a lot of packages (~150 and counting) it would be great to to add these by an automated command, that will register them.

Problem:

I've wrote an command that will call the GitLab API to fetch a list of all repositories. That works very well so far. Now i'm at the point where i have to import these Git-URLs into our packagist, but i can't find a service or controller with an complete example of how to do that.

I found the WebController where the "magic" happens, but i don't find the point where the repository gets called to fetch the remote composer.json file (to find the package name etc).

I hope anyone can point me the way! :D

1 Answer 1

0

Ended up writing my own method for that, if you need this too, you can grab the code here: https://gist.github.com/sweikenb/dc800442db8d0647bdbe

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Not the answer you're looking for? Browse other questions tagged or ask your own question.