PHPackages                             bootjp/sakura\_vps\_maintenance\_check - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. bootjp/sakura\_vps\_maintenance\_check

AbandonedArchivedLibrary[Utility &amp; Helpers](/categories/utility)

bootjp/sakura\_vps\_maintenance\_check
======================================

Check whether the IP address to the maintenance information page of Sakura VPS exists

0.0.1(10y ago)314[1 issues](https://github.com/bootjp/CheckSakuraVPSMaintenans/issues)PHP

Since Apr 11Pushed 9y ago1 watchersCompare

[ Source](https://github.com/bootjp/CheckSakuraVPSMaintenans)[ Packagist](https://packagist.org/packages/bootjp/sakura_vps_maintenance_check)[ RSS](/packages/bootjp-sakura-vps-maintenance-check/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (1)Dependencies (1)Versions (3)Used By (0)

さくらVPSのメンテナンスに情報にIPアドレスが乗っているかしらべるやつ
====================================

[](#さくらvpsのメンテナンスに情報にipアドレスが乗っているかしらべるやつ)

Check whether the IP address to the maintenance information page of Sakura VPS exists
-------------------------------------------------------------------------------------

[](#check-whether-the-ip-address-to-the-maintenance-information-page-of-sakura-vps-exists)

[![Build Status](https://camo.githubusercontent.com/b336e3d0050ee4ef91f2532567ff1855a3ab8b1c2e339a14a554ca49686349ed/68747470733a2f2f7472617669732d63692e6f72672f626f6f746a702f436865636b53616b7572615650534d61696e74656e616e732e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/bootjp/CheckSakuraVPSMaintenans)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/e8edfc21751b89582feb4f425d3f5ed3adbf7b012a798fb437adaa25dd10847a/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f626f6f746a702f436865636b53616b7572615650534d61696e74656e616e732f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/bootjp/CheckSakuraVPSMaintenans/?branch=master)

### how to use

[](#how-to-use)

```
git clone git@github.com:bootjp/CheckSakuraVPSMaintenans.git
cd CheckSakuraVPSMaintenans/
# or
cd checksakuravpsmaintenans/
composer install
```

and Edit ipaddress.ini

### run of script

[](#run-of-script)

```
php sample.php
```

### run of docker image ()

[](#run-of-docker-image-httpshubdockercomrbootjpchecksakuravpsmaintenans)

ex)

```
docker run -e ENV_INI="ini file path" -v ini file dir/:/tmp bootjp/checksakuravpsmaintenans php /app/sample.php
docker run -it -e ENV_INI='/tmp/ipaddress.ini' -v $(pwd):/tmp bootjp/checksakuravpsmaintenans  php /app/sample.php
```

run bash script

```
#!/bin/bash
pull_result=$(docker pull bootjp/checksakuravpsmaintenans)
pull_code=$?
run_result=$(docker run --rm -e ENV_INI='/tmp/ipadress.ini' -v /root/:/tmp/ bootjp/checksakuravpsmaintenans php /app/sample.php)
run_code=$?
if [ 0 -ne ${pull_code} ] ;then
  echo ${pull_result} >&2
  exit 1
elif [ 0 -ne ${run_code} ] ;then
  echo ${run_result} >&2
  exit 1
fi
exit 0

```

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance13

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

3728d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/c563447e0a5e11d7fcc7a4e5cfda56bdbaaf552f0b499d6334a3909d24d6bd5e?d=identicon)[bootjp](/maintainers/bootjp)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/bootjp-sakura-vps-maintenance-check/health.svg)

```
[![Health](https://phpackages.com/badges/bootjp-sakura-vps-maintenance-check/health.svg)](https://phpackages.com/packages/bootjp-sakura-vps-maintenance-check)
```

###  Alternatives

[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k496.1k33](/packages/neuron-core-neuron-ai)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3661.2M46](/packages/tencentcloud-tencentcloud-sdk-php)[civicrm/civicrm-core

Open source constituent relationship management for non-profits, NGOs and advocacy organizations.

749284.3k35](/packages/civicrm-civicrm-core)[roundcube/roundcubemail

The Roundcube Webmail suite

7.0k1.4k3](/packages/roundcube-roundcubemail)[spatie/laravel-export

Create a static site bundle from a Laravel app

672139.5k6](/packages/spatie-laravel-export)[nfse-nacional/nfse-php

This is my package nfse

1523.1k](/packages/nfse-nacional-nfse-php)

PHPackages © 2026

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