placeto / freshsales-sdk
该软件包最新版本(V2.0)没有可用的许可证信息。
用于连接Freshsale API的软件开发套件
V2.0
2022-11-04 01:02 UTC
Requires
- php: >=7.4
- ext-json: *
- guzzlehttp/guzzle: ^7.5
- psr/log: ^1.1
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.12
- phpunit/phpunit: ^9.5
- squizlabs/php_codesniffer: 3.*
- symfony/var-dumper: ^4.3
This package is not auto-updated.
Last update: 2024-09-18 22:31:04 UTC
README
用于连接Freshsale API的软件开发套件
安装
您应该添加PlacetoPay仓库
{
"repositories": [
{
"type": "composer",
"url": "https://dev.placetopay.com/repository"
}
]
}
然后,您可以通过composer安装该软件包
composer require placeto/freshsales-sdk
使用方法
有关Freshsale API的更多信息,请参阅文档此处