PHPackages                             rrcatto/ikhokha-php-sdk - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. rrcatto/ikhokha-php-sdk

ActiveLibrary

rrcatto/ikhokha-php-sdk
=======================

Lightweight PHP SDK for the iKhokha iK Pay API using file\_get\_contents, with optional Fat-Free Framework helper.

v0.1.0(5mo ago)02MITPHPPHP &gt;=7.4

Since Nov 20Pushed 5mo agoCompare

[ Source](https://github.com/rrcatto/ikhokha-php-sdk)[ Packagist](https://packagist.org/packages/rrcatto/ikhokha-php-sdk)[ RSS](/packages/rrcatto-ikhokha-php-sdk/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

iKhokha PHP SDK
===============

[](#ikhokha-php-sdk)

Lightweight PHP SDK for the iKhokha iK Pay API using `file_get_contents`, with an optional helper for the Fat-Free Framework.

- Framework-agnostic core client (`Ikhokha\Client`)
- No cURL; uses `file_get_contents` + `stream_context_create`
- Simple exception types
- Optional F3 helper (`Ikhokha\F3\Service`)

Installation
------------

[](#installation)

Via Composer (once published on Packagist):

```
composer require rrcatto/ikhokha-php-sdk
```

For local development, clone this repository and run:

```
composer install
```

Quick Start (Vanilla PHP)
-------------------------

[](#quick-start-vanilla-php)

```
