Libraries tagged by json to go
ksd/google-api-json-generator
0 Downloads
help to generate google api result to json
yish/laravel-googlespreadsheet
2 Downloads
Google spreadsheet transforms to json and storing to file with laravel.
techfy/got-your-logs
3 Downloads
A Laravel package for logging actions to daily JSON files.
talentsconnect/google-job-search
0 Downloads
A php package to convert dataset to valid json-ld format
gordinskiy/json-schema
10 Downloads
A library to generate JSON Schema
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.
dcarbone/gojson
0 Downloads
PHP lib intended to assist in marshalling and unmarshalling JSON data from Golang-based services
holoolaz/sheets2api
4 Downloads
Turn Google Sheets into JSON API and excel files
cabi/microformat
222 Downloads
Add microformats to your page.
goomcoom/laravel-messages
3 Downloads
Sometimes you may wish to return responses with some extra messages informing the user of what happened. This package provides a fluent interface to add messages from anywhere within in your code base and gracefully add them to your JSON responses.
gozoro/jwt
0 Downloads
A simple PHP class to encode and decode JSON Web Tokens (JWT), conforming to RFC 7519.
gomee/firebase-php-jwt
4 Downloads
A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.
mijo/gae-flow
29 Downloads
Use composer.json to deploy to Google App Engine and serve in development with the same logic.
andrearufo/gsx2json4php
39 Downloads
A PHP class to parse a Google Spreadsheet to JSON
orware/compressed-string
732 Downloads
Based on the wonderful work by Tom Westcott (https://packagist.org/packages/cyberdummy/gzstream) which provided most of the functionality I required. Allows for gzip compressed string streams to be used for holding data. This project was created because I wanted a way to store large database result sets more easily in memory (especially ones that were just going to be output as JSON in an API response), since using a regular PHP array resulted in large memory usage.