PCextreme / cloudstack-php

Native PHP Cloudstack client
MIT License
10 stars 9 forks source link

Transformed api-list caching system #28

Closed FrontEndCoffee closed 5 years ago

FrontEndCoffee commented 6 years ago

I exchanged the dirty vardump + file(get|put)_contents() with an elegant, efficient and effective solution: symfony/cache

FrontEndCoffee commented 6 years ago

@kevindierkx what do you think about this? I think it’s worth adding the dependency. Especially considering the authors and amount of peer dependencies.