Setup (in Composer)

ARTIFACTORY: How to integrate PHP composer with Artifactory

AuthorFullName__c
Rasul Imanov
articleNumber
000005317
ft:sourceType
Salesforce
FirstPublishedDate
2022-06-23T08:45:32Z
lastModifiedDate
2022-06-23
VersionNumber
3

After our repositories are all set in Artifactory, we can go ahead and integrate these into our composer project by following the below steps:
Navigate into your project folder and locate your composer.json or config.json file
Configure the "repositories" tag to use your virtual repository so both local and remote can be used
(ex: <art-url>/artifactory/api/composer/<repository key>)

User-added image