{"id":17609832,"url":"https://github.com/aliasaria/php-redis-a-b-testing","last_synced_at":"2026-03-08T11:39:22.204Z","repository":{"id":138276420,"uuid":"541631","full_name":"aliasaria/PHP-redis-A-B-Testing","owner":"aliasaria","description":"A simple A/B testing framework for PHP based on the Vanity Project for Rails","archived":false,"fork":false,"pushed_at":"2010-07-05T02:05:26.000Z","size":380,"stargazers_count":38,"open_issues_count":1,"forks_count":5,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-03-09T07:38:08.753Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"labs.well.ca","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aliasaria.png","metadata":{"files":{"readme":"README.markdown","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2010-03-01T18:45:21.000Z","updated_at":"2024-07-16T16:57:58.000Z","dependencies_parsed_at":"2023-03-13T10:54:31.349Z","dependency_job_id":null,"html_url":"https://github.com/aliasaria/PHP-redis-A-B-Testing","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aliasaria%2FPHP-redis-A-B-Testing","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aliasaria%2FPHP-redis-A-B-Testing/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aliasaria%2FPHP-redis-A-B-Testing/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aliasaria%2FPHP-redis-A-B-Testing/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aliasaria","download_url":"https://codeload.github.com/aliasaria/PHP-redis-A-B-Testing/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251722729,"owners_count":21633002,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-22T17:10:16.923Z","updated_at":"2026-03-08T11:39:22.162Z","avatar_url":"https://github.com/aliasaria.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"A/B TESTING FOR PHP USING REDIS\n===============================\n\nIntroduction\n------------\n\nPHP A/B Testing with Redis is code you can include in your PHP web application to A/B test\n\nTo set up this project:\n\n1. Start up redis. Specify the host name and db number in config/configure.php\n2. Define things to measure in config/metrics.php following the declaration pattern in the file's example\n3. Define the tests you'd like to perform in config/tests.php following the pattern there. Specify a metric for each test as shown in the example\n4. include core.php in your code.\n5. make sure to set ab_participant_specify_id(\"a_unique_id_for_this_user\") at least once\n6. for every metric, call: ab_track(\"name_of_your_metric\");\n7. every time you need a choice, call: ab_test(\"name_of_your_ab_test\"); and it will return a string represing the alternative to use\n\nthat is all.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faliasaria%2Fphp-redis-a-b-testing","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faliasaria%2Fphp-redis-a-b-testing","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faliasaria%2Fphp-redis-a-b-testing/lists"}