stonemax / acme2

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

Composer Package #8

Closed markokeeffe closed 6 years ago

markokeeffe commented 6 years ago

Any chance you would like to publish this to Packagist as a composer package?

stonemax commented 6 years ago

Hi, markokeeffe

Thanks for your advice!

I designed this project as an independent tool on the start, so the type in composer.json was "project".

Now I has changed the type field to "library"(You can still use this project as an independent tool) and submited it to Packagist, current version is 1.0.0, follow this url for detail: https://packagist.org/packages/stonemax/acme2

You can configure your project's composer.json file, add "stonemax/acme2": ">=1.0.0" into the require field.