PHPackages                             doxa/doxa-cms - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Framework](/categories/framework)
4. /
5. doxa/doxa-cms

ActiveLibrary[Framework](/categories/framework)

doxa/doxa-cms
=============

CMS for laravel

v1.0.27(3mo ago)038MITPHPPHP ^8.1

Since May 1Pushed 3mo ago2 watchersCompare

[ Source](https://github.com/dtchkoidze/doxa-cms)[ Packagist](https://packagist.org/packages/doxa/doxa-cms)[ RSS](/packages/doxa-doxa-cms/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (1)Versions (30)Used By (0)

Doxa CMS
========

[](#doxa-cms)

An admin panel with built-in user authentication and Socket.IO servers.

Overview
--------

[](#overview)

Doxa CMS provides a complete admin interface solution with user authentication and real-time communication capabilities through Socket.IO. This package is currently in development and not publicly published.

Installation
------------

[](#installation)

### 1. Clone the Repository

[](#1-clone-the-repository)

```
git clone https://github.com/dtchkoidze/doxa-cms.git
```

### 2. Install Dependencies

[](#2-install-dependencies)

Navigate to the cloned directory and install all required dependencies:

```
cd doxa-cms
npm run i-all
```

### 3. Configure Your Consumer Project

[](#3-configure-your-consumer-project)

In your consumer project (the one that will use this package), add the following to your `composer.json`:

```
"repositories": [
  {
    "type": "path",
    "url": "/absolute/path/to/doxa-cms",
    "options": {
      "symlink": true
    }
  }
]
```

### 4. Set Minimum Stability

[](#4-set-minimum-stability)

Since Doxa CMS is still in development, set the minimum stability in your consumer project's `composer.json`:

```
"minimum-stability": "dev"
```

### 5. Require the Package

[](#5-require-the-package)

From the root of your consumer project, run:

```
composer require doxa/doxa-cms
```

### 6. Environment Configuration

[](#6-environment-configuration)

In the Doxa CMS clone:

- Copy the contents of `.env.example` to a new file called `.env`
- Set the `VITE_CONSUMER_PROJECT_PATH` to the absolute path of your consumer project root
    - Example: `/home/username/sites/site.loc`

### 7. Start the Development Server

[](#7-start-the-development-server)

```
npm run dev-all
```

### 8. Access the Admin Panel

[](#8-access-the-admin-panel)

You're all set! You can now access the admin panel by navigating to `yourwebsite.loc/admin` in your browser.

Development
-----------

[](#development)

You can now start working on or with Doxa CMS.

Current Status
--------------

[](#current-status)

This project is currently under development and not considered stable. It's not published publicly yet.

###  Health Score

41

—

FairBetter than 89% of packages

Maintenance82

Actively maintained with recent releases

Popularity8

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 75% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~10 days

Recently: every ~3 days

Total

29

Last Release

97d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/09c9136bc980beba042de885935bfc5a9da9467923530b357bd90a01c8821af6?d=identicon)[dtchkoidze](/maintainers/dtchkoidze)

---

Top Contributors

[![Geperson](https://avatars.githubusercontent.com/u/1468608?v=4)](https://github.com/Geperson "Geperson (33 commits)")[![dtchkoidze](https://avatars.githubusercontent.com/u/155105047?v=4)](https://github.com/dtchkoidze "dtchkoidze (11 commits)")

### Embed Badge

![Health badge](/badges/doxa-doxa-cms/health.svg)

```
[![Health](https://phpackages.com/badges/doxa-doxa-cms/health.svg)](https://phpackages.com/packages/doxa-doxa-cms)
```

###  Alternatives

[laravel/telescope

An elegant debug assistant for the Laravel framework.

5.2k67.8M192](/packages/laravel-telescope)[spiral/roadrunner

RoadRunner: High-performance PHP application server and process manager written in Go and powered with plugins

8.4k12.2M84](/packages/spiral-roadrunner)[nolimits4web/swiper

Most modern mobile touch slider and framework with hardware accelerated transitions

41.8k177.2k1](/packages/nolimits4web-swiper)[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k36.7M259](/packages/laravel-dusk)[laravel/prompts

Add beautiful and user-friendly forms to your command-line applications.

708181.8M596](/packages/laravel-prompts)[cakephp/chronos

A simple API extension for DateTime.

1.4k47.7M121](/packages/cakephp-chronos)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
