Download the PHP package pivotalso/pivotal-ab without Composer
On this page you can find all versions of the php package pivotalso/pivotal-ab. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download pivotalso/pivotal-ab
More information about pivotalso/pivotal-ab
Files in pivotalso/pivotal-ab
Package pivotal-ab
Short Description Blade A/B testing for Laravel
License proprietary
Homepage https://github.com/pivotalso/laravel-ab
Informations about the package pivotal-ab
Laravel AB by Pivotal
Currently under testing for official release - 4.4.2024
Laravel A/B by Pivotal is a package to help you create and manage A/B tests on your laravel blade templates. It also provides a way to generate and view reports locally or by integration into Pivotal AB services.
Installation
You can install the package via composer:
Add the service provider in config/app.php
:
`
If you want to send your events to Pivotal AB, you must configure the library to listen for save events.
Add the following to your EventServiceProvider
:
as well as add LARAVEL_AB_API_KEY
to your .env
file
You can get your api key from your project settings page on Pivotal AB.
You can publish and run the migrations with:
You can publish the config file with:
Documentation
You can find the documentation for this package at https://docs.pivotal.so/docs/ab/laravel
Usage
Here is an example use case of a nested A/B test tracking signup and free trial goals
You can also easily test logic within you Controllers
You can either track goals in views or within your application logic.
or for example
Reporting
You can view reports locally by running the following command
a sample output would be
You can also see report on your browser if you specify a reporting url, username, and password
You can then visit http://yourapp.com/hidden/ab/reports
to view your reports
Testing
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
License
The MIT License (MIT). Please see License File for more information.
All versions of pivotal-ab with dependencies
guzzlehttp/guzzle Version ^7.8
illuminate/contracts Version *
spatie/laravel-package-tools Version ^1.14.0