jawira / skeleton
Common Phing targets I use in all my projects
v2.31.0
2026-05-16 21:58 UTC
Suggests
- pds/skeleton: Standard PHP package skeleton
- phing/phing: PHP build tool
This package is auto-updated.
Last update: 2026-06-16 22:24:27 UTC
README
Common files I use in all my projects
Phing targets
Examples
Install PHPUnit:
$ phing -f vendor/jawira/skeleton/build.xml phpunit
Create .gitignore (overwrite if exists):
$ phing -f vendor/jawira/skeleton/build.xml gitignore -Dforce=true
List available targets:
$ phing -f vendor/jawira/skeleton/build.xml -l
License
This project is licensed under the MIT license.
Packages from jawira
-
jawira/case-converter
- Convert strings between 13 naming conventions: Snake case, Camel case, Pascal case, Kebab case, Ada case, Train case, Cobol case, Macro case, Upper case, Lower case, Sentence case, Title case and Dot notation.
-
jawira/emoji-catalog
- Get access to +3000 emojis as class constants.
- more...