Libraries tagged by html classes
websetgo/table-tool
6 Downloads
A class to assist in the rendering of HTML tables.
ugurkazdal/instagram
12 Downloads
This class does not use any api, just get html string and returns images.
tigra-image-library/ascii-art
5 Downloads
This class can generate a text that looks like a given image. It traverses the pixels of a given image and converts the color values of each region to a character text, so when you look at the sequence of converted characters it looks like the original image. The result text can optionally be outputted formatted as HTML and be displayed in color.
stren-12/apps-scraper
9 Downloads
to Scrap AppData from its own store This Class Used to Scrap data from app web page in the supported stores with no need to worry about different html page layout Also its have the ability to auto-detect the store from the app id without need to define it
sanet/element
3 Downloads
A set of PHP classes to programmatically create and work with html elements
salernolabs/pagination
856 Downloads
A simple class that just wraps some pagination stuff and builds bootstrap HTML
raulsmelo/validarformulario
7 Downloads
Simples classe para verificar valores de entrada do formulário method POST HTML
phower/escaper
86 Downloads
A PHP class which offers a way to escape output and defend from XSS and related vulnerabilities by introducing HTML, CSS and Javascript escaping context.
pchouse/php-attributes
7 Downloads
A library to use PHP attributes in class and properties to define metadata, such as database, html, ...
nixn/hiccup
6 Downloads
An HTML templating engine, based on PHP code (strings, arrays, classes and inheritance). It is a (sophisticated) port of [Hiccup for Clojure](https://github.com/weavejester/hiccup).
mouf/utils.network.http.curlhtmlbrowser
85 Downloads
This package contains a class that mimics a web browser. Using the Curl HTML Browser, you can easily query a web site in HTTP or HTTPS, and analyze the HTML answered. The Curl HTML Browser will handle sessions for you, so you can use it to log into a website and retrieve data from the logged part of the website. As the name implies, this package is based on the CURL library, and therefore, the CURL PHP extension must be installed on your machine.
klan1/k1.lib-dom
268 Downloads
Say good bye to the inline HTML tags as strings on your PHP code!. DOM Classes from K1.lib.
khayrulhasan/table
9 Downloads
This is a simple class that outputs all the set keys and values as an HTML table
kekos/form-refill
28 Downloads
Helper class for refilling post data into the HTML form fields
guisaldanha/image-downloader
6 Downloads
PHP class to download images from a given URL. Scrapes the image from the HTML source.