Skip to content

Instantly share code, notes, and snippets.

@Nixes
Last active December 1, 2017 06:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Nixes/1e5ac56749ca63ff9b5a0fe1e527ae8f to your computer and use it in GitHub Desktop.
Save Nixes/1e5ac56749ca63ff9b5a0fe1e527ae8f to your computer and use it in GitHub Desktop.
Installing atom php-integrator on windows
Installation is a bit harder than unix but absolutely worth it.
1) Install composer using windows installer
2) enable extension=php_pdo_sqlite.dll in php.ini
3) start atom and watch it fail to install php-integrator
4) run composer install --no-dev from core folder. something like C:\Users\<username>\.atom\packages\php-integrator-base\core\3.0.0
5) enjoy excellent php IDE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment