Download the PHP package rentprep/smartmove-php without Composer
On this page you can find all versions of the php package rentprep/smartmove-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package smartmove-php
SmartMove PHP Library
Requirements
PHP 5.3.3 and later.
Composer
You can install the library via Composer. Run the following command:
To use the library, use Composer's autoload:
Manual Installation
If you do not wish to use Composer, you can download the latest release. Then, to use the library, include the init.php
file.
Getting Started
Simple usage looks like:
Optionally, your application's user $referenceId
can be set once, globally.
Usage
This is not intended to provide complete documentation of the API. For more detail, please refer to the official documentation.
Applications
Create new application
$referenceId
The unique ID in your system of the person who created the application
$params
Additional options used to prefill fields of the application
Returns a URL where the applicaiton can be accessed
List all applications
$referenceId
The unique ID in your system of the person who created the application
Returns an array of application objects
Get application details
$applicationId
The ID of an application fetched from SmartMove::getApplications
$referenceId
The unique ID in your system of the person who created the application
Returns application object
Cancel application
$applicationId
The ID of an application fetched from SmartMove::getApplications
$referenceId
The unique ID in your system of the person who created the application
Returns true if the application was canceled, false otherwise
Add applicate to application
$applicationId
The ID of an application fetched from SmartMove::getApplications
$email
A string or array of applicant email addresses
$referenceId
The unique ID in your system of the person who created the application
Returns true if the applicant was added to application, false otherwise
Remove applicate from application
$applicationId
The ID of an application fetched from SmartMove::getApplications
$email
A string or array of applicant email addresses
$referenceId
The unique ID in your system of the person who created the application
Returns true if the applicant was removed from the application, false otherwise
Get report URL
$applicationId
The ID of an application fetched from SmartMove::getApplications
$referenceId
The unique ID in your system of the person who created the application
Returns a URL where the applicaiton report can be accessed
All versions of smartmove-php with dependencies
ext-curl Version *
ext-json Version *
ext-mbstring Version *
guzzlehttp/guzzle Version ^6.3