Libraries tagged by Json Response
jenerator/jenerator
8 Downloads
Generates JSON values from JSON Schema definitions for use as seed data, sample API responses, etc.
soosyze/soosyze
232 Downloads
Soosyze CMS is a minimalist content management system in PHP, without database to create and manage your website easily.
madj2k/t3-accelerator
285 Downloads
Speed up your TYPO3 installation: add Critical CSS (Above The Fold) inline, minify the HTML of your website, use subdomains as CDN to reduce page load, manage proxy-caching (e.g with Varnish) via page-properties, reduce database size when storing JSON-arrays with persisted objects to the database
jason-gao/php-rest-response
87 Downloads
php rest api response
nathanmac/responder
244 Downloads
Simple PHP Responder Utility Library for API Development
mickeyhead7/rsvp
30 Downloads
Handles the data for JSON API output.
redkite-labs/redkite-labs-bootstrap-bundle
5131 Downloads
RedKiteLabsBootstrapBundle takes care to autoload and configure bundles on a composer base application. The responsibility to configure the bundle is delegated to the bundle's author, who implements an autoloader.json file, where declares the bundle's configuration.
residit/nette-jsonp
55 Downloads
Nette JSONP Response Extension
logics/json
918 Downloads
JSON responder
jiaojie/laravel5-jsonp-response
22 Downloads
Jsonp Response for Laravel Framework 5.x
altruios/responce
0 Downloads
the point of this is to make interacting with the database a little bit easier, it sends json back to the client, and warns the client of errors
nickjbedford/laravel-endpoints
80 Downloads
The Laravel Endpoints framework provides an easy way to implement API endpoints in separate Responsable-style classes.
jason-gao/http
403 Downloads
š Nette Http: abstraction for HTTP request, response and session. Provides careful data sanitization and utility for URL and cookies manipulation.
alphalemon/alphalemon-bootstrap-bundle
1970 Downloads
AlphaLemonBootstrapBundle takes care to autoload and configure bundles on a composer base application. The responsibility to configure the bundle is delegated to the bundle's author, who implements an autoloader.json file, where declares the bundle's configuration.
yanlongli/app-store-server-api
5511 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.