Libraries tagged by php to js
dracoblue/craur
38951 Downloads
A lossless xml to json and json to xml converter (and csv/xlsx/yaml). Writing PHP Json/Xml/Csv/Yaml/excel Importers made easy
kylekatarnls/coffeescript
128264 Downloads
A port of the CoffeeScript compiler to PHP. (See http://github.com/alxlit/coffeescript-php, this is an exact fork to fix minimum stability on the last release)
coffeescript/coffeescript
493753 Downloads
A port of the CoffeeScript compiler to PHP.
obiefy/api-response
22703 Downloads
Simple Laravel package to return Json responses.
iq2i/data-importer
17122 Downloads
A PHP library to easily manage and import large data file
hyperf/jet
16457 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.
phery/phery
12562 Downloads
XAJAX alternative, phery.js is a library in PHP that maps to all jQuery functions, DOM manipulation, meta arguments and serialization, seamless ajax integration, RESTful emulation, form submission and partial rendering views, plus its PSR-0 compatible
oshomo/csv-utils
84974 Downloads
A CSV utility to read, validate and write data to multiple format including JSON, XML etc.
nilportugues/serializer
252496 Downloads
Serialize PHP variables, including objects, in any format. Support to unserialize it too.
moritzebeling/kirby-favicon
2555 Downloads
Kirby plugin to meet all favicon needs
m1/vars
123222 Downloads
Vars is a simple to use and easily extendable configuration loader with in built loaders for ini, json, PHP, toml, XML and yaml/yml file types. It also comes with in built support for Silex and more frameworks to come soon.
ozh/bookmarkletgen
19318 Downloads
PHP class to convert JS into valid bookmarklet links
sunaoka/ndjson
33318 Downloads
A PHP library to read and write NDJSON (Newline Delimited JSON)
jbzoo/pimpledumper
321612 Downloads
Easy way to auto create pimple.json and .phpstorm.meta.php for Pimple Container
yanlongli/app-store-server-api
13527 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.