From 7731d595fdf035964a21835550654e1af80420f5 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Wed, 20 Dec 2023 00:24:40 +0000 Subject: [PATCH] Add podcast episode with Dan Leech Episode 6 - PHP: TUIs, CLIs and open-source --- .../podcast-episode/6-dan-leech-php-tui.mdx | 49 +++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 src/content/podcast-episode/6-dan-leech-php-tui.mdx diff --git a/src/content/podcast-episode/6-dan-leech-php-tui.mdx b/src/content/podcast-episode/6-dan-leech-php-tui.mdx new file mode 100644 index 000000000..ea69b57f5 --- /dev/null +++ b/src/content/podcast-episode/6-dan-leech-php-tui.mdx @@ -0,0 +1,49 @@ +--- +date: 2023-12-19 +topic: 'PHP: TUIs, CLIs and open-source' +guests: + - Dan Leech +transistor: + id: 45d57d43 +links: + - - PHP TUI on GitHub + - https://github.com/php-tui + + - - Phpactor on GitHub + - https://github.com/phpactor + + - - PHPbench on GitHub + - https://github.com/phpbench + + - - Phpactor documentation + - https://phpactor.readthedocs.io + + - - PHPBench documentation + - https://phpbench.readthedocs.io + + - - Testing code performance with PHPBench + - https://youtu.be/-qxu6n9Q-3k?si=2N8Ee9GIgCul7_e1 + + - - PHP-TUI Progress + - https://www.dantleech.com/blog/2023/11/03/php-tui-progress + + - - PHP Term + - https://www.dantleech.com/blog/2023/11/27/php-term + + - - PHP Architecture Tester (phpat) + - https://github.com/carlosas/phpat + + - - Jess Archer + - https://jessarcher.com + + - - Neovim as a PHP and JavaScript IDE (Laracasts) + - https://laracasts.com/series/neovim-as-a-php-ide + + - - Laravel Prompts + - https://github.com/laravel/prompts + + - - Symfony Terminal component + - https://speakerdeck.com/fabpot/the-symfony-terminal-component +--- + +In this week's episode, Oliver is joined by Dan Leech to discuss building command-line applications and TUIs with PHP based on Dan's open-source projects - Phpactor, PHPBench and, most recently, PHP-TUI.