php-opencloud / openstack

PHP SDK for OpenStack clouds
Apache License 2.0
222 stars 152 forks source link

The current state of the project #363

Closed k0ka closed 6 months ago

k0ka commented 10 months ago

As per https://github.com/php-opencloud/openstack/issues/355 I received maintainer rights. However, the old project CI/CD pipelines do not work anymore.

I restored unit tests but still struggling on restoring integration tests. I'm going to use devstack to deploy and test the project. The same approach is used by the Go OpenStack library (https://github.com/gophercloud/gophercloud/discussions/2298).

ATM I don't have a lot of free time, so I plan to finish it in 1-2 months.

In a mean time I'll fix or accept PRs for critical issues that do not allow using of this library in some specific conditions (like we had a problem with Laravel 9). New features won't be accepted until integration tests are restored.

k0ka commented 6 months ago

Most of problems are resolved. I'll review PRs and Issues soon.