Skip to content

Commit

Permalink
v4.x
Browse files Browse the repository at this point in the history
  • Loading branch information
dcarbone authored Feb 6, 2025
1 parent 4814822 commit 23aa037
Show file tree
Hide file tree
Showing 19,628 changed files with 4,416,689 additions and 3,917,169 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
11 changes: 0 additions & 11 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,2 @@
# These are supported funding model platforms

github: dcarbone
patreon: # Replace with a single Patreon username
open_collective: # Replace with a single Open Collective username
ko_fi: dcarbone
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
liberapay: # Replace with a single Liberapay username
issuehunt: # Replace with a single IssueHunt username
otechie: # Replace with a single Otechie username
lfx_crowdfunding: # Replace with a single LFX Crowdfunding project-name e.g., cloud-foundry
custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']
18 changes: 2 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,6 @@
# php-fhir-generated
Pre-generated classes from [dcarbone/php-fhir](https://github.com/dcarbone/php-fhir)

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

### Inclusion with Composer

composer.json require entry:

```json
{
"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.
Documentation is available on the wiki: https://github.com/dcarbone/php-fhir-generated/wiki
3 changes: 3 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,8 @@
"psr-4": {
"DCarbone\\PHPFHIRGenerated\\": "./src/DCarbone/PHPFHIRGenerated"
}
},
"autoload-dev": {
"Tests\\DCarbone\\PHPFHIRGenerated\\": "./tests/Tests/DCarbone/PHPFHIRGenerated"
}
}
41 changes: 22 additions & 19 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

85 changes: 0 additions & 85 deletions phpunit.xml

This file was deleted.

Loading

0 comments on commit 23aa037

Please sign in to comment.