UltimateSpeed PHP 是一款功能强大的工具,旨在通过简单地连接到新的或现有的数据库来快速生成 CRUD作和管理员身份验证。这种多功能解决方案简化了开发过程,使开发人员能够立即创建具有基本功能的强大应用程序。
即时生成 Create、Read、Update 和 Delete作,为您的应用程序提供坚实的基础。内置管理员身份验证可确保安全的访问控制,从而实现高效的用户和角色管理。
查看演示
超级管理员
用户名: admin@appwiz.dev
密码: AppWiz@23
用户
用户名: user@appwiz.dev
密码: AppWiz@23
观看视频
细节特点
- 响应式管理员和用户界面
- 结构良好的项目
- 图形就绪的管理仪表板
- 重量轻,速度快
- 内置安全身份验证
- 引导 5
- 用户角色管理
- 图表布局仪表板
- 管理员和用户登录
- 超薄 4.x
- 树枝 3.x
- Eloquent 数据库 ORM
- 友好的 GUI
- 角色管理
- 自动检测关系数据库
- 支持表联接、主从项
- 报告/导出(Excel、CSV、PDF)
- 自动生成所有表格字段的翻译语言文件
- CRUD 生成纯粹是最佳实践
- 生成后即时预览代码
- 生成的代码支持多数据库连接
- 用于启用或禁用 HTML5 表单验证的选项
- 检测表单输入
- 检测枚举字段并用作下拉列表
- 检测 (TEXT,MEDIUMTEXT,LONGTEXT) 并用作 textarea
- 生成的代码注释良好
- 单个或多个文件/图像上传
- 完整文档
要求
- PHP 7.4 或 8.x
- MySQL 5+
- OpenSSL PHP 扩展
- PDO PHP 扩展
- GD 扩展
- PHP ZIP 扩展名
更改日志
===== 04/03/2025 - VERSION 6.0 ===== - Upgrade code base - Fix deprecation issues
===== 28/03/2023 - VERSION 5.8 ===== - Fix bugs and some compatibility issue with PHP 8.2
===== 24/02/2023 - VERSION 5.7 ===== - Library updated to support latest PHP version - Bug fixed
===== 30/05/2022 - VERSION 5.5 ===== - Bug fixed
===== 10/04/2022 - VERSION 5.2 ===== - Fixed auth issues
===== 19/03/2022 - VERSION 5.1 ===== - All new code generator design - New project structure - New file tree structure
===== 01/03/2022 - VERSION 5.0 ===== - All new design - Code rewritten from scratch - Completely new interface - New code structure - Bootrap 5 - Twig for templating - Slim for routing - New secure auth - Support PHP 7.4 and 8.0+
===== 12/01/2018 - VERSION 3.2 ===== - Compatibility with PHP 7.x - Now uses dompdf for reporting - Better password security
===== 03/07/2015 - VERSION 3.0 ===== - New Improved design and code structure - Ready to use dashboard with database statistics - Auto generate charts summary based on record on each table - Autocomplete search for each table - Ability to choose between full Ajax forms and none Ajax forms - Different validation option: HTML5, AJAX and PHP validation - Now have HTML 5 lite Editor
===== 13/05/2014 - Version 2.0 ===== - Admin Panel with login. Users management system, create unlimited users with roles. Export header_error fix. - Better code structure to meet MVC standard - Validation made easier with example on how to on controller page with error handling generated automatically. E.g. if (post('slug')==''){ $errors[] = 'A value is required!'; } - Better pagination structure to accept more gets. - You can now export only one record on detail page and all on viewall page - Jquery library updated to v1.10.2 - Bootstrap library updated v3.1.1
===== 22/12/2013 - Version 1.5 ===== PHP pagination to handle big data. Jquery pagination Secured Directory
===== 07/11/2013 - Version 1.0 ===== First release