openpotato / restcaptcha-client
A client library for the RESTCaptcha project
Package info
github.com/openpotato/restcaptcha-client.php
pkg:composer/openpotato/restcaptcha-client
0.3.0
2026-03-11 12:20 UTC
Requires
- php: >=8.3
- guzzlehttp/guzzle: ^7.10
Requires (Dev)
- phpunit/phpunit: ^12.5
This package is auto-updated.
Last update: 2026-03-11 12:23:40 UTC
README
RESTCaptcha PHP Client
The official PHP client library for server-side access to the RESTCaptcha API.
- Supports PHP 8.3+
- Supports the
verifyAPI endpoint for server-side verification. - Supports RFC 9457 error responses
- Uses Guzzle as HTTP client.
Installation
The RESTCaptcha PHP Client is available on Packagist, and installation via Composer is the recommended way to install:
composer require openpotato/restcaptcha-client
Getting started
Documentation is available in the GitHub wiki.
Can I help?
Yes, that would be much appreciated. The best way to help is to post a response via the Issue Tracker and/or submit a Pull Request.