Libraries tagged by ipset
artbit/isget
60 Downloads
This is a handy little helper function that is used to replace the common pattern of isset($a, $a['b']) ? $a['b'] : $c; which can be ugly and redundant.
utilities/accessor
16 Downloads
Adds getter and setter support to PHP
issetbv/video-publisher-api-client
2864 Downloads
VideoPublisher API client for PHP
issetbv/tpc-manager-client
299 Downloads
TPC client for PHP 5.3
issetbv/push-notification-connections-entity-bundle
432 Downloads
issetbv/hatchery-api-client
3236 Downloads
Hatchery API client for PHP
issetbv/alfredo-laravel
0 Downloads
Laravel wrapper for Alfredo
isset/alfredo
66 Downloads
Alfredo for PHP 5.3
isetdev/colibri-shipper-sdk-php
13 Downloads
This is the official PHP SDK for Integration with FretEasy API. https://www.freteasy.com.br
iset/tp5-rbac
2 Downloads
基于gmars/tp5-rbac库。这个扩展是基于thinkPHP5框架的RBAC权限验证的扩展。使用本扩展能够快速的将RBAC权限控制器模块引入到自己的系统中。原则上本模块适合于任何PHP框架但是由于使用了thinkPHP5的特性所以使用composer安装到其他框架时需要做相应的修改。模块所需要的扩展库可以通过thinkPHP5的migration来做数据迁移。
iset-framework/utils
43 Downloads
iset-utils: framework support classes
iset-framework/service-manager
38 Downloads
iset-di: factory-driven dependency injection container
iset-framework/event-manager
36 Downloads
iset-event: this a library that provides a simple event system
iset-framework/application
19 Downloads
iset-app: this a implements classic http-applicaion
kristos80/optionr2
88 Downloads
Optionr is a simple helper that makes it extremely easy to grab an option from a collection of options, without the need to make all those 'isset' and 'array_key_exists' comparisons.