PHPackages                             geniza-ai/geniza-sdk-php - 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. [API Development](/categories/api)
4. /
5. geniza-ai/geniza-sdk-php

ActiveLibrary[API Development](/categories/api)

geniza-ai/geniza-sdk-php
========================

SDK for interacting with Geniza.ai API endpoints

v0.3.1(2y ago)16[1 PRs](https://github.com/geniza-ai/geniza-sdk-php/pulls)MITPHPPHP ^8.1

Since Aug 23Pushed 2y ago1 watchersCompare

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

READMEChangelog (6)Dependencies (11)Versions (11)Used By (0)

Geniza PHP SDK
==============

[](#geniza-php-sdk)

[![Php_version](https://camo.githubusercontent.com/b93076876b6cdddb586f6944be9b34738a32a2e26af1a2a08ab0165fdff3ee7a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f67656e697a612d61692f67656e697a612d73646b2d7068703f6c6f676f3d706870266c6f676f436f6c6f723d666666666666)](https://packagist.org/packages/datadistillr/drill-sdk-php)[![Package version](https://camo.githubusercontent.com/487059f008694720bbc0e0fe2353dbdf9e96688ebfd0da698cb19ceeb3211d4a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f67656e697a612d61692f67656e697a612d73646b2d7068703f696e636c7564655f70726572656c6561736573266c6f676f3d7061636b6167697374266c6f676f436f6c6f723d666666666666)](https://packagist.org/packages/geniza-ai/geniza-sdk-php)[![License](https://camo.githubusercontent.com/0f547a6580019c6c795712888a8a298417606686459d78277bf4f73fb1577286/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f67656e697a612d61692f67656e697a612d73646b2d7068703f6c6f676f3d4d4954266c6f676f436f6c6f723d666666666666)](LICENSE)

This SDK is the best and easiest way to connect to the Geniza.ai API.

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

[](#installation)

Install using composer:

```
composer require geniza-ai/geniza-sdk-php

```

Usage
-----

[](#usage)

```
use Geniza\Geniza;

new Geniza($key, $secretKey);
```

Detailed information on how to use the methods contained in this SDK can be found on in our [API documentation](https://docs.geniza.ai).

Framework Integrations
----------------------

[](#framework-integrations)

### CodeIgniter 4

[](#codeigniter-4)

Add the key and secret key to a config class.

```
