Talk at PHP Sussex: The Shelley AI ch...
A talk about Shelley, a PHP-based command line AI chat client. Access GPT from your console!
A talk about Shelley, a PHP-based command line AI chat client. Access GPT from your console!
Chat has arrived in the OpenAI API. Here’s how to invoke it from PHP.
Use PHP and the Medium API to cross-post Markdown articles that include local images.
Connect to the OpenAI GPT models from your PHP projects..
Use the Unsplash API with PHP to resize, download and save images and to generate attribution text.
If you need to shift a project between Symfony and Slim it can be useful to convert Request and Response objects between implementations. Here’s how.
Get up and running with Slim, a super-clean and extensible PHP micro-framework.
How to build useful and flexible command line scripts with PHP and why you should.
Setting up SSH keys on a Linux server can be a chore. An overview of key files, how to generate and to install on Github. Plus troubleshooting advice!
Even if you code on a Mac or Windows computer, you will need these essential Linux skills if you want to call yourself a Web developer.
A complete PHP Twitter API authorisation flow using the lovely Silex micro-framework and Guzzle 6 - from the user’s first click to a proof of concept query.
Here’s one approach that addresses the current lack of a native PHP enum class. An Enum type allows you to define and enforce a limited set of values, and...