PHPackages                             assasz/gorynych-skeleton - 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. assasz/gorynych-skeleton

ActiveProject

assasz/gorynych-skeleton
========================

Gorynych skeleton API.

01[1 issues](https://github.com/Assasz/gorynych-skeleton/issues)[1 PRs](https://github.com/Assasz/gorynych-skeleton/pulls)PHP

Since Sep 30Pushed 2y ago1 watchersCompare

[ Source](https://github.com/Assasz/gorynych-skeleton)[ Packagist](https://packagist.org/packages/assasz/gorynych-skeleton)[ RSS](/packages/assasz-gorynych-skeleton/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (3)Used By (0)

Gorynych Skeleton
-----------------

[](#gorynych-skeleton)

Skeleton API powered by [Gorynych](https://github.com/Assasz/gorynych)and Doctrine ORM.

### Installation

[](#installation)

Via Composer:

```
composer create-project assasz/gorynych-skeleton

```

Set up the database:

```
# .env
DATABASE_URL='mysql://user:secret@localhost/mydb'

```

```
# creates database schema
./vendor/bin/doctrine orm:schema-tool:create

# loads fixtures for dev environment
php bin/console gorynych:load-fixtures --env=dev

```

Set up test environment:

```
# .env.test
DATABASE_URL='sqlite://${PROJECT_DIR}/var/sqlite/db_test.sqlite'
BASE_URI='http://localhost'

```

### API Generator

[](#api-generator)

Gorynych ships simple, yet powerful API generator for your application resources:

```
php bin/console gorynych:generate-api [resourceNamespace]

```

With this command, Gorynych will generate for you:

- `Get`, `Remove`, `Replace` operations for all item resources
- `Get`, `Insert` operations for all collection resources
- API functional test cases for above operations: `App\Tests\Functional\Api`
- test fixtures: `config/fixtures`
- Open API 3 documentation: `openapi/openapi.yaml`

#### Quick demo

[](#quick-demo)

```
rm -rf src/Ports/Operation/* && rm -rf tests/Functional/Api
php bin/console gorynych:generate-api App\Application\Resource
./vendor/bin/phpunit

```

#### Notices

[](#notices)

- Domain entities must be located under `src/Domain/Entity`path.
- `openapi/openapi.yaml` file will always be overwritten, so don't modify this file directly - use annotations and following command to keep documentation always up to date:

```
php bin/console gorynych:update-api-docs

```

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity1

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity35

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/22593528?v=4)[Paweł Antosiak](/maintainers/Assasz)[@Assasz](https://github.com/Assasz)

---

Top Contributors

[![Assasz](https://avatars.githubusercontent.com/u/22593528?v=4)](https://github.com/Assasz "Assasz (33 commits)")

### Embed Badge

![Health badge](/badges/assasz-gorynych-skeleton/health.svg)

```
[![Health](https://phpackages.com/badges/assasz-gorynych-skeleton/health.svg)](https://phpackages.com/packages/assasz-gorynych-skeleton)
```

PHPackages © 2026

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