Libraries tagged by this7 that
linwj/exchanges
5251 Downloads
This is a virtual currency SDK that brings together multiple exchanges
bithost-gmbh/pdfviewhelpers
188211 Downloads
This is a TYPO3 CMS extension that provides various Fluid ViewHelpers to generate PDF documents.
activecollab/activecollab-feather-sdk
63593 Downloads
This is a simple PHP library that makes communication with Active Collab API easy
djokicpn/laravel-email-audit-log
48499 Downloads
This Service provider will monitor all emails that has been sent out of your system. Sent emails will be stored in email_audit_log table
chrisshick/cakephp3-html-purifier
145409 Downloads
This is a CakePHP3 Purifier Plugin Behavior that cleanses data before it is marshalled into the entity.
yish/generators
106184 Downloads
This package extends the core file generators that are included with Laravel 5 or later.
voku/css-to-inline-styles
217483 Downloads
Only a Fork of -> CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This is very useful when you're sending emails.
torgodly/html2media
5524 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.
staabm/password_exposed
220882 Downloads
This PHP package provides a `password_exposed` helper function, that uses the haveibeenpwned.com API to check if a password has been exposed in a data breach.
picocms/pico
36822 Downloads
Pico is a flat file CMS, this means there is no administration backend and database to deal with. You simply create .md files in the "content" folder and that becomes a page.
degdigital/magento2-customreports
56421 Downloads
A Magento 2 module that allows an administrator to create reports in the admin panel. This is modeled after the Clean Reports module for Magento 1.
davidanderson684/simba-plugin-manager-updater
43430 Downloads
This class is an updates checker and UI for WordPress plugins that are hosted using the Simba Plugin Manager plugin
crazycodr/standard-exceptions
189142 Downloads
This project is aimed at providing additional standard exceptions to php. Many exceptions that are missing from the SPL are constantly being reproduced in different projects. By providing a package of high-quality, well organised exceptions, it will, in the long run, increase interoperability between projects.
ardagnsrn/ollama-php
6058 Downloads
This is a PHP library for Ollama. Ollama is an open-source project that serves as a powerful and user-friendly platform for running LLMs on your local machine. It acts as a bridge between the complexities of LLM technology and the desire for an accessible and customizable AI experience.
yanlongli/app-store-server-api
12680 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.