PHPackages                             easterism/core2 - 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. easterism/core2

ActiveFramework[Framework](/categories/framework)

easterism/core2
===============

Fullstack framework for business application

2.7.0(4y ago)41112[3 PRs](https://github.com/easterism/core2/pulls)MITPHPPHP &gt;=7.3CI failing

Since Sep 12Pushed 3w ago2 watchersCompare

[ Source](https://github.com/easterism/core2)[ Packagist](https://packagist.org/packages/easterism/core2)[ Docs](https://github.com/easterism/core2)[ RSS](/packages/easterism-core2/feed)WikiDiscussions master Synced today

READMEChangelog (5)Dependencies (17)Versions (20)Used By (0)

core2
=====

[](#core2)

PHP framework for business applications.

Minimum Server Requirements
---------------------------

[](#minimum-server-requirements)

- PHP 7.4 or greater
- PDO PHP extension
- MySQL or PostgreSQL Database
- composer for dependencies

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

[](#installation)

1. Put the source code into *core2* folder anywhere on your server.
2. Create MySQL schema with [db.sql](db.sql)
3. Create *admin* user with the same password.

```
 INSERT INTO `core_users` (`u_login`, `u_pass`, `visible`, `is_admin_sw`, `date_added`) VALUES ('admin', 'ad7123ebca969de21e49c12a7d69ce25', 'Y', 'Y', NOW());
```

4. Create *index.php* file anywhere inside the document root. Make sure that *core2* folder is available from its place.

```
 try {
 	require_once("core2/inc/classes/Error.php");
 	require_once("core2/inc/classes/Init.php");

 	$init = new Init();
 	$init->checkAuth();

 	echo $init->dispatch();
 } catch (Exception $e) {
 	\Core2\Error::catchException($e);
 }
```

5. Create *conf.ini* file near the index.php

```
 [production]
 database.params.host      = localhost
 database.params.port      = 3306
 database.params.dbname    =
 database.params.username  =
 database.params.password  =
```

Usage
-----

[](#usage)

Open URL of new index.php file in your browser. Use 'admin' username and 'admin' password.

Support
-------

[](#support)

[![](phpStorm.png)](phpStorm.png)

[PhpStorm](https://www.jetbrains.com/phpstorm/)

###  Health Score

43

—

FairBetter than 89% of packages

Maintenance62

Regular maintenance activity

Popularity13

Limited adoption so far

Community20

Small or concentrated contributor base

Maturity67

Established project with proven stability

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

Recently: every ~397 days

Total

14

Last Release

0d ago

PHP version history (7 changes)2.0.0PHP &gt;=5.4.0

2.4.0.x-devPHP &gt;=5.6.0

2.4.1.x-devPHP &gt;=7.0

2.4.2.x-devPHP &gt;=7.3

2.8.0.x-devPHP &gt;=7.4

2.9.0.x-devPHP &gt;=8.0

2.9.1.x-devPHP &gt;=8.2

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/2633331?v=4)[easter](/maintainers/easterism)[@easterism](https://github.com/easterism)

---

Top Contributors

[![n2ref](https://avatars.githubusercontent.com/u/5215787?v=4)](https://github.com/n2ref "n2ref (1285 commits)")[![easterism](https://avatars.githubusercontent.com/u/2633331?v=4)](https://github.com/easterism "easterism (1198 commits)")[![BeHuK](https://avatars.githubusercontent.com/u/1460231?v=4)](https://github.com/BeHuK "BeHuK (102 commits)")[![nevstas](https://avatars.githubusercontent.com/u/22144214?v=4)](https://github.com/nevstas "nevstas (96 commits)")[![Archin20](https://avatars.githubusercontent.com/u/33523080?v=4)](https://github.com/Archin20 "Archin20 (51 commits)")[![Lemur8063](https://avatars.githubusercontent.com/u/14873454?v=4)](https://github.com/Lemur8063 "Lemur8063 (18 commits)")[![Qeenslet](https://avatars.githubusercontent.com/u/11957691?v=4)](https://github.com/Qeenslet "Qeenslet (12 commits)")[![grinkevichvm](https://avatars.githubusercontent.com/u/37373743?v=4)](https://github.com/grinkevichvm "grinkevichvm (7 commits)")[![KeepRollin](https://avatars.githubusercontent.com/u/3997317?v=4)](https://github.com/KeepRollin "KeepRollin (2 commits)")

---

Tags

framework

### Embed Badge

![Health badge](/badges/easterism-core2/health.svg)

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

###  Alternatives

[laravel/framework

The Laravel Framework.

34.8k543.8M20.0k](/packages/laravel-framework)[magento/community-edition

Magento 2 (Open Source)

12.2k53.6k13](/packages/magento-community-edition)[concrete5/core

Concrete core subtree split

20166.1k50](/packages/concrete5-core)[shopware/platform

The Shopware e-commerce core

3.4k1.5M3](/packages/shopware-platform)[tempest/framework

The PHP framework that gets out of your way.

2.2k34.4k15](/packages/tempest-framework)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

585.6M572](/packages/shopware-core)

PHPackages © 2026

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