k`s php helper/library/utils 常

php-helper k's php helper/library/utils php 常用函数库/工具集,包括数组、文件、验证、字符串、加解密等操作,具体见 src/Helpers . 支持的php版本有: 7.27.37.48.08.18.2 相

PHP中常用的设计模式的一些小demo

PHP设计模式 面向对象的目标 高内聚,低耦合 面向对象设计的基本原则 单一职责:一个类只做一件事开闭原则:对扩展开放对修改关闭里氏替换:子类必须

用PHP调用Python程序,实用且非常容易地集成到你

更新日志 继承指定文件夹里的模块 -- 2017-05-11新增LOAD_TYPE,可以动态加载包,不需要每次都重启ppython服务 -- 2017-09-22新增日志记录,脚本控制启动/重启/停

简单、好用的阿里云通信(阿里大于)短信开发

阿里云通信SDK PHP版 Palisms SDK是实现阿里云通信相关API的一个PHP开发库,便于集成需要短信服务的应用。 阿里大鱼老用户请使用V1版本。 用法简单,提供P

php后台管理系统教学用仓库

MIT LicenseCopyright (c) 2019 Forever Of ProgrammerPermission is hereby granted, free of charge, to any person obtaining a copyof this software and associated documentation files (the "Software"), to d

使用php+mysql实现的生产、采购和销售管理系统,

#php-inventory-sale-management 这个项目基于jekkos的开源项目opensourcepos,版本号是3.0.2 目前实现了如下一些功能: 物品管理(将所有的商品、原材料以及虚拟物品

An advanced parallelization li

amphp/parallel AMPHP is a collection of event-driven libraries for PHP designed with fibers and concurrency in mind. amphp/parallel provides true parallel processing for PHP using multiple processes or

A PHP helper to fork processes

fork-helper Simple class to fork processes in PHP and allow multi-threading. Full documentation is available at https://duncan3dc.github.io/fork-helper/ PHPDoc API documentation is also available at ht

Threaded comments for Symfony

FOSCommentBundle The FOSCommentBundle adds support for a comment system in Symfony. Features include: Supports Symfony 3.4, 4.4Manages trees of commentsCan include comment threads in any pageCompatible

PHP实现的MySQL监控组件,包含数据采集和web端可视

mysql_grafana PHP实现的MySQL监控组件,包含数据采集和web端可视化监控,可灵活扩展监控指标。 PS:代码还在完善中,后续会进行封装,以及部分可配置化。

PHP 实现的监控文件目录变化inotify

php-inotify 用php实现的监控目录变化程序 依赖于php的inofity模块 支持递归监听目录变化 支持新建目录加入监听事件中