Go to file
Jens True 66ccb3d8d6
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Killing a few "mutants"
2023-11-03 12:02:44 +00:00
.vscode More tests and error handling 2023-07-03 13:01:31 +00:00
src Killing a few "mutants" 2023-11-03 12:02:44 +00:00
tests Killing a few "mutants" 2023-11-03 12:02:44 +00:00
.gitignore phpDocumentor 2023-06-19 08:34:54 +00:00
.woodpecker.yml Remove S3 server 2023-08-21 07:47:46 +00:00
backup 100% type coverage for psalm 2023-07-28 12:12:47 +00:00
composer.json Bump requirements. 2023-10-04 09:39:36 +00:00
composer.lock Requirements update. Experiementation with Infection. 2023-10-31 09:50:55 +00:00
config.example.yml Template for error notification. 2023-08-29 09:44:05 +00:00
install.sh Bump requirements. 2023-10-04 09:39:36 +00:00
phpdoc.dist.xml phpDocumentor 2023-06-19 08:34:54 +00:00
psalm.xml 100% type coverage for psalm 2023-07-28 12:12:47 +00:00
README.md Requirements update. Experiementation with Infection. 2023-10-31 09:50:55 +00:00

Backup script

Build status

Backup script utilizing Rclone to backup local file systems and send notifications.

Rclone install

rm rclone-current-linux-amd64.deb wget https://downloads.rclone.org/rclone-current-linux-amd64.deb sudo dpkg -i rclone-current-linux-amd64.deb

PHP Docs

rm phpDocumentor.phar wget https://phpdoc.org/phpDocumentor.phar chmod +x phpDocumentor.phar

Test, analyze, metrics, document

./composer.phar test-coverage && ./composer.phar analyze && ./composer.phar metrics && ./composer.phar doc