jawira/phing-task-skeleton

An example task to use as the base for creating a new task.

Installs: 32

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Forks: 0

Type:phing-extension

pkg:composer/jawira/phing-task-skeleton

v1.1.0 2025-11-14 21:24 UTC

This package is auto-updated.

Last update: 2025-11-14 21:24:45 UTC


README

An example task to use as the base for creating a new task.

ℹ️ To create a new project
  1. Create a new project composer create-project jawira/phing-task-skeleton.
  2. Rename src/ExampleTask.php according to your needs.
  3. Update composer.json, remember to update extra and autoload.

Usage

Task attributes:

NameTypeDescriptionDefaultRequired
messagestringThe message to transform.-Yes

Example:


<uppercase message="Welcome to the jungle"/>

License

This library is licensed under the MIT license.