Skip to content

ormestad/class.clarity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

class.clarity

A php class to connect to Clarity LIMS API

Requires config file, config.php with credentials for accessing LIMS API:

<?php
$CONFIG=array(
	'clarity'	=> array(
			'user' 		=> '', 
			'pass' 		=> '',
			'uri' 		=> ''
		)
);
?>

About

PHP class for accessing Clarity LIMS API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages