Sha256: c2797bb2da87ac3964b65108b32ebf4ed601c4e1c448fd907dfaa0b4fcca8888

Contents?: true

Size: 1.18 KB

Versions: 215

Compression:

Stored size: 1.18 KB

Contents

PHP can be downloaded and built from source, available at [php.net/downloads.php](http://php.net/downloads.php)

Alternatively there are many pre-compiled versions available for [different operating systems](http://php.net/manual/en/install.php):

**Windows users**: There are pre-built stacks including [WAMP](http://www.wampserver.com/en/) - (windows, Apache, MySQL, PHP) and [XAMPP](https://www.apachefriends.org/index.html)

**OS X users**: Normally comes with PHP installed, but there are other pre-built options available, including [MAMP](http://www.mamp.info/en/).

**Linux users**: Different distributions have different methods. You should be able to

````$ yum install php````

or

````$ apt-get php````

depending on your repository manager.


### Install PHPUnit:

To globally install PHPUnit testing framework, you can add it to your global composer file, which you can then add to your environment PATH.

To do this call

````$ composer global require phpunit/phpunit````

If you are not using Composer package manager you can download the phpunit.phar file and add that to your PATH, or project directory as explained here: [PHPUnit](https://phpunit.de/manual/current/en/installation.html)

Version data entries

215 entries across 215 versions & 1 rubygems

Version Path
trackler-2.2.0.4 tracks/php/docs/INSTALLATION.md
trackler-2.2.0.3 tracks/php/docs/INSTALLATION.md
trackler-2.2.0.2 tracks/php/docs/INSTALLATION.md
trackler-2.2.0.1 tracks/php/docs/INSTALLATION.md
trackler-2.2.0.0 tracks/php/docs/INSTALLATION.md
trackler-2.1.0.55 tracks/php/docs/INSTALLATION.md
trackler-2.1.0.54 tracks/php/docs/INSTALLATION.md
trackler-2.1.0.53 tracks/php/docs/INSTALLATION.md
trackler-2.1.0.52 tracks/php/docs/INSTALLATION.md
trackler-2.1.0.51 tracks/php/docs/INSTALLATION.md
trackler-2.1.0.50 tracks/php/docs/INSTALLATION.md
trackler-2.1.0.49 tracks/php/docs/INSTALLATION.md
trackler-2.1.0.48 tracks/php/docs/INSTALLATION.md
trackler-2.1.0.47 tracks/php/docs/INSTALLATION.md
trackler-2.1.0.46 tracks/php/docs/INSTALLATION.md
trackler-2.1.0.45 tracks/php/docs/INSTALLATION.md
trackler-2.1.0.44 tracks/php/docs/INSTALLATION.md
trackler-2.1.0.43 tracks/php/docs/INSTALLATION.md
trackler-2.1.0.42 tracks/php/docs/INSTALLATION.md
trackler-2.1.0.41 tracks/php/docs/INSTALLATION.md