PHPackages                             strukt/owl - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. strukt/owl

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

strukt/owl
==========

AI stuff

00PHP

Since Apr 5Pushed 1y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

Strukt Owl
==========

[](#strukt-owl)

AI package. Mostly text analysis. More to come...

[![](owl.jpg)](owl.jpg)

Usage
-----

[](#usage)

### Sentiment Analysis: Vader Score

[](#sentiment-analysis-vader-score)

```
$text = "From Oasis' first ever single to the name of Noel and Liam's long-suffering mother, just how well do YOU know the band? Take MailOnline's ultimate quiz";

probe($text);
```

### Tags: Ranking

[](#tags-ranking)

```
// use tags function
tags($text); //get all tags

// get to 10 tags above 0.9 ranking
arr(tags($text))->each(fn($k,$v)=>number($v)->gt(0.9)?$k:null)->filter()->values()->yield()
```

### Summarize

[](#summarize)

```
$text = fs()->cat("news.txt");

summary($text);
```

### Highlights

[](#highlights)

```
$text = fs()->cat("news.txt");

highlights($text);
```

Credits
-------

[](#credits)

```
- TextRank https://github.com/davmixcool/php-sentiment-analyzer
- PHP Sentiment Analyzer https://github.com/DavidBelicza/PHP-Science-TextRank

```

###  Health Score

14

—

LowBetter than 2% of packages

Maintenance35

Infrequent updates — may be unmaintained

Popularity0

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity15

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/6f77a56030c77ce25f7fcf6db800e45bb6a31bf3c07740b43aeabcdf5e9edec2?d=identicon)[pitsolu](/maintainers/pitsolu)

---

Top Contributors

[![pitsolu](https://avatars.githubusercontent.com/u/16669704?v=4)](https://github.com/pitsolu "pitsolu (11 commits)")

---

Tags

ainatural-language-processingnlpsentiment-analysistaggingtagstext-analysistext-rankvader

### Embed Badge

![Health badge](/badges/strukt-owl/health.svg)

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

###  Alternatives

[log1x/acf-composer

Create fields, blocks, option pages, and widgets using ACF Builder and Sage 10

493760.2k13](/packages/log1x-acf-composer)[markrogoyski/ipv4-subnet-calculator

Network calculator for subnet mask and other classless (CIDR) network information.

177813.7k6](/packages/markrogoyski-ipv4-subnet-calculator)

PHPackages © 2026

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