Libraries tagged by json_to
contributte/jsonrpc
440197 Downloads
JSON-RPC toolset build on top of psr-7 (guzzlehttp), league/json-guard, league/json-reference, league/flysystem and nette/di
dto/dto
362168 Downloads
Use the JSON Schema spec to define Data Transfer Objects (DTOs)
tebru/gson-php
129173 Downloads
Gson for PHP: Convert PHP objects to and from json
hhurz/tableexport.jquery.plugin
541 Downloads
Export HTML table to CSV, DOC, JSON, PDF, PNG, SQL, TSV, TXT, XLS, XLSX, XML
yoanm/symfony-jsonrpc-http-server
155695 Downloads
Symfony Bundle to convert an HTTP json-rpc request into HTTP json-rpc response
theofidry/composer-inheritance-plugin
139313 Downloads
Composer plugin to merge multiple sub composer.json files
yanlongli/app-store-server-api
15678 Downloads
PHP client for App Store Server API. Manage your customers’ App Store transactions from your server.The App Store Server API is a REST API that you call from your server to request and provide information about your customers' in-app purchases. The App Store signs the transaction and subscription renewal information that this API returns using the JSON Web Signature (JWS) specification.App Store Server API is independent of the app’s installation status on the customer’s devices. The App Store server returns information based on the customer’s in-app purchase history regardless of whether the customer installed, removed, or reinstalled the app on their devices.To request transaction and subscription status information with this API, provide any original transaction identifier that belongs to the customer. The transaction history API responds with a complete list of transactions, 20 at a time, starting with the oldest first. The subscription status API returns the status for all of the customer’s subscriptions, organized by their subscription group identifier.Use the Send Consumption Information endpoint to send information to the App Store when customers request a refund for a consumable in-app purchase, after you receive the CONSUMPTION_REQUEST App Store server notification. Your data helps inform refund decisions.
soberwp/models
70214 Downloads
WordPress plugin to create custom post types and taxonomies using JSON, YAML or PHP files.
xp-forge/json
210901 Downloads
Reads and writes JSON to and from various input sources
ozdemirburak/json-csv
160242 Downloads
JSON to CSV and CSV to JSON converters in PHP.
laxity7/yii2-json-field
72293 Downloads
Behavior that convert array to JSON before save data in model, and also convert JSON to an array after saving and retrieving data
beechit/json-to-code-climate-subset-converter
33954 Downloads
CLI tool that'll convert supported JSON files to a subset of the Code Climate JSON format.
iconify/json-tools
28401 Downloads
Functions for manipulating Iconify JSON SVG collections.
timokoerber/laravel-json-seeder
31775 Downloads
Create and use JSON files to seed your database in your Laravel applications
softonic/laravel-request-accept-json-middleware
44843 Downloads
Laravel middleware to add Accept application/json header to requests