internetmarke-php
internetmarke-php copied to clipboard
PHP 8.3 compatibility: Replace get_class() with __CLASS__
Hi there,
I was just testing the library with PHP 8.3 and found calling get_class() without arguments is deprecated. Added a patch and replaced the call with CLASS instead.
Best, Dennis
Thank you for the fix and sorry for only getting to it now. Unfortunately, this library will stop working in a few months with the EOL of the API it relies on (cf. https://github.com/baltpeter/internetmarke-php/issues/23), so I will not be pushing any new releases anymore.