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.

04PHP

Since Apr 15Pushed 1mo ago1 watchersCompare

[ Source](https://github.com/Smolky/coreography)[ Packagist](https://packagist.org/packages/smolky/coreography)[ RSS](/packages/smolky-coreography/feed)WikiDiscussions master Synced 3d 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

21

—

LowBetter than 19% of packages

Maintenance61

Regular maintenance activity

Popularity3

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity11

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://www.gravatar.com/avatar/234e8df53a9f021d57028e96b84a1ca666d8b2e497947bf16d7e66af532fc637?d=identicon)[JoseAGD](/maintainers/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/telescope

An elegant debug assistant for the Laravel framework.

5.2k67.8M192](/packages/laravel-telescope)[spiral/roadrunner

RoadRunner: High-performance PHP application server and process manager written in Go and powered with plugins

8.4k12.2M84](/packages/spiral-roadrunner)[nolimits4web/swiper

Most modern mobile touch slider and framework with hardware accelerated transitions

41.8k177.2k1](/packages/nolimits4web-swiper)[laravel/dusk

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

1.9k36.7M259](/packages/laravel-dusk)[laravel/prompts

Add beautiful and user-friendly forms to your command-line applications.

708181.8M596](/packages/laravel-prompts)[cakephp/chronos

A simple API extension for DateTime.

1.4k47.7M121](/packages/cakephp-chronos)

PHPackages © 2026

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