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
Requires
- php: ^7.4 || ^8.0
Requires (Dev)
- phing/phing: ^3.1
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
- Create a new project
composer create-project jawira/phing-task-skeleton. - Rename
src/ExampleTask.phpaccording to your needs. - Update
composer.json, remember to updateextraandautoload.
Usage
Task attributes:
| Name | Type | Description | Default | Required |
|---|---|---|---|---|
message | string | The message to transform. | - | Yes |
Example:
<uppercase message="Welcome to the jungle"/>
License
This library is licensed under the MIT license.