phpunit test update, update all static testers, add psalm tester

Add Readme file update for install via composer

psalm static checker added
phan and phpstan update with ignoring vendor and test files as they are
not needed in final system
This commit is contained in:
2022-06-08 13:34:48 +09:00
parent b73a24b447
commit 06479cadea
5 changed files with 49 additions and 2 deletions

View File

@@ -1,12 +1,16 @@
# dotenv: readEnvFile()
A single function implementation of <https://github.com/vlucas/phpdotenv>
A simple implementation of <https://github.com/vlucas/phpdotenv>
This is not a functional replacement, but a very simple implementation of the basic functions.
It is recommended to create a `.env.example` example file that is checked into the
repository. The `.env` should *NEVER* be checked into anything
## How to install
`comoser require gullevek/dotEnv`
## How it works
Put the function where it is needed or put it in a file and load it.