calderawp / caldera-anti-spam-client
PHP Client for Caldera anti-spam app
0.3.2
2018-02-05 22:52 UTC
Requires
- php: ^7.1
- awurth/slim-validation: ^3.0
- calderawp/caldera-interop: ^0.6
- guzzlehttp/guzzle: ^6.3
- psr/container: 1.0.0
- psr/http-message: ^1.0@dev
Requires (Dev)
- friendsofphp/php-cs-fixer: ^2.9
- jakub-onderka/php-console-highlighter: dev-master
- jakub-onderka/php-parallel-lint: dev-master
- php-coveralls/php-coveralls: ^2.0@dev
- phpunit/phpunit: ~6.0
- squizlabs/php_codesniffer: 3.*
README
This is the PHP client for the Caldera Anti-Spam service.
Usage
- Acquire API key.
new calderawp\AntiSpamClient\Client\Client($apiKey, $apiUrl, $guzzle );
- Read /tests/ClientTest and tests/RequestTest
Development
- Build:
composer install
- Tests and sniffs and lints:
composer tests
- Tests only:
composer test
FAQ
- What is this? This the a PHP client for an anti-spam service we use as part of Caldera Forms Pro.
- How can I use this? Subscribe to Caldera Forms Pro and upgrade Caldera Forms to version 1.6.0 or later.
- Can I have an API key? Are you the Caldera Forms Pro web app? If not, no.
- Seriously, I can't use this? For now, no, you may not. Seriously, there is one API key. This service does not have a "more than one API key" feature yet.
Copyright/ License
Copyright 2018 Josh Pollock for CalderaWP LLC. Licensed under the terms of the GNU GPL version 2 or later.