Installing Yaconf with PECL
Yaconf requires PHP 7.0 and above.
Setup
Required
Yaconf requires PHP 7.0 and above.
Install
Yaconf can be installed in one of three ways: via PECL, via PIE, or by building it from source.
Moved
Info Packageyaconf.
Avail
Installing Yaconf with PECL
pecl install yaconfSince Yaconf 1.2.0, the extension can be installed with Pie, the PHP Installer for Extensions, by running the following on the command line.
Installing Yaconf with PIE
pie install laruence/yaconfThe source code is hosted on GitHub. To build the extension from source, run the following on the command line, replacing the paths with those of the local PHP installation.
Building Yaconf from source
/path/to/phpize
./configure --with-php-config=/path/to/php-config
make && make installIni