Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 487 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 487 Bytes

PHP Example

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