Libraries tagged by storable
storyblok/php-management-api-client
919 Downloads
Storyblok PHP Client for Management API
storyblok/php-content-api-client
18471 Downloads
PHP Client for Storyblok Content API
yoshi2889/collections
130740 Downloads
Simple Collection class allowing storage of specific data.
tiny-blocks/ksuid
41423 Downloads
K-Sortable Unique Identifier.
swiftmade/statamic-clear-assets
21069 Downloads
Deletes unused assets. Saves storage space.
singlequote/laravel-datatables
22692 Downloads
This repo contains a Datatable that can render a filterable and sortable table. It aims to be very lightweight and easy to use. It has support for retrieving data asynchronously, pagination and recursive searching in relations
quix-labs/laravel-supabase-flysystem
5141 Downloads
Supabase Adapter for Laravel Flysystem Storage
not-empty/ulid-php-lib
5097 Downloads
PHP Universally Unique Lexicographically Sortable Identifier (ULID)
namoshek/laravel-scout-database
63264 Downloads
A generic Laravel Scout driver which performs full-text search on indexed model data using an SQL database as storage backend. Indexed data is stored in normalized form, allowing efficient search.
lm-commons/lmc-user-doctrine-orm
37242 Downloads
Doctrine2 ORM storage adapter for LmcUser.
lewiscowles/ulid
34481 Downloads
Universally Unique Lexicographically Sortable Identifier ported to PHP
laraeast/laravel-settings
20359 Downloads
Persistent key-value storage for Laravel
kununu/data-fixtures
38312 Downloads
Load data fixtures in your application for any storage
kinglozzer/multiselectfield
37486 Downloads
A sortable multiple select field for managing many-to-many relations
jamm/memory
23968 Downloads
Key-value storage in memory. As a storage can be used: APC, Redis, Memcache, Shared memory. All storage objects have one interface, so you can switch them without changing the working code. Contains PHP Redis client.