An open API service indexing awesome lists of open source software.

https://github.com/bufanyun/extend

这个是PHP一个扩展包,用于在创建新的跨框架项目时快速部署常用方法,实现项目快速落地。
https://github.com/bufanyun/extend

bufanyun development-tools extend fast php utils

Last synced: 10 months ago
JSON representation

这个是PHP一个扩展包,用于在创建新的跨框架项目时快速部署常用方法,实现项目快速落地。

Awesome Lists containing this project

README

          

Bufanyun Extend
================

这个是PHP一个扩展包,用于在创建新的跨框架项目时快速部署常用方法,实现项目快速落地。

Example
-------

```php
// 数组类
use bufanyun\extend\utils\ArrayUtil;
```

Installation
------------

Use [Composer] to install the package:

```bash
composer require bufanyun/extend:dev-master
```

License
-------

All contents of this package are licensed under the [MIT license].

[bufanyun/extend]: https://github.com/bufanyun/extend/blob/master/LICENSE
[Composer]: https://packagist.org/packages/bufanyun
[issue tracker]: https://github.com/bufanyun/extend/issues
[Git repository]: https://github.com/bufanyun/extend
[@homepage]: https://github.com/bufanyun
[MIT license]: https://github.com/bufanyun/extend/blob/master/LICENSE