PHP PubMed API Wrapper

Author: Asif Rahman

This demo is minimal in scope. It uses the PubMedAPI class to query PubMed and return the results in a table.

НЕОБХОДИМО ВВЕСТИ ДАННЫЕ

Example implementation:

include('PubMedAPI.php');
$search_term = 'electrical stimulation network dynamics reato 2010';
$PubMedAPI = new PubMedAPI();
$results = $PubMedAPI->query($search_term);