PHPackages                             yalesov/phing-task - 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. [CLI &amp; Console](/categories/cli)
4. /
5. yalesov/phing-task

ActiveLibrary[CLI &amp; Console](/categories/cli)

yalesov/phing-task
==================

A collection of Phing Tasks.

v2.1.2(9y ago)314ISCPHPPHP &gt;=5.3.3

Since Sep 15Pushed 9y ago2 watchersCompare

[ Source](https://github.com/yalesov/php-phing-task)[ Packagist](https://packagist.org/packages/yalesov/phing-task)[ Docs](https://github.com/yalesov/php-phing-task)[ RSS](/packages/yalesov-phing-task/feed)WikiDiscussions master Synced today

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

phing-task
==========

[](#phing-task)

A collection of Phing Tasks.

Installation
============

[](#installation)

[Composer](http://getcomposer.org/):

```
{
  "require": {
    "yalesov/phing-task": "2.*"
  }
}
```

[Phing](https://github.com/phingofficial/phing) is **not** bundled with this package.

You can install it through Composer and use the CLI at `vendor/bin/phing`:

```
{
  "require": {
    "phing/phing": "*"
  }
}
```

or through PEAR and use the CLI at `phing`:

```
$ pear channel-discover pear.phing.info
$ pear install [--alldeps] phing/phing
```

Usage
=====

[](#usage)

ClassmapTask
------------

[](#classmaptask)

Generate a classmap for the directory `foo/library` (and its subdirectories), save it at `foo/autoload_classmap.php`.

```

```

ClassmapClearTask
-----------------

[](#classmapcleartask)

Clear the classmap file `foo/autoload_classmap.php`, i.e. set it to `return array();`.

```

```

RchownTask
----------

[](#rchowntask)

Recursively [chown](http://php.net/manual/en/function.chown.php) the directory `foo/src`, along with all its subdirectories and files, to the user `foouser` and group `foogroup`.

```

```

Rrmdir
------

[](#rrmdir)

Recursively [rmdir](http://php.net/manual/en/function.rmdir.php) the directory `foo/src`, along with all its subdirectories and files.

```

```

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity64

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 ~154 days

Recently: every ~344 days

Total

10

Last Release

3645d ago

Major Versions

1.2.2 → v2.0.02016-07-06

### Community

Maintainers

![](https://www.gravatar.com/avatar/9c284282a506ac3c908eda03eb11cc263a4457f2e3cc23cbe3e9b97830589e31?d=identicon)[yalesov](/maintainers/yalesov)

---

Top Contributors

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

---

Tags

phing

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/yalesov-phing-task/health.svg)

```
[![Health](https://phpackages.com/badges/yalesov-phing-task/health.svg)](https://phpackages.com/packages/yalesov-phing-task)
```

###  Alternatives

[seld/cli-prompt

Allows you to prompt for user input on the command line, and optionally hide the characters they type

24726.4M22](/packages/seld-cli-prompt)[illuminate/console

The Illuminate Console package.

13045.3M6.2k](/packages/illuminate-console)

PHPackages © 2026

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