Skip to content

Commit 23aa037

Browse files
authored
v4.x
1 parent 4814822 commit 23aa037

File tree

19,628 files changed

+4416689
-3917169
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

19,628 files changed

+4416689
-3917169
lines changed

.github/FUNDING.yml

-11
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,2 @@
1-
# These are supported funding model platforms
2-
31
github: dcarbone
4-
patreon: # Replace with a single Patreon username
5-
open_collective: # Replace with a single Open Collective username
62
ko_fi: dcarbone
7-
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
8-
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
9-
liberapay: # Replace with a single Liberapay username
10-
issuehunt: # Replace with a single IssueHunt username
11-
otechie: # Replace with a single Otechie username
12-
lfx_crowdfunding: # Replace with a single LFX Crowdfunding project-name e.g., cloud-foundry
13-
custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']

README.md

+2-16
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,6 @@
11
# php-fhir-generated
22
Pre-generated classes from [dcarbone/php-fhir](https://github.com/dcarbone/php-fhir)
33

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

6-
### Inclusion with Composer
7-
8-
composer.json require entry:
9-
10-
```json
11-
{
12-
"dcarbone/php-fhir-generated": "v3.2.*"
13-
}
14-
```
15-
16-
### Autoloading without Composer
17-
18-
If you do not wish to use Composer, for whatever reason, I provide the class `PHPFHIRAutoloader` per version generated.
19-
20-
You can find it within the root of each versions' namespace path.
6+
Documentation is available on the wiki: https://github.com/dcarbone/php-fhir-generated/wiki

composer.json

+3
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,8 @@
3434
"psr-4": {
3535
"DCarbone\\PHPFHIRGenerated\\": "./src/DCarbone/PHPFHIRGenerated"
3636
}
37+
},
38+
"autoload-dev": {
39+
"Tests\\DCarbone\\PHPFHIRGenerated\\": "./tests/Tests/DCarbone/PHPFHIRGenerated"
3740
}
3841
}

composer.lock

+22-19
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

phpunit.xml

-85
This file was deleted.

0 commit comments

Comments
 (0)