Libraries tagged by date thai
yanlongli/app-store-server-api
19049 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.
skillshare/formatphp
22551 Downloads
Internationalize PHP apps. This library provides an API to format dates, numbers, and strings, including pluralization and handling translations.
silverstripe/frameworktest
256718 Downloads
Aids core and module developers in testing their code against a set of sample data and behaviour.
samsonasik/array-lookup
51196 Downloads
A fast lookup library that help you verify and search array and Traversable data
rapidwebltd/php-uk-bank-holidays
372312 Downloads
This library enables developers to easily retrieve UK Bank Holiday details. Holidays can be retrieved for England & Wales, Scotland, and Northern Ireland. Information about these holidays can optionally be restricted by month or date.
oxid-esales/oxideshop-demodata-installer
993506 Downloads
This tool is used to copy pictures from demo data repository to OXID eShop, during setup process.
neveldo/text-generator
53377 Downloads
TextGenerator is a tool that aims to automate the generation of text from data by using a template.
michael-rubel/laravel-formatters
83667 Downloads
This package is a collection of classes you can use to standardize data formats in your Laravel application. It uses the Service Container to easily extend or override the formatter classes.
fattureincloud/fattureincloud-php-sdk
110851 Downloads
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol.
divineomega/laravel-password-exposed-validation-rule
685034 Downloads
Laravel validation rule that checks if a password has been exposed in a data breach
coffeecode/datalayer
41126 Downloads
The data layer is a persistent abstraction component of your database that PDO
bytexr/filament-queueable-bulk-actions
59989 Downloads
This Filament plugin simplifies managing bulk operations asynchronously in a queue. It provides tracking and status updates for tasks, while supporting both action calls and job dispatches. Excellent for bulk data updates and tasks with Filament & Livewire support for real-time notifications.
arondeparon/laravel-request-sanitizer
137666 Downloads
An easy to use request sanitizer that allows you to sanitize your form data before validating it.
ybelenko/openapi-data-mocker
22282 Downloads
Library that generates fake data from Swagger 2.0|Openapi 3.0 spec
snakano/propel-data-cache-behavior
42784 Downloads
A Propel ORM behavior that provide auto data caching to your model.