阅读IMAP + Laravel 5.1的电子邮件

I'm looking for a solution to do the following:

I want to read emails from an IMAP mailbox, show them in a table and give each of them a ticket number. They are also collected in categories (this is done by keywords in the subject of the mail). They also get a status ( in treatment, open, finished).

I was wondering if any of you had experience with reading emails from IMAP in Laravel 5.1. What's the best solution for this? I've found the barbushin/php-imap library and the ddeboer/imap library. But which one is better or with wich ones did you have a good experience?

Or another option? I just want to make it best practice and easy to write.

I find a laravel package for imap connection.

May be is useful for you: http://packalyst.com/packages/package/zalazdi/laravel-imap