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, Libraries, Design Patterns This package provides an example application based on a MVC framework. It provides a base framework to process HTTP requests using a router class that can forward the processing to controller classes. The package also provides an example application that uses 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 ...
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 ...
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 ...
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 ...
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 ...
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 ...
PHP 5, Libraries, Web services, Desig..., A... This package implements an example blog application of Eloquent query filters. It implements a blog application with a Web interface and an API using Laravel. The package uses the Laravel Eloquent query filtering application to define conditions for ...
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 ...