Common files I use in all my projects
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
This project is licensed under the MIT license.
- 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...