hypernova-php icon indicating copy to clipboard operation
hypernova-php copied to clipboard

refactor: remove guzzlehttp/guzzle & ramsey/uuid

Open jmtt89 opened this issue 3 years ago • 0 comments

With these changes, the need for future maintenance of the library should be reduced.

  • Remove guzzlehttp/guzzle and add custom CURL implementation for http request
  • Remove ramsey/uuid for random_compat in >= php7 and use paragonie/random_compat polyfill for random_bytes() in PHP 5.x

jmtt89 avatar May 17 '22 18:05 jmtt89