PHPackages                             swordbros/sw-frigian - 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. swordbros/sw-frigian

ActiveAimeos-extension[Framework](/categories/framework)

swordbros/sw-frigian
====================

Aimeos sw-frigian extension

v1.2.4(4y ago)011LGPL-3.0PHPPHP ~7.1

Since Nov 25Pushed 4y ago2 watchersCompare

[ Source](https://github.com/swordbros/sw-frigian)[ Packagist](https://packagist.org/packages/swordbros/sw-frigian)[ RSS](/packages/swordbros-sw-frigian/feed)WikiDiscussions main Synced 3w ago

READMEChangelog (1)Dependencies (6)Versions (2)Used By (0)

Setup
=====

[](#setup)

```
    "require": {
        ...
        "swordbros/sw-frigian": "^1.0"
    }

```

```
    "files": [
        ...
        "ext/sw-sardes/helper/theme_helper.php"
    ]

```

```
    "post-update-cmd": [
        ...
        "@php artisan migrate --path=ext/sw-frigian/lib/custom/setup/options",
        "Swordbros\\Sardes::composerUpdate"
    ]

```

.env
----

[](#env)

```
please change your website .env file
APP_URL:

```

.htaccess
---------

[](#htaccess)

```

RewriteRule ^(.*)$ public/$1 [L]

```

shop.php
--------

[](#shopphp)

```
	'page' => [
		// Docs: https://aimeos.org/docs/Laravel/Adapt_pages
		// Hint: catalog/filter is also available as single 'catalog/tree', 'catalog/search', 'catalog/attribute'
		'account-index' => [ 'account/profile','account/review','account/subscription','account/history','account/favorite','account/watch','basket/mini','catalog/session' ],
		'basket-index' => [ 'basket/mini','basket/bulk', 'basket/standard','basket/related' ],
		'catalog-count' => [ 'catalog/count' ],
		'catalog-detail' => [ 'basket/mini','catalog/stage','catalog/detail','catalog/session' ],
		'catalog-home' => [ 'basket/mini','catalog/home' ],
		'catalog-list' => [ 'basket/mini','catalog/filter','catalog/lists' ],
		'catalog-stock' => [ 'catalog/stock' ],
		'catalog-suggest' => [ 'catalog/suggest' ],
		'catalog-tree' => [ 'basket/mini','catalog/filter','catalog/stage','catalog/lists' ],
		'checkout-confirm' => [ 'checkout/confirm' ],
		'checkout-index' => [ 'basket/mini','checkout/standard' ],
		'checkout-update' => [ 'checkout/update' ],
	],
	'client' => [
		'html' => [
			'checkout' => [
				'standard' => [
					'onepage' => ['address', 'delivery', 'payment', 'summary']
				]
			],
			'common' => [

				'baseurl' =>  'packages/swordbros/shop/themes/frigian/' ,
				'template' => [
					'baseurl' => 'packages/swordbros/shop/themes/frigian',

				],
			],
	],
	'controller' => [
	    'common' => [
            'media' => [
                'standard' => [
                    'previews' => [
                        [
                            'maxwidth' => 300,
                            'maxheight' => 375,
                            'force-size' => 1,
                        ],
                        [
                            'maxwidth' => 600,
                            'maxheight' => 750,
                            'force-size' => 1,
                        ],
                        [
                            'maxwidth' => 1200,
                            'maxheight' => 1500,
                            'force-size' => 1,
                        ]
                    ],
                ],
            ],
            'product'=>[
                'import' => [
                    'xlsx' =>[
                        'processor' =>[
                            'media' => [
                                'listtypes'=>['default', 'standard']
                            ]
                        ]
                    ]
                ]
            ]
        ],
	'jobs' => [
            'product'=>[
                    'export' => [
                        'xlsx' => [
                            'location'=>'/your_site_path/public/jobs/products/xlsx/export',
                            'filename' => 'products-%1$d-'.date('Y-m-d-h-i-s').'.xlsx'
                        ]
                    ],
                    'import' => [
                        'xlsx' => [
                           'domains'=>['attribute', 'media', 'price', 'product', 'text'] ,
                            'backup'=>'/your_site_path/public/jobs/products/xlsx/backup',
                            'location' => '/your_site_path/public/jobs/products/xlsx/import',
                            'skip-lines' => 0,
                            'map-items' => [
                                'media'=>[
                                    '8'=>'media.url',
                                    '21'=>'media.url',
                                ]
                            ]
                        ]
                    ]
                ]
	     ]
	],

```

Export &amp; Import Product
---------------------------

[](#export--import-product)

```
Export command: php artisan aimeos:jobs "product/export/xlsx" "default"
Import Command php artisan aimeos:jobs "product/import/xlsx" "default"

```

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity45

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 60% 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

Unknown

Total

1

Last Release

1680d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0cc528d6a4e3bbeb4812ee575f9228780973d51c9f83f983a6cc8ffffc55cede?d=identicon)[swordbros](/maintainers/swordbros)

---

Top Contributors

[![tulparstudyo](https://avatars.githubusercontent.com/u/37733016?v=4)](https://github.com/tulparstudyo "tulparstudyo (6 commits)")[![tezyaz](https://avatars.githubusercontent.com/u/151051381?v=4)](https://github.com/tezyaz "tezyaz (3 commits)")[![akcagulsum](https://avatars.githubusercontent.com/u/52961082?v=4)](https://github.com/akcagulsum "akcagulsum (1 commits)")

---

Tags

extensionaimeos

### Embed Badge

![Health badge](/badges/swordbros-sw-frigian/health.svg)

```
[![Health](https://phpackages.com/badges/swordbros-sw-frigian/health.svg)](https://phpackages.com/packages/swordbros-sw-frigian)
```

###  Alternatives

[aimeos/aimeos

Aimeos ecommerce and shop system

5.4k109.0k](/packages/aimeos-aimeos)[silverstripe/framework

The SilverStripe framework

7313.7M2.8k](/packages/silverstripe-framework)[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.1k17.8k](/packages/prestashop-prestashop)[october/rain

October Rain Library

1601.7M82](/packages/october-rain)[helsingborg-stad/municipio

A bootstrap theme for creating municipality sites.

4028.5k10](/packages/helsingborg-stad-municipio)[drupal/recommended-project

Project template for Drupal projects with a relocated document root

1502.8M1](/packages/drupal-recommended-project)

PHPackages © 2026

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