Libraries tagged by thin
littledevnl/iptools
412 Downloads
Small package for handling things with IPs and networks
liquipedia/sqllint
4489 Downloads
A thin wrapper around the SqlParser from the phpMyAdmin project which can be used to lint any amount of sql files from the command line.
kba-team/cakephp-filter-plugin
1288 Downloads
Filter is a CakePHP plugin which enables you to create filtering forms for your data in a very fast and simple way, without getting in the way of paging, sorting and other "standard" things when displaying data. It also remembers the filter conditions in a session, but this can be turned off if undesirable.
karmabunny/rdb
2290 Downloads
Redis wrapper for KB things
kafoso/type-formatter
4612 Downloads
Minimalistic, lightweight library for converting PHP data types to readable strings. Great for type-safe outputs, exception messages, transparency during debugging, and similar things. Also helps avoiding innate problems such as printing recursive objects and large arrays.
jackchow/rbac
1726 Downloads
A Thinkphp5 RBAC Feature
itsoneiota/shield
20855 Downloads
A thin wrapper for the SoapClient class, intended to shield developers from SoapClient's little oddities.
imyfone-tp/captcha
572 Downloads
A class of JWT captcha based on thinkphp5
idmarinas/maker-bundle
367 Downloads
A simple way to create the files for my bundles and some other things
haakco/reliese-laravel-models
3810 Downloads
Fork of Reliese Components for Laravel Framework code generation. With patches for postgresql, and a couple other things.
gregbiv/blue-x-geohash
10089 Downloads
A library of where in the world things are. Mostly this library is concerned with geohashes, which encode latitude/longitude pairs into scalar, and therefore index-friendly, values.
gmars/tp5-rbac
3660 Downloads
这个扩展是基于thinkPHP5框架的RBAC权限验证的扩展。使用本扩展能够快速的将RBAC权限控制器模块引入到自己的系统中。原则上本模块适合于任何PHP框架但是由于使用了thinkPHP5的特性所以使用composer安装到其他框架时需要做相应的修改。模块所需要的扩展库可以通过thinkPHP5的migration来做数据迁移。
frontkom/drupal-behat-definitions
4559 Downloads
Useful Behat things we use for Drupal
foolz/package
2201 Downloads
A package system for managing things like plugins, in Composer format.
eboreum/caster
4874 Downloads
Cast any PHP value to a sensible, human readable string. Great for type-safe outputs, exception messages, transparency during debugging, and similar things. Also helps avoiding innate problems such as printing endless, circular referencing objects (endless recursion), limits the output for large arrays and long strings, and prevents (opt-in) the outputting of sensitive strings like passwords.