Download the PHP package m1guelpf/laraccess-api without Composer
On this page you can find all versions of the php package m1guelpf/laraccess-api. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download m1guelpf/laraccess-api
More information about m1guelpf/laraccess-api
Files in m1guelpf/laraccess-api
Package laraccess-api
Short Description PHP Client for the Laraccess API
License MPL-2.0
Homepage https://github.com/m1guelpf/laraccess-api
Informations about the package laraccess-api
Laraccess API Client
This package makes it easy to interact with Laraccess.
Installation
You can install the package via composer:
Usage
You must pass a the API token to the constructor of M1guelpf\LaraccessApi\Laraccess
.
or you can skip the token and use the connect()
method later
Get User info
Create User
Edit User
Delete User
Get User Campaigns
Get Campaign
Create Campaign
Edit Campaign
Delete Campaign
Get Campaign Leads
Get Lead
Create Lead
Edit Lead
Delete Lead
Invite Lead
Renenerate Token
where $set
is false if you don't want to use the new token on future requests.
Get the Guzzle Client
Set the Guzzle Client
where $client is an instance of \GuzzleHttp\Client
.
Changelog
Please see CHANGELOG for more information what has changed recently.
Testing
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
- Miguel Piedrafita
- All Contributors
License
The Mozilla Public License 2.0 (MPL-2.0). Please see License File for more information.