Download the PHP package weijiajia/decrypt-verification-code without Composer
On this page you can find all versions of the php package weijiajia/decrypt-verification-code. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package decrypt-verification-code
Decrypt Verification Code
A PHP package for decoding CAPTCHA verification codes using the jfbym.com cloud service API.
Description
This package provides a simple interface for decrypting various types of verification code images by leveraging the jfbym.com API. It uses the Saloon HTTP client library for making API requests and handling responses.
Installation
You can install the package via composer:
Requirements
- PHP 8.0 or higher
- Saloon HTTP client
- A valid API token from jfbym.com
Usage
Basic Usage
Response Structure
The API response is mapped to a CloudCodeResponse
object with the following structure:
With Logging
The connector supports logging functionality via the HasLogger
trait:
Error Handling
The package throws a DecryptCloudCodeException
when the API returns an error. The exception includes the error message and code from the API response.
API Reference
CloudCodeConnector
decryptCloudCode(string $token, string $type, string $image): CloudCodeResponseInterface
Sends a request to the jfbym.com API to decode a verification code image.
Parameters:
$token
- Your API authentication token$type
- The type code that specifies the CAPTCHA format$image
- Base64 encoded image data
Returns:
- A
CloudCodeResponseInterface
object containing the decoded verification code
License
This package is open-sourced software licensed under the MIT license.
Credits
- [Author Name]
- [All Contributors]
All versions of decrypt-verification-code with dependencies
php Version ^8.0
weijiajia/saloonphp-logs-plugin Version dev-main