Recommended by Users (3 of 140)
RECOMMENDATION FOR A PHP CLASS TO HOW TO CALL CLASS AND FUNCTION HOW TO CALL CLASS AND FUNCTIONS IN PHP Sufiyan Syed Call functions and class in PHP and HTML page I have an HTML page with some text fields. When the user enters the text fields, it should call either a function or class of PHP. I appreciate ...
CREATE A LOGGER TO AN APPLICATION LOGGER Romdhan Romeo KH I need a logger class to insert in file or database. I need a logger class to insert in file or database.With this class we can detail of actions of application and what can be wrong. XLOGGER PHP PSR LOGGER: LOG EVENTS TO BROWSER CONSOLE, TEXT ...
WHAT IS THE BEST PHP WEBSITE CRAWLER CLASS? WEBSITE CRAWLER Mateus Mattos Download a complete website to local storage I must download all HTML pages, JS, CSS, and images. The HTML must change JS, CSS, and image URL to local access. Select the pages to download, like only HTML files from the first ...
PHP 5, User Management, Web services This class can authorize the access of users to an API using the OAuth protocol. It abstracts OAuth1 (1.0 and 1.0a) and OAuth2 in the same class, so you can use the same code to authorize the access on behalf of the current user any API that supports any version ...
HTML, Validation, AJAX Class that generates HTML forms supporting: - Multiple inputs may be interconnected in such way that client side events that occur on one input can trigger actions on the context of other inputs. Developers may use input interconnection support without writing Javascript code ...
Email, Unix, Windows Class that may be used to compose and send e-mail messages. It features: - User definable headers and body parts. - MIME encoding of text and HTML body parts with user defined character encoding using quoted-printable. - Addition of file parts (attachments) with automatic content ...
PHP 5, Files and Folders, Documents This class can generate reports in Excel, HTML and PDF formats from arrays of data. It takes arrays of data that define the contents and format of cells of a spreadsheet and it generates an spreadsheet file using the PHPExcel package in several formats like Excel ...
HTML, PHP 5, Files and Folders This class can convert Microsoft Word DOCX documents to HTML. It improves a class initially written by Rohit Arya, which can work well under PHP 8.1 or later. In the original Word DOCX document, this class version recognizes nearly all the formatting, styles, images ...
HTML, PHP 5, Databases, AJAX, Global This package can change form fields dynamically using AJAX requests. It provides a script to teach how to show a form with input fields that can be added or removed dynamically. The script uses the jQuery library to send AJAX requests to update the page with forms ...
HTTP, Libraries, Design Patterns, Per... This package can be used to implement microservices using Open Swoole. It provides a framework of classes that developers can use to implement Web applications based on service classes. The framework uses the Open Swoole PHP extension to implement single thread ...
PHP 5, Cache, Templates This package can output text replacing templates with parameters. It provides a template class that can read a template file and replace marks on the template text with parameter values. The package also provides a cache class that can store the generated text strings in cache ...
HTML, PHP 5, Text processing, Documents This package can convert LaTeX documents to HTML pages. It provides a script that can take the name of a LaTeX file stored in a directory as a parameter. The script can read and process the LaTex document file and generate HTML to display the document contents ...
XML, PHP 5, Files and Folders, Parsers This class can read and write Excel spreadsheets in XLSX format. It can read and parse an existing spreadsheet file in the Microsoft Excel 2007-2011-2013 format. The class allows to modify workbook contents by changing cell data and colors, insert or clone rows ...