An open API service indexing awesome lists of open source software.

https://github.com/alikon/testcom

A Joomla extensions playground
https://github.com/alikon/testcom

cli cms cron joomla php webservices

Last synced: 3 months ago
JSON representation

A Joomla extensions playground

Awesome Lists containing this project

README

          

This is the source of my Joomla extensions playground. Here you will find components, plugins, modules, CLI Commands webservices entrypoint.

Build Status
------------

| Actions | PHP | Node | npm |
|-------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------|--------------------------------------------------------------------------------------|----------------------------------------------------------------------------------|
| [![Build Status](https://github.com/alikon/testcom/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/alikon/testcom) | [![PHP](https://img.shields.io/badge/PHP-V8.1.0-green)](https://www.php.net/) | [![node-lts](https://img.shields.io/badge/Node-V20.0-green)](https://nodejs.org/en/) | [![npm](https://img.shields.io/badge/npm-v10.1.0-green)](https://nodejs.org/en/) |

## Requirements
Joomla >= 5.0

MySQL >= 8.0.0 or PostgreSQL >= 12.0

PHP >= 8.1.0

This repository contains various Joomla extensions. To ensure the download counters increment correctly, please use the direct asset links provided in the table below.

| Extension Name | Version | Download Link (Direct Asset) | Download Count |
| :--- | :--- | :--- | :--- |
| **Content Export** | v2.1.1 | [Download plg_content_export-2.1.1.zip](https://github.com/alikon/testcom/releases/download/v1.2/plg_content_export-2.1.1.zip) | ![Downloads](https://img.shields.io/github/downloads/alikon/testcom/v1.2/plg_content_export-2.1.1.zip?label=downloads) |
| **Task Delete trashed** | v1.7.2 | [Download plg_task_deltrash-1.7.2.zip](https://github.com/alikon/testcom/releases/download/v1.2/plg_task_deltrash-1.7.2.zip) | ![Downloads](https://img.shields.io/github/downloads/alikon/testcom/v1.2/plg_task_deltrash-1.7.2.zip?label=downloads) |
| **MagicLogin** | v1.0.0 | [Download plg_system_magiclogin-1.0.0.zip](https://github.com/alikon/testcom/releases/download/v1.2/plg_system_magiclogin-1.0.0.zip) | ![Downloads](https://img.shields.io/github/downloads/alikon/testcom/v1.2/plg_system_magiclogin-1.0.0.zip?label=downloads) |
| **SafeMode** | v1.0.0 | [Download plg_system_safemode-1.0.0.zip](https://github.com/alikon/testcom/releases/download/v1.2/plg_system_safemode-1.0.0.zip) | ![Downloads](https://img.shields.io/github/downloads/alikon/testcom/v1.2/plg_system_safemode-1.0.0.zip?label=downloads) |
| **SafeMode** | v1.0.1 | [Download plg_console_safemode-1.0.1.zip](https://github.com/alikon/testcom/releases/download/v1.2/plg_console_safemode-1.0.1.zip) | ![Downloads](https://img.shields.io/github/downloads/alikon/testcom/v1.2/plg_console_safemode-1.0.1.zip?label=downloads) |
| **SwaggerUI** | v2.0.0 | [Download plg_content_swaggerui-2.0.0.zip](https://github.com/alikon/testcom/releases/download/v1.2/plg_content_swaggerui-2.0.0.zip) | ![Downloads](https://img.shields.io/github/downloads/alikon/testcom/v1.2/plg_content_swaggerui-2.0.0.zip?label=downloads) |
| **Github Portfolio** | v1.0.0 | [Download mod_github_portfolio-1.0.0.zip](https://github.com/alikon/testcom/releases/download/v1.2/mod_github_portfolio-1.0.0.zip) | ![Downloads](https://img.shields.io/github/downloads/alikon/testcom/v1.2/mod_github_portfolio-1.0.0.zip?label=downloads) |
| **Joomla Statistics** | v1.1.0 | [Download mod_jstats-1.1.0.zip](https://github.com/alikon/testcom/releases/download/v1.2/mod_jstats-1.1.0.zip) | ![Downloads](https://img.shields.io/github/downloads/alikon/testcom/v1.2/mod_jstats-1.1.0.zip?label=downloads) |
| **Changelog** | v1.0.0 | [Download mod_changelog-1.0.0.zip](https://github.com/alikon/testcom/releases/download/v1.2/mod_changelog-1.0.0.zip) | ![Downloads](https://img.shields.io/github/downloads/alikon/testcom/v1.2/mod_changelog-1.0.0.zip?label=downloads) |

![Downloads](https://img.shields.io/github/downloads/alikon/testcom/total)

## 🛠 Installation

1. **Download** the `.zip` file for the desired extension from the table above.
2. Log in to your **Joomla Administrator** panel.
3. Navigate to **System** -> **Install** -> **Extensions**.
4. Upload the package file.
5. Enable the plugin in **System** -> **Manage** -> **Plugins**.

---

### How to contribute
1. Fork the repository.
2. Create your feature branch (`git checkout -b feature/AmazingFeature`).
3. Commit your changes (`git commit -m 'Add some AmazingFeature'`).
4. Push to the branch (`git push origin feature/AmazingFeature`).
5. Open a Pull Request.