Download the PHP package alfianimanuddin/package-php without Composer
On this page you can find all versions of the php package alfianimanuddin/package-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package package-php
package-php
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])
All versions of package-php with dependencies
PHP Build Version
Package Version
No informations.
The package alfianimanuddin/package-php contains the following files
Loading the files please wait ....