Libraries tagged by seen
lukaswhite/email-checker
261 Downloads
A PHP package that checks e-mail addresses to see if they're disposable, or from a provider of free addresses
lukasbableck/contao-alt-editor-bundle
920 Downloads
This bundle provides an easy way to see which images do not have an alt text and allows you to add them easily.
linkrobins/mobile-logo
71 Downloads
Puts your forum's logo in the mobile navigation bar, where phone users otherwise see only a menu button.
landofcoder/module-product-tags
7547 Downloads
Assign one or multiple tags to your products and improve the navigation for your customers, who can narrow the search results by tags in the Product Filters or, vice versa, see all products with the tags
keyagency/statamic-asset-usage
72 Downloads
See where every asset is used across entries, globals, taxonomy terms, navs, users and form submissions, and find the ones that aren't used at all
jpmschuler/showpageeditors
13144 Downloads
TYPO3 EXT to retrieve every editor who can see a given PID in the backend
jayanta/laravel-natural-query
78 Downloads
Privacy-safe natural language to SQL engine for Laravel. AI sees only your schema, never your data. Supports voice & text input with pluggable AI providers (Gemini, OpenAI, Claude, Ollama).
invoicetronic/php-sdk
157 Downloads
The [Invoicetronic API][2] is a RESTful service that allows you to send and receive invoices through the Italian [Servizio di Interscambio (SDI)][1], or Interchange Service. The API is designed to be simple and easy to use, abstracting away SDI complexity while providing complete control over the invoice send/receive process. It provides advanced features as encryption at rest, multi-language pre-flight invoice validation, multiple upload formats, webhooks, event logging, client SDKs, and CLI tools. For more information, see [Invoicetronic website][2] ## Before you start For the full integration guide, tutorials, SDKs and quickstarts, see the **[Documentation](https://invoicetronic.com/en/docs/)**. A few cross-cutting topics worth knowing before integrating: - **[Prerequisites](https://invoicetronic.com/en/docs/prerequisites/)** — what you need to start in Sandbox and what's required to move to production. - **[API Keys](https://invoicetronic.com/en/docs/apikeys/)** — how `ik_live_` and `ik_test_` keys select the environment. - **[Sandbox](https://invoicetronic.com/en/docs/sandbox/)** — free test environment that mirrors the live workflow, with no credits consumed. - **[Rate Limiting](https://invoicetronic.com/en/docs/ratelimiting/)** — per-second, per-minute and per-day limits; how to handle `429 Too Many Requests`. - **[Pagination](https://invoicetronic.com/en/docs/pagination/)** — `page` and `page_size` parameters and the `Invoicetronic-Total-Count` response header. - **[CORS](https://invoicetronic.com/en/docs/cors/)** — calling the API from the browser; allowed origins are configured per key. - **[Webhooks](https://invoicetronic.com/en/docs/webhooks/)** — real-time event notifications with HMAC-SHA256 signature validation. - **[Localization](https://invoicetronic.com/en/docs/accept-language/)** — use the `Accept-Language` header to receive error messages in Italian, English or German. [1]: https://www.fatturapa.gov.it/it/sistemainterscambio/cose-il-sdi/ [2]: https://invoicetronic.com/
icap/notification-bundle
2686 Downloads
Notification bundle for Claroline Connect. See https://github.com/claroline/Claroline
humanmade/hm-user-notes
1458 Downloads
Allows logged-in users to add private comments to posts that only they can see
gilberg-vrn/php-foursquare
8055 Downloads
A simple PHP library for accessing the foursquare API (see: https://developer.foursquare.com)
felixnagel/mailfiles
532 Downloads
Mail Files - TYPO3 CMS Extension to upload files and send download links via email. Uses plupload. Please see readme file.
factorenergia/yii2-wizardwidget
9497 Downloads
Multi step wizard widget using tabs to guide a user through steps to complete a task. Based on the Form wizard (using tabs) from lukepzak (see http://bootsnipp.com/snippets/featured/form-wizard-using-tabs).
dzegarra/tracy-mysqli
8013 Downloads
This lib extends mysqli to allow you to see all your executed queries. It also includes a Bar Panel for Tracy
drupal-eca-recipe/eca_lib_0010
684 Downloads
When a user entity gets saved, this model compares the list of original and current roles of that user and finds out, which ones got added and which ones got removed.This involves 2 loops where we first go through the list of current roles to see if one of them is missing from the list of original roles. Then we gro through the list of original roles to see if ones of them is missing in the list of current roles.For each missing role, this model shows a message on screen.