smartwall / sw-php-sdk
SmartWall PHP SDK
2.3.1
2022-05-31 19:44 UTC
Requires
- php: >=7.0
- ext-json: *
- urodoz/truncate-html: 1.0.1
This package is auto-updated.
Last update: 2026-05-29 02:38:10 UTC
README
Find the documentation here: https://doc.smartwall.ai
Import it in your PHP project using Composer
Warning: This package is not installable via Composer 1.x, please make sure you upgrade to Composer 2+.
Add this to your composer.json file.
"require": {
"smartwall/sw-php-sdk": "@stable"
}
Development
To deploy a new version of PHP SDK use git tag with the new version number and push changes to master branch. It will automatically publisher in Packagist.