scyzoryck/imap-transport

Maintainers

Package info

github.com/scyzoryck/imap-transport

pkg:composer/scyzoryck/imap-transport

Statistics

Installs: 0

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

dev-master 2024-05-26 18:18 UTC

This package is auto-updated.

Last update: 2026-02-26 22:03:28 UTC


README

Allows to read emails from the mail box via IMAP. Package is not stable yet.

Flow

Development

Run PHPUnit

php vendor/bin/phpunit tests   

Run PHPStan

php vendor/bin/phpstan analyse 

Run CodeStyle

php vendor/bin/php-cs-fixer fix