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