shakeelcse09/shaks-currency

多国货币转换库

dev-master 2018-08-07 07:40 UTC

This package is not auto-updated.

Last update: 2024-09-22 11:28:26 UTC


README

hello muntaha, 这是为了让你测试我的 composer 库。

要求

  • PHP >= 5.5

安装

composer require shakeelcse09/shaks-currency:dev-master

如果未包含,请在 index.php 中添加自动加载

include_once 'vendor/autoload.php';

使用方法

在控制器中使用此特质

use shakeelcse09/ShaksCurrency/ShaksCurrency;

在方法中

$shaks = new ShaksCurrency();
echo $shaks->greetings('muntaha');  // returns "hello muntaha"

致谢

  • Logicians Ponir 关于 pip 讨论的内容