Download the PHP package phoneburner/pinch-template without Composer
On this page you can find all versions of the php package phoneburner/pinch-template. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download phoneburner/pinch-template
More information about phoneburner/pinch-template
Files in phoneburner/pinch-template
Package pinch-template
Short Description The Pinch Application Template
License MIT
Informations about the package pinch-template
[READ ONLY] Pinch Framework: API Application Template
Note: This repository is a read-only subtree split of the Pinch Framework monorepo. Please submit issues and pull requests to the main repository.
About
The Pinch Template package provides a complete application starter template for building REST APIs with the Pinch Framework. This opinionated template includes pre-configured Docker setup, database migrations, testing infrastructure, and example implementations following the framework's type-safe, API-first philosophy.
Quick Start
Create a New Project
Initial Setup
-
Configure Environment
-
Build Docker Images and Install Dependencies
-
Start Docker Services
-
Run Database Migrations
- Verify Installation
Project Overview
Development
Common Commands
Documentation
Troubleshooting
Common Issues
Docker services not starting:
Permission issues:
Database connection errors:
- Verify
.env
database settings - Check Docker network:
docker compose ps
- Verify database service:
docker compose logs db
Contributing
This is a read-only repository. To contribute:
- Visit the main repository
- Submit issues and pull requests there
- Follow the contribution guidelines in the main repository
License
The Pinch Framework is open-source software licensed under the MIT license.
All versions of pinch-template with dependencies
phoneburner/composer-replacements Version ^1.0.0
phoneburner/pinch-framework Version ^0.0.35