# PHP Projects at AI Tinkerers

> Canonical HTML: https://aitinkerers.org/technologies/php
> Markdown URL: https://aitinkerers.org/technologies/php.md
> Technology record last updated: 2026-02-25T08:40:41Z
> Generated: 2026-09-22T15:40:32Z

PHP is the open-source, server-side scripting language (Hypertext Preprocessor) driving dynamic web content: it is the core engine for platforms like WordPress and Drupal.

PHP (Hypertext Preprocessor) is a powerful, open-source, server-side scripting language built specifically for web development: it handles everything from database integration (MySQL, PostgreSQL) to session management. Its ubiquity is undeniable, serving as the foundational technology for major Content Management Systems (CMS) like WordPress and Drupal. The language runs on the Zend Engine, and recent releases, specifically the PHP 8.x series, introduced significant performance gains, including Just-In-Time (JIT) compilation, cementing its status as a fast, reliable, and continuously evolving platform for building modern, high-traffic web applications.

- Official technology site: https://www.php.net
- Public AI Tinkerers demos and talks: 7
- Result page: 1 of 1

## Recent Public Talks and Demos

### [AI-Assisted WordPress Vulnerability Hunting: From Plugin Code to Verified Findings](https://dallas-fort-worth.aitinkerers.org/talks/rsvp_ryp2dvTokTM)

I built a repeatable AI-assisted workflow for finding and validating vulnerabilities in WordPress plugins. In the demo, I’ll show the process end-to-end: selecting a plugin, launching a controlled test environment with a custom harness, then using Codex and a tailored AGENTS.md to scan the source, trace risky execution paths, validate the finding with a proof of concept, and generate a disclosure-ready report.

- Event context: AI Tinkerers Dallas-Fort Worth: June Meetup with Rasa — 2026-06-04 — Dallas Fort Worth
- Public talk page: https://dallas-fort-worth.aitinkerers.org/talks/rsvp_ryp2dvTokTM

### [Sales Data Driven AI](https://saopaulo.aitinkerers.org/talks/rsvp_TIZxQLTfXv0)

Um sistema de vendas automático e dando direcionamento baseado em dados conversacionais da IA com o lead.

- Event context: AI Tinkerers SP e Banco BMG — 2026-03-26 — São Paulo
- Public talk page: https://saopaulo.aitinkerers.org/talks/rsvp_TIZxQLTfXv0

### [De la pereza a la automatización](https://manizales.aitinkerers.org/talks/rsvp_rEVE7dOTXik)

En esta charla voy a contar mi experiencia a lo largo de los años con diferentes formas de automatizar, proyectos y tareas del día a día

- Event context: 🏔️ ¡Noveno Encuentro de AI Tinkerers Manizales! — 2025-10-29 — Manizales
- Public talk page: https://manizales.aitinkerers.org/talks/rsvp_rEVE7dOTXik

### [Leveraging GPT-4.1 and o3-mini to Accelerate Developer Workflows](https://las-vegas.aitinkerers.org/talks/rsvp_nVIHIoLGo6Y)

I will be demonstrating a WordPress plugin that uses generative AI models to take development assets and blocks that have been designed once, and rearranges them into an unlimited number of pages based on text prompts. Describe your desired structure and your desired content and the plugin does the rest. Instead of generating something that looks template-y the result is a website that looks like you built it.

- Event context: AI Tinkerers Las Vegas - May Inaugural Meetup — 2025-05-09 — Las Vegas
- Public talk page: https://las-vegas.aitinkerers.org/talks/rsvp_nVIHIoLGo6Y

### [Agentic Agent Creation and Integration System](https://orange-county.aitinkerers.org/talks/rsvp_cr31KvdJEUg)

I would like to demo my NetShow AI integration system, featuring user-friendly AI tools and zero-code web form interfaces. This system empowers anyone—whether individuals with just basic computer and email skills, students, or businesses—to seamlessly integrate AI into their daily workflows. It simplifies tasks, enhances productivity, and supports learning, making AI practical, accessible, and effortless for everyone.

- Event context: AI Tinkerers - Orange County Inaugural Meetup (February 20th 2025) — 2025-02-21 — Orange County
- Public talk page: https://orange-county.aitinkerers.org/talks/rsvp_cr31KvdJEUg

### [Hands-on with the OpenAI Assistants API](https://boston.aitinkerers.org/talks/rsvp_l8r7aIxsQOM)

Assistants are a new (beta) part of OpenAI's API. They are powerful but also have some interesting quirks. In this talk, I'll start with the basics of configuring an Assistant in the Playground. Next I will show a few different ways of getting assistants to respond with JSON output, including workarounds for current limitations when using function calling or file search/vector store. Then we'll get into working via the API - understanding concepts like threads, runs and the various flows needed to programmatically engage with Assistants. I'll conclude by discussing our observations about accuracy, consistency and cost. Code that I will demo includes a NextJS app + API that uses the node OpenAI API library to lookup company information via an assistant and return it in JSON format. It then uses this information to query another assistant that has access to a vector store database (single json file) + file search to recommend projects that would be appropriate for the company based on the files in the database. Then it uses the same assistant to allow for creating a custom project brief. If there's time, I will also briefly show PHP code that uses a more complex tool calling flow.

- Event context: AI Tinkerers September Meetup Sponsored by BasisTech — 2024-09-23 — Boston
- Public talk page: https://boston.aitinkerers.org/talks/rsvp_l8r7aIxsQOM

### [Live AI chatbots and Vector Search with Laravel, Vue.js, and MySQL](https://boston.aitinkerers.org/talks/rsvp_ds3pqfXmJvM)

The primacy of python and dedicated vector databases for search might be due to the hype driven by enterprise solutions. But there are thousands of PHP and MySQL websites out there that could benefit from Vector Search. With an implementation of this modified from one created by Allan Pichardo ( pichardo.dev ) called mysql-vector this demonstrates the feasibility of native vector search with MySQL and PHP.

- Event context: AI Tinkerers September Meetup Sponsored by BasisTech — 2024-09-23 — Boston
- Public talk page: https://boston.aitinkerers.org/talks/rsvp_ds3pqfXmJvM

## Related Technologies

- [Laravel](https://aitinkerers.org/technologies/laravel) ([Markdown](https://aitinkerers.org/technologies/laravel.md)) — 4 public demos
- [OpenAI API](https://aitinkerers.org/technologies/openai-api) ([Markdown](https://aitinkerers.org/technologies/openai-api.md)) — 520 public demos
- [Python](https://aitinkerers.org/technologies/python) ([Markdown](https://aitinkerers.org/technologies/python.md)) — 662 public demos
- [WordPress](https://aitinkerers.org/technologies/wordpress) ([Markdown](https://aitinkerers.org/technologies/wordpress.md)) — 3 public demos
- [AGENTS](https://aitinkerers.org/technologies/agents) ([Markdown](https://aitinkerers.org/technologies/agents.md)) — 20 public demos
- [AI agent](https://aitinkerers.org/technologies/ai-agent) ([Markdown](https://aitinkerers.org/technologies/ai-agent.md)) — 8 public demos
- [bash](https://aitinkerers.org/technologies/bash) ([Markdown](https://aitinkerers.org/technologies/bash.md)) — 12 public demos
- [Code](https://aitinkerers.org/technologies/code) ([Markdown](https://aitinkerers.org/technologies/code.md)) — 9 public demos
- [Codex](https://aitinkerers.org/technologies/codex) ([Markdown](https://aitinkerers.org/technologies/codex.md)) — 44 public demos
- [Drupal](https://aitinkerers.org/technologies/drupal) ([Markdown](https://aitinkerers.org/technologies/drupal.md)) — 1 public demo
- [generate proof-of-concept tests](https://aitinkerers.org/technologies/generate-proof-of-concept-tests) ([Markdown](https://aitinkerers.org/technologies/generate-proof-of-concept-tests.md)) — 1 public demo
- [GPT-4](https://aitinkerers.org/technologies/gpt-4) ([Markdown](https://aitinkerers.org/technologies/gpt-4.md)) — 529 public demos
- [JavaScript](https://aitinkerers.org/technologies/javascript) ([Markdown](https://aitinkerers.org/technologies/javascript.md)) — 40 public demos
- [MySQL](https://aitinkerers.org/technologies/mysql) ([Markdown](https://aitinkerers.org/technologies/mysql.md)) — 7 public demos
- [mysql-vector](https://aitinkerers.org/technologies/mysql-vector) ([Markdown](https://aitinkerers.org/technologies/mysql-vector.md)) — 1 public demo
- [Next](https://aitinkerers.org/technologies/next) ([Markdown](https://aitinkerers.org/technologies/next.md)) — 186 public demos
- [o3-mini](https://aitinkerers.org/technologies/o3-mini) ([Markdown](https://aitinkerers.org/technologies/o3-mini.md)) — 2 public demos
- [OpenAI](https://aitinkerers.org/technologies/openai) ([Markdown](https://aitinkerers.org/technologies/openai.md)) — 112 public demos
