PHPackages                             heartsentwined/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. [Utility &amp; Helpers](/categories/utility)
4. /
5. heartsentwined/phing-task

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

heartsentwined/phing-task
=========================

A collection of Phing Tasks.

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

Since Sep 15Pushed 9y ago2 watchersCompare

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

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

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

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

3598d ago

Major Versions

1.2.2 → v2.0.02016-07-06

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/2252978?v=4)[heartsentwined](/maintainers/heartsentwined)[@heartsentwined](https://github.com/heartsentwined)

---

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/heartsentwined-phing-task/health.svg)

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

###  Alternatives

[phing/phing

PHing Is Not GNU make; it's a PHP project build system or build tool based on Apache Ant.

1.2k21.7M876](/packages/phing-phing)[kubawerlos/composer-smaller-lock

Plugin to keep composer.lock smaller and readable

135.8k](/packages/kubawerlos-composer-smaller-lock)

PHPackages © 2026

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