PHPackages                             phix/taskslib - 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. phix/taskslib

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

phix/taskslib
=============

TasksLib is a library of classes for automating repetitive tasks

2.0.2(13y ago)216BSD-3-ClausePHP

Since Jun 8Pushed 13y ago1 watchersCompare

[ Source](https://github.com/stuartherbert/TasksLib)[ Packagist](https://packagist.org/packages/phix/taskslib)[ Docs](https://github.com/stuartherbert/TasksLib/)[ RSS](/packages/phix-taskslib/feed)WikiDiscussions develop Synced 4w ago

READMEChangelogDependencies (2)Versions (4)Used By (0)

TasksLib2
=========

[](#taskslib2)

**TasksLib2** is a simple-to-use PHP component that provides a collection of classes that automate common repetitive tasks. It was originally created to stop individual Phix commands duplicating code, but it's generic enough to be useful to a wider range of projects.

System-Wide Installation
------------------------

[](#system-wide-installation)

TasksLib should be installed using the [PEAR Installer](http://pear.php.net). This installer is the PHP community's de-facto standard for installing PHP components.

```
sudo pear channel-discover pear.phix-project.org
sudo pear install --alldeps phix/TasksLib2

```

As A Dependency On Your Component
---------------------------------

[](#as-a-dependency-on-your-component)

If you are creating a component that relies on TasksLib2, please make sure that you add TasksLib2 to your component's package.xml file:

```

      TasksLib2
      pear.phix-project.org
      2.0.0
      2.999.9999

```

Usage
-----

[](#usage)

The best documentation for TasksLib are the unit tests, which are shipped in the package. You will find them installed into your PEAR repository, which on Linux systems is normally /usr/share/php/test.

Development Environment
-----------------------

[](#development-environment)

If you want to patch or enhance this component, you will need to create a suitable development environment. The easiest way to do that is to install phix4componentdev:

```
# phix4componentdev
sudo apt-get install php5-xdebug
sudo apt-get install php5-imagick
sudo pear channel-discover pear.phix-project.org
sudo pear -D auto_discover=1 install -Ba phix/phix4componentdev

```

You can then clone the git repository:

```
# TasksLib
git clone git@github.com:stuartherbert/TasksLib.git

```

Then, install a local copy of this component's dependencies to complete the development environment:

```
# build vendor/ folder
phing build-vendor

```

To make life easier for you, common tasks (such as running unit tests, generating code review analytics, and creating the PEAR package) have been automated using [phing](http://phing.info). You'll find the automated steps inside the build.xml file that ships with the component.

Run the command 'phing' in the component's top-level folder to see the full list of available automated tasks.

License
-------

[](#license)

See LICENSE.txt for full license details.

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity65

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

Total

2

Last Release

4770d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2dc3934d5c3ce55e18dca95d52b564fb2a34986770af3c532dba6c248ef58f3a?d=identicon)[stuartherbert](/maintainers/stuartherbert)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/phix-taskslib/health.svg)

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

###  Alternatives

[phix/contractlib

ContractLib is a lightweight PHP library designed to help you write more robust PHP components by helping your components enforce programming contracts throughout your code

3234.0k2](/packages/phix-contractlib)[yieldstudio/nova-google-autocomplete

A Laravel Nova Google autocomplete field.

12233.3k](/packages/yieldstudio-nova-google-autocomplete)

PHPackages © 2026

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