PHPackages                             druidfi/tools - 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. druidfi/tools

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

druidfi/tools
=============

Druidfi toolset

0.0.2(7y ago)07493[2 PRs](https://github.com/druidfi/tools/pulls)MITMakefileCI passing

Since Feb 23Pushed 1mo ago2 watchersCompare

[ Source](https://github.com/druidfi/tools)[ Packagist](https://packagist.org/packages/druidfi/tools)[ Docs](https://github.com/druidfi/tools)[ RSS](/packages/druidfi-tools/feed)WikiDiscussions main Synced 3d ago

READMEChangelogDependenciesVersions (3)Used By (0)

druidfi/tools
=============

[](#druidfitools)

[![Tests](https://github.com/druidfi/tools/workflows/Tests/badge.svg)](https://github.com/druidfi/tools/workflows/Tests/badge.svg)

Set of tools meant for ease the development.

Features
--------

[](#features)

- Generalized Make commands (build, up, down, etc)
- Same command can be run on Docker container and on host
- Extendable in your project
- Easily Updatable

How to use in the project
-------------------------

[](#how-to-use-in-the-project)

Download oneliner (source is [update.sh](update.sh)):

```
bash -c "$(curl -fsSL -H 'Cache-Control: no-cache' https://git.io/JP10q)"
```

Project specific
----------------

[](#project-specific)

Makefiles: you can add project specific Make files to `tools/make/project`.

See the example below to see how they are loaded with:

`-include $(PROJECT_DIR)/tools/make/project/*.mk`.

### Override variables

[](#override-variables)

You can also add `tools/make/override.mk` to override variables.

For example if you want to force certain CLI values for your local setup even if something is autodetected:

```
# Custom Docker CLI container
CLI_SERVICE := app
CLI_USER := druid
DOCKER_PROJECT_ROOT := /app
```

Default commands
----------------

[](#default-commands)

CommandDescriptionmake buildBuild for dev envmake build ENV=productionBuild for specified envmake debugShow debug informationmake downTear down the environmentmake helpList all make commandsmake shellLogin to CLI containermake self-updateSelf-update all the tools from druidfi/tools. See [update.sh](update.sh).make upLaunch the environmentExample on Makefile in your project root
----------------------------------------

[](#example-on-makefile-in-your-project-root)

```
PHONY :=
PROJECT_DIR := $(dir $(lastword $(MAKEFILE_LIST)))

# Include project env vars (if exists)
-include .env

# Include druidfi/tools config
include $(PROJECT_DIR)/tools/make/Makefile

# Include project specific make files (if they exist)
-include $(PROJECT_DIR)/tools/make/project/*.mk

.PHONY: $(PHONY)
```

Update the tools
----------------

[](#update-the-tools)

Update general tools by downloading new versions of the files:

```
make self-update
```

Where this is used
------------------

[](#where-this-is-used)

-

FAQ
---

[](#faq)

*Why cannot the makefiles be included with Composer and from `vendor/druidfi/tools/make`?*

As one of the operations `make clean` will remove the `vendor` folder.

Developing
----------

[](#developing)

Set Git hook. This will run tests pre-commit and if all is good, then update version.

```
ln -sf ../../hooks/pre-commit .git/hooks/pre-commit
```

Run tests:

```
make test
```

Read more about testing [here](tests/README.md).

###  Health Score

37

—

LowBetter than 83% of packages

Maintenance61

Regular maintenance activity

Popularity15

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 97.6% 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

2638d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4cd9c5f6ffd2d6019f8375ce471fd34395c78885b9b9cf22e9a97be47c875138?d=identicon)[back-2-95](/maintainers/back-2-95)

---

Top Contributors

[![back-2-95](https://avatars.githubusercontent.com/u/1140272?v=4)](https://github.com/back-2-95 "back-2-95 (403 commits)")[![tuutti](https://avatars.githubusercontent.com/u/771113?v=4)](https://github.com/tuutti "tuutti (7 commits)")[![laurielim](https://avatars.githubusercontent.com/u/62180225?v=4)](https://github.com/laurielim "laurielim (3 commits)")

---

Tags

developer-toolsdockerdocker-composedrupalkubectlmakefilesymfonytoolingtoolstoolset

### Embed Badge

![Health badge](/badges/druidfi-tools/health.svg)

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

###  Alternatives

[deployer/deployer

Deployment Tool

11.0k25.4M207](/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)
