Download the PHP package moesif/moesifapi-php without Composer
On this page you can find all versions of the php package moesif/moesifapi-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download moesif/moesifapi-php
More information about moesif/moesifapi-php
Files in moesif/moesifapi-php
Package moesifapi-php
Short Description Log HTTP API Requests/Responses to Moesif
License Apache-2.0
Homepage https://moesif.com
Informations about the package moesifapi-php
MoesifApi Lib for PHP
Check out Moesif's Developer Documentation and PHP API Reference to learn more
How To Install
Install via Composer
How To Use:
For using this SDK do the following:
- Use Composer to install the dependencies. See the section "How To Build".
- See that you have configured your SDK correctly. See the section "How To Configure".
-
Depending on your project setup, you might need to include composer's autoloader in your PHP code to enable autoloading of classes.
-
Import the SDK client in your project:
- Instantiate the client. After this, you can now access the Moesif API and call the respective methods:
Your Moesif Application Id can be found in the Moesif Portal. After signing up for a Moesif account, your Moesif Application Id will be displayed during the onboarding steps.
You can always find your Moesif Application Id at any time by logging into the Moesif Portal, click on the top right menu, and then clicking Installation.
Create a Single API Event
Update a Single User
Create or update a user profile in Moesif.
The metadata field can be any customer demographic or other info you want to store.
Only the user_id
field is required.
Update Users in Batch
Similar to update user, but used to update a list of users in one batch.
Only the user_id
field is required.
Update a Single Company
Create or update a company profile in Moesif.
The metadata field can be any company demographic or other info you want to store.
Only the company_id
field is required.
Update Companies in Batch
Similar to update company, but used to update a list of companies in one batch.
Only the company_id
field is required.
All versions of moesifapi-php with dependencies
ext-curl Version *
ext-json Version *
ext-mbstring Version *
mashape/unirest-php Version ~3.0.1
apimatic/jsonmapper Version ~1.0.0