# php抢红包算法 **Repository Path**: Mickey258/php_grab_red_packets ## Basic Information - **Project Name**: php抢红包算法 - **Description**: php抢红包算法 - **Primary Language**: PHP - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 4 - **Created**: 2019-07-17 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 红包分配算法 ## ~~~ $coupon = new Coupon(200, 5); $res = $coupon->handle(); print_r($res); ~~~