January 09, 2019
PHP
Git Bash inside PhpStorm
Go to: File -> Settings -> Tools -> Terminal If you are using 64 Bit Git Bash(Git for Windows) put…
December 05, 2018
PSR-2 PHP_CodeSniffer Config
# phpcs.xml, this file must be under project root folder. <?xml version="1.0"?> <ruleset name="Basic Project Coding Standards"> <rule ref="PSR2" />…
December 05, 2018
Travis CI for PHPUnit and PHP_CodeSniffer
# .travis.yml, this file must be under project root folder. language: php php: - 7.2 before_script: - composer self-update -…
December 05, 2018
PHPUnit Boilerplate
Of course first phpunit/phpunit to be installed. I think, local installation much better. composer require --dev phpunit/phpunit ^7 # phpunit.xml…
November 29, 2018
Social Poster – A Simple Facebook Page and Twitter poster
Social (Media) Poster Social Poster is a simple Facebook Page and Twitt poster Text Posting Text with Image-\s Posting Tech…