Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 953 Bytes

INSTALL.md

File metadata and controls

39 lines (24 loc) · 953 Bytes

Requirements

  • PHP 7.1+

Installation

From sources

git clone https://github.com/krakjoe/pcov.git
cd pcov
phpize
./configure --enable-pcov
make
make test
make install

Use develop branch for development, use release branch for last stable released version.

From PECL

pecl install pcov

Binary distributions