Download the PHP package neur0toxine/psr.http-message-implementation.nyholm without Composer

On this page you can find all versions of the php package neur0toxine/psr.http-message-implementation.nyholm. 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 psr.http-message-implementation.nyholm

Fallback for psr/http-message-implementation using nyholm

Provides a metapackage for library needing psr/http-message-implementation that fallback to a default implementation when user does not meet the initial requirements.

Usage

Composer will, by preference:

How does it works

This package contains 2 versions:

  1. The highest 1.1 needs nothing more than your requirements.

  2. The lowest 1.0 triggers install of nyholm/psr7.

Composer will choose this highest version when user already has a package that satisfy psr/http-message-implementation. Otherwise, composer will choose the lowest version and in that case will download the following packages: nyholm/psr7.

What problem does it solve?

You are maintaining a library that need an implementation of psr/http-message-implementation, but you don't want requiring a specific implementation.

ie. You are maintainer of library that use the following composer.json

When end users requires you library with the following code

They probably ends with such error

You can ask user to install a random package, it works, but the DX is very bad, and confusing at first.

By using Neur0toxine/psr.http-message-implementation.nyholm, users will be able to require their preferred implementation or fallback to your default choice

Example of user that meet the preferred requirements

Example of user that fallback to your recommendations

Contributing

This repository is automatically generated. If you want contributing and submitting an issue or a Pull Request, please use composer-fallback/generator.


All versions of psr.http-message-implementation.nyholm with dependencies

PHP Build Version
Package Version
No informations.
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 neur0toxine/psr.http-message-implementation.nyholm contains the following files

Loading the files please wait ....