clareo / first-composer-package
A step by step guide to uploading your very first composer package
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/clareo/first-composer-package
This package is auto-updated.
Last update: 2025-12-14 01:22:12 UTC
README
Steps:
- In your root folder run the
composer initcommand and follow the prompt to initalize a php project - Login into github and create a new repository on your Github and push your local git to the remote Github repo
- Sign in or Create a new account on Packagist
- Connect to github and authorize access from your github account
- Congratulations you have succesfully created and deployed your very first php package on packagist