Download the PHP package parvin/eagle-framework without Composer
On this page you can find all versions of the php package parvin/eagle-framework. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package eagle-framework
Eagle framework
Eagle框架实现了依赖注入容器(Dependency Injection Container)、路由(route)等组件,其它如ORM、cache、validation、filesystem等组件可以使用composer来由用户自由扩展。
composer安装
composer require parvin/eagle-framework
php版本要求
PHP7以上
Route
route可以使用symfony的http foundation组件来处理HTTP消息请求(http messages)。
Container
Dependency injection Container基于PSR-11规范实现,包括3种注入实现方式:构造方法注入(Constructor Injection)、setter类方法或属性注入(Setter Injection)、匿名回调函数注入( Closure callable Injection )。
构造方法注入(Constructor Injection)
类方法注入( Setter Injection )
匿名函数注入( Closure callable Injection )
自动装配(auto wiring)
All versions of eagle-framework with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.0.0
psr/container Version ^1.0
psr/http-server-middleware Version ^1.0
symfony/http-kernel Version ^4.2
psr/container Version ^1.0
psr/http-server-middleware Version ^1.0
symfony/http-kernel Version ^4.2
The package parvin/eagle-framework contains the following files
Loading the files please wait ....