Skip to main content

Installation

Follow the instructions below to install the KRA eTIMS OSCU SDKs for your preferred programming language. Each SDK is production-ready and maintained by Paybill.


PHP SDK Installation

  1. Ensure Composer is installed:
composer -V
  1. Install the KRA eTIMS PHP SDK via Composer:
composer require paybilldev/kra-etims-sdk
  1. Verify installation:
php -r "require 'vendor/autoload.php'; echo 'SDK installed successfully';"

Next Steps