This example shows how to make simple calls to access SNOMED CT content from the Snowstorm SNOMED CT Terminology Server using PHP
The examples were written using Guzzle PHP HTTP client
To run the examples:
git clone https://github.com/IHTSDO/Snomed-In-5-Minutes.git
cd Snomed-In-5-Minutes/php-examples
# Install Composer
curl -sS https://getcomposer.org/installer | php
# Install Guzzle
composer install
# Run the example
php examples.php