PHPackages                             qshurick/pro\_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. qshurick/pro\_core

ActiveLibrary

qshurick/pro\_core
==================

Project core

154PHP

Since Jun 19Pushed 11y ago2 watchersCompare

[ Source](https://github.com/qshurick/pro_core)[ Packagist](https://packagist.org/packages/qshurick/pro_core)[ RSS](/packages/qshurick-pro-core/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (1)Used By (0)

pro\_core
=========

[](#pro_core)

Some core library

application.ini

```
        autoloaderNamespaces[] = "Pro_"
        pluginPaths.Pro_Resource_ = "Pro/Resource"

        resources.db-plugin.ALIAS = "Some_Application_Db_Plugin"

```

Ensure in `include_path` directory `vendor/qshurick/pro_core/library`, e.g.:

```
        set_include_path(implode(PATH_SEPARATOR, array(
            realpath(APPLICATION_PATH . '/../library'),
            realpath(APPLICATION_PATH . '/../vendor/qshurick/pro_core/library'),
            get_include_path(),
        )));
        require_once APPLICATION_PATH . '/../vendor/autoload.php';

```

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

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://avatars.githubusercontent.com/u/2393697?v=4)[Alexander Malyk](/maintainers/qshurick)[@qshurick](https://github.com/qshurick)

### Embed Badge

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

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

PHPackages © 2026

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