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
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 }}
aymanrb
/
php-unstructured-text-parser
Public
Notifications
You must be signed in to change notification settings
Fork
20
Star
47
Code
Issues
1
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
V3.1.0 enhancements
- #42
#42
Merged
aymanrb
merged 10 commits into
master
aymanrb/php-unstructured-text-parser:master
from
v3.1.0-enhancements
aymanrb/php-unstructured-text-parser:v3.1.0-enhancements
Copy head branch name to clipboard
Mar 28, 2026
Conversation
Commits
10
(10)
Checks
Files changed
Merged
V3.1.0 enhancements
#42
aymanrb
merged 10 commits into
master
aymanrb/php-unstructured-text-parser:master
from
v3.1.0-enhancements
aymanrb/php-unstructured-text-parser:v3.1.0-enhancements
Copy head branch name to clipboard
Commits
Commits on Mar 22, 2026
Guard against empty or whitespace-only input in parseText()
Show description for 3a8a43b
aymanrb
and
claude
committed
3a8a43b
View commit details
Copy full SHA for 3a8a43b
Browse repository at this point
Validate PCRE named capture group names in template variables
Show description for ae758b5
aymanrb
and
claude
committed
ae758b5
View commit details
Copy full SHA for ae758b5
Browse repository at this point
Validate prepared regex pattern before returning from prepareTemplate()
Show description for b459d0d
aymanrb
and
claude
committed
b459d0d
View commit details
Copy full SHA for b459d0d
Browse repository at this point
Cache prepared template regex patterns to avoid redundant disk I/O
Show description for edc3712
aymanrb
and
claude
committed
edc3712
View commit details
Copy full SHA for edc3712
Browse repository at this point
Implement IteratorAggregate and Countable on ParseResult
Show description for 46bb70c
aymanrb
and
claude
committed
46bb70c
View commit details
Copy full SHA for 46bb70c
Browse repository at this point
Add getOrFail() shorthand to ParseResult for explicit strict key access
Show description for ccba5af
aymanrb
and
claude
committed
ccba5af
View commit details
Copy full SHA for ccba5af
Browse repository at this point
Enrich log messages with file path, text size, template count, and match outcome
Show description for b0fcc50
aymanrb
and
claude
committed
b0fcc50
View commit details
Copy full SHA for b0fcc50
Browse repository at this point
Add dedicated exception tests and include Exception dir in coverage
Show description for ef68658
aymanrb
and
claude
committed
ef68658
View commit details
Copy full SHA for ef68658
Browse repository at this point
Add PHPStan level-8 static analysis with composer analyse and lint scripts
Show description for 920e1f2
aymanrb
and
claude
committed
920e1f2
View commit details
Copy full SHA for 920e1f2
Browse repository at this point
Drop composer.lock and ignore it for library repo
Show description for 14c3379
aymanrb
and
claude
committed
14c3379
View commit details
Copy full SHA for 14c3379
Browse repository at this point
You can’t perform that action at this time.