PHPackages                             botamp/botamp-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. botamp/botamp-php

AbandonedArchivedLibrary[API Development](/categories/api)

botamp/botamp-php
=================

Botamp PHP Library

1.2.0(9y ago)0531MITPHPPHP &gt;=5.6

Since Nov 14Pushed 9y agoCompare

[ Source](https://github.com/botamp/botamp-php)[ Packagist](https://packagist.org/packages/botamp/botamp-php)[ Docs](https://botamp.com/)[ RSS](/packages/botamp-botamp-php/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (3)Dependencies (12)Versions (9)Used By (1)

Botamp PHP SDK
==============

[](#botamp-php-sdk)

[![Build Status](https://camo.githubusercontent.com/bf830ade4e24bbe7d4dc62960b900ad5615eb832c2f7090de3292e0931c6aff7/68747470733a2f2f7472617669732d63692e6f72672f626f74616d702f626f74616d702d7068702e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/botamp/botamp-php)[![Coverage Status](https://camo.githubusercontent.com/309abc3acf365da0f12392574fde02465f5dde38240c15df7a15b5babc470009/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f626f74616d702f626f74616d702d7068702f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/github/botamp/botamp-php?branch=master)[![Code Climate](https://camo.githubusercontent.com/39bce194736b1811f36ba83eee97b9fcd8a98e29b0a265cbf65dc5b8a0897258/68747470733a2f2f636f6465636c696d6174652e636f6d2f6769746875622f626f74616d702f626f74616d702d7068702f6261646765732f6770612e737667)](https://codeclimate.com/github/botamp/botamp-php)[![Latest Stable Version](https://camo.githubusercontent.com/4012d1bfcdcb8e240f1077b6c6d2c2bcf387ed067a977c477bcf6f2e26edde11/68747470733a2f2f706f7365722e707567782e6f72672f626f74616d702f626f74616d702d7068702f762f737461626c65)](https://packagist.org/packages/botamp/botamp-php)[![Total Downloads](https://camo.githubusercontent.com/4387692b6eff5ffe8863d16eb2f19362661f92722c0805b21e0d09f3964984dc/68747470733a2f2f706f7365722e707567782e6f72672f626f74616d702f626f74616d702d7068702f646f776e6c6f616473)](https://packagist.org/packages/botamp/botamp-php)[![License](https://camo.githubusercontent.com/432588a5631f4201172331976bca7cd296cd78051cdf86323a721fd740dda94c/68747470733a2f2f706f7365722e707567782e6f72672f626f74616d702f626f74616d702d7068702f6c6963656e7365)](https://packagist.org/packages/botamp/botamp-php)

Botamp is an autonomous AI-enabled chat assistant which interacts seamlessly with your customers, keeps them engaged and makes them buy more from you, while you can focus on serving them.

You can sign up for a Botamp account at .

Requirements
------------

[](#requirements)

PHP 5.6 and later (previous PHP versions may work but untested), HHVM

Composer
--------

[](#composer)

You can install the SDK via [Composer](http://getcomposer.org/). Run the following command:

```
composer require botamp/botamp-php
```

To be able to use it, require Composer [autoload](https://getcomposer.org/doc/00-intro.md#autoloading):

```
require_once('vendor/autoload.php');
```

Getting Started
---------------

[](#getting-started)

Here goes a simple usage:

```
$botamp = new Botamp\Client(YOUR_API_KEY);
$entities = $botamp->entities->all();

foreach($entities as $entity)
{
    echo $entity['name'];
}
```

Documentation
-------------

[](#documentation)

Please see  for up-to-date documentation.

Development
-----------

[](#development)

Install dependencies:

```
composer install
```

Tests
-----

[](#tests)

Install dependencies as mentioned above (which will resolve [PHPUnit](http://packagist.org/packages/phpunit/phpunit)), then you can run the test suite:

```
./vendor/bin/phpunit
```

Or to run an individual test file:

```
./vendor/bin/phpunit tests/ClientTest.php
```

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

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.

###  Release Activity

Cadence

Every ~44 days

Total

3

Last Release

3389d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6235c840d8775182a246e072a67502402c7f3e3160f4bf2d7d30f86353342ed9?d=identicon)[ousmane95](/maintainers/ousmane95)

---

Top Contributors

[![ousmanedev](https://avatars.githubusercontent.com/u/11911945?v=4)](https://github.com/ousmanedev "ousmanedev (44 commits)")

---

Tags

apibotampbot creation

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/botamp-botamp-php/health.svg)

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

###  Alternatives

[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.5k5.9M731](/packages/sylius-sylius)[telnyx/telnyx-php

Official Telnyx PHP SDK — APIs for Voice, SMS, MMS, WhatsApp, Fax, SIP Trunking, Wireless IoT, Call Control, and more. Build global communications on Telnyx's private carrier-grade network.

35789.4k2](/packages/telnyx-telnyx-php)[apigee/apigee-client-php

Client library for connecting to the Apigee Edge API.

27584.5k4](/packages/apigee-apigee-client-php)[brd6/notion-sdk-php

Notion SDK for PHP

6123.0k](/packages/brd6-notion-sdk-php)[openai-php/client

OpenAI PHP is a supercharged PHP API client that allows you to interact with the Open AI API

5.8k28.0M309](/packages/openai-php-client)[razorpay/ifsc

Razorpay IFSC Codes Library

385205.4k](/packages/razorpay-ifsc)

PHPackages © 2026

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