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
- Host: GitHub
- URL: https://github.com/alikon/testcom
- Owner: alikon
- License: gpl-2.0
- Created: 2020-11-13T18:43:45.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2026-01-17T11:29:39.000Z (5 months ago)
- Last Synced: 2026-01-17T20:35:49.333Z (5 months ago)
- Topics: cli, cms, cron, joomla, php, webservices
- Language: PHP
- Homepage:
- Size: 3.81 MB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.xml
- Funding: .github/FUNDING.yml
- License: LICENSE
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 |
|-------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------|--------------------------------------------------------------------------------------|----------------------------------------------------------------------------------|
| [](https://github.com/alikon/testcom) | [](https://www.php.net/) | [](https://nodejs.org/en/) | [](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) |  |
| **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) |  |
| **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) |  |
| **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) |  |
| **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) |  |
| **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) |  |
| **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) |  |
| **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) |  |
| **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) |  |

## 🛠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.