Use the Unsplash API to automate blog...
Use the Unsplash API with PHP to resize, download and save images and to generate attribution text.
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...