PHPackages                             empathy-php/litecore - 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. [Framework](/categories/framework)
4. /
5. empathy-php/litecore

ActiveLibrary[Framework](/categories/framework)

empathy-php/litecore
====================

Lightweight Empathy Framework core version

0.1.1(5y ago)1171GPL-3.0-or-laterPHP

Since Apr 9Pushed 5y agoCompare

[ Source](https://github.com/empathy-framework/litecore)[ Packagist](https://packagist.org/packages/empathy-php/litecore)[ RSS](/packages/empathy-php-litecore/feed)WikiDiscussions main Synced 1w ago

READMEChangelogDependenciesVersions (3)Used By (1)

[![](https://camo.githubusercontent.com/75dd987dc7608c2e8e1312751d29e039968df4bd8e2d35a8a3f9a11960c11918/68747470733a2f2f692e6962622e636f2f675050794d31582f4c6f676f2d4c6974652d63726f702e706e67)](https://camo.githubusercontent.com/75dd987dc7608c2e8e1312751d29e039968df4bd8e2d35a8a3f9a11960c11918/68747470733a2f2f692e6962622e636f2f675050794d31582f4c6f676f2d4c6974652d63726f702e706e67)

 🚀 Empathy Litecore
===================

[](#--empathy-litecore)

[![Latest Stable Version](https://camo.githubusercontent.com/a69f902d2632d61581056f3d6f000ac3d45bfedcc2e6cafd06d86acdf5337fed/68747470733a2f2f706f7365722e707567782e6f72672f656d70617468792d7068702f6c697465636f72652f76)](//packagist.org/packages/empathy-php/litecore) [![Total Downloads](https://camo.githubusercontent.com/6127d5a76a51cb3f6fa2c6f43891b7ac0bec2284906cf8cca3dafe20e71a8abf/68747470733a2f2f706f7365722e707567782e6f72672f656d70617468792d7068702f6c697465636f72652f646f776e6c6f616473)](//packagist.org/packages/empathy-php/litecore) [![License](https://camo.githubusercontent.com/8f85642eecdf986cc5829c731dbec3ada7c710e34f3a162f5376242285f3ba43/68747470733a2f2f706f7365722e707567782e6f72672f656d70617468792d7068702f6c697465636f72652f6c6963656e7365)](//packagist.org/packages/empathy-php/litecore)

**Empathy Litecore** - облегчённая версия проекта [Empathy Core](https://github.com/empathy-framework/core)

Установка
---------

[](#установка)

```
composer require empathy-php/litecore

```

Используется совместно с **Empathy Engine** или **Empathy Litengine**

Не подключает расширения PHP. Для того, чтобы подключить их, достаточно добавить их в папку `ext` и дописать следующий код в файл `script.php`:

```
foreach (glob ('ext/php_*.dll') as $ext)
	if (!extension_loaded (substr (basename ($ext), 4, -4)))
		load_extension ($ext);
```

Для лучшей работы рекомендуется прописать следующий код в корневом файле `composer.json`:

```
{
    "scripts": {
        "empathy-run": "vendor/empathy-php/litecore/empathy.exe vendor/empathy-php/core/script.php"
    }
}
```

После чего можно будет исполнять код

```
composer empathy-run

```

для запуска проекта

Код приложения можно писать в файле `app.php` в корневой директории проекта. Ядро реализует константу `Empathy\CORE_DIR`, указывающую абсолютный адрес к папке с ядром

Авторы: [Подвирный Никита](https://vk.com/technomindlp) и [Кусов Андрей](https://vk.com/postmessagea)

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity43

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.

###  Release Activity

Cadence

Every ~0 days

Total

2

Last Release

1865d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/c45ee4c1f0ae802c481e2003e6d62c364a12e60354c913a9aca7ed42777ca773?d=identicon)[Observer KRypt0n\_](/maintainers/Observer%20KRypt0n_)

---

Top Contributors

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

---

Tags

dotnet-frameworkguiphpphp7

### Embed Badge

![Health badge](/badges/empathy-php-litecore/health.svg)

```
[![Health](https://phpackages.com/badges/empathy-php-litecore/health.svg)](https://phpackages.com/packages/empathy-php-litecore)
```

###  Alternatives

[laravel/telescope

An elegant debug assistant for the Laravel framework.

5.2k67.8M192](/packages/laravel-telescope)[spiral/roadrunner

RoadRunner: High-performance PHP application server and process manager written in Go and powered with plugins

8.4k12.2M84](/packages/spiral-roadrunner)[nolimits4web/swiper

Most modern mobile touch slider and framework with hardware accelerated transitions

41.8k177.2k1](/packages/nolimits4web-swiper)[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k36.7M259](/packages/laravel-dusk)[laravel/prompts

Add beautiful and user-friendly forms to your command-line applications.

708181.8M596](/packages/laravel-prompts)[cakephp/chronos

A simple API extension for DateTime.

1.4k47.7M121](/packages/cakephp-chronos)

PHPackages © 2026

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