Skip to content

Commit

Permalink
very basic doc update
Browse files Browse the repository at this point in the history
  • Loading branch information
dcarbone committed Oct 21, 2019
1 parent bb4e12b commit 29d9d97
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,7 @@ Pre-generated classes from dcarbone/php-fhir
- Homepage: [https://build.fhir.org/](https://build.fhir.org/)
- Resources: [https://build.fhir.org/resourcelist.html](https://build.fhir.org/resourcelist.html)

`feature/refactor` will contain the latest output from `dcarbone/php-fhir` branch `feature/refactor` based upon the
latest (at time of generation) version of FHIR.

# IN ACTIVE DEVELOPMENT

This branch contains output from an entirely re-written version of the generator where very limited backwards
compatibility will be guaranteed.

## Usage

This lib can either be used with [Composer](https://getcomposer.org) or on it's own.

Expand All @@ -25,6 +17,12 @@ composer.json require entry:

```json
{
"dcarbone/php-fhir-generated": "dev-feature/refactor"
"dcarbone/php-fhir-generated": "v1.0.*"
}
```

### 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.

0 comments on commit 29d9d97

Please sign in to comment.