File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # postio-php — Claude Code working notes
1+ # postio-php — development notes
22
3- PHP SDK for ` postio-api ` . Mirrors ` @postio/core ` with idiomatic PHP
4- ergonomics. Lives in its own repo because PHP's Composer/Packagist
5- toolchain doesn't co-exist with the umbrella's pnpm workspace.
3+ PHP SDK for the [ Postio API] ( https://postio.co.uk ) . Mirrors ` @postio/core `
4+ (the JS family's runtime client) with idiomatic PHP ergonomics. Lives
5+ in its own repo because PHP's Composer/Packagist toolchain doesn't
6+ co-exist with the JS-family pnpm workspace.
67
78Read [ ` README.md ` ] ( ./README.md ) for the customer-facing surface; this
8- file is the operational guide.
9+ file is the operational guide for contributors and code agents .
910
1011## Stack
1112
@@ -52,7 +53,7 @@ postio-php/
5253composer install
5354vendor/bin/phpunit # offline + live
5455vendor/bin/phpunit --testsuite offline # offline only
55- set -a && source ../.env && set +a && vendor/bin/phpunit --testsuite live
56+ POSTIO_API_KEY_STAGE=pk_... vendor/bin/phpunit --testsuite live
5657```
5758
5859## Branch + deploy model
@@ -81,6 +82,3 @@ regenerated.
8182
8283No publish secret. Packagist is webhook-driven.
8384
84- ## Tone for this repo
85-
86- Same as the umbrella: terse, casual, status-emoji summaries.
You can’t perform that action at this time.
0 commit comments