Skip to content

Instantly share code, notes, and snippets.

View szrama's full-sized avatar

szrama

  • biz2web.pl
  • Wroclaw, Poland
View GitHub Profile
@denji
denji / README.md
Last active January 4, 2026 10:52 — forked from istepanov/gist:3950977
Remove/Backup – settings & cli for macOS (OS X) – DataGrip, AppCode, CLion, Gogland, IntelliJ, PhpStorm, PyCharm, Rider, RubyMine, WebStorm
@FlorianWolters
FlorianWolters / composer-install-global-tools.cmd
Last active February 16, 2016 08:49
Batch script to globally install PHP tools with the dependency manager Composer
@ECHO OFF
REM Update Composer
composer self-update
REM PHPUnit
CALL composer global require phpunit/phpunit
REM Mock Object library for PHPUnit
CALL composer global require phpunit/phpunit-mock-objects