PHPackages                             dynali/dynali-php - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. dynali/dynali-php

ActiveLibrary

dynali/dynali-php
=================

DynAli PHP Library: allows interaction with DynAli's PHP NICE JSON Api.

10PHP

Since Jul 28Pushed 6y agoCompare

[ Source](https://github.com/dynali/dynali-php)[ Packagist](https://packagist.org/packages/dynali/dynali-php)[ RSS](/packages/dynali-dynali-php/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

dynali-php
==========

[](#dynali-php)

DynAli PHP Library: allows interaction with DynAli's PHP NICE JSON Api.

Includes library which can be used in any PHP code (in the `lib/` folder) and a simple executable which can be used to check hostname's status, update the ip, change password or manipulate local storage of saved hostnames.

installation (library)
----------------------

[](#installation-library)

To install using composer please just type:

```
composer require dynali/dynali-php
```

in your project's folder

I suggest to use tagged releases and semantic versioning.

Later just create an instance of the main class in your project:

```
$client = new Dynali\DynaliClient();
```

installation (standalone)
-------------------------

[](#installation-standalone)

If you want to use the repository as a standalone application just clone or download the repository:

```
git clone https://github.com/dynali/dynali-php.git
```

and execute:

```
composer install
```

to load all vendors.

usage (library)
---------------

[](#usage-library)

TODO

usage (standalone)
------------------

[](#usage-standalone)

You can find the main executable in the `bin/` folder. It currently supports commands:

- `ip` which returns your external IP as detected by Dynali
- `install` which returns a command which you can add to crontab in order to make updates automatically every minute
- `add`, inserts hostname's details into local storage (basic `dynali.csv` file created locally in the same folder)
- `remove`, removes hostname's details from local storage
- `status`, provides details about domain's status as an instance of the `DynaliStatus` entity
- `update`, updates the IP for the given hostname
- `update-all`, updates IPs for all of the hostnames in the local storage
- `list`, lists domains in the local storage
- `changepassword`, allows to change password for a particular hostname

Sample usage:

```
./dynali add myname.dynali.net bartoszp SuperSecretPasSwOrD123
```

TODO
----

[](#todo)

- improve README.md
- provide unit tests
- allow passing of manually entered IP using the cli tool

Contribution
------------

[](#contribution)

Please use the issues or pull requests functionalites of Github.

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity2

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity38

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/5bcd6ecb15805e7671391e3075ffb736a9c00eb649a3e180950b3696a5419d62?d=identicon)[dynali](/maintainers/dynali)

---

Top Contributors

[![dynaliold](https://avatars.githubusercontent.com/u/50265068?v=4)](https://github.com/dynaliold "dynaliold (4 commits)")

### Embed Badge

![Health badge](/badges/dynali-dynali-php/health.svg)

```
[![Health](https://phpackages.com/badges/dynali-dynali-php/health.svg)](https://phpackages.com/packages/dynali-dynali-php)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
