PHPackages                             thoom/giply - 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. [DevOps &amp; Deployment](/categories/devops)
4. /
5. thoom/giply

AbandonedArchivedLibrary[DevOps &amp; Deployment](/categories/devops)

thoom/giply
===========

PHP git-based deployment

514PHP

Since Feb 2Pushed 13y ago1 watchersCompare

[ Source](https://github.com/thoom/giply)[ Packagist](https://packagist.org/packages/thoom/giply)[ RSS](/packages/thoom-giply/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Thoom\\Giply
============

[](#thoomgiply)

Giply is a PHP class library that powers Giply-server. It's very much early stage, being used on several personal/small projects, so the options are pretty rudimentary at the moment.

The class is separated from the server component so that it could be integrated with other scripts.

Class: Giply.php
----------------

[](#class-giplyphp)

This class does all of the work pulling the latest data from the Git repo. It will look for a **giply.json** file in the project's working directory to overwrite any of the default variables. Additionally, if a **composer.json** file exists in the project's working directory, the class will attempt to download (if it's not already in the working directory) and run the composer.phar file.

### giply.json

[](#giplyjson)

This JSON-based configuration file can overwrite basic information such as the log name, and can include an array of executable strings that will be run after the git repo has been updated and composer has been run. For example, you could remove a cache directory and re-add it.

```
{
    "post_exec": [
        "rm -rf cache",
        "mkdir cache",
        "chmod 777 cache"
    ]
}

```

\####Note All of the post\_exec scripts are run through PHP's exec command, so any php scripts would be run from the command-line and are not **include**'d in the script itself.

References
----------

[](#references)

There are two blog posts that have directly inspired Giply:

1.
2.

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

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/3237c22aa7a2c0bd68c270764cd30cf9b4b3a4351b26c0fd252e6ccd55d72994?d=identicon)[thoom](/maintainers/thoom)

### Embed Badge

![Health badge](/badges/thoom-giply/health.svg)

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

###  Alternatives

[deployer/deployer

Deployment Tool

11.0k25.4M206](/packages/deployer-deployer)[appwrite/server-ce

End to end backend server for frontend and mobile apps.

55.3k84.2k](/packages/appwrite-server-ce)[pragmarx/health

Laravel Server &amp; App Health Monitor and Notifier

2.0k1.0M2](/packages/pragmarx-health)[felixfbecker/language-server-protocol

PHP classes for the Language Server Protocol

22476.7M6](/packages/felixfbecker-language-server-protocol)[heroku/heroku-buildpack-php

Toolkit for starting a PHP application locally, with or without foreman, using the same config for PHP and Apache2/Nginx as on Heroku

8161.3M10](/packages/heroku-heroku-buildpack-php)[tiamo/phpas2

PHPAS2 is a php-based implementation of the EDIINT AS2 standard

4674.7k](/packages/tiamo-phpas2)

PHPackages © 2026

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