placeto / freshsales-sdk
There is no license information available for the latest version (V2.0) of this package.
Software development kit to connect with the Freshsale's APIs
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-11-13 23:34:06 UTC
README
Software development kit to connect with the Freshsale's APIs
Installation
You should add PlacetoPay repository:
{
"repositories": [
{
"type": "composer",
"url": "https://dev.placetopay.com/repository"
}
]
}
Then, you can install the package via composer:
composer require placeto/freshsales-sdk
Usage
For more information about the Freshsale's APIs see the documentation Here