Download the PHP package suhaining/testcomposerpackage without Composer
On this page you can find all versions of the php package suhaining/testcomposerpackage. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download suhaining/testcomposerpackage
More information about suhaining/testcomposerpackage
Files in suhaining/testcomposerpackage
Download suhaining/testcomposerpackage
More information about suhaining/testcomposerpackage
Files in suhaining/testcomposerpackage
Vendor suhaining
Package testcomposerpackage
Short Description some small tools
License MIT
Homepage https://github.com/suhaining/suning
Package testcomposerpackage
Short Description some small tools
License MIT
Homepage https://github.com/suhaining/suning
Keywords tools
Please rate this library. Is it a good library?
Informations about the package testcomposerpackage
FatSmallTools
github的学习,学习发布composer package
安装
确保PHP版本在7.0以上。
推荐通过Composer进行安装
Composer的安装请参考官方配置。
安装好Composer后,在你的项目中创建一个 composer.json 文件:
然后在项目文件夹下执行:
之后添加autoloader:
使用方法如下:
use SuNingTestComposerPackage\SuNing;
$suNingClass = new SuNing();
echo $suNingClass->test();
输出:
this is suning composer package test
#包的地址
https://packagist.org/packages/suhaining/testcomposerpackage
All versions of testcomposerpackage with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.0
The package suhaining/testcomposerpackage contains the following files
Loading the files please wait ....