Libraries tagged by one page
mediawiki/babel
5926 Downloads
Users can easily indicate their language proficiency on their user page
lavatech/php-simple-html-dom-parser
13972 Downloads
Composer adaptation of: A HTML DOM parser written in PHP5+ let you manipulate HTML in a very easy way! Require PHP 5+. Supports invalid HTML. Find tags on an HTML page with selectors just like jQuery. Extract contents from HTML in a single line.
bethinkpl/php-html-parser
4563 Downloads
An HTML DOM parser. It allows you to manipulate HTML. Find tags on an HTML page with selectors just like jQuery.
1foru/php-html-parser
15571 Downloads
An HTML DOM parser. It allows you to manipulate HTML. Find tags on an HTML page with selectors just like jQuery.
sietseveenman/kirby3-language-sync
3718 Downloads
Synchronize page content from one language to another
nightjar/ss-slug
5196 Downloads
Serve DataObjects as pages through an Action on a relation's Controller without referencing the ID
amazeelabs/silverback_external_preview
41013 Downloads
Provides a UI to preview pages (published and draft) on external websites - usually a Gatsby or NextJS frontend.
landofcoder/module-ajaxscroll
30882 Downloads
Freely Scroll down & See what page of the catalog they're on, Automatically loading, Similar technique as seen on Twitter, Facebook
hofff/contao-content-navigation
2687 Downloads
Provides a table of contents for elements based on one or more articles within the page.
shinsenter/defer-laravel
4540 Downloads
🚀 A Laravel package that focuses on minimizing payload size of HTML document and optimizing processing on the browser when rendering the web page.
ecodev/newsletter
3210 Downloads
TYPO3 extension to send any pages as Newsletter and provide statistics on opened emails and clicked links.
t3/pw_teaser
15306 Downloads
Create powerful, dynamic page teasers with data from page properties and its content elements. Based on Extbase and Fluid Template Engine.
sukhvir1313/directproductadd
5502 Downloads
Share link http://{yourdomain}/dpa/add/tocart/sku/{product_sku}, http://{yourdomain}/dpa/add/tocart/sku/{product_sku}/coupon/{coupon_code}, http://{yourdomain}/dpa/add/tocart/sku/{product_sku}-{quantity}, http://{yourdomain}/dpa/add/tocart/sku/{product_sku_1},{product_sku_2}, http://{yourdomain}/dpa/add/tocart/id/{product_sku_1}-{quantity},{product_sku_2}-{quantity}, http://{yourdomain}/dpa/add/tocart/id/{product_id}, http://{yourdomain}/dpa/add/tocart/id/{product_id}-{quantity}, http://{yourdomain}/dpa/add/tocart/id/{product_id_1},{product_id_2} OR http://{yourdomain}/dpa/add/tocart/id/{product_id_1}-{quantity},{product_id_2}-{quantity} with your users through email, share media, blogs etc. Once user clicks on this link product will be automatically added to cart and user will be redirected to checkout page.
smith197/steamauthentication
539 Downloads
SteamAuthentication is a basic set of PHP files that enable users to login using their steam account to view protected content on your website. it creates a session using their steamid as the sessionID and checks for the session when a user visits the page. It also includes a file which allows you to use their profile information such as their avatar and online status.
fdmind/ignore-query-strings
801 Downloads
If your website has static caching on, and you drive traffic to it from social media, Google Ads and other sources that add query string parameters to the URL, there is a chance that each time new user visits a page, it will not be served from cache, but will be generated from scratch. This is because the URL with query string parameters is treated as a different URL from the one without query string parameters.