PHPackages                             kasouza/craftsman - 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. kasouza/craftsman

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

kasouza/craftsman
=================

A set of utilities to manage your project, aka poor man's artisan

019PHP

Since Sep 27Pushed 2y ago1 watchersCompare

[ Source](https://github.com/kasouza/craftsman)[ Packagist](https://packagist.org/packages/kasouza/craftsman)[ RSS](/packages/kasouza-craftsman/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

craftsman
=========

[](#craftsman)

Craftsman is a set of utilities to help you with managing your projects.

Using
=====

[](#using)

Install it in your project
--------------------------

[](#install-it-in-your-project)

First, install it with `composer require --dev kasouza/craftsman`

Then you can simply run the commands with `./vendor/bin/craftsman`or `php vendor/bin/craftsma`

Build the phar
--------------

[](#build-the-phar)

If you prefer, you can also build a phar and just copy it into your projects or add it to yout path and use it anywhere

Clone the repo `git clone https://github.com/kasouza/craftsman/`

Install the dependencies and build the phar

```
composer install
composer build

```

Then you can either run it with php `php craftsman.phar`

Or you can make it into an executable

```
mv craftsman.phar craftsman`
chmod 755 craftsman

```

And, optionally, move it somewhere in your `$PATH`

```
mv craftsman /usr/local/bin

```

Or even just copy it to your project root and run it from there

```
mv craftsman /path/to/project/

```

###  Health Score

14

—

LowBetter than 2% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity21

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/78bae54d6a16eb1426f96fbbb641305edcfac04f024f663409cdf0359e81094e?d=identicon)[kasouza](/maintainers/kasouza)

---

Top Contributors

[![kasouza](https://avatars.githubusercontent.com/u/59983329?v=4)](https://github.com/kasouza "kasouza (15 commits)")

### Embed Badge

![Health badge](/badges/kasouza-craftsman/health.svg)

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

PHPackages © 2026

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