29 lines
536 B
JSON
29 lines
536 B
JSON
{
|
|
"name": "php-imap/php-imap",
|
|
"description": "PHP class to access mailbox by POP3/IMAP/NNTP using IMAP extension",
|
|
"keywords": [
|
|
"PHP",
|
|
"IMAP",
|
|
"mail"
|
|
],
|
|
"homepage": "https://github.com/barbushin/php-imap",
|
|
"license": "BSD 3-Clause",
|
|
"type": "library",
|
|
"authors": [
|
|
{
|
|
"name": "Sergey Barbushin",
|
|
"homepage": "http://linkedin.com/in/barbushin",
|
|
"email": "barbushin@gmail.com"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=5.3.0"
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"PhpImap": "src/"
|
|
}
|
|
},
|
|
"minimum-stability": "stable"
|
|
}
|