PHPackages                             pluf/core - 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. pluf/core

ActiveLibrary[Framework](/categories/framework)

pluf/core
=========

Pluf core pakcage

7.0.3(5y ago)116.7k[17 issues](https://github.com/pluf/core/issues)14MITPHP

Since Feb 13Pushed 4y ago3 watchersCompare

[ Source](https://github.com/pluf/core)[ Packagist](https://packagist.org/packages/pluf/core)[ Docs](http://pluf.ir)[ RSS](/packages/pluf-core/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (5)Versions (139)Used By (14)

Pluf
====

[](#pluf)

[![Build Status](https://camo.githubusercontent.com/6a2deba78e6ffb6b47d550ae101802c992167ed027b52f9709f9a1f57b96f187/68747470733a2f2f7472617669732d63692e636f6d2f706c75662f636f72652e7376673f6272616e63683d6d6173746572)](https://travis-ci.com/pluf/core)[![codecov](https://camo.githubusercontent.com/2a26a6dc603ef69bf003583daabbabc20e15cd9f451c180c56d87c2e5c118f24/68747470733a2f2f636f6465636f762e696f2f67682f706c75662f636f72652f6272616e63682f6d61737465722f67726170682f62616467652e737667)](https://codecov.io/gh/pluf/core)[![Coverage Status](https://camo.githubusercontent.com/856ae3623995fc0e033ad7a5482ec3cd1f95c9d4134af6351860d94e66437077/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f706c75662f636f72652f62616467652e737667)](https://coveralls.io/github/pluf/core)[![Maintainability](https://camo.githubusercontent.com/7dfac6c10d1c3dbed568ff539378b4a0f9fa53fa81c9ab8329b12da3135cc694/68747470733a2f2f6170692e636f6465636c696d6174652e636f6d2f76312f6261646765732f39653134353764626632663062636338623935332f6d61696e7461696e6162696c697479)](https://codeclimate.com/github/pluf/core/maintainability)[![Test Coverage](https://camo.githubusercontent.com/83d3dc005a5a427940a76f14dc599926a4109501a554ad7d61d95216af091af1/68747470733a2f2f6170692e636f6465636c696d6174652e636f6d2f76312f6261646765732f39653134353764626632663062636338623935332f746573745f636f766572616765)](https://codeclimate.com/github/pluf/core/test_coverage)

Pluf is a light, reliable and small PHP application framework to develop REST-full Multi/Single-tenant applications. This is the core of the Pluf framework which contains core concepts of Pluf Framework.

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

[](#installation)

To use the Pluf library in your project, simply add a dependency on pluf/core to your project's `composer.json` file. Here is a minimal example of a `composer.json`file that just defines a dependency on UPDATE\_NAME 1.x:

```
{
    "require": {
        "pluf/core": "~6.0"
    }
}
```

Development
-----------

[](#development)

If you would like to contribute to Pluf, please read the README and CONTRIBUTING documents.

The most important guidelines are described as follows:

> All code contributions - including those of people having commit access - must go through a pull request and approved by a core developer before being merged. This is to ensure proper review of all the code.

Fork the project, create a feature branch, and send us a pull request.

To ensure a consistent code base, you should make sure the code follows the PSR-2 Coding Standards.

### Running Composer

[](#running-composer)

To pull in the project dependencies via Composer, run:

```
composer install

```

### Running the CI checks

[](#running-the-ci-checks)

To run all CI checks, which includes PHPUnit tests, PHPCS style checks and coverage tag validation, run:

```
./vendor/bin/phpcs -p -s src

```

### Running the tests

[](#running-the-tests)

To run just the PHPUnit tests run

```
./vendor/bin/phpunit

```

###  Health Score

36

—

LowBetter than 82% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity27

Limited adoption so far

Community22

Small or concentrated contributor base

Maturity81

Battle-tested with a long release history

 Bus Factor2

2 contributors hold 50%+ of commits

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

Recently: every ~29 days

Total

134

Last Release

1799d ago

Major Versions

3.0.16 → 5.12.02019-11-30

5.13.0 → 6.0.02020-03-03

5.13.x-dev → 6.0.52020-03-15

6.0.20 → 7.0.22021-02-10

6.0.21 → 7.0.32021-03-10

### Community

Maintainers

![](https://www.gravatar.com/avatar/7fdab409dd1ed29d1cd3651fddeacd6d10c79ee41b48dc84e04589ca28cb50ed?d=identicon)[mostafabarmshory](/maintainers/mostafabarmshory)

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

---

Top Contributors

[![hadimansouri](https://avatars.githubusercontent.com/u/8458562?v=4)](https://github.com/hadimansouri "hadimansouri (131 commits)")[![mostafabarmshory](https://avatars.githubusercontent.com/u/6371551?v=4)](https://github.com/mostafabarmshory "mostafabarmshory (106 commits)")[![MahdiIsComing](https://avatars.githubusercontent.com/u/16771432?v=4)](https://github.com/MahdiIsComing "MahdiIsComing (26 commits)")

---

Tags

phpplufpluf-frameworkrest-apirestfulphpframeworkrestfullplufpluf-module

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/pluf-core/health.svg)

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

PHPackages © 2026

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