Libraries tagged by php info
trustly/trustly-client-php
412843 Downloads
Implementation of communications with Trustly public API for Online bank e-payments. See https://trustly.com for more information
rapidwebltd/php-uk-bank-holidays
426506 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.
fenguoz/tron-php
39013 Downloads
Support TRON's TRX and TRC20, which include functions such as address creation, balance query, transaction transfer, query the latest blockchain, query information based on the blockchain, and query information based on the transaction hash
fenguoz/bsc-php
32163 Downloads
Support Binance's BNB and BEP20, which include functions such as address creation, balance query, transaction transfer, query the latest blockchain, query information based on the blockchain, and query information based on the transaction hash
php-text-analysis/php-text-analysis
8271 Downloads
PHP Text Analysis is a library for performing Information Retrieval (IR) and Natural Language Processing (NLP) tasks using the PHP language
utopia-php/logger
272185 Downloads
Utopia Logger library is simple and lite library for logging information, such as errors or warnings. This library is aiming to be as simple and easy to learn and use.
io238/laravel-iso-countries
73217 Downloads
Ready-to-use Laravel models and relations for country (ISO 3166), language (ISO 639-1), and currency (ISO 4217) information with multi-language support.
infostreams/excel-merge
77793 Downloads
A PHP library to merge two or more Excel files into one
element119/module-admin-opcache-report
27087 Downloads
A Magento 2 module to show some PHP OpCache-related information in the admin.
codacy/coverage
1514916 Downloads
Sends PHP test coverage information to Codacy.
kktsvetkov/krumo
62313 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.
phpexiftool/exiftool
399779 Downloads
Exiftool is a library for reading, writing and editing meta information. This package is not PHP, but required for the main PHP driver : PHP Exiftool
neos/party
1229986 Downloads
A party package for PHP based on the OASIS Customer Information Quality (CIQ) XML Standard.
moinax/tvdb
120046 Downloads
PHPTVDB is a PHP library for accessing TV show information such as episodes, actors, showtimes and descriptions.
yanlongli/app-store-server-api
43372 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.