Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
61 changes: 61 additions & 0 deletions CLAUDE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
# CLAUDE.md

This is the source code for thephp.foundation website, built with Sculpin (PHP static-site generator) and Tailwind CSS.

## Requirements

- PHP 8.3+ with extensions: gd, dom
- Composer
- Node 20 with NPM

## Installation

```bash
composer install
npm install
```

## Development Commands

### Build CSS (required before first run)

```bash
npx tailwind -i assets/css/app.css -o source/assets/css/app.css
```

### Start development server

```bash
composer run npx-watch & composer run sculpin-watch
```

Server runs at http://localhost:8000

## Project Structure

- `source/_pages/` - Static pages with fixed permalinks
- `source/_posts/` - Blog posts (format: `YYYY-MM-DD-title.md`)
- `source/assets/` - Static assets
- `assets/css/app.css` - Primary CSS source file
- `app/src/` - PHP application code (PSR-4: `App\`)

## Content

### Blog post format

```markdown
---
title: Post title
layout: post
tags:
- update
author:
name: Author name
url: https://author-url.com
---
Content in Markdown
```

## Deployment

Auto-deploys to gh-pages on push to main branch via GitHub Actions.
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,11 @@ public function fetchSponsors(): array
'website' => 'https://www.godaddy.com/',
'image' => '/assets/sponsors/godaddy.png',
],
[
'name' => 'team.blue',
'website' => 'https://team.blue/',
'image' => '/assets/sponsors/team-blue.jpg',
],
],
'Platinum' => [
[
Expand Down
42 changes: 42 additions & 0 deletions source/_posts/2026-01-26-meet-team-blue-php-foundation-sponsor.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
---
title: 'Meet team.blue: A PHP Foundation Sponsor supporting the language at the core of its ecosystem'
layout: post
tags:
- news
- sponsors
author:
- name: Roman Pronskiy
url: https://twitter.com/pronskiy
published_at: 26 January 2026
---

Starting January 2026, **team.blue** joined the PHP Foundation as a **Gold Sponsor**, reinforcing its long-term commitment to supporting the open-source technologies that power millions of businesses across Europe.

[team.blue](https://team.blue/) is a leading AI-powered digital enabler serving small and medium businesses (SMBs) and agencies across Europe. With more than 4,000 experts, 3.3 million customers, and operations in over 22 countries, team.blue provides businesses with the digital tools they need to build, grow, and scale online. Its ecosystem spans domains, hosting, cloud solutions, website and e-commerce tools, and a fast-growing portfolio of AI-driven SaaS products. For team.blue, PHP represents a foundational technology across its platforms and services.

## PHP: the engine behind team.blue's platforms

PHP's performance, stability, and extensive ecosystem also provide a scalable basis for delivering AI-powered capabilities and intelligent user journeys, enabling million SMBs to grow and succeed online. PHP underpins:

* **Shared hosting and managed WordPress products** at brands like Combell, Register.it, and TransIP.

* **PHP-based SaaS products** (core app logic, integrations, and day-to-day feature work).

* **Internal tools and systems** used across the group.

PHP's mature ecosystem and proven scalability allow team.blue to build sophisticated digital tools that help SMBs and agencies grow online, demonstrating how the language powers modern high-traffic platforms across diverse use cases.

Discover more about the team.blue ecosystem: [https://team.blue/our-ecosystem/](https://team.blue/our-ecosystem/)

## Giving back to the PHP community

{{ include('quote.html', {
name: 'Kirk Barlow',
title: 'Group Chief Technical Officer, team.blue',
image: '/assets/post-images/2026/team-blue/kirk-barlow.png',
quote: 'Open-source communities have always been essential to how we build and scale. PHP sits at the core of our hosting and WordPress ecosystem, so we are proud to give back and support the Foundation in ensuring its long-term growth. This sponsorship reinforces our belief that open-source thrives when everyone contributes.'
}) }}

As a Gold Sponsor, team.blue is putting tangible support behind PHP, helping accelerate progress, maintain strong security, and back the ecosystem globally, while directly supporting the essential work of maintenance, continuous improvement, and ensuring the language remains ready for what comes next.

Learn more about team.blue and its mission to make online business success simpler: [https://team.blue/](https://team.blue/)
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added source/assets/sponsors/team-blue.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.