Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/phpab/phpab
A PHP library to implement A/B testing.
https://github.com/phpab/phpab
ab abtesting php testing
Last synced: 3 months ago
JSON representation
A PHP library to implement A/B testing.
- Host: GitHub
- URL: https://github.com/phpab/phpab
- Owner: phpab
- License: mit
- Created: 2015-04-17T18:27:47.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-22T15:24:32.000Z (over 7 years ago)
- Last Synced: 2024-06-30T16:18:56.208Z (4 months ago)
- Topics: ab, abtesting, php, testing
- Language: PHP
- Homepage: https://phpab.github.io/
- Size: 3.29 MB
- Stars: 83
- Watchers: 11
- Forks: 7
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# phpab
[![Latest Version on Packagist][ico-version]][link-packagist]
[![Software License][ico-license]](LICENSE.md)
[![Build Status][ico-travis]][link-travis]
[![Coverage Status][ico-scrutinizer]][link-scrutinizer]
[![Quality Score][ico-code-quality]][link-code-quality]
[![Total Downloads][ico-downloads]][link-downloads]This is a PHP library to implement A/B testing.
## Install
Via Composer
``` bash
$ composer require phpab/phpab
```## Usage
Take a look at the example directory.
## Change log
Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.
## Testing
``` bash
$ composer test
```## Contributing
Please see [CONTRIBUTING](CONTRIBUTING.md) and [CONDUCT](CONDUCT.md) for details.
## Security
If you discover any security related issues, please open an issue in the issue tracker. We realize
this is not ideal but it's the fastest way to get the issue solved.## Credits
- [Walter Tamboer](https://github.com/waltertamboer)
- [Patrick Heller](https://github.com/psren)
- [Mariano F.co Benítez Mulet](https://github.com/pachico)
- [All Contributors](https://github.com/phpab/phpab/graphs/contributors)## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.
[ico-version]: https://img.shields.io/packagist/v/phpab/phpab.svg?style=flat-square
[ico-license]: https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square
[ico-travis]: https://img.shields.io/travis/phpab/phpab/master.svg?style=flat-square
[ico-scrutinizer]: https://img.shields.io/scrutinizer/coverage/g/phpab/phpab.svg?style=flat-square
[ico-code-quality]: https://img.shields.io/scrutinizer/g/phpab/phpab.svg?style=flat-square
[ico-downloads]: https://img.shields.io/packagist/dt/phpab/phpab.svg?style=flat-square[link-packagist]: https://packagist.org/packages/phpab/phpab
[link-travis]: https://travis-ci.org/phpab/phpab
[link-scrutinizer]: https://scrutinizer-ci.com/g/phpab/phpab/code-structure
[link-code-quality]: https://scrutinizer-ci.com/g/phpab/phpab
[link-downloads]: https://packagist.org/packages/phpab/phpab
[link-author]: https://github.com/:author_username
[link-contributors]: ../../contributors