2017 © Pedro Peláez
 

library core

image

nanbando/core

  • Friday, September 22, 2017
  • by wachterjohannes
  • Repository
  • 2 Watchers
  • 9 Stars
  • 3 Installations
  • PHP
  • 3 Dependents
  • 0 Suggesters
  • 0 Forks
  • 21 Open issues
  • 20 Versions
  • 0 % Grown

The README.md

Nanbando

Documentation Status, (*1)

Nanbando, (*2)

Nanbando is a simple application to automate website backups. It provides an elegant way to extend and configure the backup parts. Nanbando has built-in support for various storage's and provides easy to use sync and fetch operations. It was built with modularity, extensibility and simplicity in mind., (*3)

Installation

To install the application simply download the executable and move it to the global bin folder., (*4)

wget http://nanbando.github.io/core/nanbando.phar
wget http://nanbando.github.io/core/nanbando.phar.pubkey
chmod +x nanbando.phar
mv nanbando.phar /usr/local/bin/nanbando
mv nanbando.phar.pubkey /usr/local/bin/nanbando.pubkey
nanbando check

After first installation you can update the application with a built-in command., (*5)

nanbando self-update

The executable is signed with a OpenSSL private key., (*6)

Requirements

  • php ^7.4 || ^8.0
  • ext-xml
  • ext-curl
  • ext-mbstring
  • ext-zip

Documentation

See the official documentation on nanbando.readthedocs.io., (*7)

The Versions