PHPackages                             beniyke/anchor-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. [Framework](/categories/framework)
4. /
5. beniyke/anchor-skeleton

ActiveProject[Framework](/categories/framework)

beniyke/anchor-skeleton
=======================

The Anchor Framework Skeleton.

06PHP

Since Feb 28Pushed 2mo agoCompare

[ Source](https://github.com/beniyke/anchor-skeleton)[ Packagist](https://packagist.org/packages/beniyke/anchor-skeleton)[ RSS](/packages/beniyke-anchor-skeleton/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Anchor Framework Skeleton
=========================

[](#anchor-framework-skeleton)

> The clean, stable starting point for your next high-performance PHP application.

This skeleton provides the essential directory structure and entry points (`index.php`, `dock`) to build a modern application using the **Anchor Framework**.

Quick Start
-----------

[](#quick-start)

Anchor supports two primary installation workflows. Both start by running the `dock` tool.

### Managed Mode (Recommended)

[](#managed-mode-recommended)

Standard composer-based setup for modern development.

```
composer create-project beniyke/anchor-skeleton my-app
cd my-app
php dock
```

### Standalone Mode (Portable)

[](#standalone-mode-portable)

Zero-dependency, portable setup. Download this repository and run:

```
php dock
```

Setup &amp; Initialization
--------------------------

[](#setup--initialization)

After the initial installation, complete these steps to prepare your application:

### Environment Configuration

[](#environment-configuration)

Copy the example environment file and configure your application settings (App Name, URL, Database, etc.):

```
cp .env.example .env
```

### Database Initialization

[](#database-initialization)

Run the core migrations to create essential application tables:

```
php dock migration:run
```

Maintenance
-----------

[](#maintenance)

Keep your framework core and dependencies up to date with a single command:

```
php dock anchor:update
```

It intelligently handles both Managed (Composer) and Standalone (Hydrated) installations.

Core Requirements
-----------------

[](#core-requirements)

- **PHP**: &gt;= 8.2
- **Database**: SQLite (default), MySQL 8.0+, or PostgreSQL 15+
- **Extensions**: PDO, Mbstring, OpenSSL, Ctype, JSON, BCMath, cURL, ZipArchive

Documentation
-------------

[](#documentation)

Full documentation and guides are available on the official repository:

- [Installation Guide](https://github.com/beniyke/anchor/blob/master/docs/installation.md)
- [Architecture Overview](https://github.com/beniyke/anchor/blob/master/docs/architecture.md)
- [Package Management](https://github.com/beniyke/anchor/blob/master/docs/package-management.md)

License
-------

[](#license)

Open-sourced software licensed under the [MIT license](LICENSE).

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance61

Regular maintenance activity

Popularity4

Limited adoption so far

Community6

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/2da4b6bb7964bbdc019972a86d20e80dc61c5fb5e70c52afc6f285f42d6039cc?d=identicon)[beniyke](/maintainers/beniyke)

---

Top Contributors

[![beniyke](https://avatars.githubusercontent.com/u/7684979?v=4)](https://github.com/beniyke "beniyke (9 commits)")

---

Tags

boilerplatephpquickstartsaas-skeletonstarter-kit

### Embed Badge

![Health badge](/badges/beniyke-anchor-skeleton/health.svg)

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

###  Alternatives

[laravel/telescope

An elegant debug assistant for the Laravel framework.

5.2k67.8M190](/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.7M255](/packages/laravel-dusk)[laravel/prompts

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

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

A simple API extension for DateTime.

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

PHPackages © 2026

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