Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 532 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 532 Bytes

php-fhir-generated

Pre-generated classes from dcarbone/php-fhir

This lib can either be used with Composer or on it's own.

Inclusion with Composer

composer.json require entry:

{
   "dcarbone/php-fhir-generated": "v3.2.*"
}

Autoloading without Composer

If you do not wish to use Composer, for whatever reason, I provide the class PHPFHIRAutoloader per version generated.

You can find it within the root of each versions' namespace path.