Libraries tagged by Live Chat
sinclairt/track
47 Downloads
Track changes to your models and any custom events you'd like to keep track of
sanskritick/laraocr
543 Downloads
Laravel Optical Character Reader(OCR) package using different OCR engines like Tesseract
piotrpress/slack-tail
22 Downloads
A simple command line tool to tail a file and send the output to a Slack channel.
pflorek/php-basic-auth
70 Downloads
Provides a simple way to get or set credentials (username, password) on a PSR-7 `RequestInterface`. Also it helps challenging an unauthorized client by adding the 'WWW-authenticate' header line with status code 401 to a PSR-7 `ResponseInterface`.
ovalmedia/default-robots
23 Downloads
Changes the robots meta tag to 'NOINDEX,NOFOLLOW' for some sensible pages like login
onedrop/neos-vimeo
89 Downloads
Display videos from vimeo on your page. Add several albums/channels and use them as filter, also show videos in the order like you want
ngfw/webparser
7 Downloads
WebParser is a PHP library that allows developers to parse and query webpages using an ORM-like syntax. It facilitates the extraction of HTML elements by chaining operations such as filtering by ID or class, ordering results, and limiting output. WebParser offers a flexible interface for exploring and extracting data from the web, making it ideal for web scraping and data analysis tasks.
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
malenki/phantastic
9 Downloads
A static blog generator like Jekyll in Ruby world but with tags, categories, blocs in native.
liquidpl/blade-no-single-letter-words
4 Downloads
Adds a tag to Blade which pushes one character words in paragraphs to the next line.
karimtarekdev/weightify
20 Downloads
Weightify: Efficient PHP Weight Conversion Tool offers accurate conversions for units like Metric tons, Kilograms, Grams, Milligrams, Micrograms, Stones, Pounds, and Ounces, catering to diverse needs with a user-friendly interface.
gpsanches/phpquery
31 Downloads
phpQuery is a server-side, chainable, CSS3 selector driven Document Object Model (DOM)API based on jQuery JavaScript Library. Library is written in PHP5 and provides additional Command Line Interface (CLI).
gelembjuk/templating
123 Downloads
Common interface for different PHP templating engines like Smarty,Twig. This package allows to switch between engines witout changes in your PHP code
custom-laravel-form-request/validator
1 Downloads
Validator Form Request which may be used for validating data after parsing. For example we got big jsob string and we cannot change this, so what we need to do is to use Validator in laravel and provide in controller all the shit code like rules.. if fails and another. This class can validate this json after parsing without redundant code in controller, simply add data, next validation steps will processed automatically, rules and another logic is hidden in this class.
cullylarson/wp-deploy-folder-sync
42 Downloads
Library for syncing Wordpress folders, like the uploads folder. Useful for deploying, or pulling changes.