create-berna-stencil 2.6.2 → 2.6.4

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 (264) hide show
  1. package/index.js +3 -0
  2. package/package.json +5 -28
  3. package/.eleventy.js +0 -94
  4. package/.eleventyignore +0 -4
  5. package/LICENSE +0 -170
  6. package/NOTICE +0 -5
  7. package/README.md +0 -53
  8. package/_tools/assistant.js +0 -150
  9. package/_tools/buildJs.js +0 -28
  10. package/_tools/cleanOutput.js +0 -20
  11. package/_tools/modules/constants.js +0 -23
  12. package/_tools/modules/pageComponents.js +0 -77
  13. package/_tools/modules/updateData.js +0 -84
  14. package/_tools/modules/updateOutputPath.js +0 -112
  15. package/_tools/modules/updatePage.js +0 -162
  16. package/_tools/modules/utils.js +0 -27
  17. package/_tools/modules/validation.js +0 -20
  18. package/_tools/res/templates/template.js +0 -5
  19. package/_tools/res/templates/template.njk +0 -9
  20. package/_tools/res/templates/template.scss +0 -23
  21. package/_tools/res/templates/template.ts +0 -5
  22. package/bin/create.js +0 -429
  23. package/docs/Assistant CLI.md +0 -61
  24. package/docs/Backend.md +0 -148
  25. package/docs/Components.md +0 -96
  26. package/docs/Creating pages.md +0 -65
  27. package/docs/Deploy.md +0 -55
  28. package/docs/Head and SEO.md +0 -94
  29. package/docs/Javascript.md +0 -53
  30. package/docs/Styling with SCSS.md +0 -140
  31. package/nginx.conf +0 -69
  32. package/out/.htaccess +0 -16
  33. package/out/404.html +0 -163
  34. package/out/assets/brand/favicon.svg +0 -37
  35. package/out/assets/brand/logo.svg +0 -37
  36. package/out/backend/.htaccess +0 -7
  37. package/out/backend/_core/composer.json +0 -5
  38. package/out/backend/_core/composer.lock +0 -492
  39. package/out/backend/_core/index.php +0 -148
  40. package/out/backend/_core/init.php +0 -34
  41. package/out/backend/_core/modules/RateLimiter.php +0 -31
  42. package/out/backend/_core/modules/Response.php +0 -49
  43. package/out/backend/_core/vendor/autoload.php +0 -22
  44. package/out/backend/_core/vendor/composer/ClassLoader.php +0 -579
  45. package/out/backend/_core/vendor/composer/InstalledVersions.php +0 -396
  46. package/out/backend/_core/vendor/composer/LICENSE +0 -21
  47. package/out/backend/_core/vendor/composer/autoload_classmap.php +0 -15
  48. package/out/backend/_core/vendor/composer/autoload_files.php +0 -12
  49. package/out/backend/_core/vendor/composer/autoload_namespaces.php +0 -9
  50. package/out/backend/_core/vendor/composer/autoload_psr4.php +0 -15
  51. package/out/backend/_core/vendor/composer/autoload_real.php +0 -50
  52. package/out/backend/_core/vendor/composer/autoload_static.php +0 -81
  53. package/out/backend/_core/vendor/composer/installed.json +0 -497
  54. package/out/backend/_core/vendor/composer/installed.php +0 -77
  55. package/out/backend/_core/vendor/composer/platform_check.php +0 -25
  56. package/out/backend/_core/vendor/graham-campbell/result-type/CHANGELOG.md +0 -53
  57. package/out/backend/_core/vendor/graham-campbell/result-type/LICENSE +0 -21
  58. package/out/backend/_core/vendor/graham-campbell/result-type/README.md +0 -42
  59. package/out/backend/_core/vendor/graham-campbell/result-type/composer.json +0 -33
  60. package/out/backend/_core/vendor/graham-campbell/result-type/phpunit.xml.dist +0 -13
  61. package/out/backend/_core/vendor/graham-campbell/result-type/src/Error.php +0 -121
  62. package/out/backend/_core/vendor/graham-campbell/result-type/src/Result.php +0 -69
  63. package/out/backend/_core/vendor/graham-campbell/result-type/src/Success.php +0 -120
  64. package/out/backend/_core/vendor/graham-campbell/result-type/tests/ResultTest.php +0 -95
  65. package/out/backend/_core/vendor/phpoption/phpoption/LICENSE +0 -201
  66. package/out/backend/_core/vendor/phpoption/phpoption/Makefile +0 -17
  67. package/out/backend/_core/vendor/phpoption/phpoption/README.md +0 -201
  68. package/out/backend/_core/vendor/phpoption/phpoption/composer.json +0 -50
  69. package/out/backend/_core/vendor/phpoption/phpoption/phpstan-baseline.neon +0 -44
  70. package/out/backend/_core/vendor/phpoption/phpoption/phpstan.neon.dist +0 -7
  71. package/out/backend/_core/vendor/phpoption/phpoption/phpunit.xml.dist +0 -13
  72. package/out/backend/_core/vendor/phpoption/phpoption/src/PhpOption/LazyOption.php +0 -175
  73. package/out/backend/_core/vendor/phpoption/phpoption/src/PhpOption/None.php +0 -136
  74. package/out/backend/_core/vendor/phpoption/phpoption/src/PhpOption/Option.php +0 -434
  75. package/out/backend/_core/vendor/phpoption/phpoption/src/PhpOption/Some.php +0 -169
  76. package/out/backend/_core/vendor/phpoption/phpoption/tests/PhpOption/Tests/EnsureTest.php +0 -72
  77. package/out/backend/_core/vendor/phpoption/phpoption/tests/PhpOption/Tests/LazyOptionTest.php +0 -357
  78. package/out/backend/_core/vendor/phpoption/phpoption/tests/PhpOption/Tests/NoneTest.php +0 -153
  79. package/out/backend/_core/vendor/phpoption/phpoption/tests/PhpOption/Tests/OptionTest.php +0 -166
  80. package/out/backend/_core/vendor/phpoption/phpoption/tests/PhpOption/Tests/SomeTest.php +0 -194
  81. package/out/backend/_core/vendor/phpoption/phpoption/tests/bootstrap.php +0 -8
  82. package/out/backend/_core/vendor/phpoption/phpoption/vendor-bin/phpstan/composer.json +0 -8
  83. package/out/backend/_core/vendor/symfony/polyfill-ctype/Ctype.php +0 -232
  84. package/out/backend/_core/vendor/symfony/polyfill-ctype/LICENSE +0 -19
  85. package/out/backend/_core/vendor/symfony/polyfill-ctype/README.md +0 -12
  86. package/out/backend/_core/vendor/symfony/polyfill-ctype/bootstrap.php +0 -50
  87. package/out/backend/_core/vendor/symfony/polyfill-ctype/bootstrap80.php +0 -46
  88. package/out/backend/_core/vendor/symfony/polyfill-ctype/composer.json +0 -38
  89. package/out/backend/_core/vendor/symfony/polyfill-mbstring/LICENSE +0 -19
  90. package/out/backend/_core/vendor/symfony/polyfill-mbstring/Mbstring.php +0 -1077
  91. package/out/backend/_core/vendor/symfony/polyfill-mbstring/README.md +0 -13
  92. package/out/backend/_core/vendor/symfony/polyfill-mbstring/Resources/unidata/caseFolding.php +0 -119
  93. package/out/backend/_core/vendor/symfony/polyfill-mbstring/Resources/unidata/lowerCase.php +0 -1397
  94. package/out/backend/_core/vendor/symfony/polyfill-mbstring/Resources/unidata/titleCaseRegexp.php +0 -5
  95. package/out/backend/_core/vendor/symfony/polyfill-mbstring/Resources/unidata/upperCase.php +0 -1489
  96. package/out/backend/_core/vendor/symfony/polyfill-mbstring/bootstrap.php +0 -171
  97. package/out/backend/_core/vendor/symfony/polyfill-mbstring/bootstrap80.php +0 -167
  98. package/out/backend/_core/vendor/symfony/polyfill-mbstring/composer.json +0 -39
  99. package/out/backend/_core/vendor/symfony/polyfill-php80/LICENSE +0 -19
  100. package/out/backend/_core/vendor/symfony/polyfill-php80/Php80.php +0 -115
  101. package/out/backend/_core/vendor/symfony/polyfill-php80/PhpToken.php +0 -106
  102. package/out/backend/_core/vendor/symfony/polyfill-php80/README.md +0 -25
  103. package/out/backend/_core/vendor/symfony/polyfill-php80/Resources/stubs/Attribute.php +0 -31
  104. package/out/backend/_core/vendor/symfony/polyfill-php80/Resources/stubs/PhpToken.php +0 -16
  105. package/out/backend/_core/vendor/symfony/polyfill-php80/Resources/stubs/Stringable.php +0 -20
  106. package/out/backend/_core/vendor/symfony/polyfill-php80/Resources/stubs/UnhandledMatchError.php +0 -16
  107. package/out/backend/_core/vendor/symfony/polyfill-php80/Resources/stubs/ValueError.php +0 -16
  108. package/out/backend/_core/vendor/symfony/polyfill-php80/bootstrap.php +0 -42
  109. package/out/backend/_core/vendor/symfony/polyfill-php80/composer.json +0 -37
  110. package/out/backend/_core/vendor/vlucas/phpdotenv/.editorconfig +0 -15
  111. package/out/backend/_core/vendor/vlucas/phpdotenv/LICENSE +0 -30
  112. package/out/backend/_core/vendor/vlucas/phpdotenv/Makefile +0 -17
  113. package/out/backend/_core/vendor/vlucas/phpdotenv/README.md +0 -370
  114. package/out/backend/_core/vendor/vlucas/phpdotenv/UPGRADING.md +0 -196
  115. package/out/backend/_core/vendor/vlucas/phpdotenv/composer.json +0 -60
  116. package/out/backend/_core/vendor/vlucas/phpdotenv/phpstan-baseline.neon +0 -157
  117. package/out/backend/_core/vendor/vlucas/phpdotenv/phpstan.neon.dist +0 -7
  118. package/out/backend/_core/vendor/vlucas/phpdotenv/phpunit.xml.dist +0 -13
  119. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Dotenv.php +0 -267
  120. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Exception/ExceptionInterface.php +0 -12
  121. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Exception/InvalidEncodingException.php +0 -12
  122. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Exception/InvalidFileException.php +0 -12
  123. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Exception/InvalidPathException.php +0 -12
  124. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Exception/ValidationException.php +0 -12
  125. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Loader/Loader.php +0 -48
  126. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Loader/LoaderInterface.php +0 -20
  127. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Loader/Resolver.php +0 -65
  128. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Parser/Entry.php +0 -59
  129. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Parser/EntryParser.php +0 -299
  130. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Parser/Lexer.php +0 -58
  131. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Parser/Lines.php +0 -127
  132. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Parser/Parser.php +0 -53
  133. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Parser/ParserInterface.php +0 -19
  134. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Parser/Value.php +0 -88
  135. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Repository/Adapter/AdapterInterface.php +0 -15
  136. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Repository/Adapter/ApacheAdapter.php +0 -89
  137. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Repository/Adapter/ArrayAdapter.php +0 -80
  138. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Repository/Adapter/EnvConstAdapter.php +0 -88
  139. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Repository/Adapter/GuardedWriter.php +0 -85
  140. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Repository/Adapter/ImmutableWriter.php +0 -110
  141. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Repository/Adapter/MultiReader.php +0 -48
  142. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Repository/Adapter/MultiWriter.php +0 -64
  143. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Repository/Adapter/PutenvAdapter.php +0 -91
  144. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Repository/Adapter/ReaderInterface.php +0 -17
  145. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Repository/Adapter/ReplacingWriter.php +0 -104
  146. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Repository/Adapter/ServerConstAdapter.php +0 -88
  147. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Repository/Adapter/WriterInterface.php +0 -27
  148. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Repository/AdapterRepository.php +0 -107
  149. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Repository/RepositoryBuilder.php +0 -272
  150. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Repository/RepositoryInterface.php +0 -51
  151. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Store/File/Paths.php +0 -44
  152. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Store/File/Reader.php +0 -81
  153. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Store/FileStore.php +0 -72
  154. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Store/StoreBuilder.php +0 -141
  155. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Store/StoreInterface.php +0 -17
  156. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Store/StringStore.php +0 -37
  157. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Util/Regex.php +0 -112
  158. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Util/Str.php +0 -108
  159. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Validator.php +0 -207
  160. package/out/backend/_core/vendor/vlucas/phpdotenv/tests/Dotenv/DotenvTest.php +0 -387
  161. package/out/backend/_core/vendor/vlucas/phpdotenv/tests/Dotenv/Loader/LoaderTest.php +0 -86
  162. package/out/backend/_core/vendor/vlucas/phpdotenv/tests/Dotenv/Parser/EntryParserTest.php +0 -234
  163. package/out/backend/_core/vendor/vlucas/phpdotenv/tests/Dotenv/Parser/LexerTest.php +0 -40
  164. package/out/backend/_core/vendor/vlucas/phpdotenv/tests/Dotenv/Parser/LinesTest.php +0 -53
  165. package/out/backend/_core/vendor/vlucas/phpdotenv/tests/Dotenv/Parser/ParserTest.php +0 -98
  166. package/out/backend/_core/vendor/vlucas/phpdotenv/tests/Dotenv/Repository/Adapter/ArrayAdapterTest.php +0 -57
  167. package/out/backend/_core/vendor/vlucas/phpdotenv/tests/Dotenv/Repository/Adapter/EnvConstAdapterTest.php +0 -75
  168. package/out/backend/_core/vendor/vlucas/phpdotenv/tests/Dotenv/Repository/Adapter/PutenvAdapterTest.php +0 -52
  169. package/out/backend/_core/vendor/vlucas/phpdotenv/tests/Dotenv/Repository/Adapter/ServerConstAdapterTest.php +0 -75
  170. package/out/backend/_core/vendor/vlucas/phpdotenv/tests/Dotenv/Repository/RepositoryTest.php +0 -305
  171. package/out/backend/_core/vendor/vlucas/phpdotenv/tests/Dotenv/Store/StoreTest.php +0 -141
  172. package/out/backend/_core/vendor/vlucas/phpdotenv/tests/Dotenv/ValidatorTest.php +0 -479
  173. package/out/backend/_core/vendor/vlucas/phpdotenv/tests/fixtures/env/.env +0 -5
  174. package/out/backend/_core/vendor/vlucas/phpdotenv/tests/fixtures/env/assertions.env +0 -18
  175. package/out/backend/_core/vendor/vlucas/phpdotenv/tests/fixtures/env/booleans.env +0 -33
  176. package/out/backend/_core/vendor/vlucas/phpdotenv/tests/fixtures/env/commented.env +0 -15
  177. package/out/backend/_core/vendor/vlucas/phpdotenv/tests/fixtures/env/empty.env +0 -1
  178. package/out/backend/_core/vendor/vlucas/phpdotenv/tests/fixtures/env/example.env +0 -1
  179. package/out/backend/_core/vendor/vlucas/phpdotenv/tests/fixtures/env/exported.env +0 -7
  180. package/out/backend/_core/vendor/vlucas/phpdotenv/tests/fixtures/env/immutable.env +0 -1
  181. package/out/backend/_core/vendor/vlucas/phpdotenv/tests/fixtures/env/integers.env +0 -17
  182. package/out/backend/_core/vendor/vlucas/phpdotenv/tests/fixtures/env/large.env +0 -2
  183. package/out/backend/_core/vendor/vlucas/phpdotenv/tests/fixtures/env/multibyte.env +0 -3
  184. package/out/backend/_core/vendor/vlucas/phpdotenv/tests/fixtures/env/multiline.env +0 -14
  185. package/out/backend/_core/vendor/vlucas/phpdotenv/tests/fixtures/env/multiple.env +0 -4
  186. package/out/backend/_core/vendor/vlucas/phpdotenv/tests/fixtures/env/mutable.env +0 -1
  187. package/out/backend/_core/vendor/vlucas/phpdotenv/tests/fixtures/env/nested.env +0 -15
  188. package/out/backend/_core/vendor/vlucas/phpdotenv/tests/fixtures/env/quoted.env +0 -11
  189. package/out/backend/_core/vendor/vlucas/phpdotenv/tests/fixtures/env/specialchars.env +0 -8
  190. package/out/backend/_core/vendor/vlucas/phpdotenv/tests/fixtures/env/unicodevarnames.env +0 -2
  191. package/out/backend/_core/vendor/vlucas/phpdotenv/tests/fixtures/env/utf8-with-bom-encoding.env +0 -3
  192. package/out/backend/_core/vendor/vlucas/phpdotenv/tests/fixtures/env/windows.env +0 -1
  193. package/out/backend/_core/vendor/vlucas/phpdotenv/vendor-bin/phpstan/composer.json +0 -15
  194. package/out/backend/api/protected/example-protected.php +0 -17
  195. package/out/backend/api/public/example-public.php +0 -17
  196. package/out/backend/database/Database.php +0 -24
  197. package/out/backend/database/migrations/create_example_db.sql +0 -1
  198. package/out/backend/web.config +0 -17
  199. package/out/css/fonts/bootstrap-icons.woff +0 -0
  200. package/out/css/fonts/bootstrap-icons.woff2 +0 -0
  201. package/out/css/github-markdown-dark.css +0 -1124
  202. package/out/css/github-markdown-light.css +0 -1124
  203. package/out/css/pages/404.css +0 -21517
  204. package/out/css/pages/homepage.css +0 -21508
  205. package/out/data/site.json +0 -44
  206. package/out/index.html +0 -1147
  207. package/out/js/bootstrap.bundle.min.js +0 -7
  208. package/out/js/pages/js/pages/404.js +0 -6
  209. package/out/js/pages/js/pages/homepage.js +0 -6
  210. package/out/js/pages/ts/pages/404.js +0 -6
  211. package/out/js/pages/ts/pages/homepage.js +0 -6
  212. package/out/llms.txt +0 -14
  213. package/out/robots.txt +0 -4
  214. package/out/sitemap.xml +0 -15
  215. package/out/web.config +0 -27
  216. package/src/backend/.htaccess +0 -7
  217. package/src/backend/_core/composer.json +0 -5
  218. package/src/backend/_core/composer.lock +0 -492
  219. package/src/backend/_core/index.php +0 -148
  220. package/src/backend/_core/init.php +0 -34
  221. package/src/backend/_core/modules/RateLimiter.php +0 -31
  222. package/src/backend/_core/modules/Response.php +0 -49
  223. package/src/backend/api/protected/example-protected.php +0 -17
  224. package/src/backend/api/public/example-public.php +0 -17
  225. package/src/backend/database/Database.php +0 -24
  226. package/src/backend/database/migrations/create_example_db.sql +0 -1
  227. package/src/backend/web.config +0 -17
  228. package/src/frontend/.htaccess +0 -16
  229. package/src/frontend/404.njk +0 -17
  230. package/src/frontend/assets/brand/favicon.svg +0 -37
  231. package/src/frontend/assets/brand/logo.svg +0 -37
  232. package/src/frontend/components/global/footer.njk +0 -27
  233. package/src/frontend/components/global/header.njk +0 -11
  234. package/src/frontend/components/welcome.njk +0 -251
  235. package/src/frontend/data/site.json +0 -44
  236. package/src/frontend/index.njk +0 -9
  237. package/src/frontend/js/modules/exampleModule.js +0 -3
  238. package/src/frontend/js/pages/404.js +0 -7
  239. package/src/frontend/js/pages/homepage.js +0 -7
  240. package/src/frontend/layouts/base.njk +0 -137
  241. package/src/frontend/layouts/pageComponents.njk +0 -14
  242. package/src/frontend/llms.njk +0 -18
  243. package/src/frontend/robots.njk +0 -8
  244. package/src/frontend/scss/modules/_animations.scss +0 -25
  245. package/src/frontend/scss/modules/_buttons.scss +0 -24
  246. package/src/frontend/scss/modules/_footer.scss +0 -32
  247. package/src/frontend/scss/modules/_global.scss +0 -46
  248. package/src/frontend/scss/modules/_header.scss +0 -33
  249. package/src/frontend/scss/modules/_mobile.scss +0 -30
  250. package/src/frontend/scss/modules/_notification.scss +0 -56
  251. package/src/frontend/scss/modules/_root.scss +0 -35
  252. package/src/frontend/scss/modules/_typography.scss +0 -15
  253. package/src/frontend/scss/modules/frameworks/_bootstrap.scss +0 -110
  254. package/src/frontend/scss/modules/frameworks/_bulma.scss +0 -109
  255. package/src/frontend/scss/modules/frameworks/_foundation.scss +0 -139
  256. package/src/frontend/scss/modules/frameworks/_uikit.scss +0 -110
  257. package/src/frontend/scss/pages/404.scss +0 -28
  258. package/src/frontend/scss/pages/homepage.scss +0 -23
  259. package/src/frontend/sitemap.njk +0 -17
  260. package/src/frontend/ts/modules/exampleModule.ts +0 -3
  261. package/src/frontend/ts/pages/404.ts +0 -7
  262. package/src/frontend/ts/pages/homepage.ts +0 -7
  263. package/src/frontend/web.config +0 -27
  264. package/tsconfig.json +0 -25
@@ -1,31 +0,0 @@
1
- <?php
2
-
3
- declare(strict_types=1);
4
-
5
- class RateLimiter {
6
- public static function check(string $ip, int $maxRequests = 60, int $windowSeconds = 60): void {
7
- $cacheDir = __DIR__ . '/../../cache';
8
-
9
- if (!is_dir($cacheDir)) {
10
- mkdir($cacheDir, 0755, true);
11
- }
12
-
13
- $cacheFile = $cacheDir . '/rl_' . md5($ip) . '.json';
14
- $now = time();
15
- $data = [];
16
-
17
- if (file_exists($cacheFile)) {
18
- $data = json_decode(file_get_contents($cacheFile), true) ?: [];
19
- }
20
-
21
- $data = array_filter($data, fn($ts) => $ts > ($now - $windowSeconds));
22
- $data[] = $now;
23
-
24
- file_put_contents($cacheFile, json_encode(array_values($data)), LOCK_EX);
25
-
26
- if (count($data) > $maxRequests) {
27
- header('Retry-After: ' . $windowSeconds);
28
- Response::error('Too Many Requests', 429);
29
- }
30
- }
31
- }
@@ -1,49 +0,0 @@
1
- <?php
2
-
3
- declare(strict_types=1);
4
-
5
- if (!defined('CORE_ACCESS')) {
6
- $errorPage = $_SERVER['DOCUMENT_ROOT'] . '/404.html';
7
- http_response_code(404);
8
- if (file_exists($errorPage)) {
9
- header('Content-Type: text/html; charset=UTF-8');
10
- echo file_get_contents($errorPage);
11
- } else {
12
- echo "404 Not Found";
13
- }
14
- exit;
15
- }
16
-
17
- class Response
18
- {
19
- public static function success(mixed $data = null, int $code = 200): never
20
- {
21
- http_response_code($code);
22
- echo json_encode([
23
- 'status' => 'success',
24
- 'data' => $data,
25
- ], JSON_UNESCAPED_UNICODE | JSON_UNESCAPED_SLASHES);
26
- exit;
27
- }
28
-
29
- public static function error(string $message, int $code = 400, mixed $details = null): never
30
- {
31
- http_response_code($code);
32
- $body = [
33
- 'status' => 'error',
34
- 'message' => $message,
35
- 'code' => $code,
36
- ];
37
- if ($details !== null) {
38
- $body['details'] = $details;
39
- }
40
- echo json_encode($body, JSON_UNESCAPED_UNICODE | JSON_UNESCAPED_SLASHES);
41
- exit;
42
- }
43
-
44
- public static function noContent(): never
45
- {
46
- http_response_code(204);
47
- exit;
48
- }
49
- }
@@ -1,22 +0,0 @@
1
- <?php
2
-
3
- // autoload.php @generated by Composer
4
-
5
- if (PHP_VERSION_ID < 50600) {
6
- if (!headers_sent()) {
7
- header('HTTP/1.1 500 Internal Server Error');
8
- }
9
- $err = 'Composer 2.3.0 dropped support for autoloading on PHP <5.6 and you are running '.PHP_VERSION.', please upgrade PHP or use Composer 2.2 LTS via "composer self-update --2.2". Aborting.'.PHP_EOL;
10
- if (!ini_get('display_errors')) {
11
- if (PHP_SAPI === 'cli' || PHP_SAPI === 'phpdbg') {
12
- fwrite(STDERR, $err);
13
- } elseif (!headers_sent()) {
14
- echo $err;
15
- }
16
- }
17
- throw new RuntimeException($err);
18
- }
19
-
20
- require_once __DIR__ . '/composer/autoload_real.php';
21
-
22
- return ComposerAutoloaderInit108be68e4e2b97fed51d36a10eed0849::getLoader();
@@ -1,579 +0,0 @@
1
- <?php
2
-
3
- /*
4
- * This file is part of Composer.
5
- *
6
- * (c) Nils Adermann <naderman@naderman.de>
7
- * Jordi Boggiano <j.boggiano@seld.be>
8
- *
9
- * For the full copyright and license information, please view the LICENSE
10
- * file that was distributed with this source code.
11
- */
12
-
13
- namespace Composer\Autoload;
14
-
15
- /**
16
- * ClassLoader implements a PSR-0, PSR-4 and classmap class loader.
17
- *
18
- * $loader = new \Composer\Autoload\ClassLoader();
19
- *
20
- * // register classes with namespaces
21
- * $loader->add('Symfony\Component', __DIR__.'/component');
22
- * $loader->add('Symfony', __DIR__.'/framework');
23
- *
24
- * // activate the autoloader
25
- * $loader->register();
26
- *
27
- * // to enable searching the include path (eg. for PEAR packages)
28
- * $loader->setUseIncludePath(true);
29
- *
30
- * In this example, if you try to use a class in the Symfony\Component
31
- * namespace or one of its children (Symfony\Component\Console for instance),
32
- * the autoloader will first look for the class under the component/
33
- * directory, and it will then fallback to the framework/ directory if not
34
- * found before giving up.
35
- *
36
- * This class is loosely based on the Symfony UniversalClassLoader.
37
- *
38
- * @author Fabien Potencier <fabien@symfony.com>
39
- * @author Jordi Boggiano <j.boggiano@seld.be>
40
- * @see https://www.php-fig.org/psr/psr-0/
41
- * @see https://www.php-fig.org/psr/psr-4/
42
- */
43
- class ClassLoader
44
- {
45
- /** @var \Closure(string):void */
46
- private static $includeFile;
47
-
48
- /** @var string|null */
49
- private $vendorDir;
50
-
51
- // PSR-4
52
- /**
53
- * @var array<string, array<string, int>>
54
- */
55
- private $prefixLengthsPsr4 = array();
56
- /**
57
- * @var array<string, list<string>>
58
- */
59
- private $prefixDirsPsr4 = array();
60
- /**
61
- * @var list<string>
62
- */
63
- private $fallbackDirsPsr4 = array();
64
-
65
- // PSR-0
66
- /**
67
- * List of PSR-0 prefixes
68
- *
69
- * Structured as array('F (first letter)' => array('Foo\Bar (full prefix)' => array('path', 'path2')))
70
- *
71
- * @var array<string, array<string, list<string>>>
72
- */
73
- private $prefixesPsr0 = array();
74
- /**
75
- * @var list<string>
76
- */
77
- private $fallbackDirsPsr0 = array();
78
-
79
- /** @var bool */
80
- private $useIncludePath = false;
81
-
82
- /**
83
- * @var array<string, string>
84
- */
85
- private $classMap = array();
86
-
87
- /** @var bool */
88
- private $classMapAuthoritative = false;
89
-
90
- /**
91
- * @var array<string, bool>
92
- */
93
- private $missingClasses = array();
94
-
95
- /** @var string|null */
96
- private $apcuPrefix;
97
-
98
- /**
99
- * @var array<string, self>
100
- */
101
- private static $registeredLoaders = array();
102
-
103
- /**
104
- * @param string|null $vendorDir
105
- */
106
- public function __construct($vendorDir = null)
107
- {
108
- $this->vendorDir = $vendorDir;
109
- self::initializeIncludeClosure();
110
- }
111
-
112
- /**
113
- * @return array<string, list<string>>
114
- */
115
- public function getPrefixes()
116
- {
117
- if (!empty($this->prefixesPsr0)) {
118
- return call_user_func_array('array_merge', array_values($this->prefixesPsr0));
119
- }
120
-
121
- return array();
122
- }
123
-
124
- /**
125
- * @return array<string, list<string>>
126
- */
127
- public function getPrefixesPsr4()
128
- {
129
- return $this->prefixDirsPsr4;
130
- }
131
-
132
- /**
133
- * @return list<string>
134
- */
135
- public function getFallbackDirs()
136
- {
137
- return $this->fallbackDirsPsr0;
138
- }
139
-
140
- /**
141
- * @return list<string>
142
- */
143
- public function getFallbackDirsPsr4()
144
- {
145
- return $this->fallbackDirsPsr4;
146
- }
147
-
148
- /**
149
- * @return array<string, string> Array of classname => path
150
- */
151
- public function getClassMap()
152
- {
153
- return $this->classMap;
154
- }
155
-
156
- /**
157
- * @param array<string, string> $classMap Class to filename map
158
- *
159
- * @return void
160
- */
161
- public function addClassMap(array $classMap)
162
- {
163
- if ($this->classMap) {
164
- $this->classMap = array_merge($this->classMap, $classMap);
165
- } else {
166
- $this->classMap = $classMap;
167
- }
168
- }
169
-
170
- /**
171
- * Registers a set of PSR-0 directories for a given prefix, either
172
- * appending or prepending to the ones previously set for this prefix.
173
- *
174
- * @param string $prefix The prefix
175
- * @param list<string>|string $paths The PSR-0 root directories
176
- * @param bool $prepend Whether to prepend the directories
177
- *
178
- * @return void
179
- */
180
- public function add($prefix, $paths, $prepend = false)
181
- {
182
- $paths = (array) $paths;
183
- if (!$prefix) {
184
- if ($prepend) {
185
- $this->fallbackDirsPsr0 = array_merge(
186
- $paths,
187
- $this->fallbackDirsPsr0
188
- );
189
- } else {
190
- $this->fallbackDirsPsr0 = array_merge(
191
- $this->fallbackDirsPsr0,
192
- $paths
193
- );
194
- }
195
-
196
- return;
197
- }
198
-
199
- $first = $prefix[0];
200
- if (!isset($this->prefixesPsr0[$first][$prefix])) {
201
- $this->prefixesPsr0[$first][$prefix] = $paths;
202
-
203
- return;
204
- }
205
- if ($prepend) {
206
- $this->prefixesPsr0[$first][$prefix] = array_merge(
207
- $paths,
208
- $this->prefixesPsr0[$first][$prefix]
209
- );
210
- } else {
211
- $this->prefixesPsr0[$first][$prefix] = array_merge(
212
- $this->prefixesPsr0[$first][$prefix],
213
- $paths
214
- );
215
- }
216
- }
217
-
218
- /**
219
- * Registers a set of PSR-4 directories for a given namespace, either
220
- * appending or prepending to the ones previously set for this namespace.
221
- *
222
- * @param string $prefix The prefix/namespace, with trailing '\\'
223
- * @param list<string>|string $paths The PSR-4 base directories
224
- * @param bool $prepend Whether to prepend the directories
225
- *
226
- * @throws \InvalidArgumentException
227
- *
228
- * @return void
229
- */
230
- public function addPsr4($prefix, $paths, $prepend = false)
231
- {
232
- $paths = (array) $paths;
233
- if (!$prefix) {
234
- // Register directories for the root namespace.
235
- if ($prepend) {
236
- $this->fallbackDirsPsr4 = array_merge(
237
- $paths,
238
- $this->fallbackDirsPsr4
239
- );
240
- } else {
241
- $this->fallbackDirsPsr4 = array_merge(
242
- $this->fallbackDirsPsr4,
243
- $paths
244
- );
245
- }
246
- } elseif (!isset($this->prefixDirsPsr4[$prefix])) {
247
- // Register directories for a new namespace.
248
- $length = strlen($prefix);
249
- if ('\\' !== $prefix[$length - 1]) {
250
- throw new \InvalidArgumentException("A non-empty PSR-4 prefix must end with a namespace separator.");
251
- }
252
- $this->prefixLengthsPsr4[$prefix[0]][$prefix] = $length;
253
- $this->prefixDirsPsr4[$prefix] = $paths;
254
- } elseif ($prepend) {
255
- // Prepend directories for an already registered namespace.
256
- $this->prefixDirsPsr4[$prefix] = array_merge(
257
- $paths,
258
- $this->prefixDirsPsr4[$prefix]
259
- );
260
- } else {
261
- // Append directories for an already registered namespace.
262
- $this->prefixDirsPsr4[$prefix] = array_merge(
263
- $this->prefixDirsPsr4[$prefix],
264
- $paths
265
- );
266
- }
267
- }
268
-
269
- /**
270
- * Registers a set of PSR-0 directories for a given prefix,
271
- * replacing any others previously set for this prefix.
272
- *
273
- * @param string $prefix The prefix
274
- * @param list<string>|string $paths The PSR-0 base directories
275
- *
276
- * @return void
277
- */
278
- public function set($prefix, $paths)
279
- {
280
- if (!$prefix) {
281
- $this->fallbackDirsPsr0 = (array) $paths;
282
- } else {
283
- $this->prefixesPsr0[$prefix[0]][$prefix] = (array) $paths;
284
- }
285
- }
286
-
287
- /**
288
- * Registers a set of PSR-4 directories for a given namespace,
289
- * replacing any others previously set for this namespace.
290
- *
291
- * @param string $prefix The prefix/namespace, with trailing '\\'
292
- * @param list<string>|string $paths The PSR-4 base directories
293
- *
294
- * @throws \InvalidArgumentException
295
- *
296
- * @return void
297
- */
298
- public function setPsr4($prefix, $paths)
299
- {
300
- if (!$prefix) {
301
- $this->fallbackDirsPsr4 = (array) $paths;
302
- } else {
303
- $length = strlen($prefix);
304
- if ('\\' !== $prefix[$length - 1]) {
305
- throw new \InvalidArgumentException("A non-empty PSR-4 prefix must end with a namespace separator.");
306
- }
307
- $this->prefixLengthsPsr4[$prefix[0]][$prefix] = $length;
308
- $this->prefixDirsPsr4[$prefix] = (array) $paths;
309
- }
310
- }
311
-
312
- /**
313
- * Turns on searching the include path for class files.
314
- *
315
- * @param bool $useIncludePath
316
- *
317
- * @return void
318
- */
319
- public function setUseIncludePath($useIncludePath)
320
- {
321
- $this->useIncludePath = $useIncludePath;
322
- }
323
-
324
- /**
325
- * Can be used to check if the autoloader uses the include path to check
326
- * for classes.
327
- *
328
- * @return bool
329
- */
330
- public function getUseIncludePath()
331
- {
332
- return $this->useIncludePath;
333
- }
334
-
335
- /**
336
- * Turns off searching the prefix and fallback directories for classes
337
- * that have not been registered with the class map.
338
- *
339
- * @param bool $classMapAuthoritative
340
- *
341
- * @return void
342
- */
343
- public function setClassMapAuthoritative($classMapAuthoritative)
344
- {
345
- $this->classMapAuthoritative = $classMapAuthoritative;
346
- }
347
-
348
- /**
349
- * Should class lookup fail if not found in the current class map?
350
- *
351
- * @return bool
352
- */
353
- public function isClassMapAuthoritative()
354
- {
355
- return $this->classMapAuthoritative;
356
- }
357
-
358
- /**
359
- * APCu prefix to use to cache found/not-found classes, if the extension is enabled.
360
- *
361
- * @param string|null $apcuPrefix
362
- *
363
- * @return void
364
- */
365
- public function setApcuPrefix($apcuPrefix)
366
- {
367
- $this->apcuPrefix = function_exists('apcu_fetch') && filter_var(ini_get('apc.enabled'), FILTER_VALIDATE_BOOLEAN) ? $apcuPrefix : null;
368
- }
369
-
370
- /**
371
- * The APCu prefix in use, or null if APCu caching is not enabled.
372
- *
373
- * @return string|null
374
- */
375
- public function getApcuPrefix()
376
- {
377
- return $this->apcuPrefix;
378
- }
379
-
380
- /**
381
- * Registers this instance as an autoloader.
382
- *
383
- * @param bool $prepend Whether to prepend the autoloader or not
384
- *
385
- * @return void
386
- */
387
- public function register($prepend = false)
388
- {
389
- spl_autoload_register(array($this, 'loadClass'), true, $prepend);
390
-
391
- if (null === $this->vendorDir) {
392
- return;
393
- }
394
-
395
- if ($prepend) {
396
- self::$registeredLoaders = array($this->vendorDir => $this) + self::$registeredLoaders;
397
- } else {
398
- unset(self::$registeredLoaders[$this->vendorDir]);
399
- self::$registeredLoaders[$this->vendorDir] = $this;
400
- }
401
- }
402
-
403
- /**
404
- * Unregisters this instance as an autoloader.
405
- *
406
- * @return void
407
- */
408
- public function unregister()
409
- {
410
- spl_autoload_unregister(array($this, 'loadClass'));
411
-
412
- if (null !== $this->vendorDir) {
413
- unset(self::$registeredLoaders[$this->vendorDir]);
414
- }
415
- }
416
-
417
- /**
418
- * Loads the given class or interface.
419
- *
420
- * @param string $class The name of the class
421
- * @return true|null True if loaded, null otherwise
422
- */
423
- public function loadClass($class)
424
- {
425
- if ($file = $this->findFile($class)) {
426
- $includeFile = self::$includeFile;
427
- $includeFile($file);
428
-
429
- return true;
430
- }
431
-
432
- return null;
433
- }
434
-
435
- /**
436
- * Finds the path to the file where the class is defined.
437
- *
438
- * @param string $class The name of the class
439
- *
440
- * @return string|false The path if found, false otherwise
441
- */
442
- public function findFile($class)
443
- {
444
- // class map lookup
445
- if (isset($this->classMap[$class])) {
446
- return $this->classMap[$class];
447
- }
448
- if ($this->classMapAuthoritative || isset($this->missingClasses[$class])) {
449
- return false;
450
- }
451
- if (null !== $this->apcuPrefix) {
452
- $file = apcu_fetch($this->apcuPrefix.$class, $hit);
453
- if ($hit) {
454
- return $file;
455
- }
456
- }
457
-
458
- $file = $this->findFileWithExtension($class, '.php');
459
-
460
- // Search for Hack files if we are running on HHVM
461
- if (false === $file && defined('HHVM_VERSION')) {
462
- $file = $this->findFileWithExtension($class, '.hh');
463
- }
464
-
465
- if (null !== $this->apcuPrefix) {
466
- apcu_add($this->apcuPrefix.$class, $file);
467
- }
468
-
469
- if (false === $file) {
470
- // Remember that this class does not exist.
471
- $this->missingClasses[$class] = true;
472
- }
473
-
474
- return $file;
475
- }
476
-
477
- /**
478
- * Returns the currently registered loaders keyed by their corresponding vendor directories.
479
- *
480
- * @return array<string, self>
481
- */
482
- public static function getRegisteredLoaders()
483
- {
484
- return self::$registeredLoaders;
485
- }
486
-
487
- /**
488
- * @param string $class
489
- * @param string $ext
490
- * @return string|false
491
- */
492
- private function findFileWithExtension($class, $ext)
493
- {
494
- // PSR-4 lookup
495
- $logicalPathPsr4 = strtr($class, '\\', DIRECTORY_SEPARATOR) . $ext;
496
-
497
- $first = $class[0];
498
- if (isset($this->prefixLengthsPsr4[$first])) {
499
- $subPath = $class;
500
- while (false !== $lastPos = strrpos($subPath, '\\')) {
501
- $subPath = substr($subPath, 0, $lastPos);
502
- $search = $subPath . '\\';
503
- if (isset($this->prefixDirsPsr4[$search])) {
504
- $pathEnd = DIRECTORY_SEPARATOR . substr($logicalPathPsr4, $lastPos + 1);
505
- foreach ($this->prefixDirsPsr4[$search] as $dir) {
506
- if (file_exists($file = $dir . $pathEnd)) {
507
- return $file;
508
- }
509
- }
510
- }
511
- }
512
- }
513
-
514
- // PSR-4 fallback dirs
515
- foreach ($this->fallbackDirsPsr4 as $dir) {
516
- if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr4)) {
517
- return $file;
518
- }
519
- }
520
-
521
- // PSR-0 lookup
522
- if (false !== $pos = strrpos($class, '\\')) {
523
- // namespaced class name
524
- $logicalPathPsr0 = substr($logicalPathPsr4, 0, $pos + 1)
525
- . strtr(substr($logicalPathPsr4, $pos + 1), '_', DIRECTORY_SEPARATOR);
526
- } else {
527
- // PEAR-like class name
528
- $logicalPathPsr0 = strtr($class, '_', DIRECTORY_SEPARATOR) . $ext;
529
- }
530
-
531
- if (isset($this->prefixesPsr0[$first])) {
532
- foreach ($this->prefixesPsr0[$first] as $prefix => $dirs) {
533
- if (0 === strpos($class, $prefix)) {
534
- foreach ($dirs as $dir) {
535
- if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr0)) {
536
- return $file;
537
- }
538
- }
539
- }
540
- }
541
- }
542
-
543
- // PSR-0 fallback dirs
544
- foreach ($this->fallbackDirsPsr0 as $dir) {
545
- if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr0)) {
546
- return $file;
547
- }
548
- }
549
-
550
- // PSR-0 include paths.
551
- if ($this->useIncludePath && $file = stream_resolve_include_path($logicalPathPsr0)) {
552
- return $file;
553
- }
554
-
555
- return false;
556
- }
557
-
558
- /**
559
- * @return void
560
- */
561
- private static function initializeIncludeClosure()
562
- {
563
- if (self::$includeFile !== null) {
564
- return;
565
- }
566
-
567
- /**
568
- * Scope isolated include.
569
- *
570
- * Prevents access to $this/self from included files.
571
- *
572
- * @param string $file
573
- * @return void
574
- */
575
- self::$includeFile = \Closure::bind(static function($file) {
576
- include $file;
577
- }, null, null);
578
- }
579
- }