PHPackages                             yoozi/golem - 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. [Mail &amp; Notifications](/categories/mail)
4. /
5. yoozi/golem

ActiveLibrary[Mail &amp; Notifications](/categories/mail)

yoozi/golem
===========

PHP development toolkit for Yoozi RD team.

1.1.0(11y ago)887MITPHPPHP &gt;=5.3.0

Since Apr 24Pushed 11y ago16 watchersCompare

[ Source](https://github.com/yoozi/golem)[ Packagist](https://packagist.org/packages/yoozi/golem)[ Docs](http://golem.yoozi.cn/)[ RSS](/packages/yoozi-golem/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (7)Dependencies (7)Versions (12)Used By (0)

Project Golem
=============

[](#project-golem)

[![Build Status](https://camo.githubusercontent.com/dbc6dec65e80746ea1aeccea0bf8f30c1245355acb7bc4a43b0ebed5bb1d461b/68747470733a2f2f7472617669732d63692e6f72672f796f6f7a692f676f6c656d2e737667)](https://travis-ci.org/yoozi/golem)[![Latest Stable Version](https://camo.githubusercontent.com/ee869d0e59a0b3f907224d1eae16e314d224db35dcac52a3569269118c64b5b0/68747470733a2f2f706f7365722e707567782e6f72672f796f6f7a692f676f6c656d2f762f737461626c652e706e67)](https://packagist.org/packages/yoozi/golem)[![Code Coverage](https://camo.githubusercontent.com/4790cb69852d2508475d4bb1498cb23935839b63f663121c63d1f3bd7766c7e9/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f796f6f7a692f676f6c656d2f6261646765732f636f7665726167652e706e673f733d32643661303539653032323534333530646130376339393761616637313130363038333761626161)](https://scrutinizer-ci.com/g/yoozi/golem/)[![Latest Unstable Version](https://camo.githubusercontent.com/51c86e43c051763ab8561ed2c7d341fc9555a861286481c51356ec74072747b5/68747470733a2f2f706f7365722e707567782e6f72672f796f6f7a692f676f6c656d2f762f756e737461626c652e706e67)](https://packagist.org/packages/yoozi/golem)[![License](https://camo.githubusercontent.com/dd1a8390ee36510103800ff8bd7f7cc314343475fe2915cb23aee22f3d9f4e8d/68747470733a2f2f706f7365722e707567782e6f72672f796f6f7a692f676f6c656d2f6c6963656e73652e706e67)](https://packagist.org/packages/yoozi/golem)

What is Project Golem?
----------------------

[](#what-is-project-golem)

Project Golem is a PHP development toolkit crafted by R&amp;D team from Yoozi Inc. It consists of a growing collection of loosely coupled high-level PHP libraries, most of which are derived from our own products to solve real world problems.

- [Miner](https://github.com/yoozi/miner): Miner is a PHP library that extracting metadata and interesting text content (like author, summary, and etc.) from HTML pages. It acts like a simplified HTML metadata parser in Apache Tika.
- [Email](https://github.com/yoozi/email): Simple toolkits to help processing email related tasks, such as a Email Address Parser and etc.
- [Notification](https://github.com/yoozi/notification): A simple library to wrap common notification transports, such as email, socket.io and etc.

Golem can be installed as a whole package via Composer. However, to keep dependency and installation footprint as low as possible, each library within Golem can also be installed as a standalone package.

System Requirements
-------------------

[](#system-requirements)

- PHP &gt;= 5.3.0
- You will need [Composer](https://getcommposer.org/) installed to load the dependencies of Golem libraries.
- Some libraries may require extra server components and/or extensions installed.

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

[](#installation)

The best and easy way to install the Golem package is via Composer.

1. Open your composer.json and add the following to the require array:

    ```
    "yoozi/golem": "1.0.*"

    ```
2. Run Composer to install or update the new package dependencies.

    ```
    php composer install

    ```

    or

    ```
    php composer update

    ```

Versioning
----------

[](#versioning)

For transparency and insight into our release cycle, releases will be numbered with the follow format:

```
..

```

And constructed with the following guidelines:

- Breaking backwards compatibility bumps the major
- New additions without breaking backwards compatibility bumps the minor
- Bug fixes and misc changes bump the patch

For more information on semantic versioning, please visit .

Testing
-------

[](#testing)

To run the tests you first need to install [PHPUnit](http://phpunit.de/).

```
$ phpunit

```

Changelog
---------

[](#changelog)

See changelogs [here](https://github.com/yoozi/golem/blob/master/CHANGELOG.md).

Authors
-------

[](#authors)

See authors and contributors [here](https://github.com/yoozi/golem/graphs/contributors).

License
-------

[](#license)

Copyright 2014 Yoozi, Inc.

Licensed under the [MIT License](https://github.com/yoozi/golem/blob/master/LICENSE).

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity65

Established project with proven stability

 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 ~19 days

Total

11

Last Release

4207d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8aba0a256c6e7e6fdaea86b57b31efc56eda0a1fbdd6e24e3f4ac06bd1c87a67?d=identicon)[yangg](/maintainers/yangg)

---

Top Contributors

[![cnsaturn](https://avatars.githubusercontent.com/u/275750?v=4)](https://github.com/cnsaturn "cnsaturn (73 commits)")

---

Tags

laravelemailmetadatatoolkitLBSyoozi

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/yoozi-golem/health.svg)

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

###  Alternatives

[propaganistas/laravel-disposable-email

Disposable email validator

5762.6M6](/packages/propaganistas-laravel-disposable-email)[erag/laravel-disposable-email

A Laravel package to detect and block disposable email addresses.

226102.4k](/packages/erag-laravel-disposable-email)[meness/verifi

A Laravel package to handle email verification.

5516.9k](/packages/meness-verifi)[osiemsiedem/laravel-autolink

A Laravel package for converting URLs in a given string of text into clickable links.

13126.3k](/packages/osiemsiedem-laravel-autolink)

PHPackages © 2026

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