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 }}
SMillerDev
/
php-cli
Public
forked from
splitbrain/php-cli
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
php-cli
src
on
patch-3
User selector
All users
Datepicker
All time
Commit history
Commits on Oct 28, 2025
Update constructor to accept nullable Colors parameter
SMillerDev
authored
9251139
View commit details
Copy full SHA for 9251139
View code at this point
Browse repository at this point
Commits on Dec 22, 2024
Fix display of colors when wrapping text
Show description for 19482c0
dregad
committed
19482c0
View commit details
Copy full SHA for 19482c0
View code at this point
Browse repository at this point
Commits on Dec 18, 2024
initialize log level early
Show description for 8189c68
splitbrain
committed
8189c68
View commit details
Copy full SHA for 8189c68
View code at this point
Browse repository at this point
Commits on Dec 3, 2024
honor NO_COLOR environment variable
Show description for 360ed0b
splitbrain
committed
360ed0b
View commit details
Copy full SHA for 360ed0b
View code at this point
Browse repository at this point
Commits on Jan 17, 2024
Fix log level setting. closes #33
splitbrain
committed
844609e
View commit details
Copy full SHA for 844609e
View code at this point
Browse repository at this point
added failing test for #33
splitbrain
committed
92a3ea2
View commit details
Copy full SHA for 92a3ea2
View code at this point
Browse repository at this point
Commits on Dec 6, 2023
Allow dynamic log level setting
Show description for 7044374
splitbrain
committed
7044374
View commit details
Copy full SHA for 7044374
View code at this point
Browse repository at this point
Commits on Nov 3, 2022
fixes colors on streams other than stdout
dwschultz
committed
69ca0c5
View commit details
Copy full SHA for 69ca0c5
View code at this point
Browse repository at this point
Commits on Jul 6, 2022
do not explicitly call exit(0). fixes #21
Show description for e7d5dad
splitbrain
committed
e7d5dad
View commit details
Copy full SHA for e7d5dad
View code at this point
Browse repository at this point
fix typo in method name. fixes #22
splitbrain
committed
41453e6
View commit details
Copy full SHA for 41453e6
View code at this point
Browse repository at this point
Support old and new PSR-3 versions
Show description for 4747e73
splitbrain
committed
4747e73
View commit details
Copy full SHA for 4747e73
View code at this point
Browse repository at this point
Commits on Feb 5, 2021
introduce a more compact help screen
Show description for 8c2c001
splitbrain
committed
8c2c001
View commit details
Copy full SHA for 8c2c001
View code at this point
Browse repository at this point
cleanup on command help init and unit test
splitbrain
committed
797a29b
View commit details
Copy full SHA for 797a29b
View code at this point
Browse repository at this point
Merge branch 'pr/8'
Show description for 8b32e26
splitbrain
committed
8b32e26
View commit details
Copy full SHA for 8b32e26
View code at this point
Browse repository at this point
Commits on Dec 12, 2019
Ensure php7.4 compatibility
usox
committed
c018124
View commit details
Copy full SHA for c018124
View code at this point
Browse repository at this point
Commits on Oct 9, 2019
Add an accessor function to options for bin
Show description for 1ae785c
treehousetim
authored
1ae785c
View commit details
Copy full SHA for 1ae785c
View code at this point
Browse repository at this point
Commits on Jul 2, 2019
Reset the color instead of setting it to light gray for debugging
Show description for b9c0846
hexmode
committed
b9c0846
View commit details
Copy full SHA for b9c0846
View code at this point
Browse repository at this point
Commits on Jun 22, 2019
mb_substr() treats $length differently than substr()
hexmode
committed
1d508ed
View commit details
Copy full SHA for 1d508ed
View code at this point
Browse repository at this point
Commits on May 11, 2019
Add the ability to change the help text for commands
hexmode
committed
685c920
View commit details
Copy full SHA for 685c920
View code at this point
Browse repository at this point
Commits on Apr 24, 2019
Typo. fixes #6
splitbrain
authored
bcac3b9
View commit details
Copy full SHA for bcac3b9
View code at this point
Browse repository at this point
Commits on Sep 29, 2018
splits run() function into multiple parts
Show description for e982d40
splitbrain
committed
e982d40
View commit details
Copy full SHA for e982d40
View code at this point
Browse repository at this point
Commits on Jun 26, 2018
inherit from RuntimeException
splitbrain
committed
b5abc00
View commit details
Copy full SHA for b5abc00
View code at this point
Browse repository at this point
Commits on May 10, 2018
avoid output when tput is missing. fixes #5
splitbrain
committed
ba75e66
View commit details
Copy full SHA for ba75e66
View code at this point
Browse repository at this point
Commits on Feb 2, 2018
TableFormatter: use one column less than indicated maximum
Show description for 6eea24a
splitbrain
committed
6eea24a
View commit details
Copy full SHA for 6eea24a
View code at this point
Browse repository at this point
Commits on Nov 29, 2017
Added missing @throws tags to PHPDoc.
Rekhyt
committed
2ac1a61
View commit details
Copy full SHA for 2ac1a61
View code at this point
Browse repository at this point
Commits on Oct 27, 2017
highlight current log level
splitbrain
committed
4795af1
View commit details
Copy full SHA for 4795af1
View code at this point
Browse repository at this point
do not count colors in strlengths
splitbrain
committed
d31a359
View commit details
Copy full SHA for d31a359
View code at this point
Browse repository at this point
tableformatter: correctly pad multibyte strings
splitbrain
committed
d7ccbb0
View commit details
Copy full SHA for d7ccbb0
View code at this point
Browse repository at this point
Commits on Oct 18, 2017
disable emoticons when colors are disabled
splitbrain
committed
ee2d20b
View commit details
Copy full SHA for ee2d20b
View code at this point
Browse repository at this point
changed default logging to info
splitbrain
committed
f947924
View commit details
Copy full SHA for f947924
View code at this point
Browse repository at this point
allow setting the default log level
splitbrain
committed
1f9d5a5
View commit details
Copy full SHA for 1f9d5a5
View code at this point
Browse repository at this point
Commits on Oct 17, 2017
fix info() method
splitbrain
committed
cb92848
View commit details
Copy full SHA for cb92848
View code at this point
Browse repository at this point
use emojis as prefix
splitbrain
committed
6d19307
View commit details
Copy full SHA for 6d19307
View code at this point
Browse repository at this point
more debug info for exceptions
splitbrain
committed
c005d4e
View commit details
Copy full SHA for c005d4e
View code at this point
Browse repository at this point
allow setting the loglevel
splitbrain
committed
17a2475
View commit details
Copy full SHA for 17a2475
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.