MAPI
MAPI copied to clipboard
PHP 8
Can i install it on PHP 8 ?
yes, as stated in the latest release: https://github.com/hfig/MAPI/releases/tag/v1.2.0
yes, as stated in the latest release: https://github.com/hfig/MAPI/releases/tag/v1.2.0
But unfortunately not with 8.2. i got too many deprecated methods
8.2 is not 8.0. 8.2 is where #[\ReturnTypeWillChange] starts to bite and managing a library compatible with PHP 7 and 8 becomes a bit more work.
I'm happy to take PRs, but you'll need to maintain PHP 7.4 compatibility (which, nonetheless, would be up from PHP 7.1 currently)