All Projects → viest → Php Ext Collection

viest / Php Ext Collection

Licence: mit
PHP collection extensions - PHP Version 7.x

Programming Languages

c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to Php Ext Collection

Purebasic Codearchiv Rebirth
A collection of useful codes from the PureBasic forums and other sources.
Stars: ✭ 44 (-50.56%)
Mutual labels:  collection
Seaslog
An effective,fast,stable log extension for PHP.http://pecl.php.net/package/SeasLog http://php.net/SeasLog
Stars: ✭ 1,136 (+1176.4%)
Mutual labels:  php-extension
Btree
Fast sorted collections for Swift using in-memory B-trees
Stars: ✭ 1,206 (+1255.06%)
Mutual labels:  collection
Laravel Collection Macros
A set of useful Laravel collection macros
Stars: ✭ 1,069 (+1101.12%)
Mutual labels:  collection
Yii2 Collection
Collection extension for Yii 2
Stars: ✭ 62 (-30.34%)
Mutual labels:  collection
Shokodesktop
Repository for Shoko Desktop
Stars: ✭ 71 (-20.22%)
Mutual labels:  collection
Php Spx
A simple & straight-to-the-point PHP profiling extension with its built-in web UI
Stars: ✭ 972 (+992.13%)
Mutual labels:  php-extension
Php Rs
A library to build PHP extensions in Rust.
Stars: ✭ 81 (-8.99%)
Mutual labels:  php-extension
Buckets Js
A complete, fully tested and documented data structure library written in pure JavaScript.
Stars: ✭ 1,128 (+1167.42%)
Mutual labels:  collection
Gutenberg Parser Rs
An experimental Rust parser for WordPress Gutenberg post format
Stars: ✭ 76 (-14.61%)
Mutual labels:  php-extension
Julia.jl
Curated decibans of Julia programming language.
Stars: ✭ 1,083 (+1116.85%)
Mutual labels:  collection
Blog
fupengfei058's blog
Stars: ✭ 61 (-31.46%)
Mutual labels:  collection
Map
PHP Map package for easy and elegant handling of PHP arrays as array-like map objects
Stars: ✭ 1,180 (+1225.84%)
Mutual labels:  collection
Phpcollections
A set of collections for PHP.
Stars: ✭ 53 (-40.45%)
Mutual labels:  collection
Photogrammetry datasets
Collection of 250+ datasets for photogrammetry
Stars: ✭ 76 (-14.61%)
Mutual labels:  collection
Collection
🚩 Anno 1800 Mod Collection
Stars: ✭ 37 (-58.43%)
Mutual labels:  collection
Php Ion
Asynchronous PHP
Stars: ✭ 65 (-26.97%)
Mutual labels:  php-extension
Ant php extension
PHP 扩展, 用于 PHP-FPM、FastCGI、LD_PRELOAD等模式下突破 disabled_functions
Stars: ✭ 85 (-4.49%)
Mutual labels:  php-extension
Personal Inventory
A personal inventory management web app
Stars: ✭ 79 (-11.24%)
Mutual labels:  collection
Movies For Hackers
🎬 A curated list of movies every hacker & cyberpunk must watch.
Stars: ✭ 8,884 (+9882.02%)
Mutual labels:  collection

Build Status

介绍:

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


安装:

1、Clone

定位于PHP下的ext目录,执行

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

2、编译安装

在扩展目录内,执行

phpize
./configure
make && make install

3、修改ini

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

使用

创建集合

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

Documention

wiki

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].