Download the PHP package fw4/sweepbright-api without Composer
On this page you can find all versions of the php package fw4/sweepbright-api. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download fw4/sweepbright-api
More information about fw4/sweepbright-api
Files in fw4/sweepbright-api
Download fw4/sweepbright-api
More information about fw4/sweepbright-api
Files in fw4/sweepbright-api
Vendor fw4
Package sweepbright-api
Short Description PHP library for implementing the SweepBright API
License MIT
Package sweepbright-api
Short Description PHP library for implementing the SweepBright API
License MIT
Please rate this library. Is it a good library?
Informations about the package sweepbright-api
SweepBright API
PHP client for the SweepBright Website API. For terms of use and API credentials, refer to the official documentation.
Installation
composer require fw4/sweepbright-api
Usage
The API client provides the following methods:
public function getEstate(string $estate_id): Response
public function setEstateUrl(string $estate_id, string $url): void
public function saveContact(array $data, ?array $preferences = null, ?array $location_preference = null): void
public function saveEstateContact(string $estate_id, array $data): void
For more information about available request parameters and response properties, refer to the official API documentation. Properties on both requests and responses are style agnostic, and are accessible through both snake_case and camelCase.
All versions of sweepbright-api with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.1|^8.0
guzzlehttp/guzzle Version ~6.0|~7.0
league/oauth2-client Version ^2.4
ocramius/package-versions Version ^2.1
guzzlehttp/guzzle Version ~6.0|~7.0
league/oauth2-client Version ^2.4
ocramius/package-versions Version ^2.1
The package fw4/sweepbright-api contains the following files
Loading the files please wait ....