Libraries tagged by live support
supportpal/eloquent-model
9310 Downloads
An Laravel eloquent-like model class, for Laravel and other frameworks
pajkho/siephp
3827 Downloads
Library for export to the Swedish SIE-format. Currently only a subset of the specification is supported, like export to SIE4 (verification/transaction data).
linwj/zb
6689 Downloads
ZB API Like the official document interface, Support for arbitrary extension.
linwj/mxc
8072 Downloads
Mexc API Like the official document interface, Support for arbitrary extension.
linwj/kucoin
7308 Downloads
Kucoin API Like the official document interface, Support for arbitrary extension.
linwj/kraken
6741 Downloads
Kraken API Like the official document interface, Support for arbitrary extension.
linwj/coinex
9679 Downloads
Coinex API Like the official document interface, Support for arbitrary extension.
linwj/bittrex
6696 Downloads
Bittrex API Like the official document interface, Support for arbitrary extension.
linwj/bitmex
8456 Downloads
Bitmex API Like the official document interface, Support for arbitrary extension.
linwj/bitget
7346 Downloads
Bitget API Like the official document interface, Support for arbitrary extension.
linwj/bitfinex
6726 Downloads
Bitfinex API Like the official document interface, Support for arbitrary extension.
dotkernel/dot-controller
28750 Downloads
Dotkernel controller like middleware component with plugin support
magepow/social-login
21186 Downloads
allows customers to create or log in to an account quickly and conveniently without going through all the complicated and unnecessary registration steps. Support login with famous channels like Facebook, Google, LinkedIn, Twitter, Reddit
algoritma/shopware-query-builder
910 Downloads
A modern, fluent query builder for Shopware 6.7+ with zero configuration. Write intuitive SQL-like queries with automatic validation, alias support, and type safety for cleaner code.
calmohallag/nullable-casting
17863 Downloads
PHP supports expression casting to primitive type (like int) by using “( type ) expression”, but it currently doesn't allow to use a nullable type as introduced by PHP 7.1 (e.g. ?int). This library provide functions that extend native php casting, adding nullable casting.