HTML, PHP 5, Databases This class can show links to browse paginated PDO query results. It can execute a database query using a connection established with PDO to obtain the total number of results in a given SQL query. The class generates a SQL statement suffix to append to the query in order to ...
HTML, PHP 5, Databases This package can paginate data listings from arrays, CSV files or MySQL databases. There is a base class that can generate links to browse listings split in pages to the next, previous, first, last and intermediate pages. Additional sub-classes are provided to take the data ...
Databases, Systems administration, PHP 8 This package provides a Web application to manage SQL of databases. It combines several packages to implement a Web application that allows the users to perform several types of database management operations: Currently it can: - Log database queries - Show ...
PHP 5, Files and Folders, Parsers This class can parse JSON encoded values read from files. It can read a given file and parse its contents in JSON format. The class returns the parsed value after having decoded any UTF-8 encoded characters. Name: manudg <contact> Classes: 6 packages by manudg Country ...
Networking, Hardware, PHP 8 This package can control devices that support the OPC UA protocol. It can connect to a device accessible via TCP/IP given the host and port number and send requests using the OPC UA protocol to perform several types of operations with the device. Currently it can: - Read ...
Libraries, Web services, Artificial i..., P... This package can be used to create tools to process user requests with prompts. It provides a Laravel service provider class that can call APIs of remote services to provide responses to requests from users entered in a prompt. It is an implementation ...
PHP 5, E-Commerce This package can be used to create birthday discount coupons for store users. Once installed as an add-on to Magento installation, it provides a user interface to create a coupon for a person that it may be its birthday. PHP Programming Innovation award nominee July 2019 Birthdays ...
PHP 5, Content management, Web services, B... This package can display the latest package from PHPClasses. It provides a block component for the Ascoos CMS that can pull the list of the latest packages published on the PHP Classes site. The block component can display the list of packages on a site ...
Algorithms, PHP 5, Text processing, L... This package can Separate Spanish word syllables according to RAE. It provides a class that can take a string with Spanish words and split it to syllables according to official rules of the Real Academia Española (RAE). The class can return an array of the ...
PHP 5, Content management, Blogs This package provides a blog post management and publication system. It provides an application that allows users to create and manage blog posts. Currently, it can: - Create, edit, list, and show individual blog posts - Show a welcome page with a list of all blog ...