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 ...
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 ...
Finances, PHP 7 This package can manage money amounts stored in a wallet. It provides classes that associated users with records stored using a Laravel model to wallets, supporting several types of wallets and transaction logs. Currently, the wallet class can perform several types of financial operations ...
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, 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 ...
PHP 5, Databases, Systems administration This class can synchronize tables between two database using PDO. It can connect to a origin database and query the records of a given database table. Then the class connects to a destination database and inserts the table records retrieved from the origin ...
PHP 5, Compression, Global This package creates a ZIP archive with all files from a folder. It provides an example script showing how to create a ZIP archive file from files in a folder and any sub-folders the folder may contain. Usually, PHP installations provide the ZipArchive class with a method ...
PHP 5, Databases, Web services This package can provide access to database records via REST API. It can handle HTTP requests sent using REST to perform queries on database table records based on the HTTP request parameters. The package can take options that define which tables may be queried. It ...