Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/viest/php-ext-collection

PHP collection extensions - PHP Version 7.x
https://github.com/viest/php-ext-collection

c collection php php-extension php7

Last synced: about 2 months ago
JSON representation

PHP collection extensions - PHP Version 7.x

Awesome Lists containing this project

README

        




Build Status

## 介绍:
`vcollect` 是一个PHP c extension,提供流畅、便利的数组数据操作。

*******

## 安装:

#### 1、Clone

定位于PHP下的ext目录,执行
```bash
https://github.com/viest/php-ext-collection
```

#### 2、编译安装

在扩展目录内,执行
```bash
phpize
./configure
make && make install
```

#### 3、修改ini

在php.ini文件中加入`extension = collection.so`

## 使用

#### 创建集合

```php
$collection = \Vtiful\Kernel\Collection::init([1]);
```

#### Documention

[wiki](https://github.com/VikinDev/v-collect/wiki)

## License

MIT