Libraries tagged by to do
thanhdv2811/magento-2-currency-convert
25805 Downloads
The currency import service in Magento 2 doesn't work any more (Fixer.io, Webservicex and Yahoo Finance Exchange). This extension will add other services to import the currency rate
talon-one/talon-one-client
87083 Downloads
Use the Talon.One API to integrate with your application and to manage applications and campaigns: - Use the operations in the [Integration API section](#integration-api) are used to integrate with our platform - Use the operation in the [Management API section](#management-api) to manage applications and campaigns. ## Determining the base URL of the endpoints The API is available at the same hostname as your Campaign Manager deployment. For example, if you access the Campaign Manager at `https://yourbaseurl.talon.one/`, the URL for the [updateCustomerSessionV2](https://docs.talon.one/integration-api#operation/updateCustomerSessionV2) endpoint is `https://yourbaseurl.talon.one/v2/customer_sessions/{Id}`
swen100/geophp
69080 Downloads
GeoPHP is an open-source native PHP library for doing geometry operations. It is written entirely in PHP and can therefore run on shared hosts. It can read and write a wide variety of formats: (E)WKT, (E)WKB, GeoJSON, KML, GPX, GeoRSS). It works with all Simple-Feature geometries (Point, LineString, Polygon, GeometryCollection etc.) and can be used to get centroids, bounding-boxes, area and a wide variety of other useful information.
sourcebroker/restrictfe
51685 Downloads
This extension blocks access to frontend and allows to show it only to some defined exception's like if the request is from an authorized backend user, has specific IP, header, domain, language or GET/POST vars. Useful to protect your staging and production instances.
sebkln/content-slug
49424 Downloads
Adds a slug field for human-readable anchors ("domain.com/page/#my-section") to TYPO3 content elements. By default, this anchor is rendered as the header's id attribute.
packagelist/closurecompiler-bin
29933 Downloads
The Closure Compiler is a tool for making JavaScript download and run faster. It is a true compiler for JavaScript. Instead of compiling from a source language to machine code, it compiles from JavaScript to better JavaScript. It parses your JavaScript, analyzes it, removes dead code and rewrites and minimizes what's left. It also checks syntax, variable references, and types, and warns about common JavaScript pitfalls. Packaged for composer.
naucon/htmlbuilder
48858 Downloads
A package for php to generate html markup with object representation but without the overhead of domXML or SimpelXML.
mestrona/magento-module-categoryredirect
38135 Downloads
Magento 2 Module to simply customize the menu with additional URLs: Create a category, enter the redirect, done.
mailslurp/mailslurp-client-php
27989 Downloads
MailSlurp is an API for sending and receiving emails and SMS from dynamically allocated email addresses and phone numbers. It's designed for developers and QA teams to test applications, process inbound emails, send templated notifications, attachments, and more. ## Resources - [Homepage](https://www.mailslurp.com) - Get an [API KEY](https://app.mailslurp.com/sign-up/) - Generated [SDK Clients](https://docs.mailslurp.com/) - [Examples](https://github.com/mailslurp/examples) repository
kphoen/sitemap-generator
85959 Downloads
Provides a way to create/generate a sitemap using Propel, Doctrine, etc.
hoogi91/charts
97457 Downloads
Extension to create datasets and show them as line, bar, pie or doughnut chart in frontend
datatables.net/datatables.net-bs4
21433 Downloads
DataTables is a plug-in for the jQuery Javascript library. It is a highly flexible tool, based upon the foundations of progressive enhancement, which will add advanced interaction controls to any HTML table. This is DataTables with styling for [Bootstrap4](https://getbootstrap.com/docs/4.6/getting-started/introduction/)
craftcms/simple-text
22376 Downloads
This plugin adds a new “Simple Text” field type to Craft, which provides a textarea that’s optimized for entering documentation.
cobweb/svconnector
365335 Downloads
This family of services is used to connect to external data sources and fetch data from them. This is just a base class which cannot be used by itself. Implementations are done for specific subtypes.
chh/cache-service-provider
159711 Downloads
Provides easy to use caching for Silex applications, built on top of the doctrine/cache package