PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Nahid Bin Azhar   PHP Imap Library   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Imap Library
Read and decode email from IMAP or POP3 mailboxes
Author: By
Last change: fix namespace issue
fix connection problem
Date: 8 years ago
Size: 582 bytes
 

Contents

Class file image Download
{ "name": "nahidz/imapx", "description": "ImapX is library for retriving email from server", "license": "MIT", "authors": [ { "name": "Nahid Bin Azhar", "email": "nahid.dns@gmail.com" } ], "minimum-stability": "dev", "require": { "php": ">=5.3.0" }, "require-dev": { "phpunit/phpunit": "4.1.*" }, "autoload": { "psr-4": { "Nahidz\\Imapx\\": "src/" } }, "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } } }