PHPackages                             jimgitsit/php-gozer - 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. jimgitsit/php-gozer

ActiveLibrary[Framework](/categories/framework)

jimgitsit/php-gozer
===================

A set of commonly used classes and packages.

2.0.x-dev(9y ago)03081[7 issues](https://github.com/Jimgitsit/php-gozer/issues)PHPPHP &gt;=5.4.0

Since Jul 11Pushed 9y ago1 watchersCompare

[ Source](https://github.com/Jimgitsit/php-gozer)[ Packagist](https://packagist.org/packages/jimgitsit/php-gozer)[ RSS](/packages/jimgitsit-php-gozer/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (6)Versions (3)Used By (0)

php-gozer
=========

[](#php-gozer)

A simple PHP framework for web sites and web services.
------------------------------------------------------

[](#a-simple-php-framework-for-web-sites-and-web-services)

Gozer is a set of custom base classes and commonly used composer packages consisting of the following:

- CoreAPI &lt;- Base class for an API/webservice. includes an optional OAuth2 mechanism
- CoreController &lt;- Base class for controllers. Initializes Doctrine and Twig plus helper function common to all controllers.

The following composer packages are required by Gozer and are installed with it:

- Doctrine ORM
- Twig
- OAuth2
- Altorouter
- KLogger (Jimgitsit fork)

### Installation

[](#installation)

From the Command Line:

```
composer require jimgitsit/php-gozer:dev-master

```

In your `composer.json`:

```
"require": {
  "jimgitsit/php-gozer": "dev-master"
}

```

### Configuration

[](#configuration)

Copy gozer\_config\_template.php to &lt;project\_root&gt;/app/config/gozer\_config.php and edit as needed. Should be pretty self-explanatory.

### Usage

[](#usage)

#### Routing

[](#routing)

#### Controllers

[](#controllers)

#### Views

[](#views)

The Twig templating engine is included with this framework by default via composer and available in controllers (that extend CoreController) via `$this->twig`. Template files are stored in app/views by default.

#### API / Webservices

[](#api--webservices)

API or webservice controllers should extend the CoreAPI class. If you want to use OAuth2, execute create\_oauth\_tables.sql on your database to add the required tables.

#### Models

[](#models)

Doctrine ORM is used for database access. Entities are stored in app/models by default. See the Doctrine documentation for a list of supported databases and usage. Controllers extending CoreController can access the EntityManager via `$this->getEntityManager()`. Whenever you add a new model you will need to do a `#php composer.phar update` to update the autoloader files.

#### See Also

[](#see-also)

- Composer:
- Doctrine:
- Twig:
- AltoRouter:

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity45

Maturing project, gaining track record

 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.

###  Release Activity

Cadence

Every ~44 days

Total

2

Last Release

3551d ago

Major Versions

1.0.x-dev → 2.0.x-dev2016-08-25

### Community

Maintainers

![](https://www.gravatar.com/avatar/1f28ab3f387eb096ab0d745fb228decbcde5bde724693b6468bc2dab54b37585?d=identicon)[jimpacksit](/maintainers/jimpacksit)

---

Top Contributors

[![Jimgitsit](https://avatars.githubusercontent.com/u/3180057?v=4)](https://github.com/Jimgitsit "Jimgitsit (20 commits)")

---

Tags

framework

### Embed Badge

![Health badge](/badges/jimgitsit-php-gozer/health.svg)

```
[![Health](https://phpackages.com/badges/jimgitsit-php-gozer/health.svg)](https://phpackages.com/packages/jimgitsit-php-gozer)
```

###  Alternatives

[shopware/platform

The Shopware e-commerce core

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

Core framework that implements the functionality of the Sulu content management system

1.3k1.3M152](/packages/sulu-sulu)[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.0k15.4k](/packages/prestashop-prestashop)[contao/core-bundle

Contao Open Source CMS

1231.6M2.4k](/packages/contao-core-bundle)[ec-cube/ec-cube

EC-CUBE EC open platform.

78527.0k1](/packages/ec-cube-ec-cube)[open-dxp/opendxp

Content &amp; Product Management Framework (CMS/PIM)

7310.3k29](/packages/open-dxp-opendxp)

PHPackages © 2026

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