To use this boilerplate you need to have PHP 8.0 or newer. On Windows you also need to have composer installed.
Clone the project using the following command:
git clone https://github.com/contentful/boilerplate-php.gitOpen your terminal, navigate to this folder and run ./run.sh. That's it!
On Windows, copy index.php and composer.json to the web server root you usually use and run composer install. Open the index.php path in your web browser.
Read our guide to get started with the PHP SDK.