# split **Repository Path**: fzls/split ## Basic Information - **Project Name**: split - **Description**: a php version of the a/b test framework (inspired by https://github.com/splitrb/split) - **Primary Language**: PHP - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-11-02 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Split This is a PHP version of [splitrb/split](https://github.com/splitrb/split), based on Laravel 5 framework. # TODO: - [ ] Porting logic + [X] port codes into php + [ ] Adjust the way the Classes to interact + [ ] Fixup config setting : move all config into Configuration::class + [ ] decide each class method need to be static or not + [ ] change public/private/protected settings + [ ] make some class to be singleton with laravel service container - [ ] Porting admin view - [ ] Porting tests