News


04/26/2024 - 02:00

elasticsearch-YII客户端 elasticsearch client for YII 安装 install composer require xiaosongshu/yii2-elasticsearch

配置 Configuration `p





04/26/2024 - 02:00

rabbitmq queue 消息队列 项目地址:https://github.com/2723659854/rabbitmq 项目介绍 消息队列主要用于业务解耦,本项目采用rabbitmq,支持thinkPHP,laravel,webman,yii等常用框架,也可以单独使用。





04/25/2024 - 15:30


SymfonyOnline June 2024 is in less than 2 months: on June 6-7, get ready for the impressive lineup of speakers and topics. Visit here to learn more and don't miss out on this exciting opportunity!





04/24/2024 - 20:40

EDIT 2024-04-25: Clarified when a PHP application is vulnerable to this bug.
Recently, a bug in glibc version 2.39 and older (CVE-2024-2961) was uncovered
where a buffer overflow in character set conversions to
the ISO-2022-CN-EXT character set can result in remote code execution.





04/24/2024 - 20:23

Node v23.1.0 (Current)





04/24/2024 - 19:45

Node v23.1.0 (Current)





04/24/2024 - 11:33

rabbitmq queue 消息队列 项目地址:https://github.com/2723659854/rabbitmq 项目介绍 消息队列主要用于业务解耦,本项目采用rabbitmq,支持thinkPHP,laravel,webman,yii等常用框架,也可以单独使用。





04/24/2024 - 02:02

$config['components']['mailer'] = [
'class' => 'jatin\resend\Mailer',
'useFileTransport' => false,
'viewPath' => '@app/mail',
'transport' => [
'apiKey' => ''
],

];