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 ...
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, 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 ...
HTML, Libraries, Configuration, PHP 7 This package can be used to implement application configuration management using forms. It provides a bundle for the Symfony framework that provides model classes to define configurations specific to each application. The application can also generate form groups ...
HTML, PHP 5, Files and Folders This class can generate HTML to display s list of directory files. It can traverse a directory with a given path and generates a HTML list to show the files and directories inside the listed directory. The sub-directories are listed first before the files. The listed ...
HTML, Files and Folders, GUI, PHP 8 This class allows for creating, modifying, saving, loading, and displaying a menu tree without needing a database. The menus display menu entries with labels. Menu entries may have child menu entries that form a tree hierarchy. Each menu entry is associated with ...
HTML, Databases This class can display links to browse pages of entry listings. It can take as parameter the total number of entries in a listing, the limit number of entries to display per page and the number of the current listing page. The class can generate links to browse to the other pages ...
PHP 5, Web services, Chat, Artificial..., A... This package implements a chat application like ChatGPT using OpenAI GPT API. It provides a class that can access the OpenAI GPT API to send requests to implement chat interactions. The package also provides a Web application to let users chat with the ...
Databases, Content management, Projec..., A..., P..., A... This package can manage sets of code snippets stored in SQLite. It provides a class and a simple application script that can perform several types of operations to store and retrieve code snippets using an SQLite database. Currently, it can ...
HTML, PHP 5 pagination - github.com This package can show pagination links for listings split in pages. It can take as parameters the limit of entries to display per page and the name of a parameters that will be used to pass page numbers between pages. It generates the URL of links to generate HTML ...