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

Plivo PHP Helper Library

Results 50 plivo-php issues
Sort by recently updated
recently updated
newest added

Fix issue with "Resource account not found" as a result of the code not matching the PHPDoc

This pull request adds a method to easily check if the signature of a request is valid. You no longer have to parse the headers yourself. In addition, PSR-7 messages...

* Rename class `signatureValidation` to `SignatureValidation` * Use constant-time comparison to validate signature (requires PHP 5.6) * Move test case to appropriate namespace * Update documentation These changes are not...

This pull request simplifies the setup to run the test cases: * Use built-in autoloader for tests * Use PHPUnit binary as specified in `composer.json` * Use newer PHPUnit version...

I get ``` Warning: Undefined array key "query" in Plivo\Util\v3SignatureValidation::constructGetUrl() (line 101 of /code/vendor/plivo/plivo-php/src/Plivo/Util/v3SignatureValidation.php) ```` See https://github.com/plivo/plivo-php/blob/0061ba51c96c6c27e92c2ba98250f3547b81b794/src/Plivo/Util/v3SignatureValidation.php#L101C9-L101C44 I'm submitting the URL called by Plivo on a POST request to my...

bug