Download the PHP package fabrikage/requirements without Composer
On this page you can find all versions of the php package fabrikage/requirements. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download fabrikage/requirements
More information about fabrikage/requirements
Files in fabrikage/requirements
Download fabrikage/requirements
More information about fabrikage/requirements
Files in fabrikage/requirements
Vendor fabrikage
Package requirements
Short Description A helper class to set requirements for your PHP application.
License MIT
Package requirements
Short Description A helper class to set requirements for your PHP application.
License MIT
Please rate this library. Is it a good library?
Informations about the package requirements
fabrikage/requirements
An elegant solution to check if your PHP application meets the requirements to run on a server.
\
Requirements
Will be added soon.
Installation with Composer
Usage
Valid version strings are:
1
Major1.0
Major and minor1.0.0
Major, minor and patch
Or anything that is readable by version_compare()
.
Valid comparators are:
=
Equal to!=
Not equal to>
Greater than>=
Greater than or equal to<
Less than<=
Less than or equal to
The default comparator, when none is provided is >=
.
A version string with a comparator looks like this: >=1.0.0
.
Example
WordPress example
This would result in the following output if not all requirements are met:
All versions of requirements with dependencies
PHP Build Version
Package Version
No informations.
The package fabrikage/requirements contains the following files
Loading the files please wait ....