alfianimanuddin/package-php

There is no license information available for the latest version (2.0) of this package.

training package php

2.0 2018-12-22 03:54 UTC

This package is auto-updated.

Last update: 2024-04-22 17:00:34 UTC


README

Latihan Package PHP

requirements:

  1. github

  2. packagist.org

  3. nama vendor/name harus sama dengan github

  4. composer init

  5. bikin file baru .php (bebas)

  6. edit composer.json, tambahkan : "autoload": { "files": [ "Hello.php" ] }

  7. membuat version dari package yg kita buat

  8. git tag 1.0 -m "package first version" (git tag [version-name] -m "your description")

  9. git tag -l (check status)

  10. git push origin 1.0 (git push origin [version-name])