Common files I use in all my projects
Install PHPUnit:
$ phing -f vendor/jawira/skeleton/build.xml phpunitCreate .gitignore (overwrite if exists):
$ phing -f vendor/jawira/skeleton/build.xml gitignore -Dforce=trueList available targets:
$ phing -f vendor/jawira/skeleton/build.xml -lThis 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...