maksimovic / zend-mime
Zend Framework 1 Mime package
2.0.0
2026-04-10 20:42 UTC
Requires
- php: >=8.1
- ext-iconv: *
- maksimovic/zend-exception: ^2.0.1
Requires (Dev)
- phpstan/phpstan: ^2.1
- phpunit/phpunit: ^10.5
Replaces
- zf1/zend-mime: ^1.12
- zf1s/zend-mime: ^1.12
This package is auto-updated.
Last update: 2026-04-10 20:53:55 UTC
README
A PHP 8.1+ compatible fork of zf1s/zend-mime, originally from Zend Framework 1.
MIME message creation, parsing, and encoding. Supports multipart messages, quoted-printable, and base64 encoding.
Installation
composer require maksimovic/zend-mime
This package replaces zf1/zend-mime and zf1s/zend-mime.
License
BSD-3-Clause