PHPackages                             cloud/cloudtool - 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. [Templating &amp; Views](/categories/templating)
4. /
5. cloud/cloudtool

AbandonedArchivedProject[Templating &amp; Views](/categories/templating)

cloud/cloudtool
===============

generate cloud-config.yml and other config files on the fly

v1.1.1(7y ago)0157MITPHPPHP &gt;=7.0

Since May 30Pushed 7y ago1 watchersCompare

[ Source](https://github.com/dermatthes/cloudtool)[ Packagist](https://packagist.org/packages/cloud/cloudtool)[ Docs](https://getgismo.com)[ RSS](/packages/cloud-cloudtool/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (2)Dependencies (4)Versions (4)Used By (0)

cloudtool
=========

[](#cloudtool)

PHP Library to generate config files.

-

Install
-------

[](#install)

```
sudo composer global require cloud/cloudtool

```

Configuration Management
------------------------

[](#configuration-management)

Create configuration files from templates on the fly.

`cloudtool` will search for `*.ctt`- files (cloud-tool-template) and interpret them.

```
{template target="/etc/apache/sites-enabled/001_vhost.conf" owner="root" group="root" mode="0755"}
{template onupdate="service apache2 restart"}
{env name="CLOUD_CONFIG_URL" > configUrl}

{fetch url=configUrl enc="JSON" > config}

{for host in config.hosts}

        ServerName {= host.name}
        DocumentRoot {= host.docRoot}

{/for}

```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity60

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

3

Last Release

2907d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/878a384d056698a2400e4b7c8858db05a6caebb2c560e67151be36d46d58def0?d=identicon)[dermatthes](/maintainers/dermatthes)

---

Top Contributors

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

---

Tags

cloudtemplate

### Embed Badge

![Health badge](/badges/cloud-cloudtool/health.svg)

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

###  Alternatives

[phpoffice/phpword

PHPWord - A pure PHP library for reading and writing word processing documents (OOXML, ODF, RTF, HTML, PDF)

7.5k34.7M186](/packages/phpoffice-phpword)[rize/uri-template

PHP URI Template (RFC 6570) supports both expansion &amp; extraction

420137.3M46](/packages/rize-uri-template)[larablocks/pigeon

A more flexible email message builder for Laravel 5 including chained methods, reusable message configurations, and message layout and template view management.

143.7k](/packages/larablocks-pigeon)

PHPackages © 2026

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