issues
search
cloudflare
/
cloudflare-php
PHP library for the Cloudflare v4 API
BSD 3-Clause "New" or "Revised" License
621
stars
222
forks
source link
Add Crypto endpoints to crypto.php, update TLS.php
#92
Closed
exportsmedia
closed
5 years ago
exportsmedia
commented
5 years ago
Add new Crypto.php
Add several new endpoints to Crypto.php
Move SSL/HTTPS methods from TLS.php to Crypto.php
Add new TLS endpoint to TLS.php
Add tests for Crypto.php and TLS.php
exportsmedia
commented
5 years ago
To pass CI checks:
Made SSL.php to reduce class size of Crypto.php
Made SSLTests.php for tests
Cleaned up various code formatting preventing CI checks from passing