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:
Usage
Supported Bind Types
BindType::Singleton
: Keeps one instance and shares it everywhere.BindType::Transient
: Creates a new instance every time you use it.
Define your interface and implementation
-
Use the
#[BindWith]
attribute to bind an interface to its implementation - Create the implementation of the interface
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 ....