Download the PHP package sumacrm/nylas-php without Composer
On this page you can find all versions of the php package sumacrm/nylas-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download sumacrm/nylas-php
More information about sumacrm/nylas-php
Files in sumacrm/nylas-php
Package nylas-php
Short Description PHP wrapper for the Nylas API (Adapted for lanlin).
License MIT
Informations about the package nylas-php
Nylas PHP
PHP bindings for the Nylas REST API https://www.nylas.com
Modification
I fork this project from lanlin/nylas-php, because i find the original package only support guzzle 5 and lanlin package only supports PHP 7. Now i made some change, so it can support guzzle >6.0.
Be care, there maybe has some bugs that i have not found yet.
Installation
You can install my fork library with composer.
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.
Options Parameters
Auth
index.php
login_callback.php
Fetching Threads
Working with Threads
Working with Files
Working with Drafts
Working with Send Directly
Carefully, send directly is diffrent from create a draft and then send it above.
Working with Events
Webhooks Signature Verification
End
This nylas-php project is forked by https://github.com/lanlin and by https://github.com/samuelfa (support for PHP 5.6)
it's not the official version. The official version has many bugs.
And not suport guzzle >6.0 yet. So i fork it, and made many modification.
Surely there's bugs in my fork, but i not have much time on this.
So, help fix these bugs, request pulls are welcome.