Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 months ago
JSON representation
PHP collection extensions - PHP Version 7.x
- Host: GitHub
- URL: https://github.com/viest/php-ext-collection
- Owner: viest
- License: mit
- Created: 2016-12-15T03:30:05.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-12T02:45:37.000Z (over 6 years ago)
- Last Synced: 2024-10-16T11:52:56.407Z (3 months ago)
- Topics: c, collection, php, php-extension, php7
- Language: C
- Size: 210 KB
- Stars: 97
- Watchers: 4
- Forks: 8
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-php-extensions - php-ext-collection - 数组数据操作 (数据转换)
README
## 介绍:
`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