Libraries tagged by json string
chrisullyott/php-log
7041 Downloads
A dead-simple logger, storing data in JSON.
we-are-neopix/laravel-model-translation
409 Downloads
This package is a driver based solution to translating Laravel models. It contains two drivers for storing translations in the database and in a JSON file, but also contains a plug-and-play system for its users to implement custom drivers for storing translations and use them with the package.
lboynton/memcached-json-session-save-handler
1356 Downloads
A session save handler for storing sessions in JSON format in memcache. It uses the php-memcached extension.
ko/json-cache
80 Downloads
A caching module for storing data in a JSON file
okipa/laravel-model-json-storage
1364 Downloads
Storing your models in a json file rather than in database (single or few lines recording) can be a good option. This package saves you to create a table for a ridiculous amount of lines, improves the data recovery performances, and allows you to store and access to your models from a json files as you would do it in database.
perfilov/php-dto-packer
1613 Downloads
Convert array, json, objects into a strongly-typed values (and back) for transferring throw services
hanneskod/yaysondb
1825 Downloads
Flat file db storing data as json arrays
webcoast/dot-forms
32 Downloads
TYPO3 CMS extension for storing TCA fields with dot notation into a single field
bitexpert/composer-authstore-plugin
20768 Downloads
Composer Plugin providing an external auth store for storing your access credentials.
renoki-co/acl
95 Downloads
Simple, JSON-based, AWS IAM-style ACL for PHP applications, leveraging granular permissions in your applications with strong declarations.
iogravity/json-dump
13 Downloads
Whether you're a developer or not, Json Dump makes storing and manipulating json data effortless.
neznajki/json-rpc-common
15 Downloads
Storing common contracts for json rpc server
mjducharme/laravel-model-json-storage
175 Downloads
Storing your models in a json file rather than in database (single or few lines recording) can be a good option. This package saves you to create a table for a ridiculous amount of lines, improves the data recovery performances, and allows you to store and access to your models from a json files as you would do it in database.
sukohi/springbok
16 Downloads
A PHP package mainly developed for Laravel to manage specific accessors and mutators for Json and Date(Carbon).
darling/php-json-storage-utilities
132 Downloads
This library provides classes for storing and retrieving data that was encoded as json by a \Darling\PHPJsonUtilities\classes\encoded\data\Json instance.