Libraries tagged by how
mostafa-mahfouz/oop-practice
4 Downloads
learn how to practice on php oop using real examples
moosend/website-tracking-old
20 Downloads
By installing the Moosend PHP Tracking library you are can track page views, product views, add to cart events and successful purchases. You can later use these details to segment your user base, run automations, check how successful your latest promo has been and how many conversions your landing page has led to.
mmcev106/psalm-playground-plugins
0 Downloads
A tool for learning how to write Psalm plugins
mindsize/ms-wc-add-to-cart-form-cache
11 Downloads
Sample plugin for showing how caching of variable product add to cart forms in WC can be achieved.
michielroos/doctor
11 Downloads
Doctor shows you how TYPO3 is doing
micheledurante/array-aggregate
11 Downloads
A PHP, SQL-like stream aggregate function to group a set of rows by any number of columns. You can also define how to compute groups
michaeljoyner/simple-json-endpoint
39 Downloads
If you just want to get some JSON from an endpoint and also possibly cache it, this makes life easier. Example use cases include fetching instagram feed, weather data, exchange rates, etc. You just need to worry about how you deal with the data.
mhinspeya/mhinspeya-brand
3 Downloads
### 1. **Module Overview:** - **Name:** Brand Inventory Manager - **Purpose:** The module dynamically lists all the brands that have products currently in stock on the website, allowing customers to view and browse products by brand. This list updates automatically based on the store's inventory. ### 2. **Key Features:** - **Dynamic Brand Listing:** - The module generates a list of brands that have at least one product in stock. - The list is updated in real-time based on changes in inventory levels (e.g., if a brand's products go out of stock, that brand is removed from the list). - **Filter by Inventory:** - Customers can filter the brand list by product availability, ensuring they only see brands with products they can purchase immediately. - **Brand Page:** - Each brand name in the list is clickable, leading to a dedicated brand page. - The brand page displays all in-stock products for that brand, with options for sorting, filtering, and searching within the brand's catalog. - **SEO-Friendly URLs:** - The module creates SEO-friendly URLs for each brand page, enhancing visibility on search engines. - **Inventory-Based Brand Widget:** - A widget can be placed on various parts of the website (e.g., homepage, sidebar, footer) that highlights popular or new brands with available stock. - **Admin Configuration:** - The admin can configure how brands are displayed (e.g., sorting by popularity, alphabetical order, etc.). - Options to include or exclude specific brands regardless of inventory (e.g., always show premium brands). - **Caching Mechanism:** - To ensure performance, the module uses caching to store brand lists, refreshing only when inventory changes occur. ### 3. **Integration with Other Features:** - **Product Pages:** On each product page, the brand name is linked to the corresponding brand page. - **Search Functionality:** When customers search for a brand name, the search results include the brand page and all relevant products. ### 4. **Customizable Design:** - The module’s front-end is fully customizable, allowing the store’s design team to style the brand listing and pages in line with the overall website design. ### 5. **Reporting and Analytics:** - The module provides reports on brand performance, showing metrics such as which brands are viewed most frequently, which have the highest sales, etc. ### 6. **Multi-Store Support:** - For stores with multiple websites or store views, the module supports configuration per store view, allowing different brands to be highlighted in different regions or languages. This Magento module would be particularly useful for e-commerce stores with diverse product offerings across many brands, ensuring that customers have an efficient way to find and purchase products by their favorite brands.has context menu
mg-code/yii2-text-input
1897 Downloads
Enhanced text input, shows how many characters remaining.
metrixio/github-public
7 Downloads
This tool helps developers see how popular their code is and how it's being used. It works with Prometheus and Grafana to gather data from Github and create cool visualizations. You can use Grafana to filter and customize the metrics you collect. We hope you find it helpful!
melisplatform/melis-platform-framework-silex-demo-tool
95 Downloads
This demo tool has for goal to show how you can use the framework Silex inside Melis Platform, so you're not locked on ZF.
mecha-cms/x.comment.hint
3 Downloads
Adds a few instructions for your visitors on how to leave a comment, just below the comment message field.
mattvick/bolt-diy-forms
0 Downloads
Example bolt extension demonstrating how to bind a form to a route and submit it's data to a contenttype.
matthiasmullie/ci-sniffer
769 Downloads
Detects which CI environment the code is run and how to fetch details about the code being tested.
mateus/module-quantity-products-sold
0 Downloads
It counts how many items were sold based on the product ID and lists the quantity on the product page.