[RFR]: Added Origin CA Certificate endpoint (#123)

* Added Certificate endpoint

* Implement all calls in /certificates endpoint

* Added to travis more php versions

* Fix package compatibility

* Added CertificateTest

* Added test for Certificate endpoint

* Added more tests

* Updated README

Co-authored-by: haphan <thanhha.phan@myrepublic.net>
This commit is contained in:
Ha Phan
2020-07-07 18:19:15 +08:00
committed by GitHub
parent fab493d2d3
commit 6d9b4ddffe
12 changed files with 654 additions and 240 deletions

View File

@@ -9,7 +9,7 @@
"ext-json": "*"
},
"require-dev": {
"phpunit/phpunit": "5.7.5",
"phpunit/phpunit": "^5.7",
"phpmd/phpmd" : "@stable",
"friendsofphp/php-cs-fixer": "^2.6"
},