Download the PHP package rubenmartindev/prestashop-version-checker without Composer
On this page you can find all versions of the php package rubenmartindev/prestashop-version-checker. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download rubenmartindev/prestashop-version-checker
More information about rubenmartindev/prestashop-version-checker
Files in rubenmartindev/prestashop-version-checker
Download rubenmartindev/prestashop-version-checker
More information about rubenmartindev/prestashop-version-checker
Files in rubenmartindev/prestashop-version-checker
Vendor rubenmartindev
Package prestashop-version-checker
Short Description A lightweight library to check and compare PrestaShop versions with a fluent API
License MIT
Package prestashop-version-checker
Short Description A lightweight library to check and compare PrestaShop versions with a fluent API
License MIT
Please rate this library. Is it a good library?
Informations about the package prestashop-version-checker
PrestaShop Version Checker
A lightweight library to check and compare PrestaShop versions with a fluent API.
Installation
Requirements
- PHP >= 5.6.0
- PrestaShop (any version)
Usage
Using the helper function (recommended)
Using the class directly
Supported operators
| Operator | Description |
|---|---|
< |
Less than |
<= |
Less than or equal |
> |
Greater than |
>= |
Greater than or equal |
== |
Equal |
= |
Equal (alias) |
!= |
Not equal |
<> |
Not equal (alias) |
lt |
Less than |
le |
Less than or equal |
gt |
Greater than |
ge |
Greater than or equal |
eq |
Equal |
ne |
Not equal |
Shorthand methods
[!WARNING] The shorthand methods are deprecated and will be removed in the next major release.
Check if the compare is valid
Real-world example
All versions of prestashop-version-checker with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.6.0
The package rubenmartindev/prestashop-version-checker contains the following files
Loading the files please wait ...