cloudinary / cloudinary_php

PHP extension for Cloudinary
https://cloudinary.com/documentation/php_integration
MIT License
386 stars 150 forks source link

Use named parameters instead of array in Version 3 #397

Closed tacman closed 8 months ago

tacman commented 8 months ago

If Version 3 of this SDK dropped support for all EOL dependencies, it could take advantage of things like named parameters in method calls.

Currently the library supports PHP 5, whhich has been EOL for nearly 5 years, and PHP 7, which is also EOL. There's technical debt carrying these ancient versions.

I LOVE named parameters. The autocomplete within an IDE makes it so much easier to code.

dannyv-cloudinary commented 8 months ago

Hey @tacman. I shall close this off as this isn't an issue, but rather, a potential enhancement to the SDK. I have made the SDK team aware.