maatify/cron-telegram-bot
最新稳定版本:5.0.1
Composer 安装命令:
composer require maatify/cron-telegram-bot
包简介
PHP library for Cron Telegram Bot handler, known by our team
README 文档
README
Installation
composer require maatify/cron-email
Database Structure
-- -- Database: `maatify` -- -- -------------------------------------------------------- -- -- Table structure for table `cron_telegram_bot` -- CREATE TABLE `cron_telegram_bot` ( `cron_id` int(11) NOT NULL, `type_id` int(11) NOT NULL DEFAULT '1' COMMENT '1=OTP; 2=Temp Password; 3=message', `recipient_id` int(11) NOT NULL DEFAULT '0', `recipient_type` varchar(64) NOT NULL DEFAULT '', `chat_id` int(11) NOT NULL DEFAULT '0', `message` text, `record_time` datetime NOT NULL DEFAULT '1900-01-01 00:00:00', `status` tinyint(1) NOT NULL DEFAULT '0', `sent_time` datetime NOT NULL DEFAULT '1900-01-01 00:00:00' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -- -------------------------------------------------------- -- -- Indexes for dumped tables -- -- -- Indexes for table `cron_telegram_bot` -- ALTER TABLE `cron_telegram_bot` ADD PRIMARY KEY (`cron_id`); -- -- AUTO_INCREMENT for dumped tables -- -- -- AUTO_INCREMENT for table `cron_telegram_bot` -- ALTER TABLE `cron_telegram_bot` MODIFY `cron_id` int(11) NOT NULL AUTO_INCREMENT;
统计信息
- 总下载量: 180
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: proprietary
- 更新时间: 2024-07-24