PHPackages                             khepri/connector - 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. khepri/connector

ActiveLibrary

khepri/connector
================

Ease Access to the Khepri technology

012PHP

Since Jun 30Pushed 9y ago1 watchersCompare

[ Source](https://github.com/khepri-dev/KhepriConnectorPhp)[ Packagist](https://packagist.org/packages/khepri/connector)[ RSS](/packages/khepri-connector/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

KhepriConnectorPhp
==================

[](#khepriconnectorphp)

In the composer.json, on the require section add:

> "require": {

> "khepri/connector": "dev-master"

> }

You need to update your composer

> $ composer update

Here is a simple sample use case

> > require './vendor/autoload.php';
>
> > // Khepri URL (sandbox environment)
>
> > $khepri\_url = '';
>
> > // Initialize the client with your API-Key. You can find it on your Khepri account.
>
> > $api\_key = 'MY\_API\_KEY';
>
> > // you can create your instance with your khepri account here we select the instance 1
>
> > $instance\_id = 1;
>
> > // init
>
> > KhepriAPI::init($khepri\_url, $api\_key);
>
> > // Simple ask
>
> > $answer = KhepriAPI::ask($instance\_id);
>
> > // Simple success
>
> > $chk = KhepriAPI::success($instance\_id, $answer-&gt;solution);

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/eb805ce1600985d5edc1bb944e571fcbc9fb13d0c7bc920b224b4031bb7c142a?d=identicon)[khepri-dev](/maintainers/khepri-dev)

### Embed Badge

![Health badge](/badges/khepri-connector/health.svg)

```
[![Health](https://phpackages.com/badges/khepri-connector/health.svg)](https://phpackages.com/packages/khepri-connector)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
