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)41111[1 PRs](https://github.com/easterism/core2/pulls)MITPHPPHP &gt;=7.3CI failing

Since Sep 12Pushed 1mo 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 1mo ago

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

42

—

FairBetter than 90% of packages

Maintenance60

Regular maintenance activity

Popularity13

Limited adoption so far

Community19

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

Recently: every ~374 days

Total

14

Last Release

49d 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://www.gravatar.com/avatar/5702635789d649f19112e0257ae60beeca41555cdf04a38c175c8fcaff0462fb?d=identicon)[easterism](/maintainers/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 (1189 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.6k509.9M17.0k](/packages/laravel-framework)[magento/community-edition

Magento 2 (Open Source)

12.1k52.1k10](/packages/magento-community-edition)[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[silverstripe/framework

The SilverStripe framework

7213.5M2.5k](/packages/silverstripe-framework)[wheelpros/fitment-platform-api

Magento 2 (Open Source)

12.1k1.2k](/packages/wheelpros-fitment-platform-api)[elgg/elgg

Elgg is an award-winning social networking engine, delivering the building blocks that enable businesses, schools, universities and associations to create their own fully-featured social networks and applications.

1.7k15.7k5](/packages/elgg-elgg)

PHPackages © 2026

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