create-berna-stencil 2.6.2 → 2.6.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (188) hide show
  1. package/README.md +1 -1
  2. package/_tools/buildJs.js +1 -1
  3. package/_tools/cleanOutput.js +1 -1
  4. package/package.json +2 -2
  5. package/out/.htaccess +0 -16
  6. package/out/404.html +0 -163
  7. package/out/assets/brand/favicon.svg +0 -37
  8. package/out/assets/brand/logo.svg +0 -37
  9. package/out/backend/.htaccess +0 -7
  10. package/out/backend/_core/composer.json +0 -5
  11. package/out/backend/_core/composer.lock +0 -492
  12. package/out/backend/_core/index.php +0 -148
  13. package/out/backend/_core/init.php +0 -34
  14. package/out/backend/_core/modules/RateLimiter.php +0 -31
  15. package/out/backend/_core/modules/Response.php +0 -49
  16. package/out/backend/_core/vendor/autoload.php +0 -22
  17. package/out/backend/_core/vendor/composer/ClassLoader.php +0 -579
  18. package/out/backend/_core/vendor/composer/InstalledVersions.php +0 -396
  19. package/out/backend/_core/vendor/composer/LICENSE +0 -21
  20. package/out/backend/_core/vendor/composer/autoload_classmap.php +0 -15
  21. package/out/backend/_core/vendor/composer/autoload_files.php +0 -12
  22. package/out/backend/_core/vendor/composer/autoload_namespaces.php +0 -9
  23. package/out/backend/_core/vendor/composer/autoload_psr4.php +0 -15
  24. package/out/backend/_core/vendor/composer/autoload_real.php +0 -50
  25. package/out/backend/_core/vendor/composer/autoload_static.php +0 -81
  26. package/out/backend/_core/vendor/composer/installed.json +0 -497
  27. package/out/backend/_core/vendor/composer/installed.php +0 -77
  28. package/out/backend/_core/vendor/composer/platform_check.php +0 -25
  29. package/out/backend/_core/vendor/graham-campbell/result-type/CHANGELOG.md +0 -53
  30. package/out/backend/_core/vendor/graham-campbell/result-type/LICENSE +0 -21
  31. package/out/backend/_core/vendor/graham-campbell/result-type/README.md +0 -42
  32. package/out/backend/_core/vendor/graham-campbell/result-type/composer.json +0 -33
  33. package/out/backend/_core/vendor/graham-campbell/result-type/phpunit.xml.dist +0 -13
  34. package/out/backend/_core/vendor/graham-campbell/result-type/src/Error.php +0 -121
  35. package/out/backend/_core/vendor/graham-campbell/result-type/src/Result.php +0 -69
  36. package/out/backend/_core/vendor/graham-campbell/result-type/src/Success.php +0 -120
  37. package/out/backend/_core/vendor/graham-campbell/result-type/tests/ResultTest.php +0 -95
  38. package/out/backend/_core/vendor/phpoption/phpoption/LICENSE +0 -201
  39. package/out/backend/_core/vendor/phpoption/phpoption/Makefile +0 -17
  40. package/out/backend/_core/vendor/phpoption/phpoption/README.md +0 -201
  41. package/out/backend/_core/vendor/phpoption/phpoption/composer.json +0 -50
  42. package/out/backend/_core/vendor/phpoption/phpoption/phpstan-baseline.neon +0 -44
  43. package/out/backend/_core/vendor/phpoption/phpoption/phpstan.neon.dist +0 -7
  44. package/out/backend/_core/vendor/phpoption/phpoption/phpunit.xml.dist +0 -13
  45. package/out/backend/_core/vendor/phpoption/phpoption/src/PhpOption/LazyOption.php +0 -175
  46. package/out/backend/_core/vendor/phpoption/phpoption/src/PhpOption/None.php +0 -136
  47. package/out/backend/_core/vendor/phpoption/phpoption/src/PhpOption/Option.php +0 -434
  48. package/out/backend/_core/vendor/phpoption/phpoption/src/PhpOption/Some.php +0 -169
  49. package/out/backend/_core/vendor/phpoption/phpoption/tests/PhpOption/Tests/EnsureTest.php +0 -72
  50. package/out/backend/_core/vendor/phpoption/phpoption/tests/PhpOption/Tests/LazyOptionTest.php +0 -357
  51. package/out/backend/_core/vendor/phpoption/phpoption/tests/PhpOption/Tests/NoneTest.php +0 -153
  52. package/out/backend/_core/vendor/phpoption/phpoption/tests/PhpOption/Tests/OptionTest.php +0 -166
  53. package/out/backend/_core/vendor/phpoption/phpoption/tests/PhpOption/Tests/SomeTest.php +0 -194
  54. package/out/backend/_core/vendor/phpoption/phpoption/tests/bootstrap.php +0 -8
  55. package/out/backend/_core/vendor/phpoption/phpoption/vendor-bin/phpstan/composer.json +0 -8
  56. package/out/backend/_core/vendor/symfony/polyfill-ctype/Ctype.php +0 -232
  57. package/out/backend/_core/vendor/symfony/polyfill-ctype/LICENSE +0 -19
  58. package/out/backend/_core/vendor/symfony/polyfill-ctype/README.md +0 -12
  59. package/out/backend/_core/vendor/symfony/polyfill-ctype/bootstrap.php +0 -50
  60. package/out/backend/_core/vendor/symfony/polyfill-ctype/bootstrap80.php +0 -46
  61. package/out/backend/_core/vendor/symfony/polyfill-ctype/composer.json +0 -38
  62. package/out/backend/_core/vendor/symfony/polyfill-mbstring/LICENSE +0 -19
  63. package/out/backend/_core/vendor/symfony/polyfill-mbstring/Mbstring.php +0 -1077
  64. package/out/backend/_core/vendor/symfony/polyfill-mbstring/README.md +0 -13
  65. package/out/backend/_core/vendor/symfony/polyfill-mbstring/Resources/unidata/caseFolding.php +0 -119
  66. package/out/backend/_core/vendor/symfony/polyfill-mbstring/Resources/unidata/lowerCase.php +0 -1397
  67. package/out/backend/_core/vendor/symfony/polyfill-mbstring/Resources/unidata/titleCaseRegexp.php +0 -5
  68. package/out/backend/_core/vendor/symfony/polyfill-mbstring/Resources/unidata/upperCase.php +0 -1489
  69. package/out/backend/_core/vendor/symfony/polyfill-mbstring/bootstrap.php +0 -171
  70. package/out/backend/_core/vendor/symfony/polyfill-mbstring/bootstrap80.php +0 -167
  71. package/out/backend/_core/vendor/symfony/polyfill-mbstring/composer.json +0 -39
  72. package/out/backend/_core/vendor/symfony/polyfill-php80/LICENSE +0 -19
  73. package/out/backend/_core/vendor/symfony/polyfill-php80/Php80.php +0 -115
  74. package/out/backend/_core/vendor/symfony/polyfill-php80/PhpToken.php +0 -106
  75. package/out/backend/_core/vendor/symfony/polyfill-php80/README.md +0 -25
  76. package/out/backend/_core/vendor/symfony/polyfill-php80/Resources/stubs/Attribute.php +0 -31
  77. package/out/backend/_core/vendor/symfony/polyfill-php80/Resources/stubs/PhpToken.php +0 -16
  78. package/out/backend/_core/vendor/symfony/polyfill-php80/Resources/stubs/Stringable.php +0 -20
  79. package/out/backend/_core/vendor/symfony/polyfill-php80/Resources/stubs/UnhandledMatchError.php +0 -16
  80. package/out/backend/_core/vendor/symfony/polyfill-php80/Resources/stubs/ValueError.php +0 -16
  81. package/out/backend/_core/vendor/symfony/polyfill-php80/bootstrap.php +0 -42
  82. package/out/backend/_core/vendor/symfony/polyfill-php80/composer.json +0 -37
  83. package/out/backend/_core/vendor/vlucas/phpdotenv/.editorconfig +0 -15
  84. package/out/backend/_core/vendor/vlucas/phpdotenv/LICENSE +0 -30
  85. package/out/backend/_core/vendor/vlucas/phpdotenv/Makefile +0 -17
  86. package/out/backend/_core/vendor/vlucas/phpdotenv/README.md +0 -370
  87. package/out/backend/_core/vendor/vlucas/phpdotenv/UPGRADING.md +0 -196
  88. package/out/backend/_core/vendor/vlucas/phpdotenv/composer.json +0 -60
  89. package/out/backend/_core/vendor/vlucas/phpdotenv/phpstan-baseline.neon +0 -157
  90. package/out/backend/_core/vendor/vlucas/phpdotenv/phpstan.neon.dist +0 -7
  91. package/out/backend/_core/vendor/vlucas/phpdotenv/phpunit.xml.dist +0 -13
  92. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Dotenv.php +0 -267
  93. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Exception/ExceptionInterface.php +0 -12
  94. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Exception/InvalidEncodingException.php +0 -12
  95. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Exception/InvalidFileException.php +0 -12
  96. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Exception/InvalidPathException.php +0 -12
  97. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Exception/ValidationException.php +0 -12
  98. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Loader/Loader.php +0 -48
  99. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Loader/LoaderInterface.php +0 -20
  100. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Loader/Resolver.php +0 -65
  101. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Parser/Entry.php +0 -59
  102. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Parser/EntryParser.php +0 -299
  103. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Parser/Lexer.php +0 -58
  104. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Parser/Lines.php +0 -127
  105. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Parser/Parser.php +0 -53
  106. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Parser/ParserInterface.php +0 -19
  107. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Parser/Value.php +0 -88
  108. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Repository/Adapter/AdapterInterface.php +0 -15
  109. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Repository/Adapter/ApacheAdapter.php +0 -89
  110. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Repository/Adapter/ArrayAdapter.php +0 -80
  111. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Repository/Adapter/EnvConstAdapter.php +0 -88
  112. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Repository/Adapter/GuardedWriter.php +0 -85
  113. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Repository/Adapter/ImmutableWriter.php +0 -110
  114. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Repository/Adapter/MultiReader.php +0 -48
  115. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Repository/Adapter/MultiWriter.php +0 -64
  116. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Repository/Adapter/PutenvAdapter.php +0 -91
  117. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Repository/Adapter/ReaderInterface.php +0 -17
  118. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Repository/Adapter/ReplacingWriter.php +0 -104
  119. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Repository/Adapter/ServerConstAdapter.php +0 -88
  120. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Repository/Adapter/WriterInterface.php +0 -27
  121. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Repository/AdapterRepository.php +0 -107
  122. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Repository/RepositoryBuilder.php +0 -272
  123. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Repository/RepositoryInterface.php +0 -51
  124. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Store/File/Paths.php +0 -44
  125. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Store/File/Reader.php +0 -81
  126. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Store/FileStore.php +0 -72
  127. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Store/StoreBuilder.php +0 -141
  128. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Store/StoreInterface.php +0 -17
  129. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Store/StringStore.php +0 -37
  130. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Util/Regex.php +0 -112
  131. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Util/Str.php +0 -108
  132. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Validator.php +0 -207
  133. package/out/backend/_core/vendor/vlucas/phpdotenv/tests/Dotenv/DotenvTest.php +0 -387
  134. package/out/backend/_core/vendor/vlucas/phpdotenv/tests/Dotenv/Loader/LoaderTest.php +0 -86
  135. package/out/backend/_core/vendor/vlucas/phpdotenv/tests/Dotenv/Parser/EntryParserTest.php +0 -234
  136. package/out/backend/_core/vendor/vlucas/phpdotenv/tests/Dotenv/Parser/LexerTest.php +0 -40
  137. package/out/backend/_core/vendor/vlucas/phpdotenv/tests/Dotenv/Parser/LinesTest.php +0 -53
  138. package/out/backend/_core/vendor/vlucas/phpdotenv/tests/Dotenv/Parser/ParserTest.php +0 -98
  139. package/out/backend/_core/vendor/vlucas/phpdotenv/tests/Dotenv/Repository/Adapter/ArrayAdapterTest.php +0 -57
  140. package/out/backend/_core/vendor/vlucas/phpdotenv/tests/Dotenv/Repository/Adapter/EnvConstAdapterTest.php +0 -75
  141. package/out/backend/_core/vendor/vlucas/phpdotenv/tests/Dotenv/Repository/Adapter/PutenvAdapterTest.php +0 -52
  142. package/out/backend/_core/vendor/vlucas/phpdotenv/tests/Dotenv/Repository/Adapter/ServerConstAdapterTest.php +0 -75
  143. package/out/backend/_core/vendor/vlucas/phpdotenv/tests/Dotenv/Repository/RepositoryTest.php +0 -305
  144. package/out/backend/_core/vendor/vlucas/phpdotenv/tests/Dotenv/Store/StoreTest.php +0 -141
  145. package/out/backend/_core/vendor/vlucas/phpdotenv/tests/Dotenv/ValidatorTest.php +0 -479
  146. package/out/backend/_core/vendor/vlucas/phpdotenv/tests/fixtures/env/.env +0 -5
  147. package/out/backend/_core/vendor/vlucas/phpdotenv/tests/fixtures/env/assertions.env +0 -18
  148. package/out/backend/_core/vendor/vlucas/phpdotenv/tests/fixtures/env/booleans.env +0 -33
  149. package/out/backend/_core/vendor/vlucas/phpdotenv/tests/fixtures/env/commented.env +0 -15
  150. package/out/backend/_core/vendor/vlucas/phpdotenv/tests/fixtures/env/empty.env +0 -1
  151. package/out/backend/_core/vendor/vlucas/phpdotenv/tests/fixtures/env/example.env +0 -1
  152. package/out/backend/_core/vendor/vlucas/phpdotenv/tests/fixtures/env/exported.env +0 -7
  153. package/out/backend/_core/vendor/vlucas/phpdotenv/tests/fixtures/env/immutable.env +0 -1
  154. package/out/backend/_core/vendor/vlucas/phpdotenv/tests/fixtures/env/integers.env +0 -17
  155. package/out/backend/_core/vendor/vlucas/phpdotenv/tests/fixtures/env/large.env +0 -2
  156. package/out/backend/_core/vendor/vlucas/phpdotenv/tests/fixtures/env/multibyte.env +0 -3
  157. package/out/backend/_core/vendor/vlucas/phpdotenv/tests/fixtures/env/multiline.env +0 -14
  158. package/out/backend/_core/vendor/vlucas/phpdotenv/tests/fixtures/env/multiple.env +0 -4
  159. package/out/backend/_core/vendor/vlucas/phpdotenv/tests/fixtures/env/mutable.env +0 -1
  160. package/out/backend/_core/vendor/vlucas/phpdotenv/tests/fixtures/env/nested.env +0 -15
  161. package/out/backend/_core/vendor/vlucas/phpdotenv/tests/fixtures/env/quoted.env +0 -11
  162. package/out/backend/_core/vendor/vlucas/phpdotenv/tests/fixtures/env/specialchars.env +0 -8
  163. package/out/backend/_core/vendor/vlucas/phpdotenv/tests/fixtures/env/unicodevarnames.env +0 -2
  164. package/out/backend/_core/vendor/vlucas/phpdotenv/tests/fixtures/env/utf8-with-bom-encoding.env +0 -3
  165. package/out/backend/_core/vendor/vlucas/phpdotenv/tests/fixtures/env/windows.env +0 -1
  166. package/out/backend/_core/vendor/vlucas/phpdotenv/vendor-bin/phpstan/composer.json +0 -15
  167. package/out/backend/api/protected/example-protected.php +0 -17
  168. package/out/backend/api/public/example-public.php +0 -17
  169. package/out/backend/database/Database.php +0 -24
  170. package/out/backend/database/migrations/create_example_db.sql +0 -1
  171. package/out/backend/web.config +0 -17
  172. package/out/css/fonts/bootstrap-icons.woff +0 -0
  173. package/out/css/fonts/bootstrap-icons.woff2 +0 -0
  174. package/out/css/github-markdown-dark.css +0 -1124
  175. package/out/css/github-markdown-light.css +0 -1124
  176. package/out/css/pages/404.css +0 -21517
  177. package/out/css/pages/homepage.css +0 -21508
  178. package/out/data/site.json +0 -44
  179. package/out/index.html +0 -1147
  180. package/out/js/bootstrap.bundle.min.js +0 -7
  181. package/out/js/pages/js/pages/404.js +0 -6
  182. package/out/js/pages/js/pages/homepage.js +0 -6
  183. package/out/js/pages/ts/pages/404.js +0 -6
  184. package/out/js/pages/ts/pages/homepage.js +0 -6
  185. package/out/llms.txt +0 -14
  186. package/out/robots.txt +0 -4
  187. package/out/sitemap.xml +0 -15
  188. package/out/web.config +0 -27
@@ -1,89 +0,0 @@
1
- <?php
2
-
3
- declare(strict_types=1);
4
-
5
- namespace Dotenv\Repository\Adapter;
6
-
7
- use PhpOption\None;
8
- use PhpOption\Option;
9
- use PhpOption\Some;
10
-
11
- final class ApacheAdapter implements AdapterInterface
12
- {
13
- /**
14
- * Create a new apache adapter instance.
15
- *
16
- * @return void
17
- */
18
- private function __construct()
19
- {
20
- //
21
- }
22
-
23
- /**
24
- * Create a new instance of the adapter, if it is available.
25
- *
26
- * @return \PhpOption\Option<\Dotenv\Repository\Adapter\AdapterInterface>
27
- */
28
- public static function create()
29
- {
30
- if (self::isSupported()) {
31
- /** @var \PhpOption\Option<AdapterInterface> */
32
- return Some::create(new self());
33
- }
34
-
35
- return None::create();
36
- }
37
-
38
- /**
39
- * Determines if the adapter is supported.
40
- *
41
- * This happens if PHP is running as an Apache module.
42
- *
43
- * @return bool
44
- */
45
- private static function isSupported()
46
- {
47
- return \function_exists('apache_getenv') && \function_exists('apache_setenv');
48
- }
49
-
50
- /**
51
- * Read an environment variable, if it exists.
52
- *
53
- * @param non-empty-string $name
54
- *
55
- * @return \PhpOption\Option<string>
56
- */
57
- public function read(string $name)
58
- {
59
- /** @var \PhpOption\Option<string> */
60
- return Option::fromValue(apache_getenv($name))->filter(static function ($value) {
61
- return \is_string($value) && $value !== '';
62
- });
63
- }
64
-
65
- /**
66
- * Write to an environment variable, if possible.
67
- *
68
- * @param non-empty-string $name
69
- * @param string $value
70
- *
71
- * @return bool
72
- */
73
- public function write(string $name, string $value)
74
- {
75
- return apache_setenv($name, $value);
76
- }
77
-
78
- /**
79
- * Delete an environment variable, if possible.
80
- *
81
- * @param non-empty-string $name
82
- *
83
- * @return bool
84
- */
85
- public function delete(string $name)
86
- {
87
- return apache_setenv($name, '');
88
- }
89
- }
@@ -1,80 +0,0 @@
1
- <?php
2
-
3
- declare(strict_types=1);
4
-
5
- namespace Dotenv\Repository\Adapter;
6
-
7
- use PhpOption\Option;
8
- use PhpOption\Some;
9
-
10
- final class ArrayAdapter implements AdapterInterface
11
- {
12
- /**
13
- * The variables and their values.
14
- *
15
- * @var array<string, string>
16
- */
17
- private $variables;
18
-
19
- /**
20
- * Create a new array adapter instance.
21
- *
22
- * @return void
23
- */
24
- private function __construct()
25
- {
26
- $this->variables = [];
27
- }
28
-
29
- /**
30
- * Create a new instance of the adapter, if it is available.
31
- *
32
- * @return \PhpOption\Option<\Dotenv\Repository\Adapter\AdapterInterface>
33
- */
34
- public static function create()
35
- {
36
- /** @var \PhpOption\Option<AdapterInterface> */
37
- return Some::create(new self());
38
- }
39
-
40
- /**
41
- * Read an environment variable, if it exists.
42
- *
43
- * @param non-empty-string $name
44
- *
45
- * @return \PhpOption\Option<string>
46
- */
47
- public function read(string $name)
48
- {
49
- return Option::fromArraysValue($this->variables, $name);
50
- }
51
-
52
- /**
53
- * Write to an environment variable, if possible.
54
- *
55
- * @param non-empty-string $name
56
- * @param string $value
57
- *
58
- * @return bool
59
- */
60
- public function write(string $name, string $value)
61
- {
62
- $this->variables[$name] = $value;
63
-
64
- return true;
65
- }
66
-
67
- /**
68
- * Delete an environment variable, if possible.
69
- *
70
- * @param non-empty-string $name
71
- *
72
- * @return bool
73
- */
74
- public function delete(string $name)
75
- {
76
- unset($this->variables[$name]);
77
-
78
- return true;
79
- }
80
- }
@@ -1,88 +0,0 @@
1
- <?php
2
-
3
- declare(strict_types=1);
4
-
5
- namespace Dotenv\Repository\Adapter;
6
-
7
- use PhpOption\Option;
8
- use PhpOption\Some;
9
-
10
- final class EnvConstAdapter implements AdapterInterface
11
- {
12
- /**
13
- * Create a new env const adapter instance.
14
- *
15
- * @return void
16
- */
17
- private function __construct()
18
- {
19
- //
20
- }
21
-
22
- /**
23
- * Create a new instance of the adapter, if it is available.
24
- *
25
- * @return \PhpOption\Option<\Dotenv\Repository\Adapter\AdapterInterface>
26
- */
27
- public static function create()
28
- {
29
- /** @var \PhpOption\Option<AdapterInterface> */
30
- return Some::create(new self());
31
- }
32
-
33
- /**
34
- * Read an environment variable, if it exists.
35
- *
36
- * @param non-empty-string $name
37
- *
38
- * @return \PhpOption\Option<string>
39
- */
40
- public function read(string $name)
41
- {
42
- /** @var \PhpOption\Option<string> */
43
- return Option::fromArraysValue($_ENV, $name)
44
- ->filter(static function ($value) {
45
- return \is_scalar($value);
46
- })
47
- ->map(static function ($value) {
48
- if ($value === false) {
49
- return 'false';
50
- }
51
-
52
- if ($value === true) {
53
- return 'true';
54
- }
55
-
56
- return (string) $value;
57
- });
58
- }
59
-
60
- /**
61
- * Write to an environment variable, if possible.
62
- *
63
- * @param non-empty-string $name
64
- * @param string $value
65
- *
66
- * @return bool
67
- */
68
- public function write(string $name, string $value)
69
- {
70
- $_ENV[$name] = $value;
71
-
72
- return true;
73
- }
74
-
75
- /**
76
- * Delete an environment variable, if possible.
77
- *
78
- * @param non-empty-string $name
79
- *
80
- * @return bool
81
- */
82
- public function delete(string $name)
83
- {
84
- unset($_ENV[$name]);
85
-
86
- return true;
87
- }
88
- }
@@ -1,85 +0,0 @@
1
- <?php
2
-
3
- declare(strict_types=1);
4
-
5
- namespace Dotenv\Repository\Adapter;
6
-
7
- final class GuardedWriter implements WriterInterface
8
- {
9
- /**
10
- * The inner writer to use.
11
- *
12
- * @var \Dotenv\Repository\Adapter\WriterInterface
13
- */
14
- private $writer;
15
-
16
- /**
17
- * The variable name allow list.
18
- *
19
- * @var string[]
20
- */
21
- private $allowList;
22
-
23
- /**
24
- * Create a new guarded writer instance.
25
- *
26
- * @param \Dotenv\Repository\Adapter\WriterInterface $writer
27
- * @param string[] $allowList
28
- *
29
- * @return void
30
- */
31
- public function __construct(WriterInterface $writer, array $allowList)
32
- {
33
- $this->writer = $writer;
34
- $this->allowList = $allowList;
35
- }
36
-
37
- /**
38
- * Write to an environment variable, if possible.
39
- *
40
- * @param non-empty-string $name
41
- * @param string $value
42
- *
43
- * @return bool
44
- */
45
- public function write(string $name, string $value)
46
- {
47
- // Don't set non-allowed variables
48
- if (!$this->isAllowed($name)) {
49
- return false;
50
- }
51
-
52
- // Set the value on the inner writer
53
- return $this->writer->write($name, $value);
54
- }
55
-
56
- /**
57
- * Delete an environment variable, if possible.
58
- *
59
- * @param non-empty-string $name
60
- *
61
- * @return bool
62
- */
63
- public function delete(string $name)
64
- {
65
- // Don't clear non-allowed variables
66
- if (!$this->isAllowed($name)) {
67
- return false;
68
- }
69
-
70
- // Set the value on the inner writer
71
- return $this->writer->delete($name);
72
- }
73
-
74
- /**
75
- * Determine if the given variable is allowed.
76
- *
77
- * @param non-empty-string $name
78
- *
79
- * @return bool
80
- */
81
- private function isAllowed(string $name)
82
- {
83
- return \in_array($name, $this->allowList, true);
84
- }
85
- }
@@ -1,110 +0,0 @@
1
- <?php
2
-
3
- declare(strict_types=1);
4
-
5
- namespace Dotenv\Repository\Adapter;
6
-
7
- final class ImmutableWriter implements WriterInterface
8
- {
9
- /**
10
- * The inner writer to use.
11
- *
12
- * @var \Dotenv\Repository\Adapter\WriterInterface
13
- */
14
- private $writer;
15
-
16
- /**
17
- * The inner reader to use.
18
- *
19
- * @var \Dotenv\Repository\Adapter\ReaderInterface
20
- */
21
- private $reader;
22
-
23
- /**
24
- * The record of loaded variables.
25
- *
26
- * @var array<string, string>
27
- */
28
- private $loaded;
29
-
30
- /**
31
- * Create a new immutable writer instance.
32
- *
33
- * @param \Dotenv\Repository\Adapter\WriterInterface $writer
34
- * @param \Dotenv\Repository\Adapter\ReaderInterface $reader
35
- *
36
- * @return void
37
- */
38
- public function __construct(WriterInterface $writer, ReaderInterface $reader)
39
- {
40
- $this->writer = $writer;
41
- $this->reader = $reader;
42
- $this->loaded = [];
43
- }
44
-
45
- /**
46
- * Write to an environment variable, if possible.
47
- *
48
- * @param non-empty-string $name
49
- * @param string $value
50
- *
51
- * @return bool
52
- */
53
- public function write(string $name, string $value)
54
- {
55
- // Don't overwrite existing environment variables
56
- // Ruby's dotenv does this with `ENV[key] ||= value`
57
- if ($this->isExternallyDefined($name)) {
58
- return false;
59
- }
60
-
61
- // Set the value on the inner writer
62
- if (!$this->writer->write($name, $value)) {
63
- return false;
64
- }
65
-
66
- // Record that we have loaded the variable
67
- $this->loaded[$name] = '';
68
-
69
- return true;
70
- }
71
-
72
- /**
73
- * Delete an environment variable, if possible.
74
- *
75
- * @param non-empty-string $name
76
- *
77
- * @return bool
78
- */
79
- public function delete(string $name)
80
- {
81
- // Don't clear existing environment variables
82
- if ($this->isExternallyDefined($name)) {
83
- return false;
84
- }
85
-
86
- // Clear the value on the inner writer
87
- if (!$this->writer->delete($name)) {
88
- return false;
89
- }
90
-
91
- // Leave the variable as fair game
92
- unset($this->loaded[$name]);
93
-
94
- return true;
95
- }
96
-
97
- /**
98
- * Determine if the given variable is externally defined.
99
- *
100
- * That is, is it an "existing" variable.
101
- *
102
- * @param non-empty-string $name
103
- *
104
- * @return bool
105
- */
106
- private function isExternallyDefined(string $name)
107
- {
108
- return $this->reader->read($name)->isDefined() && !isset($this->loaded[$name]);
109
- }
110
- }
@@ -1,48 +0,0 @@
1
- <?php
2
-
3
- declare(strict_types=1);
4
-
5
- namespace Dotenv\Repository\Adapter;
6
-
7
- use PhpOption\None;
8
-
9
- final class MultiReader implements ReaderInterface
10
- {
11
- /**
12
- * The set of readers to use.
13
- *
14
- * @var \Dotenv\Repository\Adapter\ReaderInterface[]
15
- */
16
- private $readers;
17
-
18
- /**
19
- * Create a new multi-reader instance.
20
- *
21
- * @param \Dotenv\Repository\Adapter\ReaderInterface[] $readers
22
- *
23
- * @return void
24
- */
25
- public function __construct(array $readers)
26
- {
27
- $this->readers = $readers;
28
- }
29
-
30
- /**
31
- * Read an environment variable, if it exists.
32
- *
33
- * @param non-empty-string $name
34
- *
35
- * @return \PhpOption\Option<string>
36
- */
37
- public function read(string $name)
38
- {
39
- foreach ($this->readers as $reader) {
40
- $result = $reader->read($name);
41
- if ($result->isDefined()) {
42
- return $result;
43
- }
44
- }
45
-
46
- return None::create();
47
- }
48
- }
@@ -1,64 +0,0 @@
1
- <?php
2
-
3
- declare(strict_types=1);
4
-
5
- namespace Dotenv\Repository\Adapter;
6
-
7
- final class MultiWriter implements WriterInterface
8
- {
9
- /**
10
- * The set of writers to use.
11
- *
12
- * @var \Dotenv\Repository\Adapter\WriterInterface[]
13
- */
14
- private $writers;
15
-
16
- /**
17
- * Create a new multi-writer instance.
18
- *
19
- * @param \Dotenv\Repository\Adapter\WriterInterface[] $writers
20
- *
21
- * @return void
22
- */
23
- public function __construct(array $writers)
24
- {
25
- $this->writers = $writers;
26
- }
27
-
28
- /**
29
- * Write to an environment variable, if possible.
30
- *
31
- * @param non-empty-string $name
32
- * @param string $value
33
- *
34
- * @return bool
35
- */
36
- public function write(string $name, string $value)
37
- {
38
- foreach ($this->writers as $writers) {
39
- if (!$writers->write($name, $value)) {
40
- return false;
41
- }
42
- }
43
-
44
- return true;
45
- }
46
-
47
- /**
48
- * Delete an environment variable, if possible.
49
- *
50
- * @param non-empty-string $name
51
- *
52
- * @return bool
53
- */
54
- public function delete(string $name)
55
- {
56
- foreach ($this->writers as $writers) {
57
- if (!$writers->delete($name)) {
58
- return false;
59
- }
60
- }
61
-
62
- return true;
63
- }
64
- }
@@ -1,91 +0,0 @@
1
- <?php
2
-
3
- declare(strict_types=1);
4
-
5
- namespace Dotenv\Repository\Adapter;
6
-
7
- use PhpOption\None;
8
- use PhpOption\Option;
9
- use PhpOption\Some;
10
-
11
- final class PutenvAdapter implements AdapterInterface
12
- {
13
- /**
14
- * Create a new putenv adapter instance.
15
- *
16
- * @return void
17
- */
18
- private function __construct()
19
- {
20
- //
21
- }
22
-
23
- /**
24
- * Create a new instance of the adapter, if it is available.
25
- *
26
- * @return \PhpOption\Option<\Dotenv\Repository\Adapter\AdapterInterface>
27
- */
28
- public static function create()
29
- {
30
- if (self::isSupported()) {
31
- /** @var \PhpOption\Option<AdapterInterface> */
32
- return Some::create(new self());
33
- }
34
-
35
- return None::create();
36
- }
37
-
38
- /**
39
- * Determines if the adapter is supported.
40
- *
41
- * @return bool
42
- */
43
- private static function isSupported()
44
- {
45
- return \function_exists('getenv') && \function_exists('putenv');
46
- }
47
-
48
- /**
49
- * Read an environment variable, if it exists.
50
- *
51
- * @param non-empty-string $name
52
- *
53
- * @return \PhpOption\Option<string>
54
- */
55
- public function read(string $name)
56
- {
57
- /** @var \PhpOption\Option<string> */
58
- return Option::fromValue(\getenv($name), false)->filter(static function ($value) {
59
- return \is_string($value);
60
- });
61
- }
62
-
63
- /**
64
- * Write to an environment variable, if possible.
65
- *
66
- * @param non-empty-string $name
67
- * @param string $value
68
- *
69
- * @return bool
70
- */
71
- public function write(string $name, string $value)
72
- {
73
- \putenv("$name=$value");
74
-
75
- return true;
76
- }
77
-
78
- /**
79
- * Delete an environment variable, if possible.
80
- *
81
- * @param non-empty-string $name
82
- *
83
- * @return bool
84
- */
85
- public function delete(string $name)
86
- {
87
- \putenv($name);
88
-
89
- return true;
90
- }
91
- }
@@ -1,17 +0,0 @@
1
- <?php
2
-
3
- declare(strict_types=1);
4
-
5
- namespace Dotenv\Repository\Adapter;
6
-
7
- interface ReaderInterface
8
- {
9
- /**
10
- * Read an environment variable, if it exists.
11
- *
12
- * @param non-empty-string $name
13
- *
14
- * @return \PhpOption\Option<string>
15
- */
16
- public function read(string $name);
17
- }