Download the PHP package limingxinleo/x-phalcon-request without Composer
On this page you can find all versions of the php package limingxinleo/x-phalcon-request. 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 x-phalcon-request
x-phalcon-request
Phalcon Request Library
获取依赖注入服务
<?php
use Phalcon\Di\FactoryDefault;
use Xin\Phalcon\Http\Request;
$di = new FactoryDefault();
$di->setShared('request', function () {
return new Request();
});
获取上传的文件
<?php
use Phalcon\Di;
$di = Di::getDefault();
$file = $di->getShared('request')->getFile('file');
All versions of x-phalcon-request with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.6.0
ext-phalcon Version ^3.0
ext-phalcon Version ^3.0
The package limingxinleo/x-phalcon-request contains the following files
Loading the files please wait ....