Download the PHP package activix/nylas-php without Composer
On this page you can find all versions of the php package activix/nylas-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download activix/nylas-php
More information about activix/nylas-php
Files in activix/nylas-php
Download activix/nylas-php
More information about activix/nylas-php
Files in activix/nylas-php
Vendor activix
Package nylas-php
Short Description PHP wrapper for the Nylas API (Adapted for Activix).
License MIT
Package nylas-php
Short Description PHP wrapper for the Nylas API (Adapted for Activix).
License MIT
Please rate this library. Is it a good library?
Informations about the package nylas-php
Nylas PHP
Forked from nylas/nylas-php. Adapted for Activix.
PHP bindings for the Nylas REST API https://www.nylas.com.
Installation
You can install the library by running:
Usage
The Nylas REST API uses server-side (three-legged) OAuth, and this library provides convenience methods to simplify the OAuth process. Here's how it works:
- You redirect the user to our login page, along with your App Id and Secret
- Your user logs in
- She is redirected to a callback URL of your own, along with an access code
- You use this access code to get an authorization token to the API
For more information about authenticating with Nylas, visit the Developer Documentation.
In practice, the Nylas REST API client simplifies this down to two steps.
Fetching Account Information
Fetching Threads
Working with Threads
Working with Files
Working with Drafts
Working with Events
All versions of nylas-php with dependencies
PHP Build Version
Package Version
The package activix/nylas-php contains the following files
Loading the files please wait ....