PHPackages                             boundstate/yii2-atlas - 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. boundstate/yii2-atlas

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

boundstate/yii2-atlas
=====================

Atlas integration for Yii2

v0.0.2(10y ago)066MITPHP

Since May 25Pushed 10y ago2 watchersCompare

[ Source](https://github.com/boundstate/yii2-atlas)[ Packagist](https://packagist.org/packages/boundstate/yii2-atlas)[ RSS](/packages/boundstate-yii2-atlas/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

yii2-atlas
==========

[](#yii2-atlas)

Extension for the Yii2 framework that submits Yii errors to the Atlas API.

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

[](#requirements)

This extension requires PHP cURL support.

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

[](#installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
php composer.phar require --prefer-dist boundstate/yii2-atlas "*"

```

or add

```
"boundstate/yii2-atlas": "*"

```

to the require section of your `composer.json` file.

Usage
-----

[](#usage)

Setup the components in your config:

```
'atlas' => [
    'class' => 'boundstate\atlas\Atlas',
    'baseUrl' => 'https://atlas.boundstatesoftware.com',
    'appId' => 'your-app-id',
],

'errorHandler' => [
    'class' => 'boundstate\atlas\ErrorHandler',
],

```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 Bus Factor1

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

4012d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2c8f627574f6bee1e622a2c9ada35d4347e67f6c92377bb80045c7c6661f390c?d=identicon)[mikejpeters](/maintainers/mikejpeters)

---

Top Contributors

[![mikejpeters](https://avatars.githubusercontent.com/u/3334654?v=4)](https://github.com/mikejpeters "mikejpeters (1 commits)")

---

Tags

yii2extensionatlas

### Embed Badge

![Health badge](/badges/boundstate-yii2-atlas/health.svg)

```
[![Health](https://phpackages.com/badges/boundstate-yii2-atlas/health.svg)](https://phpackages.com/packages/boundstate-yii2-atlas)
```

PHPackages © 2026

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