PHPackages                             spartakusmd/ovh-vps-snapshot - 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. [API Development](/categories/api)
4. /
5. spartakusmd/ovh-vps-snapshot

ActiveProject[API Development](/categories/api)

spartakusmd/ovh-vps-snapshot
============================

OVH VPS Automated Snapshot (via OVH API)

1.0.1(7y ago)341MITPHP

Since Dec 18Pushed 7y ago1 watchersCompare

[ Source](https://github.com/SpartakusMd/ovh-vps-snapshot)[ Packagist](https://packagist.org/packages/spartakusmd/ovh-vps-snapshot)[ RSS](/packages/spartakusmd-ovh-vps-snapshot/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (3)Versions (3)Used By (0)

[![Latest Stable Version](https://camo.githubusercontent.com/5d3283a04aa87d73b2651e65157945f61439b66c9b87e0ca2b4b10c0e72d741f/68747470733a2f2f706f7365722e707567782e6f72672f7370617274616b75736d642f6f76682d7670732d736e617073686f742f762f737461626c65)](https://packagist.org/packages/spartakusmd/ovh-vps-snapshot)[![Total Downloads](https://camo.githubusercontent.com/dbb762e7e086f7e9415839393a1c6386919044679b97f4ceada44dab5d049093/68747470733a2f2f706f7365722e707567782e6f72672f7370617274616b75736d642f6f76682d7670732d736e617073686f742f646f776e6c6f616473)](https://packagist.org/packages/spartakusmd/ovh-vps-snapshot)[![Monthly Downloads](https://camo.githubusercontent.com/9b992e107e73a530295a5148fc43610186f708e4fb9e35328c812de8a310c482/68747470733a2f2f706f7365722e707567782e6f72672f7370617274616b75736d642f6f76682d7670732d736e617073686f742f642f6d6f6e74686c792e706e67)](https://packagist.org/packages/spartakusmd/ovh-vps-snapshot)

OVH VPS Automated Snapshot
==========================

[](#ovh-vps-automated-snapshot)

Requirements
------------

[](#requirements)

- [PHP](https://www.php.net/)
- [Composer](https://getcomposer.org/)

Installation
------------

[](#installation)

```
composer create-project spartakusmd/ovh-vps-snapshot

```

Configuration
-------------

[](#configuration)

### First step

[](#first-step)

Create credentials by clicking [here](https://api.ovh.com/createToken/index.cgi?POST=/cloud/project/*/instance/*/snapshot&POST=/cloud/project/*/volume/*/snapshot&GET=/cloud/project/*/snapshot&GET=/cloud/project/*/volume/snapshot&DELETE=/cloud/project/*/snapshot/*&DELETE=/cloud/project/*/volume/snapshot/*) !

*Depending on the account zone, the domain may be needed to be customised. Check [Supported APIs](https://github.com/ovh/php-ovh#supported-apis).*

The script requires access to the following API endpoints.

- GET: `/vps/*`
- GET: `/vps/*/snapshot`
- DELETE: `/vps/*/snapshot`
- GET: `/vps/*/tasks/*`
- POST: `/vps/*/createSnapshot`

### Second step

[](#second-step)

Create `snapshot.yml` in root directory with your credentials and the list of your instances/volumes :

```
---
applicationKey:
applicationSecret:
consumerKey:

apiEndpoint: ovh-eu

vps:
  - "vps123456.ovh.net"
  - "vps452689.ovh.net"

```

Run
---

[](#run)

```
php snapshot.php

```

Dry-run mode (simulates the query) :

```
php snapshot.php --dry-run

```

Crontab
-------

[](#crontab)

You can automate the snapshot creation by creating a crontab making a call to this tool.

Daily:

```
30 3 * * * php /opt/ovh-vps-snapshot/snapshot.php >> /var/log/ovh-vps-snapshot.log

```

Each Tuesday:

```
30 3 * * 2 php /opt/ovh-vps-snapshot/snapshot.php >> /var/log/ovh-vps-snapshot.log

```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity62

Established project with proven stability

 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

Every ~0 days

Total

2

Last Release

2702d ago

### Community

Maintainers

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

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/spartakusmd-ovh-vps-snapshot/health.svg)

```
[![Health](https://phpackages.com/badges/spartakusmd-ovh-vps-snapshot/health.svg)](https://phpackages.com/packages/spartakusmd-ovh-vps-snapshot)
```

###  Alternatives

[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.4k5.6M651](/packages/sylius-sylius)[team-reflex/discord-php

An unofficial API to interact with the voice and text service Discord.

1.1k379.4k24](/packages/team-reflex-discord-php)[convertkit/convertkitapi

Kit PHP SDK for the Kit API

2167.1k1](/packages/convertkit-convertkitapi)

PHPackages © 2026

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