Sha256: 60eda3bf5fe21e42961dc54bbae6a40b00ecc2984e6b58c705cc3755e3cc0c6c

Contents?: true

Size: 1.19 KB

Versions: 181

Compression:

Stored size: 1.19 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 install 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

181 entries across 181 versions & 1 rubygems

Version Path
trackler-2.2.1.180 tracks/php/docs/INSTALLATION.md
trackler-2.2.1.179 tracks/php/docs/INSTALLATION.md
trackler-2.2.1.178 tracks/php/docs/INSTALLATION.md
trackler-2.2.1.177 tracks/php/docs/INSTALLATION.md
trackler-2.2.1.176 tracks/php/docs/INSTALLATION.md
trackler-2.2.1.175 tracks/php/docs/INSTALLATION.md
trackler-2.2.1.174 tracks/php/docs/INSTALLATION.md
trackler-2.2.1.173 tracks/php/docs/INSTALLATION.md
trackler-2.2.1.172 tracks/php/docs/INSTALLATION.md
trackler-2.2.1.171 tracks/php/docs/INSTALLATION.md
trackler-2.2.1.170 tracks/php/docs/INSTALLATION.md
trackler-2.2.1.169 tracks/php/docs/INSTALLATION.md
trackler-2.2.1.167 tracks/php/docs/INSTALLATION.md
trackler-2.2.1.166 tracks/php/docs/INSTALLATION.md
trackler-2.2.1.165 tracks/php/docs/INSTALLATION.md
trackler-2.2.1.164 tracks/php/docs/INSTALLATION.md
trackler-2.2.1.163 tracks/php/docs/INSTALLATION.md
trackler-2.2.1.162 tracks/php/docs/INSTALLATION.md
trackler-2.2.1.161 tracks/php/docs/INSTALLATION.md
trackler-2.2.1.160 tracks/php/docs/INSTALLATION.md