# ueditor_sanluan_php **Repository Path**: netmou/ueditor_sanluan_php ## Basic Information - **Project Name**: ueditor_sanluan_php - **Description**: forked by sanluan/ueditor - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-02-26 - **Last Updated**: 2026-02-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: ueditor ## README # ueditor for php * forked form sanluan/ueditor v1.4.15 * 增加对应的PHP代码; PHP文件增加入口检查: defined('ACCESS_BY_UEDITOR') || exit('Access Denied'); * 将config.json 转换成config.php 方便使用PHP变量统一配置 * 增加 beforeInsertVideo 事件,仿照 beforeInsertImage 事件 * 使用前建议对 php/controller.php 添加是否登录判断