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

Abandoned → [open20/amos-core](/?search=open20%2Famos-core)Component

lispa/amos-core
===============

Amos Core

1.49.2(3mo ago)127847PHPPHP &gt;=5.4.0CI failing

Since Feb 22Pushed 3mo ago1 watchersCompare

[ Source](https://github.com/regionelombardia-open20/open2-core)[ Packagist](https://packagist.org/packages/lispa/amos-core)[ Docs](http://www.open20.it/)[ RSS](/packages/lispa-amos-core/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (3)Dependencies (41)Versions (128)Used By (7)

amos-core
=========

[](#amos-core)

Amos core

### using the loader (SpinnerWaitAsset)

[](#using-the-loader-spinnerwaitasset)

in the view insert che code below

```
 \open20\amos\layout\assets\SpinnerWaitAsset::register($this);

```

use the two javascript functions below where you need it

```
    $('.loading').show();
    $('.loading').hide();
```

Platform params
---------------

[](#platform-params)

##### hideSettings

[](#hidesettings)

Hide the setting gear in the navbar, If you want to hide the link for all

```
      'hideSettings' => true,
```

if you want to hide the link for some users

```
      'hideSettings' => [
          'roles' => ['ROLE1', 'ROLE2']
      ],
```

if you want to export only the element visualized in the grid

```
      'disableExportAll' => true
```

Widget share social
-------------------

[](#widget-share-social)

Add in backend/config/components-others

```
        'socialShare' => [
            'class' => \open20\amos\core\components\ConfiguratorSocialShare::class,
        ],
```

##### Parameters

[](#parameters)

- **mode** - string, default = SocialShareWidget::NORMAL, the otther mode is SocialShareWidget::DROPDOWN

example of usage:

```

```

### Custom the Frontend View Url

[](#custom-the-frontend-view-url)

- Implement the interface CustomUrlModelInterface
- Add in common/config/params

```
        'urlFrontend' => [
                'NewsModel' => '/news/news/{Id}/{Slug}',
            ],
```

### Platform Parameters

[](#platform-parameters)

- **enablePageCache** - boolean; If the params is true enable the page cache

###  Health Score

49

—

FairBetter than 95% of packages

Maintenance80

Actively maintained with recent releases

Popularity15

Limited adoption so far

Community19

Small or concentrated contributor base

Maturity73

Established project with proven stability

 Bus Factor1

Top contributor holds 66.7% 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 ~38 days

Recently: every ~176 days

Total

67

Last Release

105d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6eb97765ff9c2a6c83df362376ac9fe8f21e4ac4c3b65fd1e2380233178fe500?d=identicon)[open2.0](/maintainers/open2.0)

---

Top Contributors

[![waltermazza](https://avatars.githubusercontent.com/u/46817459?v=4)](https://github.com/waltermazza "waltermazza (4 commits)")[![StefanoCavazzini](https://avatars.githubusercontent.com/u/27275250?v=4)](https://github.com/StefanoCavazzini "StefanoCavazzini (2 commits)")

---

Tags

coreamos

### Embed Badge

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

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

###  Alternatives

[skeeks/cms

SkeekS CMS — control panel and tools based on php framework Yii2

13825.6k47](/packages/skeeks-cms)

PHPackages © 2026

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