diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9ab4552..b31b825 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -20,6 +20,8 @@ and the project aims to follow [Semantic Versioning](https://semver.org/).
### Added
+- **Project logo and brand assets.** Light/dark PL/php logos and a square icon
+ under `doc/assets/`, wired into the README and language reference.
- **Error CONTEXT lines.** Messages raised while PL/php code runs carry a
`CONTEXT: PL/php function "name"` line (or the anonymous-block/compilation
variants), like every other procedural language.
diff --git a/README.md b/README.md
index 603e02d..2357c20 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,9 @@
-# PL/php
+
+
+
+
**Write PostgreSQL functions, triggers, and procedures in PHP.**
diff --git a/doc/assets/plphp-icon.svg b/doc/assets/plphp-icon.svg
new file mode 100644
index 0000000..b711b0f
--- /dev/null
+++ b/doc/assets/plphp-icon.svg
@@ -0,0 +1,14 @@
+
diff --git a/doc/assets/plphp-logo-dark.svg b/doc/assets/plphp-logo-dark.svg
new file mode 100644
index 0000000..24de73f
--- /dev/null
+++ b/doc/assets/plphp-logo-dark.svg
@@ -0,0 +1,19 @@
+
diff --git a/doc/assets/plphp-logo.svg b/doc/assets/plphp-logo.svg
new file mode 100644
index 0000000..860c968
--- /dev/null
+++ b/doc/assets/plphp-logo.svg
@@ -0,0 +1,18 @@
+
diff --git a/doc/plphp.md b/doc/plphp.md
index cedac4c..923dc58 100644
--- a/doc/plphp.md
+++ b/doc/plphp.md
@@ -1,3 +1,10 @@
+
+
+
+
+
+
+
# PL/php Language Reference
PL/php lets you write PostgreSQL functions and triggers in PHP. This document