tesseract/crypto-sdk-laravel
Composer 安装命令:
composer require tesseract/crypto-sdk-laravel
包简介
Tesseract Crypto SDK PHP Laravel from Tesseract Crypto API v2
README 文档
README
Package for laravel with support of Tesseract Crypto SDK PHP.
How to install
Composer:
$ composer require tesseract/crypto-sdk-laravel
or add in composer.json
{
"require": {
"tesseract/crypto-sdk-laravel": "*"
}
}
If you don't use auto-discovery, add the ServiceProvider to the providers array in config/app.php
Tesseract\Illuminate\Support\ServiceProvider::class,
If you want use the facade, add this your facades in config/app.php
'CryptoSDK' => Tesseract\Illuminate\Support\Facade::class,
Copy the package config to your local config with the publish command:
php artisan vendor:publish --provider="Tesseract\Illuminate\Support\ServiceProvider"
How to use
<?php
统计信息
- 总下载量: 53
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-02-08