PHPackages                             astrogoat/kodif - 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. astrogoat/kodif

ActiveLibrary

astrogoat/kodif
===============

A Kodif app for Strata

1.1.0(3mo ago)0264↓50%MITPHPPHP ^8.3CI passing

Since Jan 22Pushed 3mo agoCompare

[ Source](https://github.com/astrogoat/kodif)[ Packagist](https://packagist.org/packages/astrogoat/kodif)[ Docs](https://github.com/astrogoat/kodif)[ GitHub Sponsors](https://github.com/astrogoat)[ RSS](/packages/astrogoat-kodif/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (2)Dependencies (8)Versions (3)Used By (0)

A Kodif app for Strata
======================

[](#a-kodif-app-for-strata)

[![Latest Version on Packagist](https://camo.githubusercontent.com/9e152bba717d1b1b77f5a78c06a63cf4679d340ba42b0f891daddb83f41a3d6c/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f617374726f676f61742f6b6f6469662e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/astrogoat/kodif)[![GitHub Tests Action Status](https://camo.githubusercontent.com/74b680bcb98906b8e1a6b71c2626d8437c4c3f4bca0bb15c654c7ce80153cf5e/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f617374726f676f61742f6b6f6469662f72756e2d74657374733f6c6162656c3d7465737473)](https://github.com/astrogoat/kodif/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/1fcfd7ff3b2626b09c791eaf56cba45e877583230ecba05ef02a25c62cb827b4/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f617374726f676f61742f6b6f6469662f436865636b253230262532306669782532307374796c696e673f6c6162656c3d636f64652532307374796c65)](https://github.com/astrogoat/kodif/actions?query=workflow%3A%22Check+%26+fix+styling%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/eb5a7cc30bbc6855a1d665eeb7ce74ecc113057500eb9a5489bf1901292ceb4f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f617374726f676f61742f6b6f6469662e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/astrogoat/kodif)

---

This repo can be used to scaffold a Strata CMS App package. Follow these steps to get started:

1. Press the "Use template" button at the top of this repo to create a new repo with the contents of this kodif
2. Run "php ./configure.php" to run a script that will replace all placeholders throughout all the files
3. Remove this block of text.
4. Have fun creating your package.

---

This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.

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

[](#installation)

You can install the package via composer:

```
composer require astrogoat/kodif
```

Usage
-----

[](#usage)

```
$kodif = new Astrogoat\Kodif();
echo $kodif->echoPhrase('Hello, Astrogoat!');
```

Testing
-------

[](#testing)

```
composer test
```

Releasing a new version
-----------------------

[](#releasing-a-new-version)

Use the included GitHub action to create a new release. Go to  click the "Run workflow" dropdown, select your version level bump, and click the "Run workflow" button. or run `gh workflow run release.yml` from your kodif directory if you have the GitHub CLI installed locally.

**Important**: Make sure that the Miles Bot user is included in the list of users who can bypass required pull request requirement Your repo -&gt; Settings -&gt; Branches -&gt; Main (edit) -&gt; "Allow specified actors to bypass required pull requests"

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Laura Tonning](https://github.com/tonning)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

42

—

FairBetter than 89% of packages

Maintenance85

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 72.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 ~0 days

Total

2

Last Release

106d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4e9527ee45d5bf016d30f77ce27f61e964a126cf168255fe68625af4ae83bf26?d=identicon)[tonning](/maintainers/tonning)

---

Top Contributors

[![tonning](https://avatars.githubusercontent.com/u/7304678?v=4)](https://github.com/tonning "tonning (8 commits)")[![miles-bot](https://avatars.githubusercontent.com/u/75677136?v=4)](https://github.com/miles-bot "miles-bot (3 commits)")

---

Tags

laravelstrataastrogoatkodif

###  Code Quality

TestsPest

Static AnalysisPsalm

Type Coverage Yes

### Embed Badge

![Health badge](/badges/astrogoat-kodif/health.svg)

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

###  Alternatives

[vormkracht10/laravel-mails

Laravel Mails can collect everything you might want to track about the mails that has been sent by your Laravel app.

24149.7k](/packages/vormkracht10-laravel-mails)

PHPackages © 2026

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