2017-25 © Pedro Peláez
 

library fetch

A PHP IMAP Library

image

apexwire/fetch

A PHP IMAP Library

  • Monday, July 25, 2016
  • by ApexWire
  • Repository
  • 1 Watchers
  • 0 Stars
  • 38 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 153 Forks
  • 0 Open issues
  • 16 Versions
  • 3 % Grown

The README.md

Fetch

Fetch это библиотека для чтения электронной почты и вложений, по протоколам POP и IMAP., (*1)

Установка

Предпочтительный способ установки расширения через composer., (*2)

Запустить, (*3)

php composer.phar require "apexwire/fetch" : "^0.9.0"

или добавить, (*4)

"apexwire/fetch": "^0.9.0"

в разделе "require" вашего composer.json, (*5)

Применение

Это лишь простой код, чтобы показать, как получить доступ к сообщениям с помощью Fetch. Он использует Fetch собственный автозагрузка, но он может (и должен быть, если это применимо) заменяется генерируемому композитором., (*6)

    $server = new \Fetch\Server('imap.example.com', 993);
    $server->setAuthentication('dummy', 'dummy');

    $messages = $server->getMessages();
    /** @var $message \Fetch\Message */
    foreach ($messages as $message) {
        echo "Subject: {$message->getSubject()}\nBody: {$message->getMessageBody()}\n";
    }

Лицензия

Этот проект был выпущен под лицензией BSD-3-Clause. Подробнее тут., (*7)

Copyright © 2016, ApexWire, (*8)

Выражение признательности

  • Проект является форком Fetch.

The Versions

25/07 2016

dev-master

9999999-dev http://github.com/apexwire/Fetch

A PHP IMAP Library

  Sources   Download

BSD-3-Clause

The Requires

  • php >=5.4.0
  • ext-imap *

 

The Development Requires

by Avatar ApexWire
by Robert Hafner

email imap pop3

25/07 2016

v0.10.1

0.10.1.0 http://github.com/apexwire/Fetch

A PHP IMAP Library

  Sources   Download

BSD-3-Clause

The Requires

  • php >=5.4.0
  • ext-imap *

 

The Development Requires

by Avatar ApexWire
by Robert Hafner

email imap pop3

27/05 2016

v0.10.0

0.10.0.0 http://github.com/apexwire/Fetch

A PHP IMAP Library

  Sources   Download

BSD-3-Clause

The Requires

  • php >=5.4.0
  • ext-imap *

 

The Development Requires

by Avatar ApexWire
by Robert Hafner

email imap pop3

24/05 2016

v0.9.1

0.9.1.0 http://github.com/apexwire/Fetch

A PHP IMAP Library

  Sources   Download

BSD-3-Clause

The Requires

  • php >=5.4.0
  • ext-imap *

 

The Development Requires

by Avatar ApexWire
by Robert Hafner

email imap pop3

16/05 2016

v0.9.0

0.9.0.0 http://github.com/apexwire/Fetch

A PHP IMAP Library

  Sources   Download

BSD-3-Clause

The Requires

  • php >=5.4.0
  • ext-imap *

 

The Development Requires

by Avatar ApexWire
by Robert Hafner

email imap pop3

15/04 2016

v0.8.0

0.8.0.0 http://github.com/apexwire/Fetch

A PHP IMAP Library

  Sources   Download

BSD-3-Clause

The Requires

  • php >=5.4.0
  • ext-imap *

 

The Development Requires

by Avatar ApexWire
by Robert Hafner

email imap pop3

02/08 2015

v0.7.1

0.7.1.0 http://github.com/tedious/Fetch

A PHP IMAP Library

  Sources   Download

BSD-3-Clause

The Requires

  • php >=5.3.0
  • ext-imap *

 

The Development Requires

by Robert Hafner

email imap pop3

08/01 2015

v0.6.1

0.6.1.0 http://github.com/tedious/Fetch

A PHP IMAP Library

  Sources   Download

BSD-3-Clause

The Requires

  • php >=5.3.0
  • ext-imap *

 

The Development Requires

by Robert Hafner

email imap pop3

14/03 2014

v0.5.3

0.5.3.0 http://github.com/tedivm/Fetch

A PHP IMAP Library

  Sources   Download

BSD-3-Clause

The Requires

  • php >=5.3.0

 

The Development Requires

by Robert Hafner

email imap pop3

21/01 2014

v0.5.2

0.5.2.0 http://github.com/tedivm/Fetch

A PHP IMAP Library

  Sources   Download

BSD-3-Clause

The Requires

  • php >=5.3.0

 

The Development Requires

by Robert Hafner

email imap pop3

19/12 2013

v0.5.1

0.5.1.0 http://github.com/tedivm/Fetch

A PHP IMAP Library

  Sources   Download

BSD-3-Clause

The Requires

  • php >=5.3.0
  • ext-imap *

 

by Robert Hafner

email imap pop3

01/12 2013

v0.4.5

0.4.5.0 http://github.com/tedivm/Fetch

A PHP IMAP Library

  Sources   Download

BSD-3-Clause

The Requires

  • php >=5.3.0
  • ext-imap *

 

by Robert Hafner

email imap pop3

28/07 2013

v0.4.4

0.4.4.0 http://github.com/tedivm/Fetch

A PHP IMAP Library

  Sources   Download

BSD-3-Clause

The Requires

  • php >=5.3.0
  • ext-imap *

 

by Robert Hafner

email imap pop3

12/07 2013

v0.4.3

0.4.3.0 http://github.com/tedivm/Fetch

A PHP IMAP Library

  Sources   Download

BSD-3-Clause

The Requires

  • php >=5.3.0
  • ext-imap *

 

by Robert Hafner

email imap pop3

01/07 2013

v0.4.2

0.4.2.0 http://github.com/tedivm/Fetch

A PHP IMAP Library

  Sources   Download

BSD-3-Clause

The Requires

  • php >=5.3.0
  • ext-imap *

 

by Robert Hafner

email imap pop3

26/11 2012

v0.4.1

0.4.1.0 http://github.com/tedivm/Fetch

A PHP IMAP Library

  Sources   Download

BSD-3-Clause

The Requires

  • php >=5.3.0

 

by Robert Hafner

email imap pop3