yohacodes / check.et
This package is SDK for PHP developers. to help them verify bank trans from 9 d/t bank.
dev-main
2026-06-22 12:46 UTC
Requires
- php: ^8.3
- vlucas/phpdotenv: ^5.6
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.0
- phpstan/phpstan: ^2.0
- phpunit/phpunit: ^11.5
- symfony/var-dumper: 8.2.x-dev
This package is auto-updated.
Last update: 2026-06-22 12:46:14 UTC
README
Official PHP SDK for interacting with the Check.et API.
Requirements
- PHP 8.2+
Installation
composer require yohacodes/check.et
Basic Usage
use CheckEt\CheckEtClient; $client = new CheckEtClient( apiKey: getenv('CHECK_ET_API_KEY'), appEnv: getenv('CHECK_ET_APP_ENV') ); $response = $client->verify( bank: 'cbe', transactionNumber: 'FT25161234567' );