Libraries tagged by call
yanlongli/app-store-server-api
60047 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.
traderinteractive/memoize
145592 Downloads
A library for memoizing repeated function calls.
text/template
208593 Downloads
Simple and secure string-template-engine (Twig-like syntax) with nested if/elseif/else, loops, filters. Simple OOP api: Just one class doing the job (2-lines of code). Fast and secure: No code-generation, no eval'ed() code. Extensible by callbacks. Fully tested. Rich examples included.
smalot/magento-client
144106 Downloads
Magento API Client (SOAP v1). Allows wrappers for each call, dependency injections and code completion.
skautis/skautis
40537 Downloads
Library for API calls to SkautIS
savinmikhail/add_named_arguments_rector
130733 Downloads
Rector extension for PHP that converts positional function, method, and constructor calls to named arguments.
readdle/app-store-receipt-verification
237562 Downloads
Pure PHP App Store receipt parsing/validation/verification without API calls to App Store API.
pid/speakingurl
5434 Downloads
Generate of so called 'static' or 'Clean URL' or 'Pretty URL' or 'nice-looking URL' or 'Speaking URL' or 'user-friendly URL' or 'SEO-friendly URL' or 'slug' from a string.
nodejs-php-fallback/nodejs-php-fallback
472460 Downloads
Allow you to call node.js module or scripts throught PHP and call a fallback function if node.js is not available
mtdowling/supervisor-event
182298 Downloads
Wires callback functions to Supervisor events
morrislaptop/var-dumper-with-context
164300 Downloads
Show the line number where the dump method was called
lagdo/symfony-facades
83937 Downloads
Call Symfony services using facades.
kdyby/strict-objects
1748322 Downloads
Simple trait to make your class strict, when calling or accessing undefined member (property or method).
insolita/yii2-adminlte-widgets
529839 Downloads
Widgets for AdminLTE theme (Box with remember collapse state, Timeline, Tile, Callout, SmallBox etc)
inpsyde/object-hooks-remover
71007 Downloads
Package to remove WordPress hook callbacks that uses object methods or closures.