Skip to content

Releases: icanhazstring/systemctl-php

0.8.3

27 Jun 07:32
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.8.2...0.8.3

PHP8 Support

27 May 10:12
b1539f1
Compare
Choose a tag to compare

Added

More Units and some maintenance

09 Nov 20:41
0b32207
Compare
Choose a tag to compare

Added

Changed

  • Replace Travis CI with GitHub Action status badge (#44) (thanks to @peter279k)
  • Migrate phpunit.xml for new version (#42) (thanks to @peter279k)

Add Slice Unit and drop dependency support

05 Nov 11:24
Compare
Choose a tag to compare

Added

Changed

  • Dropped support for php7.2
  • Dropped support for symfony/process:^4.4

Add Scope unit

27 May 10:24
6adc819
Compare
Choose a tag to compare

Added

Add ability for reset-failed

18 Feb 13:09
Compare
Choose a tag to compare

This will add the ability for SystemCtl to reset failed unit states.

Major maintenance

17 Feb 15:13
9548ff7
Compare
Choose a tag to compare

Changed

  • Moved classes to different namespace (SystemCtl to icanhazstring\Systemctl)
  • Dropped support for PHP7.1
  • Dropped support for symfony/process:^3.x

Added

  • Added CHANGELOG.md and MIGRATION.md
  • Added support for symfony/process:^4.4 || ^5.0
  • Added code quality tools

Add commands for raw information

07 Apr 11:35
Compare
Choose a tag to compare
Pre-release

Added:

  • isActiveRaw and isEnabledRaw to get the simple raw output from the command
  • show to get an array of detailed information about the unit

Fix issue with failed units

19 Mar 13:08
Compare
Choose a tag to compare

Unit may enter a failed state. Using systemctl list-units will return the failed units with a non valid character in front.
This will resolve the issue by only allowing a certain character set for service names.

Introduce UnitInstaller

22 Aug 06:28
Compare
Choose a tag to compare
Pre-release

This introduces the UnitInstaller and UnitTemplates.
These can be used to create new units on your need and install
them into your system.