nddcoder / tinyurl-php-sdk
1.0.0
2020-12-23 04:49 UTC
Requires
- php: ^7.4|^8.0
- ext-curl: *
Requires (Dev)
- phpunit/phpunit: ^9.3
- vimeo/psalm: ^4.3
This package is auto-updated.
Last update: 2024-09-18 08:08:45 UTC
README
TinyURL API 的简单封装。
安装
您可以通过 composer 安装此包。
composer require nddcoder/tinyurl-php-sdk
使用方法
短链接
$shortedUrl = Nddcoder\TinyURL\TinyURL::create('https://nddcoder.com'); echo $shortedUrl; //https://tinyurl.com/ufvltuz
预览缩短后的链接
$targetUrl = Nddcoder\TinyURL\TinyURL::preview('https://tinyurl.com/ufvltuz'); echo $targetUrl; //https://nddcoder.com
测试
composer test
更新日志
有关最近更改的更多信息,请参阅 更新日志。
贡献
有关详细信息,请参阅 贡献指南。
安全漏洞
请查看 我们的安全策略 了解如何报告安全漏洞。
鸣谢
许可证
MIT 许可证 (MIT)。有关更多信息,请参阅 许可证文件。