PHPackages                             utopia-php/ab - 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. [Framework](/categories/framework)
4. /
5. utopia-php/ab

ActiveLibrary[Framework](/categories/framework)

utopia-php/ab
=============

A simple AB Test library to manage server side AB testing

0.1.2(5y ago)114.7k↓33.3%6[2 PRs](https://github.com/utopia-php/ab/pulls)MITPHPPHP &gt;=7.3

Since May 8Pushed 2y ago7 watchersCompare

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

READMEChangelog (3)Dependencies (2)Versions (8)Used By (0)

Utopia AB Tests
===============

[](#utopia-ab-tests)

[![Build Status](https://camo.githubusercontent.com/9321de4872f08925a7990acd110dbed6d1187a548cd9ff906c162f17d5189df9/68747470733a2f2f7472617669732d63692e6f72672f75746f7069612d7068702f61622e7376673f6272616e63683d6d6173746572)](https://travis-ci.com/utopia-php/ab)[![Total Downloads](https://camo.githubusercontent.com/d5c824f6404b961ff93020638f28d0a347cede45e1745eeeee987a9ffb0af8ae/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f75746f7069612d7068702f61622e737667)](https://camo.githubusercontent.com/d5c824f6404b961ff93020638f28d0a347cede45e1745eeeee987a9ffb0af8ae/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f75746f7069612d7068702f61622e737667)[![Discord](https://camo.githubusercontent.com/6e418910df1b6eb524c6cbd88dbaf5a5aa294316eeadcd963e11262a319f6321/68747470733a2f2f696d672e736869656c64732e696f2f646973636f72642f3536343136303733303834353135313234343f6c6162656c3d646973636f7264)](https://appwrite.io/discord)

Utopia AB Tests library is simple and lite library for managing AB tests on the server side. This library is aiming to be as simple and easy to learn and use. This library is maintained by the [Appwrite team](https://appwrite.io).

Although this library is part of the [Utopia Framework](https://github.com/utopia-php/framework) project it is dependency free and can be used as standalone with any other PHP project or framework.

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

[](#getting-started)

Install using composer:

```
composer require utopia-php/ab
```

```
