XML, Content management, Blogs, PHP 7 This package can implement a simple blog system with comments and an RSS feed. It implements routes to controller classes to provide several features to a blog site based on the Laravel framework. Currently, it can implement a blog that allows users to: - Post ...
PHP 5, Databases, User Management This class can register and login users using a database via PDO. It can process the registration of a user given the user name, password, name and email address. It can also authenticate a user given the user name and password and optionally set a cookie to remember ...
PHP 5, Databases, Web services This package can provide an API to manipulate database table records. It takes an array with configuration values and starts processing HTTP requests to an API that can extract parameters from the request values an perform operations to manipulate database records like ...