When using composer how are the packages resolved and how can a custom package be added?
An example would be that I have a custom application and I want people to be able to use composer to get my package. How would I do this?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Packagist is the main Composer repository. You can submit your package to Packagist. and then you can ask others who want to use your package, to just add your package to their
composer.jsonfile .You can find more information on how to create a package on About Packagist Page.