salesmanago / api-sso-util
core api code
3.8.7
2026-07-03 08:45 UTC
Requires
- php: >=7.4
- ext-curl: *
- ext-json: *
Requires (Dev)
- fzaninotto/faker: ^1
- phpcompatibility/php-compatibility: ^9.3
- phpstan/phpstan: 1.7.0
- phpunit/phpunit: ^9
- squizlabs/php_codesniffer: ^3.5.8
This package is auto-updated.
Last update: 2026-07-03 11:04:11 UTC
README
Deprecated package
This package is deprecated, but it can still be used for existing implementations.
Support for this package will end on July 2, 2026.
Please use the current package instead:
link to the new package
Current package name:
managoai/php-sdk
About
This package provides a PHP utility service for creating SALESmanago API/SSO integrations.
It was designed to support communication with SALESmanago API and simplify the integration process for PHP-based projects.
For new implementations, we recommend using the current supported package.
See more about SALESmanago API:
link to API documentation
Requirements
- PHP 7.4 or higher
- cURL extension
Installation
For production:
composer require salesmanago/api-sso-util --no-dev
For development:
composer require salesmanago/api-sso-util