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 ...
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 ...
...
> <br> <a href="https://github.com/ManuDavila/php-json-file-decode" target="_blank"><strong>Github</strong></a> | <a href="http://www.phpclasses.org/browse/author/1255792.html" target="_blank"><strong>phpclasses.org</strong></a> <br> <br> </div> Auxiliary data Example script Class source Auxiliary data ...
Templates This class implements a simple template engine that works by replacing text. It can read a template file into a string. Then it searches and replaces all occurrences of the template place holder marks with the values of one or more template arguments. Name: Eric Sizemore <contact> Classes ...
...
= "your-openai-api-key-here"; # set your openai key here // version: 1.0 // filename: example.phpopenaichat.php // author: https://www.phpclasses.org/browse/author/144301.html // description: An application to hold conversations using the OpenAI API to access the GPT-3.5-Turbo model and the GPT-4 model ...
...
css in this file to keep it more contained Version: 1.0 PHP Version: 8+ REQUIRED PHP CLASSES: class.sb_menu.php Author: https://www.phpclasses.org/browse/author/144301.html */ include_once("class.sb_menu_1.0.php"); // extend the main Tree class to add a custom render() method class ...
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 ...
PHP 5, Databases, AJAX This package can manage address book stored in a database with PDO. It can store in a database contact information records with first and last name, street, post code and city. The package provides a AJAX based user interface to display and edit the contacts in an address book ...
PHP 5, Files and Folders, Text proces..., P... This package can extract the text contents from a PDF file using pure PHP code (no external tools are needed). It provides the following features: - Text is extracted from PDF files as a single text property. Individual page contents are also available ...
PHP 5, Files and Folders, Web services This class can manage files in Amazon S3 service. It uses the Amazon S3 class from that service SDK to send HTTP requests to the service API Web servers to perform several types of operations to manage files stored in that service. Currently it can upload files ...