# 附录\*第三方类库

## 第三方类库

* Carbon - PHP中很人性化的时间日期处理插件, [github地址](https://github.com/briannesbitt/Carbon).　[官方地址](http://carbon.nesbot.com/)
* Monolog - PHP的一个功能强大的日志类库．[github地址](https://github.com/Seldaek/monolog) [官方教程地址](https://seldaek.github.io/monolog/)

  资料：[\[PHP 类库\] Monolog - Logging for PHP 5.3+](http://www.tuicool.com/articles/eiIbYjJ)
* swagger-ui - 是一个API在线文档生成和测试的利器 [github地址](https://github.com/xiaoxiami/php-7/tree/05918238c62d4bb23cfc363bf3b996f1907a3d00/swagger-ui/README.md) [官方地址](http://swagger.io/swagger-ui/)
* swagger-php [github地址](https://github.com/zircote/swagger-php)

资料：[Swagger-PHP 自定义生成API](http://blog.csdn.net/wenanshi/article/details/52169630) [Swagger PHP使用指南](http://www.cnblogs.com/derrck/p/5234961.html) [swagger ui教程，API文档生成神器](http://blog.didibird.com/2015/06/23/swagger-ui-tutorials-api-documentation-generation-artifact/)

* auraphp - 强大的应用程序强大的工具。（牛逼）

## PHP 扩展

* &#x20;**php-bcmath** : 将二个高精确度数字相乘。需要安装 php-bcmath扩展

  例如：`echo bcmul('1.34747474747', '35', 3); // 47.161`&#x20;

## 资料

[php composer 流行排行榜](https://packagist.org/explore/popular)

[那些最好的轮子 - PHP篇 php类库](http://www.oschina.net/question/1244136_135347?sort=time)

[guzzle中文文档](http://guzzle-cn.readthedocs.io/)

[phpunit中文文档](https://phpunit.de/manual/6.0/zh_cn/index.html)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://php7.shujuwajue.com/fu-5f55-di-san-fang-kuo-zhan.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
