Tiqr / tiqr-server-libphp

A PHP library for using the tiqr authentication mechanism
6 stars 7 forks source link

Zendframework1 is deprecated #7

Closed joostd closed 1 year ago

joostd commented 7 years ago

Zendframework1 is used for sending push notifications. However, ZF1 is EOL and should be replaced by something new.

See https://framework.zend.com/blog/2016-06-28-zf1-eol.html

tvdijen commented 5 years ago

Don't need the complete framework for this: https://github.com/zendframework/ZendService_Google_Gcm

pmeulen commented 2 years ago

APNS is now the only functionallity that uses the Zend library. Using https://github.com/zendframework/ZendService_Apple_Apns should be a drop in replacement. Otherwise using another library would work.

I expect the autoloader would need work in any case.

pmeulen commented 1 year ago

Fixed in #49