PHPackages                             arkenstone/core - 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. arkenstone/core

ActiveLibrary

arkenstone/core
===============

Laravel package: Arkenstone

v0.0.42(2mo ago)0542↓33.3%[2 issues](https://github.com/Algowrite-software-solution/arkenstone-core/issues)MITPHPPHP ^8.2CI failing

Since Nov 12Pushed 1mo agoCompare

[ Source](https://github.com/Algowrite-software-solution/arkenstone-core)[ Packagist](https://packagist.org/packages/arkenstone/core)[ RSS](/packages/arkenstone-core/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (4)Versions (50)Used By (0)

Arkenstone Core
===============

[](#arkenstone-core)

Laravel based E Commerce Feature targetted Web Application.

Requirements
------------

[](#requirements)

- PHP &gt;= 8.2
- Laravel &gt;= 10.0 (automatically handled via Orchestra Testbench)

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

[](#installation)

### 1. Install via Composer

[](#1-install-via-composer)

```
composer require arkenstone/core
```

### 2. Publish Configuration (Recommended for production )

[](#2-publish-configuration-recommended-for-production-)

```
php artisan vendor:publish --tag=arkenstone-config
```

This creates `config/arkenstone.php` in your Laravel app.

### 3. Publish Migrations (Recommended for production )

[](#3-publish-migrations-recommended-for-production-)

```
php artisan vendor:publish --tag=arkenstone-migrations
```

This copies all migration files to `database/migrations/` in your Laravel app.

### 4. Publish everything Just one command (Recommended for development)

[](#4-publish-everything-just-one-command-recommended-for-development)

Publish everything
==================

[](#publish-everything)

```
php artisan vendor:publish --provider="Arkenstone\Core\CoreServiceProvider"
```

Or by tag
=========

[](#or-by-tag)

```
php artisan vendor:publish --tag=arkenstone
```

### 5. Run Migrations

[](#5-run-migrations)

```
php artisan migrate
```

This creates the following tables:

- `brands`
- `categories`
- `taxonomy_types`
- `taxonomies`
- `products`
- `product_images`
- `product_categories`
- `product_taxonomies`

### 6. Configure Environment Variables

[](#6-configure-environment-variables)

Add to your `.env`:

```
ARKENSTONE_CORE_ENABLED=true
ARKENSTONE_CORE_PREFIX=api/v1
ARKENSTONE_IMAGE_DISK=public
ARKENSTONE_IMAGE_PATH=products/images
ARKENSTONE_IMAGE_MAX_SIZE=5120
```

### 7. Setup Storage

[](#7-setup-storage)

```
php artisan storage:link
```

###  Health Score

43

—

FairBetter than 91% of packages

Maintenance88

Actively maintained with recent releases

Popularity16

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 87.9% 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 ~3 days

Total

42

Last Release

68d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/b6767269415a7572b30411e69ebdbaa230f6cfb6574e6db84f912d27b7467e5b?d=identicon)[janithnirmal](/maintainers/janithnirmal)

---

Top Contributors

[![janithnirmal](https://avatars.githubusercontent.com/u/113751270?v=4)](https://github.com/janithnirmal "janithnirmal (123 commits)")[![MADUSHADEV](https://avatars.githubusercontent.com/u/105775877?v=4)](https://github.com/MADUSHADEV "MADUSHADEV (17 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/arkenstone-core/health.svg)

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

PHPackages © 2026

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