Libraries tagged by wget
elliotjreed/disposable-emails-filter
592973 Downloads
A PHP package for determining whether an email address is from a disposable / temporary email address provider.
ahand/mobileesp
520301 Downloads
Since 2008, MobileESP provides web site developers an easy-to-use and lightweight API for detecting whether visitors are using a mobile device, and if so, what kind. The APIs provide simple boolean results ('true' or 'false') for identifying individual device categories (such as iPhone, BlackBerry, Android, and Windows Mobile), device capabilities (e.g., J2ME), and broad classes of devices, such as 'iPhone Tier' (iPhone/Android/Tizen) or 'Tablet Tier.' APIs are available in PHP, JavaScript, Java, C#, Ruby Python, and more.
wgenial/numeroporextenso
78084 Downloads
Converte numeral em valor por extenso.
yanlongli/app-store-server-api
43180 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.
verifalia/sdk
58638 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.
torgodly/html2media
39136 Downloads
Html2Media is a versatile Laravel package that allows users to convert HTML content into high-quality PDFs with options for either downloading or triggering a print dialog. Ideal for generating documents, invoices, and reports, this package includes configurable settings for file name, page orientation, format, margins, and scale. Html2Media also provides seamless integration with Filament actions, enabling dynamic content rendering in modals and customizable output previews. Whether you need to save a PDF or send it directly to the printer, Html2Media simplifies the process with robust, flexible features.
salaros/is-biz-mail
467744 Downloads
isBizMail tells you whether a given email address is free (gmail.com, yahoo.es, yandex.ru etc) or not
recycledbeans/is-base64
74375 Downloads
Adds a quick and easy method for determining whether a string is base64-encoded.
mxrxdxn/pwned-passwords
82596 Downloads
A library to query Troy Hunt's Pwned Passwords service to see whether or not a password has been included in a public breach.
jalle19/php-whitelist-check
798890 Downloads
Provides a simple way to check whether an address or domain is on a whitelist
fingerprint/server-sdk
4588 Downloads
Fingerprint Server API allows you to get, search, and update Events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. The API also supports collection of Automation Intelligence for requests to your server in edge, pre-origin, or middleware contexts.
wgenial/s3-objects-stream-zip-php
91666 Downloads
S3ObjectsStreamZip is a PHP library to stream objects from AWS S3 as a zip file.
wetcat/fortie
44232 Downloads
Enable simple Fortnox integration
tomverran/robots-txt-checker
64543 Downloads
Given a robots.txt file, user agent and URL path will tell you whether you're allowed to access a page
reflection/validator
195796 Downloads
Define a specification of PHP entity and check whether the particular item matches it.