Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
APIJSON
/
hyperf-APIJSON
Public
forked from
kvnZero/hyperf-APIJSON
Notifications
You must be signed in to change notification settings
Fork
0
Star
5
Code
Pull requests
0
Actions
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
All time
Commit history
Commits on Jun 25, 2024
Merge pull request #25 from kvnZero/fix/InsertError
Show description for 9a6afe0
kvnZero
authored
9a6afe0
View commit details
Copy full SHA for 9a6afe0
Browse repository at this point
fix Insert方法更换的处理
kvnZero
committed
b37a5e2
View commit details
Copy full SHA for b37a5e2
Browse repository at this point
Commits on Apr 22, 2022
Merge pull request #23 from marunrun/master
Show description for 264b9e3
kvnZero
authored
264b9e3
View commit details
Copy full SHA for 264b9e3
Browse repository at this point
feat : 增加异常打印至控制台
marunrun
committed
50a1421
View commit details
Copy full SHA for 50a1421
Browse repository at this point
fix : 修改默认DB_DRIVER 为 mysql
Show description for b1cf719
marunrun
committed
b1cf719
View commit details
Copy full SHA for b1cf719
Browse repository at this point
Commits on Dec 24, 2021
Merge pull request #22 from kvnZero/feat/增强update
Show description for 381b676
kvnZero
authored
381b676
View commit details
Copy full SHA for 381b676
Browse repository at this point
update 拆离定义
kvnZero
committed
ad350f9
View commit details
Copy full SHA for ad350f9
Browse repository at this point
Commits on Dec 6, 2021
Merge pull request #21 from kvnZero/feat/存储过程
Show description for d7df486
kvnZero
authored
d7df486
View commit details
Copy full SHA for d7df486
Browse repository at this point
update README.md
kvnZero
committed
c4f6ab5
View commit details
Copy full SHA for c4f6ab5
Browse repository at this point
add 存储过程支持 && 通过class_map使查询后执行事件进行转JSON处理
Show description for b57694e
kvnZero
committed
b57694e
View commit details
Copy full SHA for b57694e
Browse repository at this point
Commits on Dec 4, 2021
Merge pull request #20 from kvnZero/feat/替换底层Connection
Show description for 11b09c6
kvnZero
authored
11b09c6
View commit details
Copy full SHA for 11b09c6
Browse repository at this point
update 调整文件路径
kvnZero
committed
1ec0cdb
View commit details
Copy full SHA for 1ec0cdb
Browse repository at this point
Merge pull request #19 from kvnZero/feat/替换底层Connection
Show description for ea6d55a
kvnZero
authored
ea6d55a
View commit details
Copy full SHA for ea6d55a
Browse repository at this point
update 替换底层Connection 在查询事件结束时执行事件将$statement传递出去使用
Show description for 6a5a400
kvnZero
committed
6a5a400
View commit details
Copy full SHA for 6a5a400
Browse repository at this point
Commits on Nov 22, 2021
Merge pull request #18 from kvnZero/feat/修改格式化流程
Show description for 17e9b92
kvnZero
authored
17e9b92
View commit details
Copy full SHA for 17e9b92
Browse repository at this point
update 通过提前存储对象在执行完成后再进行获取避免了自己获取PDO对象
kvnZero
committed
b16c977
View commit details
Copy full SHA for b16c977
Browse repository at this point
Commits on Nov 21, 2021
Merge pull request #17 from kvnZero/feat/代码优化
Show description for 7d7cf79
kvnZero
authored
7d7cf79
View commit details
Copy full SHA for 7d7cf79
Browse repository at this point
update 满足json才进行替换
Show description for 31f8500
kvnZero
committed
31f8500
View commit details
Copy full SHA for 31f8500
Browse repository at this point
Commits on Nov 20, 2021
Merge pull request #16 from kvnZero/feat/代码优化
Show description for 19f9db0
kvnZero
authored
19f9db0
View commit details
Copy full SHA for 19f9db0
Browse repository at this point
update 通过手动PDO执行查询方法获取到ColumnMeta来解析字段
Show description for 700a1e2
kvnZero
committed
700a1e2
View commit details
Copy full SHA for 700a1e2
Browse repository at this point
fix APIAuto请求跨域问题
kvnZero
committed
1a4cd41
View commit details
Copy full SHA for 1a4cd41
Browse repository at this point
Commits on Nov 16, 2021
Merge pull request #15 from kvnZero/feat/测试中修改
Show description for 8bffc24
kvnZero
authored
8bffc24
View commit details
Copy full SHA for 8bffc24
Browse repository at this point
fix 事件修改返回值没有替换原返回值 && update 对查询后的数据手动递归json格式化(该方案不一定合理) && 增加ID子查询
kvnZero
committed
d47883c
View commit details
Copy full SHA for d47883c
Browse repository at this point
Merge pull request #14 from kvnZero/feat/测试中修改
Show description for 76cac97
kvnZero
authored
76cac97
View commit details
Copy full SHA for 76cac97
Browse repository at this point
update 查询执行后事件增加方法 方便直接对不同的方法进行处理
kvnZero
committed
211206e
View commit details
Copy full SHA for 211206e
Browse repository at this point
Merge pull request #13 from kvnZero/feat/测试中修改
Show description for 1a70ba9
kvnZero
authored
1a70ba9
View commit details
Copy full SHA for 1a70ba9
Browse repository at this point
update 不对column做处理 用raw防止被格式化 导致无法运行自带方法(如:count,min,max等)
kvnZero
committed
d0ca14c
View commit details
Copy full SHA for d0ca14c
Browse repository at this point
add 子查询Where Exists
kvnZero
committed
b1fdfe5
View commit details
Copy full SHA for b1fdfe5
Browse repository at this point
add User数组查询引用子查询测试 && update 引用值替换 & 判断条件为null的判断过滤
kvnZero
committed
c9370fd
View commit details
Copy full SHA for c9370fd
Browse repository at this point
update limit默认值为10 && 子查询不支持limit设为0 && 子查询判断IN处理 && 引入声明判断过滤 && 修改测试用例
kvnZero
committed
a6cbae7
View commit details
Copy full SHA for a6cbae7
Browse repository at this point
update 引用默认路径 && 表名过滤
kvnZero
committed
9701daa
View commit details
Copy full SHA for 9701daa
Browse repository at this point
Commits on Nov 15, 2021
Merge pull request #12 from kvnZero/feat/执行事件
Show description for 8113307
kvnZero
authored
8113307
View commit details
Copy full SHA for 8113307
Browse repository at this point
add 语句查询埋点
kvnZero
committed
663b897
View commit details
Copy full SHA for 663b897
Browse repository at this point
Merge pull request #11 from kvnZero/feat/执行事件
Show description for 1dc14ce
kvnZero
authored
1dc14ce
View commit details
Copy full SHA for 1dc14ce
Browse repository at this point
fix/merge 解决冲突
kvnZero
committed
24fc7f1
View commit details
Copy full SHA for 24fc7f1
Browse repository at this point
Previous
Next
You can’t perform that action at this time.