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(4mo ago)038MITPHPPHP ^8.1

Since May 1Pushed 4mo 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 today

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

39

—

LowBetter than 84% of packages

Maintenance74

Regular maintenance activity

Popularity7

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity57

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

143d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/155105047?v=4)[Daviti Tchkoidze](/maintainers/dtchkoidze)[@dtchkoidze](https://github.com/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/dusk

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

1.9k39.6M300](/packages/laravel-dusk)[nineinchnick/edatatables

Grid widget for the Yii Framework, wrapper for the DataTables jQuery plugin

173.2k](/packages/nineinchnick-edatatables)[link-cloud/fast-hyperf

LinkCloud Fast Hyperf

241.2k1](/packages/link-cloud-fast-hyperf)

PHPackages © 2026

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