Skip to content

Instantly share code, notes, and snippets.

View bitcreator's full-sized avatar

Hennadii Tarasenko bitcreator

  • Ukraine, Rzhyshchiw
View GitHub Profile
# PHPMD
pear channel-discover pear.phpmd.org
pear channel-discover pear.pdepend.org
pear install --alldeps phpmd/PHP_PMD
# PHPCS
pear install PHP_CodeSniffer
# PHPCPD
pear install phpunit/phpcpd
@bitcreator
bitcreator / mink.txt
Last active December 18, 2015 07:39
mink features on en
Given /^(?:|I )am on (?:|the )homepage$/
When /^(?:|I )go to (?:|the )homepage$/
Given /^(?:|I )am on "(?P<page>[^"]+)"$/
When /^(?:|I )go to "(?P<page>[^"]+)"$/
When /^(?:|I )reload the page$/
When /^(?:|I )move backward one page$/
When /^(?:|I )move forward one page$/
When /^(?:|I )press "(?P<button>(?:[^"]|\\")*)"$/
When /^(?:|I )follow "(?P<link>(?:[^"]|\\")*)"$/
When /^(?:|I )fill in "(?P<field>(?:[^"]|\\")*)" with "(?P<value>(?:[^"]|\\")*)"$/
@bitcreator
bitcreator / .gitignore
Created May 30, 2013 20:10
Synfomy2 git ignore file
# generic files to ignore
*~
*.lock
*.DS_Store
*.swp
*.out
# IDE files to ignore
nbproject/
.idea/

Awesome PHP Libraries

A list of amazingly awesome PHP libraries that you should consider using (and some other shiny extras).