PHPackages                             jeyroik/deprecated-sm-base - 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. jeyroik/deprecated-sm-base

ActiveLibrary

jeyroik/deprecated-sm-base
==========================

deprecated package

0.4.0(3y ago)0362PHP

Since Apr 26Pushed 3y ago1 watchersCompare

[ Source](https://github.com/jeyroik/deprecated-sm-base)[ Packagist](https://packagist.org/packages/jeyroik/deprecated-sm-base)[ RSS](/packages/jeyroik-deprecated-sm-base/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (4)Dependencies (5)Versions (6)Used By (0)

Warning
=======

[](#warning)

This package is deprecated!

Do not use it!

extas-m
=======

[](#extas-m)

EXTendable State Machine

Stage flow see here:  (RU lang)

install
=======

[](#install)

`composer require jeyroik/extas-m:*`

usage
=====

[](#usage)

- define generic plugins
- define all other plugins
- define machine config
- define dispatchers for your states (or you can use built-in dispatchers for test aims)
- run machine

```
$config = [...]; // or dsn if you have db generic plugins
$extas = new jeyroik\extas\components\systmes\states\StateMachine($config);
$extas->run();
```

If you are using State route plugin (by default), you can see states route:

```
echo '';
print_r($extas->getRoute());
echo '';
```

extending state machine
=======================

[](#extending-state-machine)

Extas let you extend it by two dimensions:

- functionality
- stages triggering

Stages - they are like events, you can react on stage when it is reached.

Functionality - this is built-in opportunity for extending exactly objects interface without needs to extends them physically by class extending. This is reached by extensions.

plugins
-------

[](#plugins)

- create you plugin
- require it to you project

extensions
----------

[](#extensions)

- create extension
- require it to your project

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity38

Early-stage or recently created project

 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

Every ~2 days

Total

5

Last Release

1100d ago

### Community

Maintainers

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

---

Top Contributors

[![jeyroik](https://avatars.githubusercontent.com/u/6348124?v=4)](https://github.com/jeyroik "jeyroik (5 commits)")

### Embed Badge

![Health badge](/badges/jeyroik-deprecated-sm-base/health.svg)

```
[![Health](https://phpackages.com/badges/jeyroik-deprecated-sm-base/health.svg)](https://phpackages.com/packages/jeyroik-deprecated-sm-base)
```

###  Alternatives

[cakephp/cakephp

The CakePHP framework

8.8k18.5M1.6k](/packages/cakephp-cakephp)[mongodb/laravel-mongodb

A MongoDB based Eloquent model and Query builder for Laravel

7.1k7.2M71](/packages/mongodb-laravel-mongodb)[drush/drush

Drush is a command line shell and scripting interface for Drupal, a veritable Swiss Army knife designed to make life easier for those of us who spend some of our working hours hacking away at the command prompt.

2.4k57.4M680](/packages/drush-drush)[pantheon-systems/terminus

A command line interface for Pantheon

3391.5M13](/packages/pantheon-systems-terminus)[cakephp/core

CakePHP Framework Core classes

6026.8M39](/packages/cakephp-core)

PHPackages © 2026

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