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一个扩展包,用于在创建新的跨框架项目时快速部署常用方法,实现项目快速落地。
- Host: GitHub
- URL: https://github.com/bufanyun/extend
- Owner: bufanyun
- License: mit
- Created: 2022-03-16T00:50:36.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-03-16T08:25:46.000Z (over 4 years ago)
- Last Synced: 2025-07-31T04:43:29.206Z (11 months ago)
- Topics: bufanyun, development-tools, extend, fast, php, utils
- Language: PHP
- Homepage:
- Size: 10.7 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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