PHPackages                             pavelzotikov/hashtags - 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. pavelzotikov/hashtags

ActiveLibrary

pavelzotikov/hashtags
=====================

Работа с хэштегами: поиск в тексте, сохранение, получение записей по тегам

014PHP

Since Aug 28Pushed 7y ago1 watchersCompare

[ Source](https://github.com/pavelzotikov/hashtags)[ Packagist](https://packagist.org/packages/pavelzotikov/hashtags)[ RSS](/packages/pavelzotikov-hashtags/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

Установка

Рекомендуется использовать Composer для установки данной библиотеки.

```
composer require pavelzotikov/hashtags

```

Использование

```
...
use \libhashtags\HashTags;
...

class Example {

    private $entry_id;

    public function saveEntry($text)
    {
        HashTags::getInstance()->save($this->entry_id, $text);
    }

    public function removeEntry($text)
    {
        HashTags::getInstance()->remove($this->entry_id);
    }

    public function getHashtagsByEntryId()
    {
    	return HashTags::getInstance()->getHashtagsByEntryId($this->entry_id);
    }

    public function getEntriesByHashtag($hashtag)
    {
    	return HashTags::getInstance()->getEntriesByHashtag($hashtag);
    }

}

```

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity40

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/60e63df2d735fb87180f436c1c5a6ba9f00fda1eec9f3a64bcf90eb4ccdfb753?d=identicon)[pavelzotikov](/maintainers/pavelzotikov)

---

Top Contributors

[![pavelzotikov](https://avatars.githubusercontent.com/u/1876929?v=4)](https://github.com/pavelzotikov "pavelzotikov (17 commits)")

### Embed Badge

![Health badge](/badges/pavelzotikov-hashtags/health.svg)

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

PHPackages © 2026

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