Libraries tagged by noty
notihnio/php-multipart-form-data-parser
58907 Downloads
The missing php functionality to support put, patch, delete, put FORM and MULTIPART requests handling
notamedia/console-jedi
40277 Downloads
Console application for CMS Bitrix
not-empty/ulid-php-lib
6551 Downloads
PHP Universally Unique Lexicographically Sortable Identifier (ULID)
laravel-notification-channels/sms77
19966 Downloads
SMS77 Notifications Channel for Laravel
laravel-notification-channels/cmsms
15153 Downloads
CMSMS notification channel for Laravel 5 and up
laravel-notification-channels/46elks
66512 Downloads
Laravel notification channel package for 46Elks.
zaius/zaius-php-sdk
62786 Downloads
The Zaius SDK for PHP. Validated for use in zaius-magento-2, users in custom environments are encouraged to test and validate thoroughly (and note any issues via the GitHub issue tracker).
yanlongli/app-store-server-api
14726 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.
wouyang/module-disable-csp
15975 Downloads
Module to disable Csp functionality for those who does not need it.
voceconnect/wp-large-options
4326 Downloads
You may wish to store a larger option value than is recommended on WordPress.com. If your option data will exceed 400K, or is of an unpredictable size (such as an HTML fragment etc.) you should use the wp_large_options plugin to store the option in a cache-safe manner. Failure to do this could result in the option not being cached, and instead fetched repeatedly from the DB, which could cause performance problems.
vkcom/modulite-phpstan
39205 Downloads
A PHPStan plugin providing Modulite support for plain PHP (not KPHP) projects
verifalia/sdk
36178 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.
tylercd100/lern
150957 Downloads
LERN (Laravel Exception Recorder and Notifier) is a Laravel 5 package that will record exceptions into a database and will notify you via Email, Pushover or Slack.
taocomp/php-e-invoice-it
15241 Downloads
A PHP package for managing italian e-invoice and notice XML formats
stymiee/php-simple-encryption
6167 Downloads
The PHP Simple Encryption library is designed to simplify the process of encrypting and decrypting data while ensuring best practices are followed. By default is uses a secure encryption algorithm and generates a cryptologically strong initialization vector so developers do not need to becomes experts in encryption to securely store sensitive data.