PHPackages                             smolky/coreography - 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. smolky/coreography

ActiveProject[Framework](/categories/framework)

smolky/coreography
==================

CoreOGraphy is a lightweight PHP micro-framework with routing, dependency injection, templating, console commands and HTTP abstractions.

04PHPCI failing

Since Apr 15Pushed 2mo ago1 watchersCompare

[ Source](https://github.com/Smolky/coreography)[ Packagist](https://packagist.org/packages/smolky/coreography)[ RSS](/packages/smolky-coreography/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependenciesVersions (1)Used By (0)

CoreOGraphy
===========

[](#coreography)

 [![](https://camo.githubusercontent.com/3ba57cec664320a564cf39e9de7159047ef3062c5411b4214b6a86d2d47ebd47/68747470733a2f2f706c6e2e696e662e756d2e65732f636f72652d6f2d6772617068792e706e67)](https://camo.githubusercontent.com/3ba57cec664320a564cf39e9de7159047ef3062c5411b4214b6a86d2d47ebd47/68747470733a2f2f706c6e2e696e662e756d2e65732f636f72652d6f2d6772617068792e706e67)

A lightweight PHP micro-core for building web applications with a pragmatic stack: **AltoRouter** for routing, **Twig** for templating, **Symfony components** for developer tooling and console commands, and a simple project structure oriented to small and medium-sized applications.

Why CoreOGraphy?
----------------

[](#why-coreography)

CoreOGraphy is a minimal application core designed for teams that want:

- A small and understandable codebase
- Server-side rendered applications with Twig
- Simple routing without a full-stack framework overhead
- Reusable commands and utility services
- A structure that is easy to adapt for internal tools, dashboards, and research software

Main Components
---------------

[](#main-components)

CoreOGraphy currently integrates:

- **AltoRouter** for route definition
- **Twig** for view rendering
- **Symfony Console** for CLI commands
- **Symfony Debug / Finder / Filesystem** for utilities
- **Phinx** for database migrations
- **SwiftMailer** for email support
- **PHP i18n** utilities for localization

Project Structure
-----------------

[](#project-structure)

```
coreography/
├── cache/
├── commands/
├── controllers/
├── core/
├── css/
├── custom/
├── lang/
├── templates/
├── .htaccess
├── composer.json
├── config.sample.php
├── index.php
└── routes.php

```

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

[](#installation)

To get started with CoreOGraphy, follow these steps:

1. Clone the repository:

```
    git clone https://github.com/NLP-UMUTeam/coreography.git
    cd coreography

```

2. Install dependencies using Composer:

```
    composer install

```

3. Create your configuration file:

```
    cp config.sample.php config.php

```

4. Edit the configuration file:

- Open `config.php`
- Adjust the required settings (database, paths, environment variables, etc.)

5. Run the application:

- Make sure your web server points to `index.php`
- Ensure write permissions for directories like `cache/`

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance56

Moderate activity, may be stable

Popularity3

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity12

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/55415570?v=4)[Jose](/maintainers/JoseAGD)[@JoseAGD](https://github.com/JoseAGD)

---

Top Contributors

[![Smolky](https://avatars.githubusercontent.com/u/1757190?v=4)](https://github.com/Smolky "Smolky (18 commits)")

---

Tags

framework

### Embed Badge

![Health badge](/badges/smolky-coreography/health.svg)

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

###  Alternatives

[laravel/socialite

Laravel wrapper around OAuth 1 &amp; OAuth 2 libraries.

5.7k104.3M841](/packages/laravel-socialite)[laravel/dusk

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

1.9k38.6M289](/packages/laravel-dusk)[nineinchnick/edatatables

Grid widget for the Yii Framework, wrapper for the DataTables jQuery plugin

173.2k](/packages/nineinchnick-edatatables)[link-cloud/fast-hyperf

LinkCloud Fast Hyperf

241.2k1](/packages/link-cloud-fast-hyperf)

PHPackages © 2026

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