Go to file
Jens True 68ee38d1ff
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Bump versions
2023-09-04 06:53:56 +00:00
.vscode More tests and error handling 2023-07-03 13:01:31 +00:00
src Split progressbar output into two windows. 2023-08-31 13:15:06 +00:00
tests Cleanup 2023-08-17 07:16:41 +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 versions 2023-09-04 06:53:56 +00:00
composer.lock Bump versions 2023-09-04 06:53:56 +00:00
config.example.yml Template for error notification. 2023-08-29 09:44:05 +00:00
install.sh Install script and updated requirements. 2023-08-07 07:33:11 +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 Split progressbar output into two windows. 2023-08-31 13:15:06 +00:00

Backup script

Build status

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

Rclone install

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

PHP Docs

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

Test, analyze, metrics, document

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