Friday, 15 June 2012

php - Importing package from a private Bitbucket repository through composer -



php - Importing package from a private Bitbucket repository through composer -

i have bundle setup in private bitbucket repository utilize across variety of laravel based client projects. find regularly adding , able update each client's project using composer needed latest edition.

how add together entry composer pull bitbucket git repository without having expose personal repository login/password clients in composer.json file?

use ssh authentication , configure deployment keys:

go "project settings -> deployment keys" then add together different deployment key each of clients.

you can find more info on links on how set-up ssh authentication mercurial or git.

php git laravel composer-php bitbucket

No comments:

Post a Comment