Download the PHP package jpmurray/doddns without Composer

On this page you can find all versions of the php package jpmurray/doddns. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package doddns

doddns

A small utility to use Digital Ocean as a Dynamic DNS (DDNS) service, built with Laravel Zero.

It'll regularly check your IP address and update a selected Digital Ocean domain record with it, if the address changed.

Requirement

Installation / Usage

Using composer, you will need to run the following command to install DODDNS into the global space:

For DODDNS to work correctly you will have to make sure composer vendor's bin folder is added to your system's $PATH. You can test it by typing doddns in your terminal of choice: if it is installed correctly, you should be seeing commands usage instructions.

Next, you will have to add your DigitalOcean API token with the token:add command and then select which record you want to update with the record:select command.

Once it's done, you're good to go!

Available commands

You can then use the doddns command to see a list of possible actions:

Automatic updates

If you want DODDNS to update your selected domain record automatically with your current IP address, you will have to add entry to your cron tab like so:

After that, DODDNS will try to update every hours by itself.

Updating DODDNS

Version 3.0.0 and after

Version 3.0.0 changed a lot in term of workflow. If you install DODDNS from before 3.0.0, it is suggested that you remove the doddns folder entirely from the .config folder located in your home directory then start back from scratch so everything is clean.

Before 3.0.0

If you've pulled or downloaded a new version, be sure to run doddns setup and choose the upgrade option to make sure your local database is up to date! You can also forgo the menu to upgrade directly using doddns setup -U.

PRs

Any help is appreciated, please PR to the develop branch.


All versions of doddns with dependencies

PHP Build Version
Package Version
Requires php Version ^7.3
guzzlehttp/guzzle Version ^7.2
laravel-zero/framework Version ^8.0
nunomaduro/laravel-console-menu Version ^3.1
nunomaduro/laravel-desktop-notifier Version ^2.2
toin0u/digitalocean-v2 Version ~4.3
http-interop/http-factory-guzzle Version ^1.0
laminas/laminas-text Version ^2.7
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package jpmurray/doddns contains the following files

Loading the files please wait ....