Libraries tagged by wish list
umpirsky/language-list
497749 Downloads
List of all languages with names and ISO 639-1 codes in all languages and all data formats.
umpirsky/currency-list
208921 Downloads
List of all currencies with names and ISO 4217 codes in all languages and all data formats.
fuko-php/masked
57084 Downloads
Masks sensitive data: replaces blacklisted elements with redacted values
sameer-shelavale/php-countries-array
327153 Downloads
PHP class to get array of countries names with ISO_3166-1 alpha-2, alpha-3, numeric codes, ISD codes and continent
sniccowp/php-scoper-wordpress-excludes
88721 Downloads
A list of all WordPress core classes, functions and constants. Meant to be used with the PHP-Scoper exclusion functionality.
lochmueller/calendarize
100900 Downloads
Create a structure for timely controlled tables (e.g. events) and one plugin for the different output of calendar views (list, detail, month, year, day, week...). The extension is shipped with one default event table, but you can also 'calendarize' your own table/model. It is completely independent and configurable! Use your own models as event items in this calender. Development on https://github.com/lochmueller/calendarize
dapphp/torutils
63601 Downloads
Classes for interacting with Tor over the control protocol, querying directory authorities and servers, DNS exit lists, a curl wrapper that makes it easy to use Tor's SOCKS proxy, and more.
simplesamlphp/simplesamlphp-module-discopower
5578356 Downloads
Fancy tabbed discovery service with filtering capabilities where SPs can have different sets of metadata listed
lara-zeus/list-group
11197 Downloads
Zeus List is a filamentphp infolist layout component to group items with links, icons and badges
fab/vidi
105173 Downloads
Generic listing of records with versatile ways of interacting with the data, e.g. advanced filter, inline editing, mass editing, ... Veni, vidi, vici!
verifalia/sdk
18957 Downloads
Verifalia provides a simple HTTPS-based API for validating email addresses and checking whether they are deliverable or not. This library allows to easily integrate with Verifalia and verify email addresses in real-time.
milo/vendor-versions
134575 Downloads
Bar with versions list of vendor libraries for Tracy
abordage/nova-table-card
22225 Downloads
A Laravel Nova card for displaying lists with links to view and edit
yanlongli/app-store-server-api
5710 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.
koriym/loop
5495 Downloads
Converts iterable data sets (e.g., database results, CSV files) into an entity list generator with loop context (isFirst, isLast, index, iteration).