Queryphp Versions Save

++🔥High Performance PHP Progressive Framework.

v1.1.45

1 week ago

清理多余的代码,提供最小化框架。 升级到php8.3,优化目录结构。

v1.1.10

6 months ago

提供ApiQL通用接口。

v1.1.8

1 year ago

v1.1.7

1 year ago

v1.1.7

v1.1.5

1 year ago

v1.1.0

1 year ago

QueryPHP v.1.1.0 经历两年多开发正式发布,上一个版本 v1.0.3 于 2020年11月21日发布! MIT Licensed | Copyright © 2010-present Xiangmin Liu (https://www.queryphp.com/)

v1.0.1

3 years ago

Fixed

  • #fadd998 refactor(protocol): release root coroutine data for WebSocket.

Optimized

  • #210a15f normalize code style.
  • #20b54bc normalize method description.
  • #1cfb217 refactor(auth): use @ method to implement proxy ide helper.
  • #7e65701 refactor: chain support optional multi operation and add ide helper for assert.

Added

  • #6c56b83 add feature \Leevel\Protocol\Coroutine::removeContext().

Changed

  • #6c56b83 refactor(any): IOC container can manipulate data for a specified swoole coroutine id.

Removed

  • #6ec26fa refactor(i18n): remove method __().
  • #0fdade6 refactor: remove option --proxy of command make:idehelper
  • #6437c03 refactor(i18n): remove \Leevel\I18n\Proxy\I18n

Tests && Docs

  • #10cc02e tests(protocol): add tests for \Leevel\Protocol\Coroutine::removeContext().
  • #2c5349a tests(log): add \Tests\Log\Console\ClearTest.
  • #a24a05b tests(database): add \Tests\Database\Console\EntityTest.
  • #83dfa30 tests(validate): add invalid value null for Tests\Validate\Validator\RequiredTest.

v1.0.0

3 years ago

QueryPHP v.1.0.0 general availability is now released and production ready,we finally finished this work in nearly four years. MIT Licensed | Copyright © 2016.08-present Xiangmin Liu (https://www.queryphp.com/)

v1.0.0-rc.6

4 years ago

v1.0.0-rc.6 is released

v1.0.0-rc.3

4 years ago
  • 【framework】使用 PHP 7.4 的新语法重构代码,主要是整个框架和应用的类属性类型支持。
  • 【framework】强化了 php leevel make:entity 功能,能实现局部自动更新表结构,支持两种 getter setter。
  • 【framework】修复了实体 Entity 在模拟 replace 场景中不存在主键自动忽略并返回重构
  • 【framework】改进多语言文档生成的 uses 样式以及删除 Doc::getClassBody多余的 uses
  • 【framework】tableColumns 返回更多字段信息,以及加入表的注释,目前用于生成实体的文件名字
  • 【framework】composer 加入一个常用 scripts,比如 composer migrate,composer test
  • 【framework】配置 php_cs no_superfluous_phpdoc_tags 清理掉系统无用的注释,删除掉文件头部的 author version since 等注释
  • 【framework】分页第一页从 1 开始,小于 1 将抛出异常统一规范
  • 【framework】简化所有验证器规则 Leevel\Validate\Helper\validate_accepted 为 Leevel\Validate\Helper\accepted
  • 【framework】修复部分助手函数的 bug,并精简 api 命名,Leevel\Session\Helper|session_set 改为 Leevel\Session\Helper|set
  • 【framework】增加部分 HTTP 组件文档
  • 【framework】增加小部分 Swoole 文档
  • 【framework】新增 Option 配文档
  • 【framework】新增 Cache 缓文档
  • 【framework】新增 Session 文档
  • 【framework】新增 Page 分页文档
  • 【framework】新增 Log 日志文档
  • 【framework】新增 Seccode 验证码文档
  • 【application】php 7.4 类型属性支持
  • 【application】精简所有注释,删除所有 author version 等信息
  • 【application】重新更新到全新的实体 entity
  • 【application】composer 加入一个常用 scripts,比如 composer migrate,composer test