Libraries tagged by abort
automattic/jetpack-status
4156523 Downloads
Used to retrieve information about the current status of Jetpack and the site overall.
alleyinteractive/meta-inspector
393777 Downloads
View various types of meta data about WordPress objects to assist debugging.
denniseilander/pulse-about-application
120195 Downloads
A Laravel Pulse card that displays application information by leveraging the output of the php artisan about command.
vanderlee/php-stable-sort-functions
771745 Downloads
Class of stable sort methods. Equal values remain in the original order. Only different values are sorted.
scayle/admin-api
18418 Downloads
SCAYLE Admin API SDK
abordage/nova-html-card
240669 Downloads
A Laravel Nova card that displays any html content, e.g. lists, notifications, small custom reports
abordage/laravel-html-min
80480 Downloads
HtmlMin is very simple (and very fast) html compression package for Laravel
abordage/html-min
120974 Downloads
Very simple (and very fast) PHP package for HTML minification
ymigval/laravel-indexnow
15160 Downloads
Laravel Service Library for notifying search engines about the latest content changes on their URLs using IndexNow.
yanlongli/app-store-server-api
44844 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.
silverstripe/supported-modules
712238 Downloads
Metadata about Silverstripe CMS supported modules and other repositories maintained by Silverstripe
rapidwebltd/php-uk-bank-holidays
427294 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.
openfoodfacts/openfoodfacts-php
47261 Downloads
Open Food Facts API Wrapper, the open database about food.
mateffy/laravel-introspect
11347 Downloads
Analyze Laravel codebases and find structured information about models, routes and other Laravel-specific things.
kktsvetkov/krumo
62378 Downloads
Krumo is a debugging tool, which displays structured information about any PHP variable. It is a nice replacement for print_r() or var_dump() which are used by a lot of PHP developers.