PHP

1 Min Read

Git Bash inside PhpStorm

Go to: File -> Settings -> Tools -> Terminal If you are using 64 Bit Git Bash(Git for Windows) put…
Discover More
1 Min Read

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" />…
Discover More
1 Min Read

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 -…
Discover More
1 Min Read

PHPUnit Boilerplate

Of course first  phpunit/phpunit to be installed. I think, local installation much better. composer require --dev phpunit/phpunit ^7 # phpunit.xml…
Discover More
1 Min Read

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…
Discover More