stonemax / acme2

Another PHP client for acme protocal (version 2) implementation, used for generating letsencrypt's free ssl certificates.
MIT License
49 stars 28 forks source link

Migrate all direct file access to StorageProviders #29

Closed theminecoder closed 4 years ago

theminecoder commented 6 years ago

This allows developers to use any form of storage to store data needed for this library whether it be in a database, cloud storage (using direct apis), etc.

Care has been taken to not break any usage of the library that confirms to how most people should have been using it, so for most people this should be a direct upgrade.

theminecoder commented 4 years ago

I don't know if you still update this or not but I updated this pr soooo

theminecoder commented 4 years ago

Closing this as the repo seems to be no longer active