1
I have some private repositories on github, I would like to reuse the code in my applications that are being made in Symfony, because I will need modules that already exist in more than one project and would make it much easier for me to maintain them if I could manage via.
The point is that I know almost nothing of Poser and even less of packagist.
My doubts are as follows:
- It is possible to use my private repository from github in the commiserate?
- It is possible to relate the private repository to the packagist?
- How to make it work?
I found a tutorial on how to distribute data via Composer is why I’m orienting myself.
It helped a lot, I was able to use the git repository with Composer, thanks to the above, I used svn and csv, but there wasn’t a very hard control, it worked more as backup. I’m taking a git beating, but walking. I’ll see later what Deploy Key is and if there’s a way I don’t have to authorize each device, I tried using ssh2 options with public and private key but I couldn’t make it work. thanks again!
– Sileno Brito