alfianimanuddin / package-php
training package php
Installs: 11
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/alfianimanuddin/package-php
This package is auto-updated.
Last update: 2025-12-22 20:52:26 UTC
README
Latihan Package PHP
requirements:
-
github
-
packagist.org
-
nama vendor/name harus sama dengan github
-
composer init
-
bikin file baru .php (bebas)
-
edit composer.json, tambahkan : "autoload": { "files": [ "Hello.php" ] }
-
membuat version dari package yg kita buat
-
git tag 1.0 -m "package first version" (git tag [version-name] -m "your description")
-
git tag -l (check status)
-
git push origin 1.0 (git push origin [version-name])