PHP 5, User Management, Web services This class can authorize the access of users to an API using the OAuth protocol. It abstracts OAuth1 (1.0 and 1.0a) and OAuth2 in the same class, so you can use the same code to authorize the access on behalf of the current user any API that supports any version ...
HTML, Validation, AJAX Class that generates HTML forms supporting: - Multiple inputs may be interconnected in such way that client side events that occur on one input can trigger actions on the context of other inputs. Developers may use input interconnection support without writing Javascript code ...
Tools, Libraries, Templates, Console, C..., D..., P... PHP Luminova Framework is a robust MVC and HMVC framework, supporting Twig, Smarty, and PHP templating with layout inheritance and extensions using methods like `begin`, `end`, `import`, and `extend`. It also offers: - Unique database caching ...
PHP 5, Files and Folders, Security, B... This package can remove strange files from WordPress directions. It can traverse a directory of the WordPress installation to check if the files it finds are part of the WordPress distribution. The package removes strange files and directories that are not ...
Templates, Code Generation, PHP 7 This package can process templates compiling them into PHP scripts. It can process a template file to replace template marks into PHP code to output the processed template data. The package can also execute the processed template PHP scripts to generate the processed ...
HTML, PHP 5, Compression This package can compress Web pages HTML, CSS and JavaScript. It can traverse a directory recursively to find HTML, JavaScript and CSS files. The files found can be compressed by removing redundant white spaces and comments. It can also replace specified strings by alternative ...
PHP 5, Security, Applications, Global This package implements a Web application to learn about OWASP API vulnerabilities. It provides a Web application that has known security vulnerabilities. The application implements vulnerabilities documented in OWASP top 10 API 2019 and 2023. PHP Programming ...
PHP 5, Content management, Blogs This package can publish blog posts with content in Markdown format. It provides an application that uses the Laravel framework to provide a Web interface and an API to allow users to create, update, delete and view blog posts. The blog posts editing pages allow the ...
PHP 5, Content management, Templates, B... This package can build WordPress pages from template scripts. It provides a class that can alter the form of processing requests to WordPress blog custom posts to make the class handle the requests. The class can generate the HTML of the post pages from ...
This package provides a WordPress theme to customize different page parts. It provides PHP scripts, JavaScript, images, fonts, and CSS files that integrate with WordPress after the theme package is installed to offer several types of customization of the presentation of a WordPress site. Currently ...