PHPackages                             sinri/dry-dock-of-ark - 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. sinri/dry-dock-of-ark

ActiveProject

sinri/dry-dock-of-ark
=====================

A sample project based on Ark II

0.2(8y ago)112MITPHP

Since Feb 15Pushed 6y ago1 watchersCompare

[ Source](https://github.com/sinri/DryDockOfArk)[ Packagist](https://packagist.org/packages/sinri/dry-dock-of-ark)[ RSS](/packages/sinri-dry-dock-of-ark/feed)WikiDiscussions master Synced yesterday

READMEChangelog (2)Dependencies (1)Versions (4)Used By (0)

DryDockOfArk
============

[](#drydockofark)

A sample project based on Ark.

PHP 7 is required. Licensed with MIT.

To build a project with Ark
---------------------------

[](#to-build-a-project-with-ark)

Yes, you just need to use the Dry Dock of Ark.

First, you need to get the complete code of DryDockOfArk, use

```
composer create-project sinri/dry-dock-of-ark YourProjectName

```

and do not forget to run `composer install` inside.

Then create the `config.php` in the directory of `config`, a sample given there named `config.sample.php`.

Configure your own config file, check your requirements on Database, Cache and Log, and make modification.

It is recommended to load all those components when project is loading, so you can do this job in `loadComponent.php`.

If you use Apache to load the project, you need to add the `.htaccess` file and open the allow override option.

```
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php [QSA,L]

```

For Nginx, you should use `try_files`.

```
server {
    location / {
        try_files $uri $uri/ /index.php$is_args$args;
    }
}

```

Those command would let all requests be led to the target file first, and if not exists let `index.php` handle them.

If you need to embed frontend inside, though not a good choice for huge site, directory `frontend` is provided there by default, and `index.html` is there as sample.

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity55

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

Total

3

Last Release

2919d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/5821330?v=4)[Everstray Jun Sinri Edogawa](/maintainers/sinri)[@sinri](https://github.com/sinri)

---

Top Contributors

[![sinri](https://avatars.githubusercontent.com/u/5821330?v=4)](https://github.com/sinri "sinri (10 commits)")

---

Tags

php7

### Embed Badge

![Health badge](/badges/sinri-dry-dock-of-ark/health.svg)

```
[![Health](https://phpackages.com/badges/sinri-dry-dock-of-ark/health.svg)](https://phpackages.com/packages/sinri-dry-dock-of-ark)
```

PHPackages © 2026

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