Libraries tagged by php to js
ozdemirburak/json-csv
170853 Downloads
JSON to CSV and CSV to JSON converters in PHP.
js-phpize/js-phpize
415000 Downloads
Convert js-like syntax to standalone PHP code.
modstore/laravel-enum-js
159317 Downloads
Package to generate javascript versions of your PHP enum files to be used in your js builds etc.
ovidigital/js-object-to-json
184357 Downloads
PHP library to convert a JavaScript object string to JSON formatted string
mauricesvay/php-facedetection
87087 Downloads
PHP class to detect one face in images. A pure PHP port of an existing JS code from Karthik Tharavad.
hyvor/php-json-exporter
243098 Downloads
Export large datasets to a JSON file without memory exhaustion
blancks/fast-jsonpatch-php
10348 Downloads
Class designed to efficiently handle JSON Patch operations in accordance with the RFC 6902 specification
auth0/php-jwt
3992208 Downloads
A simple library to work with JSON Web Token and JSON Web Signature
hyperf/jet
21308 Downloads
Jet is a unification model RPC Client, built-in JSON RPC protocol, available to running in ALL PHP environments, including PHP-FPM and Swoole/Hyperf environments.
oshomo/csv-utils
141295 Downloads
A CSV utility to read, validate and write data to multiple format including JSON, XML etc.
web3-php/web3
16188 Downloads
Web3 PHP is a supercharged PHP API client that allows you to interact with a generic Ethereum RPC.
nilportugues/serializer
262012 Downloads
Serialize PHP variables, including objects, in any format. Support to unserialize it too.
morrislaptop/laravel-popo-caster
649963 Downloads
Automatically cast JSON columns to rich PHP objects in Laravel using Symfony's Serializer
yanlongli/app-store-server-api
43372 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.
wikimedia/json-codec
178272 Downloads
Interfaces to serialize and deserialize PHP objects to/from JSON