Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Spark
Build and deploy intelligent apps
GitHub Models
Manage and compare prompts
MCP Registry
New
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
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
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
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 or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
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 }}
codeigniter4
/
CodeIgniter4
Public
Notifications
You must be signed in to change notification settings
Fork
2k
Star
5.8k
Code
Issues
44
Pull requests
11
Actions
Projects
0
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security
Insights
Commits
Branch selector
develop
User selector
michalsn
Datepicker
All time
Commit History
Commits on Dec 11, 2025
fix: prevent Redis error when deleteMatching finds no keys (#9829)
michalsn
authored
8cab7b0
Copy full SHA for 8cab7b0
Commits on Dec 6, 2025
fix: disable echo in the preload file (#9825)
Show description for 733dea8
michalsn
authored
733dea8
Copy full SHA for 733dea8
Commits on Dec 1, 2025
docs: remove internal tag from Throttler::check() description (#9817)
michalsn
authored
f58bc76
Copy full SHA for f58bc76
Commits on Nov 21, 2025
fix: quote reserved keyword "timestamp" used as a field name for session data with mysqli (#9805)
michalsn
authored
62ca979
Copy full SHA for 62ca979
Commits on Nov 6, 2025
fix: handle resources and closures in JSON exception responses (#9788)
Show description for 9972ca0
michalsn
authored
9972ca0
Copy full SHA for 9972ca0
Commits on Oct 31, 2025
refactor: use `superglobals` service in the `UserAgent` class (#9783)
Show description for 50116bb
michalsn
authored
50116bb
Copy full SHA for 50116bb
fix: type error in controlled cell (#9784)
michalsn
authored
f3b3131
Copy full SHA for f3b3131
Commits on Oct 3, 2025
fix: cannot read properties of null in toggleViewsHints (#9736)
michalsn
authored
cd92eab
Copy full SHA for cd92eab
Commits on Oct 1, 2025
fix: TypeError in valid_base64 rule when checking invalid base64 strings (#9733)
michalsn
authored
a022c90
Copy full SHA for a022c90
Commits on Sep 27, 2025
update changelog
michalsn
committed
9f6c771
Copy full SHA for 9f6c771
fix: SQLite3 password handling for empty string
michalsn
committed
3756f97
Copy full SHA for 3756f97
Commits on Sep 4, 2025
fix: compileOrderBy method (#9697)
michalsn
authored
e6491a3
Copy full SHA for e6491a3
Commits on Aug 27, 2025
fix: setting created_at field in Model::replace() method (#9693)
michalsn
authored
63e9ebd
Copy full SHA for 63e9ebd
Commits on Aug 15, 2025
Merge pull request #9676 from michalsn/fix/modifyColumn-postgre
Show description for 031d5c6
michalsn
authored
031d5c6
Copy full SHA for 031d5c6
Commits on Aug 14, 2025
fix: Forge::modifyColumn() for SQLSRV handler
michalsn
committed
4721884
Copy full SHA for 4721884
fix: Forge::modifyColumn() for Postgre handler
michalsn
committed
27770e7
Copy full SHA for 27770e7
fix: `Connection::getFieldData()` default value convention for `SQLSRV` and `OCI8` (#9680)
Show description for da25ed2
michalsn
authored
da25ed2
Copy full SHA for da25ed2
Commits on Aug 13, 2025
fix: prevent non-shared DB instances from polluting shared cache (#9679)
Show description for 103f1a9
michalsn
and
paulbalandan
authored
103f1a9
Copy full SHA for 103f1a9
Commits on Aug 1, 2025
refactor: phpdoc for `Config\Filters::$globals` (#9652)
Show description for 9973d05
michalsn
and
paulbalandan
authored
9973d05
Copy full SHA for 9973d05
Commits on Jul 30, 2025
cs fix
michalsn
committed
2e8091e
Copy full SHA for 2e8091e
update phpdoc for the SMTPConnect property
michalsn
committed
d32b857
Copy full SHA for d32b857
Commits on Jul 29, 2025
update the isSMTPConnected() method to also check for a false value
michalsn
committed
04f5b42
Copy full SHA for 04f5b42
add the isSMTPConnected() method for a type-safe check
michalsn
committed
a577705
Copy full SHA for a577705
update changelog
michalsn
committed
cc7f32f
Copy full SHA for cc7f32f
fix: use is_resource() instead of null check for SMTP connection validation
michalsn
committed
9099f86
Copy full SHA for 9099f86
Commits on Jul 28, 2025
add a test for missing CID
michalsn
committed
c02184d
Copy full SHA for c02184d
fix: CID check in Email class
michalsn
committed
6c54aa9
Copy full SHA for 6c54aa9
Commits on Jul 26, 2025
Merge commit from fork
Show description for e18120b
michalsn
and
paulbalandan
authored
e18120b
Copy full SHA for e18120b
Commits on Jul 16, 2025
fix: add filename parameters to inline Content-Disposition headers
michalsn
committed
dcfc715
Copy full SHA for dcfc715
Commits on Jul 10, 2025
fix: improve CURLRequest intermediate HTTP response handling (#9627)
michalsn
authored
ff04e9e
Copy full SHA for ff04e9e
Commits on Jul 9, 2025
style: fix code styles from php-cs-fixer v3.82.1 (#9629)
Show description for 42f68a6
michalsn
authored
42f68a6
Copy full SHA for 42f68a6
Commits on Jul 5, 2025
docs: add detailed explanation about paginate() and beforeFind model event (#9618)
michalsn
authored
228ba7d
Copy full SHA for 228ba7d
Commits on Jun 30, 2025
fix: support for multibyte folder names when the app is served from a subfolder (#9615)
michalsn
authored
78f3842
Copy full SHA for 78f3842
fix: correct path parsing in SiteURIFactory::parseRequestURI() (#9613)
michalsn
authored
28e8096
Copy full SHA for 28e8096
Commits on Jun 25, 2025
fix: apply rector rule TernaryImplodeToImplodeRector
michalsn
committed
7aa73ff
Copy full SHA for 7aa73ff
Pagination
Previous
Next
You can’t perform that action at this time.