# php抢红包算法 **Repository Path**: sirping/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**: 3 - **Forks**: 4 - **Created**: 2019-02-14 - **Last Updated**: 2024-01-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 红包分配算法 ## ~~~ $coupon = new Coupon(200, 5); $res = $coupon->handle(); print_r($res); ~~~