shalvah/clara
🔊 Simple, pretty, testable console output for CLI apps.
3.3.0
13M downloads/mo
#1564 most downloaded on Packagist
shalvah/clara
What this package is like to depend on
Last release 10 months ago
20 Oct 2025
Ships fairly regularly
a new release about every 1.4 years
Most releases are documented
notes for 12 of 15 stable releases
Nothing withdrawn
no release was ever pulled
6 years old
15 releases · first in 2020
1 release in the last 12 months
see the full history below
Release timeline
15 releases · Apr 2020 to Oct 2025Releases
latest 15-
3.3.020 Oct 2025Release notes
Open source →What's Changed
- Update the code to be compatible with php 8.4 by @maks-oleksyuk in #5
New Contributors
- @maks-oleksyuk made their first contribution in #5
Full Changelog: 3.2.0...3.3.0
-
3.2.027 Feb 2024Nothing published for this version
-
3.1.014 Jan 2022 -
3.0.201 Jul 2021Release notes
Open source →Fixed
- Use correct
$typein labels mode (75a8f98172678cb74ff92f7cf89ef3d20534e329)
- Use correct
-
3.0.130 Jun 2021Release notes
Open source →Fixed
- Properly import Clara constant (5e3d5218a773465c4eed14f173c2b4cb47fe84fc)
-
3.0.030 Jun 2021Release notes
Open source →- Added icons and labels mode
Breaking change: - The helper/constructor arguments have changed; if you were using the second parameter to show/hide debug, you'll now have to call
showDebugOutput()instead.
Release notes
Open source →New features:
- Added icons and labels mode
- Made colours customisable
Breaking change:
-
The helper/constructor arguments have changed; if you were using the second parameter to show/hide debug, you'll now have to call
showDebugOutput()instead.Before:
clara('myappname', $isVerbose);After:
clara('myappname')->showDebugOutput($isVerbose);
- Added icons and labels mode
-
2.6.012 Apr 2020Release notes
Open source →Added
- Allow setting output interface (https://github.com/shalvah/clara/commit/6571043fdf3a9029358bab4029fd32c66a6d791c)
Modified
- Switch clara() default showDebugOutput to true (https://github.com/shalvah/clara/commit/2371b83ad6d3ec54551c271504a26a359c02fa25)
-
2.5.010 Apr 2020Release notes
Open source →Modified
- Make
->only()instance (https://github.com/shalvah/clara/commit/af04fe9a410d10ae92ecf33f51537d6c2333fb7b)
- Make
-
2.4.010 Apr 2020Release notes
Open source →Added
Clara::onlyhelper (https://github.com/shalvah/clara/commit/b117290af2d7574e70a57f5a997c9708d686d6f1)
-
2.3.010 Apr 2020Release notes
Open source →Added
- Global function helper (https://github.com/shalvah/clara/commit/a1c68707e414a502b550c94336ec49f207c5f439)
-
2.2.010 Apr 2020 -
2.1.010 Apr 2020 -
2.0.010 Apr 2020Release notes
Open source →Modified
- Switched to granular output per app (https://github.com/shalvah/clara/pull/1)
Added
- Muting output per app (https://github.com/shalvah/clara/pull/1)
- Output capturing (https://github.com/shalvah/clara/pull/2)
- Toggling debug utput (https://github.com/shalvah/clara/pull/3)
-
1.1.009 Apr 2020Nothing published for this version
-
1.0.009 Apr 2020Nothing published for this version