Directory structure:
└── jalallinux-php-pm2/
├── README.md
├── CHANGELOG.md
├── composer.json
├── LICENSE.md
├── phpunit.xml.dist
├── .editorconfig
├── src/
│ ├── helpers.php
│ ├── Pm2.php
│ └── Structure/
│ ├── AxmActions.php
│ ├── AxmDynamic.php
│ ├── AxmMonitor.php
│ ├── AxmOptions.php
│ ├── Env.php
│ ├── Monit.php
│ ├── Pm2Env.php
│ └── Process.php
├── tests/
│ └── StructureTest.php
└── .github/
├── dependabot.yml
├── FUNDING.yml
├── ISSUE_TEMPLATE/
│ └── config.yml
└── workflows/
├── dependabot-auto-merge.yml
├── fix-php-code-style-issues.yml
├── run-tests.yml
└── update-changelog.yml