Download the PHP package neunerlei/container-autowiring-declaration without Composer

On this page you can find all versions of the php package neunerlei/container-autowiring-declaration. 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 container-autowiring-declaration

ABANDONED/DEPRECATED

This package should no longer be used and removed from code sources. It is deprecated without replacement.

PSR-11 Autowiring Declaration

This package contains some interfaces to extends the PSR-11 Container definition with auto-wiring hints based on interfaces.

The goal is, to describe classes for a container implementations by interfaces and not via configuration files.

Installation

Install this package using composer:

Interfaces

SingletonInterface

Any class that implements this interface MUST be handled as singleton, this means that every time it is requested from the container, the same instance will be returned.

InjectableInterface

Every class that implements this interface MUST be scanned by the auto-wirer.

AutoWiringExceptionInterface

Any auto-wiring related exception MUST implement this interface

Definition Interfaces

This section is a secondary definition which defines an interchange format of auto-wiring configuration definitions. Using these interfaces you are able to create a universal auto-wiring handler.

AutoWiringDefinitionProviderInterface

The main repository that creates and stores auto wiring definitions for the classes of you application. The auto-wirer MUST get it's definitions using the definition provider.

AutoWiringClassInterface

Describes the auto wiring definition of a single class.

AutoWiringMethodInterface

Describes the auto wiring definition of a single method inside a class.

AutoWiringParameterInterface

Describes the auto wiring definition of a single parameter of a method inside a class.

Postcardware

You're free to use this package, but if it makes it to your production environment I highly appreciate you sending me a postcard from your hometown, mentioning which of our package(s) you are using.

You can find my address here.

Thank you :D


All versions of container-autowiring-declaration with dependencies

PHP Build Version
Package Version
Requires php Version ^7.3
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 neunerlei/container-autowiring-declaration contains the following files

Loading the files please wait ....