Download the PHP package popphp/pop-version without Composer
On this page you can find all versions of the php package popphp/pop-version. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package pop-version
pop-version
END OF LIFE
The pop-version
component v3.0.0 is now end-of-life and will no longer be maintained.
OVERVIEW
pop-version
is a simple component to determine and compare the latest version of Pop PHP,
as well as evaluate the system environment and dependencies.
pop-version
is a component of the Pop PHP Framework.
INSTALL
Install pop-version
using Composer.
composer require popphp/pop-version
BASIC USAGE
Check the version
Evaluate the system environment
That will return an array will values like this:
Array
(
[pop] => Array
(
[installed] => 2.0.0
[latest] => 2.0.0
[compare] => 0
)
[php] => Array
(
[installed] => 5.4.32
[required] => 5.4.0
[compare] => 1
)
[windows] =>
[environment] => Array
(
[apc] => 1
[archive] => Array
(
[tar] =>
[zip] => 1
[bz2] => 1
[zlib] => 1
)
[curl] => 1
[db] => Array
(
[mysqli] => 1
[oracle] =>
[pdo] => Array
(
[mysql] => 1
[pgsql] => 1
[sqlite] => 1
[sqlsrv] =>
)
[pgsql] => 1
[sqlite] => 1
[sqlsrv] =>
)
[dom] => Array
(
[dom_document] => 1
[simple_xml] => 1
)
[ftp] => 1
[image] => Array
(
[gd] => 1
[gmagick] =>
[imagick] => 1
)
[ldap] => 1
[mcrypt] => 1
[memcache] => 1
[redis] => 1
[soap] => 1
[yaml] => 1
)
)
All versions of pop-version with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4.0
The package popphp/pop-version contains the following files
Loading the files please wait ....