Download the PHP package qingbing/php-yar-doc without Composer

On this page you can find all versions of the php package qingbing/php-yar-doc. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package php-yar-doc

php-yar-doc

php-yar,并行RPC框架编码提示api文档

使用说明

使用方法

1、 方法一

2、 方法二

3、 方法三

参考链接

php.ini Yar 全局配置选项

配置名称 默认值 可修改范围 意义
yar.packager php PHP_INI_SYSTEM 设置Yar的打包工具, 可以是PHP(serialize), JSON, Msgpack(这个需要编译的时候指定--enable-msgpack)
yar.debug Off PHP_INI_ALL 打开的时候, Yar会把请求过程的日志都打印出来(到stderr)
yar.connect_timeout 1000 PHP_INI_ALL 连接超时(毫秒为单位)
yar.timeout 5000 PHP_INI_ALL 处理超时(毫秒为单位)
yar.expose_info On PHP_INI_SYS 如果关闭, 则当通过浏览器访问Server的时候, 不会出现Server Info信息

Class-List-Doc :


All versions of php-yar-doc with dependencies

PHP Build Version
Package Version
Requires php Version >=7.0.0
ext-yar Version *
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package qingbing/php-yar-doc contains the following files

Loading the files please wait ...