Libraries tagged by rasp
rashid2538/php-htmldiff
129174 Downloads
A library for comparing two HTML files/snippets and highlighting the differences using simple HTML.
rappasoft/laravel-boilerplate
428 Downloads
The Laravel Boilerplate Project.
rapidwebltd/rw-file-cache
178003 Downloads
RW File Cache is a PHP File-based Caching Library. Its syntax is designed to closely resemble the PHP memcache extension.
rapidwebltd/php-google-oauth-2-handler
153409 Downloads
This package provides a handler to ease authentication with Google's OAuth 2 APIs.
rapidez/laravel-multi-cache
22138 Downloads
Combine multiple caches in Laravel
rap2hpoutre/similar-text-finder
77019 Downloads
Fuzzy Search, similar text finder: "Did you mean `foo` ?"
rap2hpoutre/laravel-credit-card-validator
127252 Downloads
Laravel credit card validator
ralphjsmit/laravel-horizon-cron-supervisor
5663 Downloads
A modern solution for running Laravel Horizon with a CRON-based supervisor.
rappasoft/laravel-5-boilerplate
1354 Downloads
The Laravel Boilerplate Project.
zetacomponents/mvc-tools
479447 Downloads
The MvcTools component provides functionality for request parsing, routing, dispatching, views and response writing. With the tools in this component you can very easily build an MVC framework.
yoanm/jsonrpc-server-sdk
173825 Downloads
Server SDK to convert a json-rpc request string into json-rpc response string
yanlongli/app-store-server-api
15348 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.
webwhales/laravel-guzzle-conditional-mock-handler
30017 Downloads
Offers a way to load mocked responses conditionally with Guzzle instead of a fixed queue in Laravel
vlucas/hyperspan
10537 Downloads
Build a Hypermedia API response once and return it in multiple formats
tomlerendu/laravel-convert-case-middleware
64537 Downloads
Convert request and response keys to and from camel and snake case.