navidut/test2
最新稳定版本:1.0.0
Composer 安装命令:
composer require navidut/test2
包简介
The my test composer nr 2.
README 文档
README
The Navid Test PHP library
Compatible
PHP 5.7.x - 8.0.x
API Documention
API Specification
Installation
To install the library via composer, run the following command:
- composer require navidut/test2
Or add "navidut/test2": "^1.0.0" to the "require" section in composer.json
Pure PHP Code
After you install the composer succssfully , you can add such php code and use the library
<?php
require __DIR__ . '/vendor/autoload.php'; // Autoload our classes
use Navidut\Test2\IPN;
use Navidut\Test2\Request;
use Navidut\Test2\Authorize;
use Navidut\Test2\Start;
use Navidut\Test2\VerifyAuth;
$start = new Start();
$start->doSomething();
$ipn = new IPN();
$ipn->doSomething();
$request = new Request();
$request->doSomething();
$authorize = new Authorize();
$authorize->doSomething();
$Start = new Start();
$Start->doSomething();
$verifyAuth = new VerifyAuth();
$verifyAuth->doSomething();
统计信息
- 总下载量: 8
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Apache-2.0
- 更新时间: 2024-11-12