rackspace / php-opencloud

The PHP SDK for OpenStack clouds
developer.rackspace.com
Other
451 stars 250 forks source link

PHP 8 support? #754

Open mrmikeeu opened 3 years ago

mrmikeeu commented 3 years ago

Will this package be updated to add PHP 8 support?

gkilwein commented 2 years ago

After struggling for days trying to get this updated to work with PHP 8, I wrote my own simple, unofficial client ( https://github.com/gkilwein/Rackspace-Cloud-Files ) since it looks like Rackspace has abandoned this library. It doesn't support everything but it does the basics and can be extended if you need more functionality.

atreshilov commented 1 year ago

Same here. But I went deeper and wrote a class w/o any dependencies :)

https://github.com/atreshilov/rackspace-cloudfiles

gkilwein commented 1 year ago

@atreshilov Nice!