PHPackages                             hesam-mousavi/falcon-container - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. hesam-mousavi/falcon-container

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

hesam-mousavi/falcon-container
==============================

Powerful 'dependency-injection container'(service container), and 'service-provider' with composite autowiring and binding

1.1.1(1y ago)325MITPHPPHP &gt;=8.0

Since Oct 14Pushed 1y ago1 watchersCompare

[ Source](https://github.com/hesam-mousavi/falcon-container)[ Packagist](https://packagist.org/packages/hesam-mousavi/falcon-container)[ RSS](/packages/hesam-mousavi-falcon-container/feed)WikiDiscussions 1.x Synced 1mo ago

READMEChangelogDependencies (1)Versions (6)Used By (0)

Why Falcon Container?
=====================

[](#why-falcon-container)

The complexity of existing packages providing service containers and providers led to the creation of this project. Falcon doesn't force you to create a BIND. If a bind exists for an ID, it uses it; otherwise, it proceeds with `AUTOWIRE`.

Getting Started
---------------

[](#getting-started)

- add this package to your project:

```
composer require hesam-mousavi/falcon-container
```

- add composer autoload:

```
