beniyke / anchor-skeleton
The Anchor Framework Skeleton.
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:project
pkg:composer/beniyke/anchor-skeleton
Requires
- php: ^8.2
- beniyke/framework: dev-master
This package is not auto-updated.
Last update: 2026-01-22 08:02:48 UTC
README
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
Anchor supports two primary installation workflows. Both start by running the dock tool.
1. Managed Mode (Recommended)
Standard composer-based setup for modern development.
composer create-project beniyke/anchor-skeleton my-app
cd my-app
php dock
2. Standalone Mode (Portable)
Zero-dependency, portable setup. Download this repository and run:
php dock
Core Requirements
- PHP: >= 8.2
- Database: SQLite (default), MySQL 8.0+, or PostgreSQL 15+
- Extensions: PDO, Mbstring, OpenSSL, Ctype, JSON, BCMath, cURL, ZipArchive
Documentation
Comprehensive guides are available on the official repository:
License
Open-sourced software licensed under the MIT license.