Download the PHP package algoyounes/bindify without Composer
On this page you can find all versions of the php package algoyounes/bindify. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download algoyounes/bindify
More information about algoyounes/bindify
Files in algoyounes/bindify
Download algoyounes/bindify
More information about algoyounes/bindify
Files in algoyounes/bindify
Vendor algoyounes
Package bindify
Short Description Laravel Package Bindify is a package that helps you to bind your classes to the Laravel service container
License MIT
Package bindify
Short Description Laravel Package Bindify is a package that helps you to bind your classes to the Laravel service container
License MIT
Please rate this library. Is it a good library?
Informations about the package bindify
Bindify
Bindify is a Laravel package that provides a simple way to bind interfaces to their implementations using attributes.
Installation
You can install the package via composer:
After installation, inject the service provider :
Usage
1. Define your interface and implementation :
Apply the #[BindWith]
attribute to bind an interface to its implementation.
2. Create your implementation :
Supported Binding Types :
BindType::Singleton
: Binds the implementation as a singleton.BindType::Transient
: Binds the implementation as a transient.
All versions of bindify with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.2
The package algoyounes/bindify contains the following files
Loading the files please wait ....