Download the PHP package brightnucleus/phpfeature without Composer

On this page you can find all versions of the php package brightnucleus/phpfeature. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package phpfeature

PHPFeature

Scrutinizer Code Quality Code Coverage Build Status Codacy Badge Code Climate

Latest Stable Version Total Downloads Latest Unstable Version License

PHPFeature is a first draft of a PHP Feature Detection Library similar to what Modernizr does for the browser features. So, instead of checking for a specific PHP version number (which forces you to know which and compare which features were introduced by which versions), you can simply tell the library what features you need, and it will tell you with a simple boolean value whether these are supported or not.

You can read more background information here: http://www.alainschlesser.com/php-feature/

Table Of Contents

Requirements

To develop using the library, you will need PHP 5.3.2+, as it uses Composer to manage its dependencies.

However, the runtime code only requires PHP 5.2+, as one of the goals was to make it useful for WordPress development.

Installation

To include the library in your project, you can use Composer:

Alternatively, you can copy the classes inside of your application and make sure that your application can find them.

Basic Usage

Usage is pretty simple, it only comes with two methods so far.

This returns a boolean value telling you whether all of the features that you passed in are supported by the current PHP version.

This returns a SemanticVersion object that contains the minimum PHP version that supports all of the features that you passed in.

Here’s an example of how to use it to stop execution and inform the user:

Known Issues

Contributing

All feedback / bug reports / pull requests are welcome.

License

This code is released under the MIT license. For the full copyright and license information, please view the LICENSE file distributed with this source code.


All versions of phpfeature with dependencies

PHP Build Version
Package Version
Requires xrstf/composer-php52 Version ^1
brightnucleus/config-52 Version ^0.1
brightnucleus/php-releases Version ^0.1
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package brightnucleus/phpfeature contains the following files

Loading the files please wait ....