jawira/phing-task-skeleton
An example task to use as the base for creating a new task.
Maintainers
Package info
gitlab.com/jawira/phing-task-skeleton
Type:phing-extension
pkg:composer/jawira/phing-task-skeleton
v1.1.0
2025-11-14 21:24 UTC
Requires
- php: ^7.4 || ^8.0
Requires (Dev)
- phing/phing: ^3.1
Suggests
None
Provides
None
Conflicts
None
Replaces
None
MIT 6219317a8d008bdc38607e3e4e4f3d964f56759b
This package is auto-updated.
Last update: 2026-06-14 22:30:30 UTC
README
An example task to use as the base for creating a new task.
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.
