๐Ÿš€ WordPress Update Platform

Self-Hosted Update Server for WordPress Themes & Plugins

โœ“ OPERATIONAL

Welcome to Your Private Update Server

This platform provides a complete solution for managing WordPress theme and plugin updates, similar to WordPress.org but self-hosted and private.

Key Features

๐Ÿ“ฆ Version Management

Upload and manage multiple versions of your themes and plugins with full version control.

๐Ÿ”’ Secure Downloads

Token-based file delivery system with expiration and download limits for security.

๐Ÿงช Sandbox Testing

Test updates in sandbox mode before publishing to production environments.

๐Ÿ“Š Analytics

Track downloads, monitor usage, and get insights into your distribution.

๐Ÿ‘ฅ Multi-User

Role-based access control with admin, developer, and viewer roles.

๐Ÿ”„ Auto Updates

WordPress-native integration for seamless automatic updates.

API Endpoints

WordPress-compatible REST API for update checks:

GET https://wordpress.khaleghi.info/api/themes/%7Bslug%7D/version.json
GET https://wordpress.khaleghi.info/api/plugins/%7Bslug%7D/version.json
GET https://wordpress.khaleghi.info/api/sandbox/themes/%7Bslug%7D/version.json
GET https://wordpress.khaleghi.info/api/sandbox/plugins/%7Bslug%7D/version.json
POST https://wordpress.khaleghi.info/api/check

Getting Started

  • Run database migrations: php spark migrate
  • Seed initial data: php spark db:seed InitialSeeder
  • Login to admin panel with default credentials
  • Create your first project (theme or plugin)
  • Upload a version package (ZIP file)
  • Publish to production or sandbox
  • Integrate with WordPress using update filters

System Status

Platform Version

1.0.0

CodeIgniter

4.6.3

PHP Version

8.2.29

Environment

PRODUCTION