Libraries tagged by user likes
jetstreamlabs/zora
4005 Downloads
Add your Laravel language translations to your asset pipeline for use in Javascript packages like Vue or React.
isszz/webman-hashids
1135 Downloads
Webman Hashids Used to generate a youtube-like ID from a digital ID
payum/omnipay-bridge
189734 Downloads
This bridge allows you to use omnipay gateways but in payum like way.
sqli/eztoolbox
17538 Downloads
SQLI eZToolbox is a bundle used in SQLI projects gathering some bundles like "SQLI Entities Manager", "SQLI Command Toolbox", some helpers and some Twig operators
mobilestock/laravel-database-interceptor
3675 Downloads
Laravel Database Interceptor is a library that enables you to intercept database queries managed by PDO and transform the returned values into custom types. It uses Illuminate library abstractions to implement new PDO facade methods like selectOneFirstColumn and selectFirstColumn. It also enables ATTR_EMULATE_PREPARES without any external setting. It is fully compatible with MySQL/MariaDB. Other databases are not supported.
doefom/currency-fieldtype
7931 Downloads
This Statamic addon provides a Currency fieldtype that lets you choose one of the most used currencies in the world and is especially suitable for fields like "price" or "account_balance" in any of your blueprints.
calmohallag/nullable-casting
9529 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.
colinmollenhour/mongodb-php-odm
5536 Downloads
MongoDb PHP ODM is a simple object wrapper for the Mongo PHP driver classes which makes using Mongo in your PHP application more like an ORM. It is designed for use with Kohana 3 but will integrate equally well with any PHP application.
samirzz/jldb
13 Downloads
Simple and powerfull tool that allows to use json file like a database. It provides collection of methods that you can use like a database query builder.
rawilk/human-keys
1242 Downloads
Use Stripe-like IDs for your models.
pmvc/pmvc
13948 Downloads
Pure plugin framework (PMVC with PHP8), use anything you like. No mvc, http inside.
mfonte/base62x
301 Downloads
A Base62x PHP implementation library, that can be used in frameworks like Laravel, that supports encoding/decoding of strings, arrays, objects, and binary resources. It also supports Gzip compression/decompression and symmetric encryption.
joerucci/laravel-domain-tools
222 Downloads
This package provides domain-driven design (DDD) support for Laravel applications by enhancing artisan make commands with --domain argument. When used, generated files (like models, casts, events, etc.) are placed into a specific domain folder within your app.
vube/vagrant-catalog
22 Downloads
Vagrant Cloud-like catalog for use on your private network
nimbly/activeresource
43276 Downloads
Use a RESTful resource based API like a database