From 2fb5460c34b0f1da67f61c0dce0e8cdde278cea5 Mon Sep 17 00:00:00 2001 From: sajjadef98 <64258914+sajjadef98@users.noreply.github.com> Date: Wed, 27 Oct 2021 23:12:11 +0330 Subject: [PATCH] flare1 --- .gitignore | 1 + Flare/.htaccess | 6 + Flare/Controllers/EFTEKHARI.php | 60 + Flare/Flare_Libraries/MysqliDb.php | 2523 ++++++++ Flare/Flare_Libraries/dbObject.php | 807 +++ Flare/Flare_Libraries/jdf.php | 656 +++ Flare/Global_Functions/Flare.php | 83 + Flare/Libraries/Captcha.php | 95 + Flare/Libraries/Email.php | 49 + Flare/View/404/404.php | 112 + Flare/View/Plates/w-template.php | 102 + Flare/View/Plates/welcome.php | 25 + Flare/View/Welcome/Welcome.php | 127 + Flare/View/footer.php | 4 + Flare/View/header.php | 10 + Flare/View/home.php | 14 + Flare/app/Router.php | 31 + Flare/app/config.php | 40 + README.md | 43 + composer.json | 34 + composer.lock | 1270 ++++ env.example | 21 + license.txt | 22 + public/.htaccess | 49 + public/Flare.png | Bin 0 -> 97912 bytes public/Orial.ttf | Bin 0 -> 150613 bytes public/addiel.ttf | Bin 0 -> 34389 bytes public/captcha-back.jpg | Bin 0 -> 34325 bytes public/favicon.ico | Bin 0 -> 15406 bytes public/index.php | 4 + vendor/autoload.php | 7 + vendor/composer/ClassLoader.php | 572 ++ vendor/composer/InstalledVersions.php | 337 ++ vendor/composer/LICENSE | 21 + vendor/composer/autoload_classmap.php | 35 + vendor/composer/autoload_files.php | 15 + vendor/composer/autoload_namespaces.php | 9 + vendor/composer/autoload_psr4.php | 24 + vendor/composer/autoload_real.php | 75 + vendor/composer/autoload_static.php | 162 + vendor/composer/installed.json | 1312 +++++ vendor/composer/installed.php | 194 + vendor/composer/platform_check.php | 26 + vendor/graham-campbell/result-type/LICENSE | 21 + .../graham-campbell/result-type/composer.json | 32 + .../graham-campbell/result-type/src/Error.php | 120 + .../result-type/src/Result.php | 69 + .../result-type/src/Success.php | 119 + vendor/izniburak/router/.gitignore | 8 + vendor/izniburak/router/.travis.yml | 36 + vendor/izniburak/router/LICENCE.md | 21 + vendor/izniburak/router/README.md | 110 + vendor/izniburak/router/composer.json | 40 + vendor/izniburak/router/phpunit.xml.dist | 26 + .../izniburak/router/src/Http/Controller.php | 16 + vendor/izniburak/router/src/Http/Http.php | 8 + .../izniburak/router/src/Http/Middleware.php | 8 + vendor/izniburak/router/src/Router.php | 785 +++ vendor/izniburak/router/src/RouterCommand.php | 389 ++ .../izniburak/router/src/RouterException.php | 31 + vendor/izniburak/router/src/RouterRequest.php | 127 + vendor/izniburak/router/tests/RouterTest.php | 94 + .../izniburak/router/tests/fixtures/.htaccess | 5 + .../router/tests/fixtures/TestController.php | 9 + .../fixtures/controllers/TestController.php | 11 + .../izniburak/router/tests/fixtures/index.php | 26 + .../router/tests/fixtures/travis-ci-apache | 21 + .../router/tests/fixtures/www.conf.default | 384 ++ .../league/plates/.github/workflows/docs.yml | 26 + .../league/plates/.github/workflows/php.yml | 35 + vendor/league/plates/CONTRIBUTING.md | 29 + vendor/league/plates/LICENSE | 21 + vendor/league/plates/README.md | 64 + vendor/league/plates/composer.json | 52 + vendor/league/plates/doc/config.toml | 15 + vendor/league/plates/doc/content/_index.md | 39 + .../plates/doc/content/engine/_index.md | 6 + .../plates/doc/content/engine/extensions.md | 119 + .../doc/content/engine/file-extensions.md | 35 + .../plates/doc/content/engine/folders.md | 49 + .../plates/doc/content/engine/functions.md | 33 + .../plates/doc/content/engine/overview.md | 56 + .../plates/doc/content/extensions/_index.md | 6 + .../plates/doc/content/extensions/asset.md | 57 + .../doc/content/extensions/community.md | 13 + .../plates/doc/content/extensions/uri.md | 81 + .../doc/content/getting-started/_index.md | 6 + .../content/getting-started/installation.md | 33 + .../content/getting-started/simple-example.md | 50 + .../plates/doc/content/templates/_index.md | 6 + .../plates/doc/content/templates/data.md | 60 + .../plates/doc/content/templates/escaping.md | 49 + .../plates/doc/content/templates/functions.md | 46 + .../doc/content/templates/inheritance.md | 63 + .../plates/doc/content/templates/layouts.md | 104 + .../plates/doc/content/templates/nesting.md | 43 + .../plates/doc/content/templates/overview.md | 72 + .../plates/doc/content/templates/sections.md | 83 + .../plates/doc/content/templates/syntax.md | 49 + .../plates/doc/layouts/_default/baseof.html | 114 + .../plates/doc/layouts/_default/list.html | 4 + .../plates/doc/layouts/_default/single.html | 4 + .../plates/doc/layouts/partials/title.html | 11 + .../doc/layouts/shortcodes/code-filename.html | 1 + .../plates/doc/layouts/shortcodes/html.html | 3 + vendor/league/plates/doc/static/CNAME | 1 + .../league/plates/doc/static/css/custom.css | 23 + .../favicon/apple-touch-icon-precomposed.png | Bin 0 -> 5531 bytes .../plates/doc/static/favicon/favicon.ico | Bin 0 -> 6518 bytes .../league/plates/doc/static/images/logo.png | Bin 0 -> 2306 bytes vendor/league/plates/example/example.php | 12 + .../plates/example/templates/layout.php | 12 + .../plates/example/templates/profile.php | 12 + .../plates/example/templates/sidebar.php | 6 + vendor/league/plates/phpunit.xml.dist | 36 + vendor/league/plates/src/Engine.php | 279 + vendor/league/plates/src/Extension/Asset.php | 85 + .../src/Extension/ExtensionInterface.php | 13 + vendor/league/plates/src/Extension/URI.php | 113 + vendor/league/plates/src/Template/Data.php | 93 + .../league/plates/src/Template/Directory.php | 53 + .../plates/src/Template/FileExtension.php | 45 + vendor/league/plates/src/Template/Folder.php | 109 + vendor/league/plates/src/Template/Folders.php | 75 + vendor/league/plates/src/Template/Func.php | 107 + .../league/plates/src/Template/Functions.php | 78 + vendor/league/plates/src/Template/Name.php | 206 + .../league/plates/src/Template/Template.php | 384 ++ vendor/odan/session/.cs.php | 44 + .../odan/session/.github/workflows/build.yml | 48 + vendor/odan/session/LICENSE | 22 + vendor/odan/session/README.md | 14 + vendor/odan/session/_config.yml | 1 + vendor/odan/session/composer.json | 56 + vendor/odan/session/phpcs.xml | 39 + vendor/odan/session/phpstan.neon | 4 + vendor/odan/session/phpunit.xml | 17 + .../src/Exception/SessionException.php | 12 + vendor/odan/session/src/Flash.php | 103 + vendor/odan/session/src/FlashInterface.php | 61 + vendor/odan/session/src/MemorySession.php | 285 + .../src/Middleware/SessionMiddleware.php | 50 + vendor/odan/session/src/PhpSession.php | 295 + .../session/src/SessionAwareInterface.php | 16 + vendor/odan/session/src/SessionAwareTrait.php | 28 + vendor/odan/session/src/SessionInterface.php | 201 + vendor/phpmailer/phpmailer/COMMITMENT | 46 + vendor/phpmailer/phpmailer/LICENSE | 502 ++ vendor/phpmailer/phpmailer/README.md | 227 + vendor/phpmailer/phpmailer/SECURITY.md | 37 + vendor/phpmailer/phpmailer/VERSION | 1 + vendor/phpmailer/phpmailer/composer.json | 71 + .../phpmailer/phpmailer/get_oauth_token.php | 146 + .../phpmailer/language/phpmailer.lang-af.php | 26 + .../phpmailer/language/phpmailer.lang-ar.php | 27 + .../phpmailer/language/phpmailer.lang-az.php | 27 + .../phpmailer/language/phpmailer.lang-ba.php | 27 + .../phpmailer/language/phpmailer.lang-be.php | 27 + .../phpmailer/language/phpmailer.lang-bg.php | 27 + .../phpmailer/language/phpmailer.lang-ca.php | 27 + .../phpmailer/language/phpmailer.lang-ch.php | 27 + .../phpmailer/language/phpmailer.lang-cs.php | 28 + .../phpmailer/language/phpmailer.lang-da.php | 29 + .../phpmailer/language/phpmailer.lang-de.php | 28 + .../phpmailer/language/phpmailer.lang-el.php | 26 + .../phpmailer/language/phpmailer.lang-eo.php | 26 + .../phpmailer/language/phpmailer.lang-es.php | 27 + .../phpmailer/language/phpmailer.lang-et.php | 28 + .../phpmailer/language/phpmailer.lang-fa.php | 28 + .../phpmailer/language/phpmailer.lang-fi.php | 28 + .../phpmailer/language/phpmailer.lang-fo.php | 27 + .../phpmailer/language/phpmailer.lang-fr.php | 32 + .../phpmailer/language/phpmailer.lang-gl.php | 27 + .../phpmailer/language/phpmailer.lang-he.php | 27 + .../phpmailer/language/phpmailer.lang-hi.php | 27 + .../phpmailer/language/phpmailer.lang-hr.php | 27 + .../phpmailer/language/phpmailer.lang-hu.php | 27 + .../phpmailer/language/phpmailer.lang-hy.php | 27 + .../phpmailer/language/phpmailer.lang-id.php | 31 + .../phpmailer/language/phpmailer.lang-it.php | 28 + .../phpmailer/language/phpmailer.lang-ja.php | 29 + .../phpmailer/language/phpmailer.lang-ka.php | 27 + .../phpmailer/language/phpmailer.lang-ko.php | 27 + .../phpmailer/language/phpmailer.lang-lt.php | 27 + .../phpmailer/language/phpmailer.lang-lv.php | 27 + .../phpmailer/language/phpmailer.lang-mg.php | 27 + .../phpmailer/language/phpmailer.lang-ms.php | 27 + .../phpmailer/language/phpmailer.lang-nb.php | 26 + .../phpmailer/language/phpmailer.lang-nl.php | 34 + .../phpmailer/language/phpmailer.lang-pl.php | 27 + .../phpmailer/language/phpmailer.lang-pt.php | 27 + .../language/phpmailer.lang-pt_br.php | 30 + .../phpmailer/language/phpmailer.lang-ro.php | 27 + .../phpmailer/language/phpmailer.lang-ru.php | 28 + .../phpmailer/language/phpmailer.lang-sk.php | 30 + .../phpmailer/language/phpmailer.lang-sl.php | 31 + .../phpmailer/language/phpmailer.lang-sr.php | 28 + .../language/phpmailer.lang-sr_latn.php | 28 + .../phpmailer/language/phpmailer.lang-sv.php | 27 + .../phpmailer/language/phpmailer.lang-tl.php | 28 + .../phpmailer/language/phpmailer.lang-tr.php | 31 + .../phpmailer/language/phpmailer.lang-uk.php | 28 + .../phpmailer/language/phpmailer.lang-vi.php | 27 + .../phpmailer/language/phpmailer.lang-zh.php | 29 + .../language/phpmailer.lang-zh_cn.php | 29 + vendor/phpmailer/phpmailer/src/Exception.php | 40 + vendor/phpmailer/phpmailer/src/OAuth.php | 139 + vendor/phpmailer/phpmailer/src/PHPMailer.php | 5029 ++++++++++++++++ vendor/phpmailer/phpmailer/src/POP3.php | 448 ++ vendor/phpmailer/phpmailer/src/SMTP.php | 1456 +++++ vendor/phpoption/phpoption/LICENSE | 201 + vendor/phpoption/phpoption/Makefile | 23 + vendor/phpoption/phpoption/composer.json | 43 + .../phpoption/src/PhpOption/LazyOption.php | 170 + .../phpoption/src/PhpOption/None.php | 136 + .../phpoption/src/PhpOption/Option.php | 434 ++ .../phpoption/src/PhpOption/Some.php | 166 + vendor/psr/http-message/CHANGELOG.md | 36 + vendor/psr/http-message/LICENSE | 19 + vendor/psr/http-message/README.md | 13 + vendor/psr/http-message/composer.json | 26 + .../psr/http-message/src/MessageInterface.php | 187 + .../psr/http-message/src/RequestInterface.php | 129 + .../http-message/src/ResponseInterface.php | 68 + .../src/ServerRequestInterface.php | 261 + .../psr/http-message/src/StreamInterface.php | 158 + .../src/UploadedFileInterface.php | 123 + vendor/psr/http-message/src/UriInterface.php | 323 + vendor/psr/http-server-handler/LICENSE | 21 + vendor/psr/http-server-handler/README.md | 6 + vendor/psr/http-server-handler/composer.json | 36 + .../src/RequestHandlerInterface.php | 22 + vendor/psr/http-server-middleware/LICENSE | 21 + vendor/psr/http-server-middleware/README.md | 6 + .../psr/http-server-middleware/composer.json | 36 + .../src/MiddlewareInterface.php | 25 + vendor/respect/stringifier/LICENSE.md | 21 + vendor/respect/stringifier/README.md | 46 + vendor/respect/stringifier/composer.json | 36 + vendor/respect/stringifier/src/Quoter.php | 27 + .../stringifier/src/Quoters/CodeQuoter.php | 36 + .../respect/stringifier/src/Stringifier.php | 27 + .../src/Stringifiers/ArrayStringifier.php | 114 + .../src/Stringifiers/BoolStringifier.php | 53 + .../src/Stringifiers/ClusterStringifier.php | 117 + .../src/Stringifiers/DateTimeStringifier.php | 76 + .../src/Stringifiers/InfiniteStringifier.php | 58 + .../Stringifiers/JsonParsableStringifier.php | 40 + .../JsonSerializableStringifier.php | 67 + .../src/Stringifiers/NanStringifier.php | 58 + .../src/Stringifiers/NullStringifier.php | 52 + .../src/Stringifiers/ObjectStringifier.php | 70 + .../src/Stringifiers/ResourceStringifier.php | 61 + .../StringableObjectStringifier.php | 57 + .../src/Stringifiers/ThrowableStringifier.php | 84 + .../Stringifiers/TraversableStringifier.php | 69 + vendor/respect/stringifier/src/stringify.php | 27 + vendor/respect/validation/CHANGELOG.md | 99 + vendor/respect/validation/CONTRIBUTING.md | 256 + vendor/respect/validation/LICENSE | 21 + vendor/respect/validation/README.md | 12 + vendor/respect/validation/composer.json | 69 + .../validation/data/iso_3166-2/AD.json | 13 + .../validation/data/iso_3166-2/AE.json | 13 + .../validation/data/iso_3166-2/AF.json | 40 + .../validation/data/iso_3166-2/AG.json | 14 + .../validation/data/iso_3166-2/AI.json | 5 + .../validation/data/iso_3166-2/AL.json | 54 + .../validation/data/iso_3166-2/AM.json | 17 + .../validation/data/iso_3166-2/AN.json | 5 + .../validation/data/iso_3166-2/AO.json | 24 + .../validation/data/iso_3166-2/AQ.json | 5 + .../validation/data/iso_3166-2/AR.json | 30 + .../validation/data/iso_3166-2/AS.json | 11 + .../validation/data/iso_3166-2/AT.json | 15 + .../validation/data/iso_3166-2/AU.json | 14 + .../validation/data/iso_3166-2/AW.json | 5 + .../validation/data/iso_3166-2/AX.json | 5 + .../validation/data/iso_3166-2/AZ.json | 84 + .../validation/data/iso_3166-2/BA.json | 19 + .../validation/data/iso_3166-2/BB.json | 17 + .../validation/data/iso_3166-2/BD.json | 78 + .../validation/data/iso_3166-2/BE.json | 19 + .../validation/data/iso_3166-2/BF.json | 64 + .../validation/data/iso_3166-2/BG.json | 34 + .../validation/data/iso_3166-2/BH.json | 10 + .../validation/data/iso_3166-2/BI.json | 24 + .../validation/data/iso_3166-2/BJ.json | 18 + .../validation/data/iso_3166-2/BL.json | 5 + .../validation/data/iso_3166-2/BM.json | 17 + .../validation/data/iso_3166-2/BN.json | 10 + .../validation/data/iso_3166-2/BO.json | 15 + .../validation/data/iso_3166-2/BQ.json | 9 + .../validation/data/iso_3166-2/BR.json | 33 + .../validation/data/iso_3166-2/BS.json | 38 + .../validation/data/iso_3166-2/BT.json | 26 + .../validation/data/iso_3166-2/BV.json | 5 + .../validation/data/iso_3166-2/BW.json | 22 + .../validation/data/iso_3166-2/BY.json | 13 + .../validation/data/iso_3166-2/BZ.json | 12 + .../validation/data/iso_3166-2/CA.json | 19 + .../validation/data/iso_3166-2/CC.json | 11 + .../validation/data/iso_3166-2/CD.json | 32 + .../validation/data/iso_3166-2/CF.json | 23 + .../validation/data/iso_3166-2/CG.json | 18 + .../validation/data/iso_3166-2/CH.json | 32 + .../validation/data/iso_3166-2/CI.json | 20 + .../validation/data/iso_3166-2/CK.json | 21 + .../validation/data/iso_3166-2/CL.json | 22 + .../validation/data/iso_3166-2/CM.json | 16 + .../validation/data/iso_3166-2/CN.json | 40 + .../validation/data/iso_3166-2/CO.json | 39 + .../validation/data/iso_3166-2/CR.json | 13 + .../validation/data/iso_3166-2/CS.json | 10 + .../validation/data/iso_3166-2/CU.json | 22 + .../validation/data/iso_3166-2/CV.json | 30 + .../validation/data/iso_3166-2/CW.json | 5 + .../validation/data/iso_3166-2/CX.json | 5 + .../validation/data/iso_3166-2/CY.json | 12 + .../validation/data/iso_3166-2/CZ.json | 118 + .../validation/data/iso_3166-2/DE.json | 22 + .../validation/data/iso_3166-2/DJ.json | 12 + .../validation/data/iso_3166-2/DK.json | 11 + .../validation/data/iso_3166-2/DM.json | 16 + .../validation/data/iso_3166-2/DO.json | 38 + .../validation/data/iso_3166-2/DZ.json | 54 + .../validation/data/iso_3166-2/EC.json | 30 + .../validation/data/iso_3166-2/EE.json | 21 + .../validation/data/iso_3166-2/EG.json | 33 + .../validation/data/iso_3166-2/EH.json | 5 + .../validation/data/iso_3166-2/ER.json | 12 + .../validation/data/iso_3166-2/ES.json | 75 + .../validation/data/iso_3166-2/ET.json | 17 + .../validation/data/iso_3166-2/FI.json | 25 + .../validation/data/iso_3166-2/FJ.json | 25 + .../validation/data/iso_3166-2/FK.json | 5 + .../validation/data/iso_3166-2/FM.json | 10 + .../validation/data/iso_3166-2/FO.json | 5 + .../validation/data/iso_3166-2/FR.json | 124 + .../validation/data/iso_3166-2/GA.json | 15 + .../validation/data/iso_3166-2/GB.json | 227 + .../validation/data/iso_3166-2/GD.json | 13 + .../validation/data/iso_3166-2/GE.json | 18 + .../validation/data/iso_3166-2/GF.json | 5 + .../validation/data/iso_3166-2/GG.json | 5 + .../validation/data/iso_3166-2/GH.json | 16 + .../validation/data/iso_3166-2/GI.json | 5 + .../validation/data/iso_3166-2/GL.json | 11 + .../validation/data/iso_3166-2/GM.json | 12 + .../validation/data/iso_3166-2/GN.json | 47 + .../validation/data/iso_3166-2/GP.json | 5 + .../validation/data/iso_3166-2/GQ.json | 15 + .../validation/data/iso_3166-2/GR.json | 71 + .../validation/data/iso_3166-2/GS.json | 5 + .../validation/data/iso_3166-2/GT.json | 28 + .../validation/data/iso_3166-2/GU.json | 5 + .../validation/data/iso_3166-2/GW.json | 18 + .../validation/data/iso_3166-2/GY.json | 16 + .../validation/data/iso_3166-2/HK.json | 24 + .../validation/data/iso_3166-2/HM.json | 10 + .../validation/data/iso_3166-2/HN.json | 24 + .../validation/data/iso_3166-2/HR.json | 27 + .../validation/data/iso_3166-2/HT.json | 16 + .../validation/data/iso_3166-2/HU.json | 49 + .../validation/data/iso_3166-2/ID.json | 47 + .../validation/data/iso_3166-2/IE.json | 35 + .../validation/data/iso_3166-2/IL.json | 12 + .../validation/data/iso_3166-2/IM.json | 5 + .../validation/data/iso_3166-2/IN.json | 42 + .../validation/data/iso_3166-2/IO.json | 14 + .../validation/data/iso_3166-2/IQ.json | 24 + .../validation/data/iso_3166-2/IR.json | 37 + .../validation/data/iso_3166-2/IS.json | 14 + .../validation/data/iso_3166-2/IT.json | 132 + .../validation/data/iso_3166-2/JE.json | 5 + .../validation/data/iso_3166-2/JM.json | 20 + .../validation/data/iso_3166-2/JO.json | 18 + .../validation/data/iso_3166-2/JP.json | 53 + .../validation/data/iso_3166-2/KE.json | 53 + .../validation/data/iso_3166-2/KG.json | 15 + .../validation/data/iso_3166-2/KH.json | 31 + .../validation/data/iso_3166-2/KI.json | 9 + .../validation/data/iso_3166-2/KM.json | 9 + .../validation/data/iso_3166-2/KN.json | 22 + .../validation/data/iso_3166-2/KP.json | 17 + .../validation/data/iso_3166-2/KR.json | 23 + .../validation/data/iso_3166-2/KW.json | 12 + .../validation/data/iso_3166-2/KY.json | 5 + .../validation/data/iso_3166-2/KZ.json | 24 + .../validation/data/iso_3166-2/LA.json | 24 + .../validation/data/iso_3166-2/LB.json | 14 + .../validation/data/iso_3166-2/LC.json | 16 + .../validation/data/iso_3166-2/LI.json | 17 + .../validation/data/iso_3166-2/LK.json | 40 + .../validation/data/iso_3166-2/LR.json | 21 + .../validation/data/iso_3166-2/LS.json | 16 + .../validation/data/iso_3166-2/LT.json | 76 + .../validation/data/iso_3166-2/LU.json | 18 + .../validation/data/iso_3166-2/LV.json | 125 + .../validation/data/iso_3166-2/LY.json | 28 + .../validation/data/iso_3166-2/MA.json | 93 + .../validation/data/iso_3166-2/MC.json | 23 + .../validation/data/iso_3166-2/MD.json | 43 + .../validation/data/iso_3166-2/ME.json | 29 + .../validation/data/iso_3166-2/MF.json | 5 + .../validation/data/iso_3166-2/MG.json | 5 + .../validation/data/iso_3166-2/MH.json | 32 + .../validation/data/iso_3166-2/MK.json | 91 + .../validation/data/iso_3166-2/ML.json | 15 + .../validation/data/iso_3166-2/MM.json | 21 + .../validation/data/iso_3166-2/MN.json | 28 + .../validation/data/iso_3166-2/MO.json | 5 + .../validation/data/iso_3166-2/MP.json | 10 + .../validation/data/iso_3166-2/MQ.json | 5 + .../validation/data/iso_3166-2/MR.json | 21 + .../validation/data/iso_3166-2/MS.json | 5 + .../validation/data/iso_3166-2/MT.json | 74 + .../validation/data/iso_3166-2/MU.json | 23 + .../validation/data/iso_3166-2/MV.json | 26 + .../validation/data/iso_3166-2/MW.json | 37 + .../validation/data/iso_3166-2/MX.json | 38 + .../validation/data/iso_3166-2/MY.json | 22 + .../validation/data/iso_3166-2/MZ.json | 17 + .../validation/data/iso_3166-2/NA.json | 20 + .../validation/data/iso_3166-2/NC.json | 9 + .../validation/data/iso_3166-2/NE.json | 14 + .../validation/data/iso_3166-2/NF.json | 5 + .../validation/data/iso_3166-2/NG.json | 43 + .../validation/data/iso_3166-2/NI.json | 23 + .../validation/data/iso_3166-2/NL.json | 18 + .../validation/data/iso_3166-2/NO.json | 26 + .../validation/data/iso_3166-2/NP.json | 25 + .../validation/data/iso_3166-2/NR.json | 20 + .../validation/data/iso_3166-2/NU.json | 5 + .../validation/data/iso_3166-2/NZ.json | 23 + .../validation/data/iso_3166-2/OM.json | 17 + .../validation/data/iso_3166-2/PA.json | 19 + .../validation/data/iso_3166-2/PE.json | 32 + .../validation/data/iso_3166-2/PF.json | 11 + .../validation/data/iso_3166-2/PG.json | 28 + .../validation/data/iso_3166-2/PH.json | 104 + .../validation/data/iso_3166-2/PK.json | 14 + .../validation/data/iso_3166-2/PL.json | 22 + .../validation/data/iso_3166-2/PM.json | 8 + .../validation/data/iso_3166-2/PN.json | 5 + .../validation/data/iso_3166-2/PR.json | 5 + .../validation/data/iso_3166-2/PS.json | 22 + .../validation/data/iso_3166-2/PT.json | 26 + .../validation/data/iso_3166-2/PW.json | 22 + .../validation/data/iso_3166-2/PY.json | 24 + .../validation/data/iso_3166-2/QA.json | 14 + .../validation/data/iso_3166-2/RE.json | 5 + .../validation/data/iso_3166-2/RO.json | 48 + .../validation/data/iso_3166-2/RS.json | 38 + .../validation/data/iso_3166-2/RU.json | 89 + .../validation/data/iso_3166-2/RW.json | 11 + .../validation/data/iso_3166-2/SA.json | 19 + .../validation/data/iso_3166-2/SB.json | 16 + .../validation/data/iso_3166-2/SC.json | 31 + .../validation/data/iso_3166-2/SD.json | 24 + .../validation/data/iso_3166-2/SE.json | 27 + .../validation/data/iso_3166-2/SG.json | 11 + .../validation/data/iso_3166-2/SH.json | 9 + .../validation/data/iso_3166-2/SI.json | 218 + .../validation/data/iso_3166-2/SJ.json | 8 + .../validation/data/iso_3166-2/SK.json | 14 + .../validation/data/iso_3166-2/SL.json | 11 + .../validation/data/iso_3166-2/SM.json | 15 + .../validation/data/iso_3166-2/SN.json | 20 + .../validation/data/iso_3166-2/SO.json | 24 + .../validation/data/iso_3166-2/SR.json | 16 + .../validation/data/iso_3166-2/SS.json | 5 + .../validation/data/iso_3166-2/ST.json | 8 + .../validation/data/iso_3166-2/SV.json | 20 + .../validation/data/iso_3166-2/SX.json | 5 + .../validation/data/iso_3166-2/SY.json | 20 + .../validation/data/iso_3166-2/SZ.json | 10 + .../validation/data/iso_3166-2/TC.json | 20 + .../validation/data/iso_3166-2/TD.json | 29 + .../validation/data/iso_3166-2/TF.json | 5 + .../validation/data/iso_3166-2/TG.json | 11 + .../validation/data/iso_3166-2/TH.json | 84 + .../validation/data/iso_3166-2/TJ.json | 11 + .../validation/data/iso_3166-2/TK.json | 9 + .../validation/data/iso_3166-2/TL.json | 19 + .../validation/data/iso_3166-2/TM.json | 12 + .../validation/data/iso_3166-2/TN.json | 30 + .../validation/data/iso_3166-2/TO.json | 11 + .../validation/data/iso_3166-2/TR.json | 87 + .../validation/data/iso_3166-2/TT.json | 21 + .../validation/data/iso_3166-2/TV.json | 14 + .../validation/data/iso_3166-2/TW.json | 28 + .../validation/data/iso_3166-2/TZ.json | 36 + .../validation/data/iso_3166-2/UA.json | 33 + .../validation/data/iso_3166-2/UG.json | 132 + .../validation/data/iso_3166-2/UM.json | 15 + .../validation/data/iso_3166-2/US.json | 63 + .../validation/data/iso_3166-2/UY.json | 25 + .../validation/data/iso_3166-2/UZ.json | 20 + .../validation/data/iso_3166-2/VA.json | 5 + .../validation/data/iso_3166-2/VC.json | 12 + .../validation/data/iso_3166-2/VE.json | 31 + .../validation/data/iso_3166-2/VG.json | 5 + .../validation/data/iso_3166-2/VI.json | 9 + .../validation/data/iso_3166-2/VN.json | 69 + .../validation/data/iso_3166-2/VU.json | 12 + .../validation/data/iso_3166-2/WF.json | 9 + .../validation/data/iso_3166-2/WS.json | 17 + .../validation/data/iso_3166-2/XK.json | 5 + .../validation/data/iso_3166-2/YE.json | 28 + .../validation/data/iso_3166-2/YT.json | 5 + .../validation/data/iso_3166-2/ZA.json | 15 + .../validation/data/iso_3166-2/ZM.json | 16 + .../validation/data/iso_3166-2/ZW.json | 16 + .../validation/library/ChainedValidator.php | 389 ++ .../library/Exceptions/AllOfException.php | 35 + .../library/Exceptions/AlnumException.php | 35 + .../library/Exceptions/AlphaException.php | 35 + .../Exceptions/AlwaysInvalidException.php | 38 + .../Exceptions/AlwaysValidException.php | 34 + .../library/Exceptions/AnyOfException.php | 33 + .../library/Exceptions/ArrayTypeException.php | 35 + .../library/Exceptions/ArrayValException.php | 34 + .../library/Exceptions/AttributeException.php | 49 + .../library/Exceptions/Base64Exception.php | 34 + .../library/Exceptions/BaseException.php | 34 + .../library/Exceptions/BetweenException.php | 33 + .../library/Exceptions/BoolTypeException.php | 35 + .../library/Exceptions/BoolValException.php | 34 + .../library/Exceptions/BsnException.php | 34 + .../library/Exceptions/CallException.php | 33 + .../Exceptions/CallableTypeException.php | 34 + .../library/Exceptions/CallbackException.php | 23 + .../library/Exceptions/CharsetException.php | 34 + .../library/Exceptions/CnhException.php | 34 + .../library/Exceptions/CnpjException.php | 34 + .../library/Exceptions/ComponentException.php | 25 + .../library/Exceptions/ConsonantException.php | 36 + .../Exceptions/ContainsAnyException.php | 32 + .../library/Exceptions/ContainsException.php | 34 + .../library/Exceptions/ControlException.php | 36 + .../library/Exceptions/CountableException.php | 34 + .../Exceptions/CountryCodeException.php | 34 + .../library/Exceptions/CpfException.php | 34 + .../Exceptions/CreditCardException.php | 52 + .../Exceptions/CurrencyCodeException.php | 34 + .../library/Exceptions/DateException.php | 33 + .../library/Exceptions/DateTimeException.php | 45 + .../library/Exceptions/DecimalException.php | 32 + .../library/Exceptions/DigitException.php | 35 + .../library/Exceptions/DirectoryException.php | 33 + .../library/Exceptions/DomainException.php | 33 + .../library/Exceptions/EachException.php | 34 + .../library/Exceptions/EmailException.php | 38 + .../library/Exceptions/EndsWithException.php | 34 + .../library/Exceptions/EqualsException.php | 34 + .../Exceptions/EquivalentException.php | 32 + .../library/Exceptions/EvenException.php | 36 + .../library/Exceptions/Exception.php | 24 + .../Exceptions/ExecutableException.php | 33 + .../library/Exceptions/ExistsException.php | 33 + .../library/Exceptions/ExtensionException.php | 35 + .../library/Exceptions/FactorException.php | 34 + .../library/Exceptions/FalseValException.php | 33 + .../library/Exceptions/FibonacciException.php | 34 + .../library/Exceptions/FileException.php | 33 + .../library/Exceptions/FilterVarException.php | 21 + .../FilteredValidationException.php | 30 + .../library/Exceptions/FiniteException.php | 33 + .../library/Exceptions/FloatTypeException.php | 35 + .../library/Exceptions/FloatValException.php | 34 + .../library/Exceptions/GraphException.php | 36 + .../Exceptions/GreaterThanException.php | 32 + .../Exceptions/GroupedValidationException.php | 51 + .../Exceptions/HexRgbColorException.php | 33 + .../library/Exceptions/IbanException.php | 32 + .../library/Exceptions/IdenticalException.php | 32 + .../library/Exceptions/ImageException.php | 34 + .../library/Exceptions/ImeiException.php | 34 + .../library/Exceptions/InException.php | 34 + .../library/Exceptions/InfiniteException.php | 33 + .../library/Exceptions/InstanceException.php | 34 + .../library/Exceptions/IntTypeException.php | 34 + .../library/Exceptions/IntValException.php | 34 + .../Exceptions/InvalidClassException.php | 25 + .../library/Exceptions/IpException.php | 51 + .../library/Exceptions/IsbnException.php | 33 + .../Exceptions/IterableTypeException.php | 32 + .../library/Exceptions/JsonException.php | 34 + .../library/Exceptions/KeyException.php | 49 + .../library/Exceptions/KeyNestedException.php | 49 + .../library/Exceptions/KeySetException.php | 52 + .../library/Exceptions/KeyValueException.php | 41 + .../Exceptions/LanguageCodeException.php | 34 + .../library/Exceptions/LeapDateException.php | 33 + .../library/Exceptions/LeapYearException.php | 33 + .../library/Exceptions/LengthException.php | 74 + .../library/Exceptions/LessThanException.php | 32 + .../library/Exceptions/LowercaseException.php | 34 + .../library/Exceptions/LuhnException.php | 34 + .../Exceptions/MacAddressException.php | 34 + .../library/Exceptions/MaxAgeException.php | 33 + .../library/Exceptions/MaxException.php | 34 + .../library/Exceptions/MimetypeException.php | 35 + .../library/Exceptions/MinAgeException.php | 34 + .../library/Exceptions/MinException.php | 35 + .../library/Exceptions/MultipleException.php | 34 + .../library/Exceptions/NegativeException.php | 34 + .../Exceptions/NestedValidationException.php | 255 + .../Exceptions/NfeAccessKeyException.php | 34 + .../library/Exceptions/NifException.php | 33 + .../library/Exceptions/NipException.php | 33 + .../library/Exceptions/NoException.php | 32 + .../Exceptions/NoWhitespaceException.php | 34 + .../Exceptions/NonOmissibleException.php | 22 + .../library/Exceptions/NoneOfException.php | 33 + .../library/Exceptions/NotBlankException.php | 49 + .../library/Exceptions/NotEmojiException.php | 32 + .../library/Exceptions/NotEmptyException.php | 50 + .../library/Exceptions/NotException.php | 22 + .../Exceptions/NotOptionalException.php | 49 + .../library/Exceptions/NullTypeException.php | 35 + .../library/Exceptions/NullableException.php | 49 + .../library/Exceptions/NumberException.php | 34 + .../Exceptions/NumericValException.php | 34 + .../Exceptions/ObjectTypeException.php | 35 + .../library/Exceptions/OddException.php | 34 + .../library/Exceptions/OneOfException.php | 33 + .../library/Exceptions/OptionalException.php | 41 + .../Exceptions/PerfectSquareException.php | 34 + .../library/Exceptions/PeselException.php | 34 + .../library/Exceptions/PhoneException.php | 34 + .../library/Exceptions/PhpLabelException.php | 34 + .../library/Exceptions/PisException.php | 34 + .../Exceptions/PolishIdCardException.php | 32 + .../library/Exceptions/PositiveException.php | 34 + .../Exceptions/PostalCodeException.php | 32 + .../Exceptions/PrimeNumberException.php | 34 + .../library/Exceptions/PrintableException.php | 39 + .../library/Exceptions/PunctException.php | 36 + .../library/Exceptions/ReadableException.php | 33 + .../Exceptions/RecursiveExceptionIterator.php | 87 + .../library/Exceptions/RegexException.php | 34 + .../Exceptions/ResourceTypeException.php | 34 + .../library/Exceptions/RomanException.php | 33 + .../library/Exceptions/ScalarValException.php | 32 + .../library/Exceptions/SfException.php | 33 + .../library/Exceptions/SizeException.php | 58 + .../library/Exceptions/SlugException.php | 34 + .../library/Exceptions/SortedException.php | 48 + .../library/Exceptions/SpaceException.php | 35 + .../Exceptions/StartsWithException.php | 33 + .../Exceptions/StringTypeException.php | 33 + .../library/Exceptions/StringValException.php | 33 + .../Exceptions/SubdivisionCodeException.php | 32 + .../library/Exceptions/SubsetException.php | 33 + .../Exceptions/SymbolicLinkException.php | 33 + .../library/Exceptions/TimeException.php | 32 + .../library/Exceptions/TldException.php | 37 + .../library/Exceptions/TrueValException.php | 35 + .../library/Exceptions/TypeException.php | 35 + .../library/Exceptions/UniqueException.php | 36 + .../library/Exceptions/UploadedException.php | 36 + .../library/Exceptions/UppercaseException.php | 34 + .../library/Exceptions/UrlException.php | 32 + .../library/Exceptions/UuidException.php | 50 + .../Exceptions/ValidationException.php | 157 + .../library/Exceptions/ValidatorException.php | 21 + .../library/Exceptions/VersionException.php | 33 + .../library/Exceptions/VideoUrlException.php | 50 + .../library/Exceptions/VowelException.php | 35 + .../library/Exceptions/WhenException.php | 23 + .../library/Exceptions/WritableException.php | 33 + .../library/Exceptions/XdigitException.php | 35 + .../library/Exceptions/YesException.php | 33 + .../library/Exceptions/ZendException.php | 23 + vendor/respect/validation/library/Factory.php | 267 + .../library/Helpers/CanCompareValues.php | 72 + .../library/Helpers/CanValidateDateTime.php | 74 + .../library/Helpers/CanValidateIterable.php | 37 + .../library/Helpers/CanValidateUndefined.php | 34 + .../library/Helpers/Subdivisions.php | 52 + .../validation/library/Message/Formatter.php | 58 + .../library/Message/ParameterStringifier.php | 22 + .../Stringifier/KeepOriginalStringName.php | 34 + .../validation/library/Rules/AbstractAge.php | 102 + .../library/Rules/AbstractComparison.php | 64 + .../library/Rules/AbstractComposite.php | 142 + .../library/Rules/AbstractEnvelope.php | 65 + .../library/Rules/AbstractFilterRule.php | 65 + .../library/Rules/AbstractRelated.php | 158 + .../validation/library/Rules/AbstractRule.php | 101 + .../library/Rules/AbstractSearcher.php | 46 + .../library/Rules/AbstractWrapper.php | 72 + .../validation/library/Rules/AllOf.php | 71 + .../validation/library/Rules/Alnum.php | 37 + .../validation/library/Rules/Alpha.php | 34 + .../library/Rules/AlwaysInvalid.php | 32 + .../validation/library/Rules/AlwaysValid.php | 32 + .../validation/library/Rules/AnyOf.php | 82 + .../validation/library/Rules/ArrayType.php | 35 + .../validation/library/Rules/ArrayVal.php | 39 + .../validation/library/Rules/Attribute.php | 57 + .../respect/validation/library/Rules/Base.php | 68 + .../validation/library/Rules/Base64.php | 44 + .../validation/library/Rules/Between.php | 54 + .../validation/library/Rules/BoolType.php | 33 + .../validation/library/Rules/BoolVal.php | 38 + .../respect/validation/library/Rules/Bsn.php | 50 + .../respect/validation/library/Rules/Call.php | 111 + .../validation/library/Rules/CallableType.php | 32 + .../validation/library/Rules/Callback.php | 71 + .../validation/library/Rules/Charset.php | 59 + .../respect/validation/library/Rules/Cnh.php | 63 + .../respect/validation/library/Rules/Cnpj.php | 87 + .../validation/library/Rules/Consonant.php | 34 + .../validation/library/Rules/Contains.php | 82 + .../validation/library/Rules/ContainsAny.php | 54 + .../validation/library/Rules/Control.php | 35 + .../validation/library/Rules/Countable.php | 36 + .../validation/library/Rules/CountryCode.php | 377 ++ .../respect/validation/library/Rules/Cpf.php | 62 + .../validation/library/Rules/CreditCard.php | 102 + .../validation/library/Rules/CurrencyCode.php | 215 + .../respect/validation/library/Rules/Date.php | 71 + .../validation/library/Rules/DateTime.php | 70 + .../validation/library/Rules/Decimal.php | 75 + .../validation/library/Rules/Digit.php | 34 + .../validation/library/Rules/Directory.php | 49 + .../validation/library/Rules/Domain.php | 184 + .../respect/validation/library/Rules/Each.php | 100 + .../validation/library/Rules/Email.php | 74 + .../validation/library/Rules/EndsWith.php | 86 + .../validation/library/Rules/Equals.php | 47 + .../validation/library/Rules/Equivalent.php | 61 + .../respect/validation/library/Rules/Even.php | 40 + .../validation/library/Rules/Executable.php | 44 + .../validation/library/Rules/Exists.php | 38 + .../validation/library/Rules/Extension.php | 59 + .../validation/library/Rules/Factor.php | 65 + .../validation/library/Rules/FalseVal.php | 36 + .../validation/library/Rules/Fibonacci.php | 45 + .../respect/validation/library/Rules/File.php | 40 + .../validation/library/Rules/FilterVar.php | 69 + .../validation/library/Rules/Finite.php | 34 + .../validation/library/Rules/FloatType.php | 33 + .../validation/library/Rules/FloatVal.php | 38 + .../validation/library/Rules/Graph.php | 35 + .../validation/library/Rules/GreaterThan.php | 30 + .../validation/library/Rules/HexRgbColor.php | 28 + .../respect/validation/library/Rules/Iban.php | 152 + .../validation/library/Rules/Identical.php | 45 + .../validation/library/Rules/Image.php | 66 + .../respect/validation/library/Rules/Imei.php | 50 + .../respect/validation/library/Rules/In.php | 94 + .../validation/library/Rules/Infinite.php | 34 + .../validation/library/Rules/Instance.php | 45 + .../validation/library/Rules/IntType.php | 32 + .../validation/library/Rules/IntVal.php | 41 + .../respect/validation/library/Rules/Ip.php | 213 + .../respect/validation/library/Rules/Isbn.php | 49 + .../validation/library/Rules/IterableType.php | 34 + .../respect/validation/library/Rules/Json.php | 43 + .../respect/validation/library/Rules/Key.php | 57 + .../validation/library/Rules/KeyNested.php | 149 + .../validation/library/Rules/KeySet.php | 135 + .../validation/library/Rules/KeyValue.php | 148 + .../validation/library/Rules/LanguageCode.php | 553 ++ .../validation/library/Rules/LeapDate.php | 58 + .../validation/library/Rules/LeapYear.php | 54 + .../validation/library/Rules/Length.php | 134 + .../validation/library/Rules/LessThan.php | 30 + .../validation/library/Rules/Lowercase.php | 40 + .../respect/validation/library/Rules/Luhn.php | 62 + .../validation/library/Rules/MacAddress.php | 40 + .../respect/validation/library/Rules/Max.php | 31 + .../validation/library/Rules/MaxAge.php | 31 + .../validation/library/Rules/Mimetype.php | 70 + .../respect/validation/library/Rules/Min.php | 31 + .../validation/library/Rules/MinAge.php | 33 + .../validation/library/Rules/Multiple.php | 44 + .../validation/library/Rules/Negative.php | 38 + .../validation/library/Rules/NfeAccessKey.php | 60 + .../respect/validation/library/Rules/Nif.php | 103 + .../respect/validation/library/Rules/Nip.php | 58 + .../respect/validation/library/Rules/No.php | 36 + .../validation/library/Rules/NoWhitespace.php | 45 + .../validation/library/Rules/NoneOf.php | 56 + .../respect/validation/library/Rules/Not.php | 119 + .../validation/library/Rules/NotBlank.php | 55 + .../validation/library/Rules/NotEmoji.php | 210 + .../validation/library/Rules/NotEmpty.php | 39 + .../validation/library/Rules/NotOptional.php | 37 + .../validation/library/Rules/NullType.php | 33 + .../validation/library/Rules/Nullable.php | 58 + .../validation/library/Rules/Number.php | 39 + .../validation/library/Rules/NumericVal.php | 34 + .../validation/library/Rules/ObjectType.php | 33 + .../respect/validation/library/Rules/Odd.php | 45 + .../validation/library/Rules/OneOf.php | 86 + .../validation/library/Rules/Optional.php | 60 + .../library/Rules/PerfectSquare.php | 37 + .../validation/library/Rules/Pesel.php | 55 + .../validation/library/Rules/Phone.php | 54 + .../validation/library/Rules/PhpLabel.php | 35 + .../respect/validation/library/Rules/Pis.php | 57 + .../validation/library/Rules/PolishIdCard.php | 60 + .../validation/library/Rules/Positive.php | 38 + .../validation/library/Rules/PostalCode.php | 209 + .../validation/library/Rules/PrimeNumber.php | 52 + .../validation/library/Rules/Printable.php | 36 + .../validation/library/Rules/Punct.php | 35 + .../validation/library/Rules/Readable.php | 45 + .../validation/library/Rules/Regex.php | 52 + .../validation/library/Rules/ResourceType.php | 32 + .../validation/library/Rules/Roman.php | 29 + .../validation/library/Rules/ScalarVal.php | 32 + .../respect/validation/library/Rules/Sf.php | 100 + .../respect/validation/library/Rules/Size.php | 128 + .../respect/validation/library/Rules/Slug.php | 45 + .../validation/library/Rules/Sorted.php | 98 + .../validation/library/Rules/Space.php | 35 + .../validation/library/Rules/StartsWith.php | 84 + .../validation/library/Rules/StringType.php | 33 + .../validation/library/Rules/StringVal.php | 35 + .../library/Rules/SubdivisionCode.php | 56 + .../validation/library/Rules/Subset.php | 53 + .../validation/library/Rules/SymbolicLink.php | 40 + .../respect/validation/library/Rules/Time.php | 70 + .../respect/validation/library/Rules/Tld.php | 266 + .../validation/library/Rules/TrueVal.php | 36 + .../respect/validation/library/Rules/Type.php | 90 + .../validation/library/Rules/Unique.php | 41 + .../validation/library/Rules/Uploaded.php | 49 + .../validation/library/Rules/Uppercase.php | 40 + .../respect/validation/library/Rules/Url.php | 36 + .../respect/validation/library/Rules/Uuid.php | 84 + .../validation/library/Rules/Version.php | 40 + .../validation/library/Rules/VideoUrl.php | 94 + .../validation/library/Rules/Vowel.php | 33 + .../respect/validation/library/Rules/When.php | 95 + .../validation/library/Rules/Writable.php | 45 + .../validation/library/Rules/Xdigit.php | 31 + .../respect/validation/library/Rules/Yes.php | 63 + .../respect/validation/library/Rules/Zend.php | 143 + .../validation/library/StaticValidator.php | 389 ++ .../validation/library/Validatable.php | 51 + .../respect/validation/library/Validator.php | 79 + .../symfony/deprecation-contracts/.gitignore | 3 + .../deprecation-contracts/CHANGELOG.md | 5 + vendor/symfony/deprecation-contracts/LICENSE | 19 + .../symfony/deprecation-contracts/README.md | 26 + .../deprecation-contracts/composer.json | 35 + .../deprecation-contracts/function.php | 27 + .../symfony/http-foundation/AcceptHeader.php | 168 + .../http-foundation/AcceptHeaderItem.php | 177 + .../http-foundation/BinaryFileResponse.php | 361 ++ vendor/symfony/http-foundation/CHANGELOG.md | 288 + vendor/symfony/http-foundation/Cookie.php | 424 ++ .../Exception/BadRequestException.php | 19 + .../Exception/ConflictingHeadersException.php | 21 + .../Exception/JsonException.php | 21 + .../Exception/RequestExceptionInterface.php | 21 + .../Exception/SessionNotFoundException.php | 27 + .../SuspiciousOperationException.php | 20 + .../ExpressionRequestMatcher.php | 47 + .../File/Exception/AccessDeniedException.php | 25 + .../Exception/CannotWriteFileException.php | 21 + .../File/Exception/ExtensionFileException.php | 21 + .../File/Exception/FileException.php | 21 + .../File/Exception/FileNotFoundException.php | 25 + .../File/Exception/FormSizeFileException.php | 21 + .../File/Exception/IniSizeFileException.php | 21 + .../File/Exception/NoFileException.php | 21 + .../File/Exception/NoTmpDirFileException.php | 21 + .../File/Exception/PartialFileException.php | 21 + .../Exception/UnexpectedTypeException.php | 20 + .../File/Exception/UploadException.php | 21 + vendor/symfony/http-foundation/File/File.php | 149 + .../symfony/http-foundation/File/Stream.php | 31 + .../http-foundation/File/UploadedFile.php | 287 + vendor/symfony/http-foundation/FileBag.php | 140 + vendor/symfony/http-foundation/HeaderBag.php | 290 + .../symfony/http-foundation/HeaderUtils.php | 295 + vendor/symfony/http-foundation/InputBag.php | 113 + vendor/symfony/http-foundation/IpUtils.php | 185 + .../symfony/http-foundation/JsonResponse.php | 221 + vendor/symfony/http-foundation/LICENSE | 19 + .../symfony/http-foundation/ParameterBag.php | 226 + vendor/symfony/http-foundation/README.md | 14 + .../AbstractRequestRateLimiter.php | 59 + .../RequestRateLimiterInterface.php | 32 + .../http-foundation/RedirectResponse.php | 109 + vendor/symfony/http-foundation/Request.php | 2143 +++++++ .../http-foundation/RequestMatcher.php | 196 + .../RequestMatcherInterface.php | 27 + .../symfony/http-foundation/RequestStack.php | 128 + vendor/symfony/http-foundation/Response.php | 1288 ++++ .../http-foundation/ResponseHeaderBag.php | 291 + vendor/symfony/http-foundation/ServerBag.php | 99 + .../Session/Attribute/AttributeBag.php | 150 + .../Attribute/AttributeBagInterface.php | 61 + .../Attribute/NamespacedAttributeBag.php | 161 + .../Session/Flash/AutoExpireFlashBag.php | 161 + .../Session/Flash/FlashBag.php | 152 + .../Session/Flash/FlashBagInterface.php | 88 + .../http-foundation/Session/Session.php | 283 + .../Session/SessionBagInterface.php | 46 + .../Session/SessionBagProxy.php | 95 + .../Session/SessionFactory.php | 40 + .../Session/SessionInterface.php | 166 + .../http-foundation/Session/SessionUtils.php | 59 + .../Handler/AbstractSessionHandler.php | 155 + .../Storage/Handler/IdentityMarshaller.php | 42 + .../Handler/MarshallingSessionHandler.php | 108 + .../Handler/MemcachedSessionHandler.php | 122 + .../Handler/MigratingSessionHandler.php | 132 + .../Storage/Handler/MongoDbSessionHandler.php | 186 + .../Handler/NativeFileSessionHandler.php | 55 + .../Storage/Handler/NullSessionHandler.php | 80 + .../Storage/Handler/PdoSessionHandler.php | 926 +++ .../Storage/Handler/RedisSessionHandler.php | 135 + .../Storage/Handler/SessionHandlerFactory.php | 87 + .../Storage/Handler/StrictSessionHandler.php | 108 + .../Session/Storage/MetadataBag.php | 166 + .../Storage/MockArraySessionStorage.php | 252 + .../Storage/MockFileSessionStorage.php | 159 + .../Storage/MockFileSessionStorageFactory.php | 42 + .../Session/Storage/NativeSessionStorage.php | 470 ++ .../Storage/NativeSessionStorageFactory.php | 49 + .../Storage/PhpBridgeSessionStorage.php | 64 + .../PhpBridgeSessionStorageFactory.php | 47 + .../Session/Storage/Proxy/AbstractProxy.php | 118 + .../Storage/Proxy/SessionHandlerProxy.php | 109 + .../Session/Storage/ServiceSessionFactory.php | 38 + .../SessionStorageFactoryInterface.php | 25 + .../Storage/SessionStorageInterface.php | 131 + .../http-foundation/StreamedResponse.php | 139 + .../Constraint/RequestAttributeValueSame.php | 55 + .../Constraint/ResponseCookieValueSame.php | 85 + .../Test/Constraint/ResponseFormatSame.php | 71 + .../Test/Constraint/ResponseHasCookie.php | 77 + .../Test/Constraint/ResponseHasHeader.php | 53 + .../Test/Constraint/ResponseHeaderSame.php | 55 + .../Test/Constraint/ResponseIsRedirected.php | 56 + .../Test/Constraint/ResponseIsSuccessful.php | 56 + .../Constraint/ResponseStatusCodeSame.php | 63 + vendor/symfony/http-foundation/UrlHelper.php | 102 + vendor/symfony/http-foundation/composer.json | 40 + vendor/symfony/polyfill-ctype/Ctype.php | 227 + vendor/symfony/polyfill-ctype/LICENSE | 19 + vendor/symfony/polyfill-ctype/README.md | 12 + vendor/symfony/polyfill-ctype/bootstrap.php | 50 + vendor/symfony/polyfill-ctype/bootstrap80.php | 46 + vendor/symfony/polyfill-ctype/composer.json | 38 + vendor/symfony/polyfill-mbstring/LICENSE | 19 + vendor/symfony/polyfill-mbstring/Mbstring.php | 870 +++ vendor/symfony/polyfill-mbstring/README.md | 13 + .../Resources/unidata/lowerCase.php | 1397 +++++ .../Resources/unidata/titleCaseRegexp.php | 5 + .../Resources/unidata/upperCase.php | 1489 +++++ .../symfony/polyfill-mbstring/bootstrap.php | 147 + .../symfony/polyfill-mbstring/bootstrap80.php | 143 + .../symfony/polyfill-mbstring/composer.json | 38 + vendor/symfony/polyfill-php80/LICENSE | 19 + vendor/symfony/polyfill-php80/Php80.php | 105 + vendor/symfony/polyfill-php80/README.md | 24 + .../Resources/stubs/Attribute.php | 22 + .../Resources/stubs/Stringable.php | 11 + .../Resources/stubs/UnhandledMatchError.php | 5 + .../Resources/stubs/ValueError.php | 5 + vendor/symfony/polyfill-php80/bootstrap.php | 42 + vendor/symfony/polyfill-php80/composer.json | 40 + vendor/tracy/tracy/.eslintrc.js | 20 + vendor/tracy/tracy/.phpstorm.meta.php | 10 + vendor/tracy/tracy/composer.json | 48 + vendor/tracy/tracy/examples/ajax-fetch.php | 81 + vendor/tracy/tracy/examples/ajax-jquery.php | 82 + .../tracy/examples/assets/E_COMPILE_ERROR.php | 5 + vendor/tracy/tracy/examples/assets/arrow.png | Bin 0 -> 817 bytes vendor/tracy/tracy/examples/assets/style.css | 33 + vendor/tracy/tracy/examples/barDump.php | 32 + vendor/tracy/tracy/examples/dump-snapshot.php | 56 + vendor/tracy/tracy/examples/dump.php | 99 + vendor/tracy/tracy/examples/exception.php | 52 + vendor/tracy/tracy/examples/fatal-error.php | 24 + vendor/tracy/tracy/examples/firelogger.php | 45 + vendor/tracy/tracy/examples/notice.php | 33 + .../tracy/tracy/examples/output-debugger.php | 17 + vendor/tracy/tracy/examples/preloading.php | 37 + vendor/tracy/tracy/examples/redirect.php | 36 + vendor/tracy/tracy/examples/warning.php | 26 + vendor/tracy/tracy/license.md | 55 + vendor/tracy/tracy/readme.md | 425 ++ .../tracy/tracy/src/Bridges/Nette/Bridge.php | 137 + .../tracy/src/Bridges/Nette/MailSender.php | 57 + .../src/Bridges/Nette/TracyExtension.php | 153 + .../Bridges/Psr/PsrToTracyLoggerAdapter.php | 62 + .../Bridges/Psr/TracyToPsrLoggerAdapter.php | 61 + vendor/tracy/tracy/src/Tracy/Bar/Bar.php | 246 + .../tracy/src/Tracy/Bar/DefaultBarPanel.php | 54 + .../tracy/tracy/src/Tracy/Bar/IBarPanel.php | 29 + .../tracy/tracy/src/Tracy/Bar/assets/bar.css | 515 ++ .../tracy/tracy/src/Tracy/Bar/assets/bar.js | 695 +++ .../tracy/src/Tracy/Bar/assets/bar.phtml | 37 + .../tracy/src/Tracy/Bar/assets/loader.phtml | 33 + .../tracy/src/Tracy/Bar/assets/panels.phtml | 35 + .../src/Tracy/Bar/panels/dumps.panel.phtml | 35 + .../src/Tracy/Bar/panels/dumps.tab.phtml | 19 + .../src/Tracy/Bar/panels/errors.panel.phtml | 27 + .../src/Tracy/Bar/panels/errors.tab.phtml | 31 + .../src/Tracy/Bar/panels/info.panel.phtml | 129 + .../tracy/src/Tracy/Bar/panels/info.tab.phtml | 20 + .../tracy/src/Tracy/BlueScreen/BlueScreen.php | 470 ++ .../Tracy/BlueScreen/assets/bluescreen.css | 290 + .../src/Tracy/BlueScreen/assets/bluescreen.js | 71 + .../src/Tracy/BlueScreen/assets/content.phtml | 364 ++ .../src/Tracy/BlueScreen/assets/page.phtml | 57 + .../tracy/src/Tracy/Debugger/Debugger.php | 654 +++ .../src/Tracy/Debugger/assets/error.500.phtml | 41 + .../tracy/src/Tracy/Dumper/Describer.php | 378 ++ .../tracy/tracy/src/Tracy/Dumper/Dumper.php | 242 + .../tracy/tracy/src/Tracy/Dumper/Exposer.php | 215 + .../tracy/tracy/src/Tracy/Dumper/Renderer.php | 484 ++ vendor/tracy/tracy/src/Tracy/Dumper/Value.php | 81 + .../src/Tracy/Dumper/assets/dumper-dark.css | 145 + .../src/Tracy/Dumper/assets/dumper-light.css | 145 + .../tracy/src/Tracy/Dumper/assets/dumper.js | 388 ++ vendor/tracy/tracy/src/Tracy/Helpers.php | 525 ++ .../tracy/src/Tracy/Logger/FireLogger.php | 184 + .../tracy/tracy/src/Tracy/Logger/ILogger.php | 27 + .../tracy/tracy/src/Tracy/Logger/Logger.php | 198 + .../Tracy/OutputDebugger/OutputDebugger.php | 80 + .../tracy/src/Tracy/TableSort/table-sort.css | 15 + .../tracy/src/Tracy/TableSort/table-sort.js | 38 + .../tracy/tracy/src/Tracy/Toggle/toggle.css | 34 + vendor/tracy/tracy/src/Tracy/Toggle/toggle.js | 111 + vendor/tracy/tracy/src/Tracy/functions.php | 46 + vendor/tracy/tracy/src/tracy.php | 26 + .../tracy/tools/create-phar/create-phar.php | 87 + .../tools/open-in-editor/linux/install.sh | 38 + .../tools/open-in-editor/linux/open-editor.sh | 105 + .../tools/open-in-editor/windows/install.cmd | 9 + .../open-in-editor/windows/open-editor.js | 84 + vendor/verot/class.upload.php/.gitignore | 4 + vendor/verot/class.upload.php/LICENSE.txt | 340 ++ vendor/verot/class.upload.php/README.md | 683 +++ vendor/verot/class.upload.php/composer.json | 23 + .../class.upload.php/src/class.upload.php | 5182 +++++++++++++++++ .../src/lang/class.upload.ca_CA.php | 85 + .../src/lang/class.upload.cs_CS.php | 84 + .../src/lang/class.upload.da_DK.php | 87 + .../src/lang/class.upload.de_DE.php | 83 + .../src/lang/class.upload.el_GR.php | 85 + .../src/lang/class.upload.es_ES.php | 85 + .../src/lang/class.upload.et_EE.php | 85 + .../src/lang/class.upload.fa_IR.php | 88 + .../src/lang/class.upload.fi_FI.php | 87 + .../src/lang/class.upload.fr_FR.php | 88 + .../src/lang/class.upload.he_IL.php | 86 + .../src/lang/class.upload.hr_HR.php | 84 + .../src/lang/class.upload.hu_HU.php | 86 + .../src/lang/class.upload.id_ID.php | 86 + .../src/lang/class.upload.it_IT.php | 85 + .../src/lang/class.upload.ja_JP.php | 88 + .../src/lang/class.upload.lt_LT.php | 88 + .../src/lang/class.upload.mk_MK.php | 88 + .../src/lang/class.upload.nl_NL.php | 86 + .../src/lang/class.upload.no_NO.php | 85 + .../src/lang/class.upload.pl_PL.php | 85 + .../src/lang/class.upload.pt_BR.php | 88 + .../src/lang/class.upload.ro_RO.php | 84 + .../src/lang/class.upload.ru_RU.php | 85 + .../lang/class.upload.ru_RU.windows-1251.php | 85 + .../src/lang/class.upload.sk_SK.php | 84 + .../src/lang/class.upload.sr_YU.php | 84 + .../src/lang/class.upload.sv_SE.php | 84 + .../src/lang/class.upload.ta_TA.php | 88 + .../src/lang/class.upload.tr_TR.php | 88 + .../src/lang/class.upload.uk_UA.php | 85 + .../lang/class.upload.uk_UA.windows-1251.php | 85 + .../src/lang/class.upload.vn_VN.php | 85 + .../src/lang/class.upload.xx_XX.php | 88 + .../src/lang/class.upload.zh_CN.gb-2312.php | 86 + .../src/lang/class.upload.zh_CN.php | 85 + .../src/lang/class.upload.zh_TW.php | 87 + vendor/verot/class.upload.php/test/bg.gif | Bin 0 -> 73 bytes vendor/verot/class.upload.php/test/foo.gdf | Bin 0 -> 11027 bytes vendor/verot/class.upload.php/test/foo.ttf | Bin 0 -> 342492 bytes vendor/verot/class.upload.php/test/index.html | 250 + vendor/verot/class.upload.php/test/test.bmp | Bin 0 -> 45254 bytes vendor/verot/class.upload.php/test/test.gif | Bin 0 -> 13097 bytes vendor/verot/class.upload.php/test/test.jpg | Bin 0 -> 10694 bytes vendor/verot/class.upload.php/test/test.png | Bin 0 -> 36021 bytes vendor/verot/class.upload.php/test/test.webp | Bin 0 -> 8398 bytes vendor/verot/class.upload.php/test/upload.php | 988 ++++ .../verot/class.upload.php/test/watermark.png | Bin 0 -> 3435 bytes .../class.upload.php/test/watermark_large.png | Bin 0 -> 3772 bytes vendor/vlucas/phpdotenv/LICENSE | 30 + vendor/vlucas/phpdotenv/composer.json | 53 + vendor/vlucas/phpdotenv/src/Dotenv.php | 267 + .../src/Exception/ExceptionInterface.php | 12 + .../Exception/InvalidEncodingException.php | 12 + .../src/Exception/InvalidFileException.php | 12 + .../src/Exception/InvalidPathException.php | 12 + .../src/Exception/ValidationException.php | 12 + vendor/vlucas/phpdotenv/src/Loader/Loader.php | 47 + .../phpdotenv/src/Loader/LoaderInterface.php | 20 + .../vlucas/phpdotenv/src/Loader/Resolver.php | 65 + vendor/vlucas/phpdotenv/src/Parser/Entry.php | 59 + .../phpdotenv/src/Parser/EntryParser.php | 293 + vendor/vlucas/phpdotenv/src/Parser/Lexer.php | 62 + vendor/vlucas/phpdotenv/src/Parser/Lines.php | 125 + vendor/vlucas/phpdotenv/src/Parser/Parser.php | 52 + .../phpdotenv/src/Parser/ParserInterface.php | 19 + vendor/vlucas/phpdotenv/src/Parser/Value.php | 88 + .../Repository/Adapter/AdapterInterface.php | 15 + .../src/Repository/Adapter/ApacheAdapter.php | 89 + .../src/Repository/Adapter/ArrayAdapter.php | 80 + .../Repository/Adapter/EnvConstAdapter.php | 87 + .../src/Repository/Adapter/GuardedWriter.php | 85 + .../Repository/Adapter/ImmutableWriter.php | 110 + .../src/Repository/Adapter/MultiReader.php | 48 + .../src/Repository/Adapter/MultiWriter.php | 64 + .../src/Repository/Adapter/PutenvAdapter.php | 91 + .../Repository/Adapter/ReaderInterface.php | 17 + .../Repository/Adapter/ReplacingWriter.php | 104 + .../Repository/Adapter/ServerConstAdapter.php | 87 + .../Repository/Adapter/WriterInterface.php | 27 + .../src/Repository/AdapterRepository.php | 88 + .../src/Repository/RepositoryBuilder.php | 274 + .../src/Repository/RepositoryInterface.php | 45 + .../vlucas/phpdotenv/src/Store/File/Paths.php | 44 + .../phpdotenv/src/Store/File/Reader.php | 81 + .../vlucas/phpdotenv/src/Store/FileStore.php | 72 + .../phpdotenv/src/Store/StoreBuilder.php | 143 + .../phpdotenv/src/Store/StoreInterface.php | 17 + .../phpdotenv/src/Store/StringStore.php | 37 + vendor/vlucas/phpdotenv/src/Util/Regex.php | 110 + vendor/vlucas/phpdotenv/src/Util/Str.php | 90 + vendor/vlucas/phpdotenv/src/Validator.php | 209 + 1141 files changed, 97749 insertions(+) create mode 100644 .gitignore create mode 100644 Flare/.htaccess create mode 100644 Flare/Controllers/EFTEKHARI.php create mode 100644 Flare/Flare_Libraries/MysqliDb.php create mode 100644 Flare/Flare_Libraries/dbObject.php create mode 100644 Flare/Flare_Libraries/jdf.php create mode 100644 Flare/Global_Functions/Flare.php create mode 100644 Flare/Libraries/Captcha.php create mode 100644 Flare/Libraries/Email.php create mode 100644 Flare/View/404/404.php create mode 100644 Flare/View/Plates/w-template.php create mode 100644 Flare/View/Plates/welcome.php create mode 100644 Flare/View/Welcome/Welcome.php create mode 100644 Flare/View/footer.php create mode 100644 Flare/View/header.php create mode 100644 Flare/View/home.php create mode 100644 Flare/app/Router.php create mode 100644 Flare/app/config.php create mode 100644 README.md create mode 100644 composer.json create mode 100644 composer.lock create mode 100644 env.example create mode 100644 license.txt create mode 100644 public/.htaccess create mode 100644 public/Flare.png create mode 100644 public/Orial.ttf create mode 100644 public/addiel.ttf create mode 100644 public/captcha-back.jpg create mode 100644 public/favicon.ico create mode 100644 public/index.php create mode 100644 vendor/autoload.php create mode 100644 vendor/composer/ClassLoader.php create mode 100644 vendor/composer/InstalledVersions.php create mode 100644 vendor/composer/LICENSE create mode 100644 vendor/composer/autoload_classmap.php create mode 100644 vendor/composer/autoload_files.php create mode 100644 vendor/composer/autoload_namespaces.php create mode 100644 vendor/composer/autoload_psr4.php create mode 100644 vendor/composer/autoload_real.php create mode 100644 vendor/composer/autoload_static.php create mode 100644 vendor/composer/installed.json create mode 100644 vendor/composer/installed.php create mode 100644 vendor/composer/platform_check.php create mode 100644 vendor/graham-campbell/result-type/LICENSE create mode 100644 vendor/graham-campbell/result-type/composer.json create mode 100644 vendor/graham-campbell/result-type/src/Error.php create mode 100644 vendor/graham-campbell/result-type/src/Result.php create mode 100644 vendor/graham-campbell/result-type/src/Success.php create mode 100644 vendor/izniburak/router/.gitignore create mode 100644 vendor/izniburak/router/.travis.yml create mode 100644 vendor/izniburak/router/LICENCE.md create mode 100644 vendor/izniburak/router/README.md create mode 100644 vendor/izniburak/router/composer.json create mode 100644 vendor/izniburak/router/phpunit.xml.dist create mode 100644 vendor/izniburak/router/src/Http/Controller.php create mode 100644 vendor/izniburak/router/src/Http/Http.php create mode 100644 vendor/izniburak/router/src/Http/Middleware.php create mode 100644 vendor/izniburak/router/src/Router.php create mode 100644 vendor/izniburak/router/src/RouterCommand.php create mode 100644 vendor/izniburak/router/src/RouterException.php create mode 100644 vendor/izniburak/router/src/RouterRequest.php create mode 100644 vendor/izniburak/router/tests/RouterTest.php create mode 100644 vendor/izniburak/router/tests/fixtures/.htaccess create mode 100644 vendor/izniburak/router/tests/fixtures/TestController.php create mode 100644 vendor/izniburak/router/tests/fixtures/controllers/TestController.php create mode 100644 vendor/izniburak/router/tests/fixtures/index.php create mode 100644 vendor/izniburak/router/tests/fixtures/travis-ci-apache create mode 100644 vendor/izniburak/router/tests/fixtures/www.conf.default create mode 100644 vendor/league/plates/.github/workflows/docs.yml create mode 100644 vendor/league/plates/.github/workflows/php.yml create mode 100644 vendor/league/plates/CONTRIBUTING.md create mode 100644 vendor/league/plates/LICENSE create mode 100644 vendor/league/plates/README.md create mode 100644 vendor/league/plates/composer.json create mode 100644 vendor/league/plates/doc/config.toml create mode 100644 vendor/league/plates/doc/content/_index.md create mode 100644 vendor/league/plates/doc/content/engine/_index.md create mode 100644 vendor/league/plates/doc/content/engine/extensions.md create mode 100644 vendor/league/plates/doc/content/engine/file-extensions.md create mode 100644 vendor/league/plates/doc/content/engine/folders.md create mode 100644 vendor/league/plates/doc/content/engine/functions.md create mode 100644 vendor/league/plates/doc/content/engine/overview.md create mode 100644 vendor/league/plates/doc/content/extensions/_index.md create mode 100644 vendor/league/plates/doc/content/extensions/asset.md create mode 100644 vendor/league/plates/doc/content/extensions/community.md create mode 100644 vendor/league/plates/doc/content/extensions/uri.md create mode 100644 vendor/league/plates/doc/content/getting-started/_index.md create mode 100644 vendor/league/plates/doc/content/getting-started/installation.md create mode 100644 vendor/league/plates/doc/content/getting-started/simple-example.md create mode 100644 vendor/league/plates/doc/content/templates/_index.md create mode 100644 vendor/league/plates/doc/content/templates/data.md create mode 100644 vendor/league/plates/doc/content/templates/escaping.md create mode 100644 vendor/league/plates/doc/content/templates/functions.md create mode 100644 vendor/league/plates/doc/content/templates/inheritance.md create mode 100644 vendor/league/plates/doc/content/templates/layouts.md create mode 100644 vendor/league/plates/doc/content/templates/nesting.md create mode 100644 vendor/league/plates/doc/content/templates/overview.md create mode 100644 vendor/league/plates/doc/content/templates/sections.md create mode 100644 vendor/league/plates/doc/content/templates/syntax.md create mode 100644 vendor/league/plates/doc/layouts/_default/baseof.html create mode 100644 vendor/league/plates/doc/layouts/_default/list.html create mode 100644 vendor/league/plates/doc/layouts/_default/single.html create mode 100644 vendor/league/plates/doc/layouts/partials/title.html create mode 100644 vendor/league/plates/doc/layouts/shortcodes/code-filename.html create mode 100644 vendor/league/plates/doc/layouts/shortcodes/html.html create mode 100644 vendor/league/plates/doc/static/CNAME create mode 100644 vendor/league/plates/doc/static/css/custom.css create mode 100644 vendor/league/plates/doc/static/favicon/apple-touch-icon-precomposed.png create mode 100644 vendor/league/plates/doc/static/favicon/favicon.ico create mode 100644 vendor/league/plates/doc/static/images/logo.png create mode 100644 vendor/league/plates/example/example.php create mode 100644 vendor/league/plates/example/templates/layout.php create mode 100644 vendor/league/plates/example/templates/profile.php create mode 100644 vendor/league/plates/example/templates/sidebar.php create mode 100644 vendor/league/plates/phpunit.xml.dist create mode 100644 vendor/league/plates/src/Engine.php create mode 100644 vendor/league/plates/src/Extension/Asset.php create mode 100644 vendor/league/plates/src/Extension/ExtensionInterface.php create mode 100644 vendor/league/plates/src/Extension/URI.php create mode 100644 vendor/league/plates/src/Template/Data.php create mode 100644 vendor/league/plates/src/Template/Directory.php create mode 100644 vendor/league/plates/src/Template/FileExtension.php create mode 100644 vendor/league/plates/src/Template/Folder.php create mode 100644 vendor/league/plates/src/Template/Folders.php create mode 100644 vendor/league/plates/src/Template/Func.php create mode 100644 vendor/league/plates/src/Template/Functions.php create mode 100644 vendor/league/plates/src/Template/Name.php create mode 100644 vendor/league/plates/src/Template/Template.php create mode 100644 vendor/odan/session/.cs.php create mode 100644 vendor/odan/session/.github/workflows/build.yml create mode 100644 vendor/odan/session/LICENSE create mode 100644 vendor/odan/session/README.md create mode 100644 vendor/odan/session/_config.yml create mode 100644 vendor/odan/session/composer.json create mode 100644 vendor/odan/session/phpcs.xml create mode 100644 vendor/odan/session/phpstan.neon create mode 100644 vendor/odan/session/phpunit.xml create mode 100644 vendor/odan/session/src/Exception/SessionException.php create mode 100644 vendor/odan/session/src/Flash.php create mode 100644 vendor/odan/session/src/FlashInterface.php create mode 100644 vendor/odan/session/src/MemorySession.php create mode 100644 vendor/odan/session/src/Middleware/SessionMiddleware.php create mode 100644 vendor/odan/session/src/PhpSession.php create mode 100644 vendor/odan/session/src/SessionAwareInterface.php create mode 100644 vendor/odan/session/src/SessionAwareTrait.php create mode 100644 vendor/odan/session/src/SessionInterface.php create mode 100644 vendor/phpmailer/phpmailer/COMMITMENT create mode 100644 vendor/phpmailer/phpmailer/LICENSE create mode 100644 vendor/phpmailer/phpmailer/README.md create mode 100644 vendor/phpmailer/phpmailer/SECURITY.md create mode 100644 vendor/phpmailer/phpmailer/VERSION create mode 100644 vendor/phpmailer/phpmailer/composer.json create mode 100644 vendor/phpmailer/phpmailer/get_oauth_token.php create mode 100644 vendor/phpmailer/phpmailer/language/phpmailer.lang-af.php create mode 100644 vendor/phpmailer/phpmailer/language/phpmailer.lang-ar.php create mode 100644 vendor/phpmailer/phpmailer/language/phpmailer.lang-az.php create mode 100644 vendor/phpmailer/phpmailer/language/phpmailer.lang-ba.php create mode 100644 vendor/phpmailer/phpmailer/language/phpmailer.lang-be.php create mode 100644 vendor/phpmailer/phpmailer/language/phpmailer.lang-bg.php create mode 100644 vendor/phpmailer/phpmailer/language/phpmailer.lang-ca.php create mode 100644 vendor/phpmailer/phpmailer/language/phpmailer.lang-ch.php create mode 100644 vendor/phpmailer/phpmailer/language/phpmailer.lang-cs.php create mode 100644 vendor/phpmailer/phpmailer/language/phpmailer.lang-da.php create mode 100644 vendor/phpmailer/phpmailer/language/phpmailer.lang-de.php create mode 100644 vendor/phpmailer/phpmailer/language/phpmailer.lang-el.php create mode 100644 vendor/phpmailer/phpmailer/language/phpmailer.lang-eo.php create mode 100644 vendor/phpmailer/phpmailer/language/phpmailer.lang-es.php create mode 100644 vendor/phpmailer/phpmailer/language/phpmailer.lang-et.php create mode 100644 vendor/phpmailer/phpmailer/language/phpmailer.lang-fa.php create mode 100644 vendor/phpmailer/phpmailer/language/phpmailer.lang-fi.php create mode 100644 vendor/phpmailer/phpmailer/language/phpmailer.lang-fo.php create mode 100644 vendor/phpmailer/phpmailer/language/phpmailer.lang-fr.php create mode 100644 vendor/phpmailer/phpmailer/language/phpmailer.lang-gl.php create mode 100644 vendor/phpmailer/phpmailer/language/phpmailer.lang-he.php create mode 100644 vendor/phpmailer/phpmailer/language/phpmailer.lang-hi.php create mode 100644 vendor/phpmailer/phpmailer/language/phpmailer.lang-hr.php create mode 100644 vendor/phpmailer/phpmailer/language/phpmailer.lang-hu.php create mode 100644 vendor/phpmailer/phpmailer/language/phpmailer.lang-hy.php create mode 100644 vendor/phpmailer/phpmailer/language/phpmailer.lang-id.php create mode 100644 vendor/phpmailer/phpmailer/language/phpmailer.lang-it.php create mode 100644 vendor/phpmailer/phpmailer/language/phpmailer.lang-ja.php create mode 100644 vendor/phpmailer/phpmailer/language/phpmailer.lang-ka.php create mode 100644 vendor/phpmailer/phpmailer/language/phpmailer.lang-ko.php create mode 100644 vendor/phpmailer/phpmailer/language/phpmailer.lang-lt.php create mode 100644 vendor/phpmailer/phpmailer/language/phpmailer.lang-lv.php create mode 100644 vendor/phpmailer/phpmailer/language/phpmailer.lang-mg.php create mode 100644 vendor/phpmailer/phpmailer/language/phpmailer.lang-ms.php create mode 100644 vendor/phpmailer/phpmailer/language/phpmailer.lang-nb.php create mode 100644 vendor/phpmailer/phpmailer/language/phpmailer.lang-nl.php create mode 100644 vendor/phpmailer/phpmailer/language/phpmailer.lang-pl.php create mode 100644 vendor/phpmailer/phpmailer/language/phpmailer.lang-pt.php create mode 100644 vendor/phpmailer/phpmailer/language/phpmailer.lang-pt_br.php create mode 100644 vendor/phpmailer/phpmailer/language/phpmailer.lang-ro.php create mode 100644 vendor/phpmailer/phpmailer/language/phpmailer.lang-ru.php create mode 100644 vendor/phpmailer/phpmailer/language/phpmailer.lang-sk.php create mode 100644 vendor/phpmailer/phpmailer/language/phpmailer.lang-sl.php create mode 100644 vendor/phpmailer/phpmailer/language/phpmailer.lang-sr.php create mode 100644 vendor/phpmailer/phpmailer/language/phpmailer.lang-sr_latn.php create mode 100644 vendor/phpmailer/phpmailer/language/phpmailer.lang-sv.php create mode 100644 vendor/phpmailer/phpmailer/language/phpmailer.lang-tl.php create mode 100644 vendor/phpmailer/phpmailer/language/phpmailer.lang-tr.php create mode 100644 vendor/phpmailer/phpmailer/language/phpmailer.lang-uk.php create mode 100644 vendor/phpmailer/phpmailer/language/phpmailer.lang-vi.php create mode 100644 vendor/phpmailer/phpmailer/language/phpmailer.lang-zh.php create mode 100644 vendor/phpmailer/phpmailer/language/phpmailer.lang-zh_cn.php create mode 100644 vendor/phpmailer/phpmailer/src/Exception.php create mode 100644 vendor/phpmailer/phpmailer/src/OAuth.php create mode 100644 vendor/phpmailer/phpmailer/src/PHPMailer.php create mode 100644 vendor/phpmailer/phpmailer/src/POP3.php create mode 100644 vendor/phpmailer/phpmailer/src/SMTP.php create mode 100644 vendor/phpoption/phpoption/LICENSE create mode 100644 vendor/phpoption/phpoption/Makefile create mode 100644 vendor/phpoption/phpoption/composer.json create mode 100644 vendor/phpoption/phpoption/src/PhpOption/LazyOption.php create mode 100644 vendor/phpoption/phpoption/src/PhpOption/None.php create mode 100644 vendor/phpoption/phpoption/src/PhpOption/Option.php create mode 100644 vendor/phpoption/phpoption/src/PhpOption/Some.php create mode 100644 vendor/psr/http-message/CHANGELOG.md create mode 100644 vendor/psr/http-message/LICENSE create mode 100644 vendor/psr/http-message/README.md create mode 100644 vendor/psr/http-message/composer.json create mode 100644 vendor/psr/http-message/src/MessageInterface.php create mode 100644 vendor/psr/http-message/src/RequestInterface.php create mode 100644 vendor/psr/http-message/src/ResponseInterface.php create mode 100644 vendor/psr/http-message/src/ServerRequestInterface.php create mode 100644 vendor/psr/http-message/src/StreamInterface.php create mode 100644 vendor/psr/http-message/src/UploadedFileInterface.php create mode 100644 vendor/psr/http-message/src/UriInterface.php create mode 100644 vendor/psr/http-server-handler/LICENSE create mode 100644 vendor/psr/http-server-handler/README.md create mode 100644 vendor/psr/http-server-handler/composer.json create mode 100644 vendor/psr/http-server-handler/src/RequestHandlerInterface.php create mode 100644 vendor/psr/http-server-middleware/LICENSE create mode 100644 vendor/psr/http-server-middleware/README.md create mode 100644 vendor/psr/http-server-middleware/composer.json create mode 100644 vendor/psr/http-server-middleware/src/MiddlewareInterface.php create mode 100644 vendor/respect/stringifier/LICENSE.md create mode 100644 vendor/respect/stringifier/README.md create mode 100644 vendor/respect/stringifier/composer.json create mode 100644 vendor/respect/stringifier/src/Quoter.php create mode 100644 vendor/respect/stringifier/src/Quoters/CodeQuoter.php create mode 100644 vendor/respect/stringifier/src/Stringifier.php create mode 100644 vendor/respect/stringifier/src/Stringifiers/ArrayStringifier.php create mode 100644 vendor/respect/stringifier/src/Stringifiers/BoolStringifier.php create mode 100644 vendor/respect/stringifier/src/Stringifiers/ClusterStringifier.php create mode 100644 vendor/respect/stringifier/src/Stringifiers/DateTimeStringifier.php create mode 100644 vendor/respect/stringifier/src/Stringifiers/InfiniteStringifier.php create mode 100644 vendor/respect/stringifier/src/Stringifiers/JsonParsableStringifier.php create mode 100644 vendor/respect/stringifier/src/Stringifiers/JsonSerializableStringifier.php create mode 100644 vendor/respect/stringifier/src/Stringifiers/NanStringifier.php create mode 100644 vendor/respect/stringifier/src/Stringifiers/NullStringifier.php create mode 100644 vendor/respect/stringifier/src/Stringifiers/ObjectStringifier.php create mode 100644 vendor/respect/stringifier/src/Stringifiers/ResourceStringifier.php create mode 100644 vendor/respect/stringifier/src/Stringifiers/StringableObjectStringifier.php create mode 100644 vendor/respect/stringifier/src/Stringifiers/ThrowableStringifier.php create mode 100644 vendor/respect/stringifier/src/Stringifiers/TraversableStringifier.php create mode 100644 vendor/respect/stringifier/src/stringify.php create mode 100644 vendor/respect/validation/CHANGELOG.md create mode 100644 vendor/respect/validation/CONTRIBUTING.md create mode 100644 vendor/respect/validation/LICENSE create mode 100644 vendor/respect/validation/README.md create mode 100644 vendor/respect/validation/composer.json create mode 100644 vendor/respect/validation/data/iso_3166-2/AD.json create mode 100644 vendor/respect/validation/data/iso_3166-2/AE.json create mode 100644 vendor/respect/validation/data/iso_3166-2/AF.json create mode 100644 vendor/respect/validation/data/iso_3166-2/AG.json create mode 100644 vendor/respect/validation/data/iso_3166-2/AI.json create mode 100644 vendor/respect/validation/data/iso_3166-2/AL.json create mode 100644 vendor/respect/validation/data/iso_3166-2/AM.json create mode 100644 vendor/respect/validation/data/iso_3166-2/AN.json create mode 100644 vendor/respect/validation/data/iso_3166-2/AO.json create mode 100644 vendor/respect/validation/data/iso_3166-2/AQ.json create mode 100644 vendor/respect/validation/data/iso_3166-2/AR.json create mode 100644 vendor/respect/validation/data/iso_3166-2/AS.json create mode 100644 vendor/respect/validation/data/iso_3166-2/AT.json create mode 100644 vendor/respect/validation/data/iso_3166-2/AU.json create mode 100644 vendor/respect/validation/data/iso_3166-2/AW.json create mode 100644 vendor/respect/validation/data/iso_3166-2/AX.json create mode 100644 vendor/respect/validation/data/iso_3166-2/AZ.json create mode 100644 vendor/respect/validation/data/iso_3166-2/BA.json create mode 100644 vendor/respect/validation/data/iso_3166-2/BB.json create mode 100644 vendor/respect/validation/data/iso_3166-2/BD.json create mode 100644 vendor/respect/validation/data/iso_3166-2/BE.json create mode 100644 vendor/respect/validation/data/iso_3166-2/BF.json create mode 100644 vendor/respect/validation/data/iso_3166-2/BG.json create mode 100644 vendor/respect/validation/data/iso_3166-2/BH.json create mode 100644 vendor/respect/validation/data/iso_3166-2/BI.json create mode 100644 vendor/respect/validation/data/iso_3166-2/BJ.json create mode 100644 vendor/respect/validation/data/iso_3166-2/BL.json create mode 100644 vendor/respect/validation/data/iso_3166-2/BM.json create mode 100644 vendor/respect/validation/data/iso_3166-2/BN.json create mode 100644 vendor/respect/validation/data/iso_3166-2/BO.json create mode 100644 vendor/respect/validation/data/iso_3166-2/BQ.json create mode 100644 vendor/respect/validation/data/iso_3166-2/BR.json create mode 100644 vendor/respect/validation/data/iso_3166-2/BS.json create mode 100644 vendor/respect/validation/data/iso_3166-2/BT.json create mode 100644 vendor/respect/validation/data/iso_3166-2/BV.json create mode 100644 vendor/respect/validation/data/iso_3166-2/BW.json create mode 100644 vendor/respect/validation/data/iso_3166-2/BY.json create mode 100644 vendor/respect/validation/data/iso_3166-2/BZ.json create mode 100644 vendor/respect/validation/data/iso_3166-2/CA.json create mode 100644 vendor/respect/validation/data/iso_3166-2/CC.json create mode 100644 vendor/respect/validation/data/iso_3166-2/CD.json create mode 100644 vendor/respect/validation/data/iso_3166-2/CF.json create mode 100644 vendor/respect/validation/data/iso_3166-2/CG.json create mode 100644 vendor/respect/validation/data/iso_3166-2/CH.json create mode 100644 vendor/respect/validation/data/iso_3166-2/CI.json create mode 100644 vendor/respect/validation/data/iso_3166-2/CK.json create mode 100644 vendor/respect/validation/data/iso_3166-2/CL.json create mode 100644 vendor/respect/validation/data/iso_3166-2/CM.json create mode 100644 vendor/respect/validation/data/iso_3166-2/CN.json create mode 100644 vendor/respect/validation/data/iso_3166-2/CO.json create mode 100644 vendor/respect/validation/data/iso_3166-2/CR.json create mode 100644 vendor/respect/validation/data/iso_3166-2/CS.json create mode 100644 vendor/respect/validation/data/iso_3166-2/CU.json create mode 100644 vendor/respect/validation/data/iso_3166-2/CV.json create mode 100644 vendor/respect/validation/data/iso_3166-2/CW.json create mode 100644 vendor/respect/validation/data/iso_3166-2/CX.json create mode 100644 vendor/respect/validation/data/iso_3166-2/CY.json create mode 100644 vendor/respect/validation/data/iso_3166-2/CZ.json create mode 100644 vendor/respect/validation/data/iso_3166-2/DE.json create mode 100644 vendor/respect/validation/data/iso_3166-2/DJ.json create mode 100644 vendor/respect/validation/data/iso_3166-2/DK.json create mode 100644 vendor/respect/validation/data/iso_3166-2/DM.json create mode 100644 vendor/respect/validation/data/iso_3166-2/DO.json create mode 100644 vendor/respect/validation/data/iso_3166-2/DZ.json create mode 100644 vendor/respect/validation/data/iso_3166-2/EC.json create mode 100644 vendor/respect/validation/data/iso_3166-2/EE.json create mode 100644 vendor/respect/validation/data/iso_3166-2/EG.json create mode 100644 vendor/respect/validation/data/iso_3166-2/EH.json create mode 100644 vendor/respect/validation/data/iso_3166-2/ER.json create mode 100644 vendor/respect/validation/data/iso_3166-2/ES.json create mode 100644 vendor/respect/validation/data/iso_3166-2/ET.json create mode 100644 vendor/respect/validation/data/iso_3166-2/FI.json create mode 100644 vendor/respect/validation/data/iso_3166-2/FJ.json create mode 100644 vendor/respect/validation/data/iso_3166-2/FK.json create mode 100644 vendor/respect/validation/data/iso_3166-2/FM.json create mode 100644 vendor/respect/validation/data/iso_3166-2/FO.json create mode 100644 vendor/respect/validation/data/iso_3166-2/FR.json create mode 100644 vendor/respect/validation/data/iso_3166-2/GA.json create mode 100644 vendor/respect/validation/data/iso_3166-2/GB.json create mode 100644 vendor/respect/validation/data/iso_3166-2/GD.json create mode 100644 vendor/respect/validation/data/iso_3166-2/GE.json create mode 100644 vendor/respect/validation/data/iso_3166-2/GF.json create mode 100644 vendor/respect/validation/data/iso_3166-2/GG.json create mode 100644 vendor/respect/validation/data/iso_3166-2/GH.json create mode 100644 vendor/respect/validation/data/iso_3166-2/GI.json create mode 100644 vendor/respect/validation/data/iso_3166-2/GL.json create mode 100644 vendor/respect/validation/data/iso_3166-2/GM.json create mode 100644 vendor/respect/validation/data/iso_3166-2/GN.json create mode 100644 vendor/respect/validation/data/iso_3166-2/GP.json create mode 100644 vendor/respect/validation/data/iso_3166-2/GQ.json create mode 100644 vendor/respect/validation/data/iso_3166-2/GR.json create mode 100644 vendor/respect/validation/data/iso_3166-2/GS.json create mode 100644 vendor/respect/validation/data/iso_3166-2/GT.json create mode 100644 vendor/respect/validation/data/iso_3166-2/GU.json create mode 100644 vendor/respect/validation/data/iso_3166-2/GW.json create mode 100644 vendor/respect/validation/data/iso_3166-2/GY.json create mode 100644 vendor/respect/validation/data/iso_3166-2/HK.json create mode 100644 vendor/respect/validation/data/iso_3166-2/HM.json create mode 100644 vendor/respect/validation/data/iso_3166-2/HN.json create mode 100644 vendor/respect/validation/data/iso_3166-2/HR.json create mode 100644 vendor/respect/validation/data/iso_3166-2/HT.json create mode 100644 vendor/respect/validation/data/iso_3166-2/HU.json create mode 100644 vendor/respect/validation/data/iso_3166-2/ID.json create mode 100644 vendor/respect/validation/data/iso_3166-2/IE.json create mode 100644 vendor/respect/validation/data/iso_3166-2/IL.json create mode 100644 vendor/respect/validation/data/iso_3166-2/IM.json create mode 100644 vendor/respect/validation/data/iso_3166-2/IN.json create mode 100644 vendor/respect/validation/data/iso_3166-2/IO.json create mode 100644 vendor/respect/validation/data/iso_3166-2/IQ.json create mode 100644 vendor/respect/validation/data/iso_3166-2/IR.json create mode 100644 vendor/respect/validation/data/iso_3166-2/IS.json create mode 100644 vendor/respect/validation/data/iso_3166-2/IT.json create mode 100644 vendor/respect/validation/data/iso_3166-2/JE.json create mode 100644 vendor/respect/validation/data/iso_3166-2/JM.json create mode 100644 vendor/respect/validation/data/iso_3166-2/JO.json create mode 100644 vendor/respect/validation/data/iso_3166-2/JP.json create mode 100644 vendor/respect/validation/data/iso_3166-2/KE.json create mode 100644 vendor/respect/validation/data/iso_3166-2/KG.json create mode 100644 vendor/respect/validation/data/iso_3166-2/KH.json create mode 100644 vendor/respect/validation/data/iso_3166-2/KI.json create mode 100644 vendor/respect/validation/data/iso_3166-2/KM.json create mode 100644 vendor/respect/validation/data/iso_3166-2/KN.json create mode 100644 vendor/respect/validation/data/iso_3166-2/KP.json create mode 100644 vendor/respect/validation/data/iso_3166-2/KR.json create mode 100644 vendor/respect/validation/data/iso_3166-2/KW.json create mode 100644 vendor/respect/validation/data/iso_3166-2/KY.json create mode 100644 vendor/respect/validation/data/iso_3166-2/KZ.json create mode 100644 vendor/respect/validation/data/iso_3166-2/LA.json create mode 100644 vendor/respect/validation/data/iso_3166-2/LB.json create mode 100644 vendor/respect/validation/data/iso_3166-2/LC.json create mode 100644 vendor/respect/validation/data/iso_3166-2/LI.json create mode 100644 vendor/respect/validation/data/iso_3166-2/LK.json create mode 100644 vendor/respect/validation/data/iso_3166-2/LR.json create mode 100644 vendor/respect/validation/data/iso_3166-2/LS.json create mode 100644 vendor/respect/validation/data/iso_3166-2/LT.json create mode 100644 vendor/respect/validation/data/iso_3166-2/LU.json create mode 100644 vendor/respect/validation/data/iso_3166-2/LV.json create mode 100644 vendor/respect/validation/data/iso_3166-2/LY.json create mode 100644 vendor/respect/validation/data/iso_3166-2/MA.json create mode 100644 vendor/respect/validation/data/iso_3166-2/MC.json create mode 100644 vendor/respect/validation/data/iso_3166-2/MD.json create mode 100644 vendor/respect/validation/data/iso_3166-2/ME.json create mode 100644 vendor/respect/validation/data/iso_3166-2/MF.json create mode 100644 vendor/respect/validation/data/iso_3166-2/MG.json create mode 100644 vendor/respect/validation/data/iso_3166-2/MH.json create mode 100644 vendor/respect/validation/data/iso_3166-2/MK.json create mode 100644 vendor/respect/validation/data/iso_3166-2/ML.json create mode 100644 vendor/respect/validation/data/iso_3166-2/MM.json create mode 100644 vendor/respect/validation/data/iso_3166-2/MN.json create mode 100644 vendor/respect/validation/data/iso_3166-2/MO.json create mode 100644 vendor/respect/validation/data/iso_3166-2/MP.json create mode 100644 vendor/respect/validation/data/iso_3166-2/MQ.json create mode 100644 vendor/respect/validation/data/iso_3166-2/MR.json create mode 100644 vendor/respect/validation/data/iso_3166-2/MS.json create mode 100644 vendor/respect/validation/data/iso_3166-2/MT.json create mode 100644 vendor/respect/validation/data/iso_3166-2/MU.json create mode 100644 vendor/respect/validation/data/iso_3166-2/MV.json create mode 100644 vendor/respect/validation/data/iso_3166-2/MW.json create mode 100644 vendor/respect/validation/data/iso_3166-2/MX.json create mode 100644 vendor/respect/validation/data/iso_3166-2/MY.json create mode 100644 vendor/respect/validation/data/iso_3166-2/MZ.json create mode 100644 vendor/respect/validation/data/iso_3166-2/NA.json create mode 100644 vendor/respect/validation/data/iso_3166-2/NC.json create mode 100644 vendor/respect/validation/data/iso_3166-2/NE.json create mode 100644 vendor/respect/validation/data/iso_3166-2/NF.json create mode 100644 vendor/respect/validation/data/iso_3166-2/NG.json create mode 100644 vendor/respect/validation/data/iso_3166-2/NI.json create mode 100644 vendor/respect/validation/data/iso_3166-2/NL.json create mode 100644 vendor/respect/validation/data/iso_3166-2/NO.json create mode 100644 vendor/respect/validation/data/iso_3166-2/NP.json create mode 100644 vendor/respect/validation/data/iso_3166-2/NR.json create mode 100644 vendor/respect/validation/data/iso_3166-2/NU.json create mode 100644 vendor/respect/validation/data/iso_3166-2/NZ.json create mode 100644 vendor/respect/validation/data/iso_3166-2/OM.json create mode 100644 vendor/respect/validation/data/iso_3166-2/PA.json create mode 100644 vendor/respect/validation/data/iso_3166-2/PE.json create mode 100644 vendor/respect/validation/data/iso_3166-2/PF.json create mode 100644 vendor/respect/validation/data/iso_3166-2/PG.json create mode 100644 vendor/respect/validation/data/iso_3166-2/PH.json create mode 100644 vendor/respect/validation/data/iso_3166-2/PK.json create mode 100644 vendor/respect/validation/data/iso_3166-2/PL.json create mode 100644 vendor/respect/validation/data/iso_3166-2/PM.json create mode 100644 vendor/respect/validation/data/iso_3166-2/PN.json create mode 100644 vendor/respect/validation/data/iso_3166-2/PR.json create mode 100644 vendor/respect/validation/data/iso_3166-2/PS.json create mode 100644 vendor/respect/validation/data/iso_3166-2/PT.json create mode 100644 vendor/respect/validation/data/iso_3166-2/PW.json create mode 100644 vendor/respect/validation/data/iso_3166-2/PY.json create mode 100644 vendor/respect/validation/data/iso_3166-2/QA.json create mode 100644 vendor/respect/validation/data/iso_3166-2/RE.json create mode 100644 vendor/respect/validation/data/iso_3166-2/RO.json create mode 100644 vendor/respect/validation/data/iso_3166-2/RS.json create mode 100644 vendor/respect/validation/data/iso_3166-2/RU.json create mode 100644 vendor/respect/validation/data/iso_3166-2/RW.json create mode 100644 vendor/respect/validation/data/iso_3166-2/SA.json create mode 100644 vendor/respect/validation/data/iso_3166-2/SB.json create mode 100644 vendor/respect/validation/data/iso_3166-2/SC.json create mode 100644 vendor/respect/validation/data/iso_3166-2/SD.json create mode 100644 vendor/respect/validation/data/iso_3166-2/SE.json create mode 100644 vendor/respect/validation/data/iso_3166-2/SG.json create mode 100644 vendor/respect/validation/data/iso_3166-2/SH.json create mode 100644 vendor/respect/validation/data/iso_3166-2/SI.json create mode 100644 vendor/respect/validation/data/iso_3166-2/SJ.json create mode 100644 vendor/respect/validation/data/iso_3166-2/SK.json create mode 100644 vendor/respect/validation/data/iso_3166-2/SL.json create mode 100644 vendor/respect/validation/data/iso_3166-2/SM.json create mode 100644 vendor/respect/validation/data/iso_3166-2/SN.json create mode 100644 vendor/respect/validation/data/iso_3166-2/SO.json create mode 100644 vendor/respect/validation/data/iso_3166-2/SR.json create mode 100644 vendor/respect/validation/data/iso_3166-2/SS.json create mode 100644 vendor/respect/validation/data/iso_3166-2/ST.json create mode 100644 vendor/respect/validation/data/iso_3166-2/SV.json create mode 100644 vendor/respect/validation/data/iso_3166-2/SX.json create mode 100644 vendor/respect/validation/data/iso_3166-2/SY.json create mode 100644 vendor/respect/validation/data/iso_3166-2/SZ.json create mode 100644 vendor/respect/validation/data/iso_3166-2/TC.json create mode 100644 vendor/respect/validation/data/iso_3166-2/TD.json create mode 100644 vendor/respect/validation/data/iso_3166-2/TF.json create mode 100644 vendor/respect/validation/data/iso_3166-2/TG.json create mode 100644 vendor/respect/validation/data/iso_3166-2/TH.json create mode 100644 vendor/respect/validation/data/iso_3166-2/TJ.json create mode 100644 vendor/respect/validation/data/iso_3166-2/TK.json create mode 100644 vendor/respect/validation/data/iso_3166-2/TL.json create mode 100644 vendor/respect/validation/data/iso_3166-2/TM.json create mode 100644 vendor/respect/validation/data/iso_3166-2/TN.json create mode 100644 vendor/respect/validation/data/iso_3166-2/TO.json create mode 100644 vendor/respect/validation/data/iso_3166-2/TR.json create mode 100644 vendor/respect/validation/data/iso_3166-2/TT.json create mode 100644 vendor/respect/validation/data/iso_3166-2/TV.json create mode 100644 vendor/respect/validation/data/iso_3166-2/TW.json create mode 100644 vendor/respect/validation/data/iso_3166-2/TZ.json create mode 100644 vendor/respect/validation/data/iso_3166-2/UA.json create mode 100644 vendor/respect/validation/data/iso_3166-2/UG.json create mode 100644 vendor/respect/validation/data/iso_3166-2/UM.json create mode 100644 vendor/respect/validation/data/iso_3166-2/US.json create mode 100644 vendor/respect/validation/data/iso_3166-2/UY.json create mode 100644 vendor/respect/validation/data/iso_3166-2/UZ.json create mode 100644 vendor/respect/validation/data/iso_3166-2/VA.json create mode 100644 vendor/respect/validation/data/iso_3166-2/VC.json create mode 100644 vendor/respect/validation/data/iso_3166-2/VE.json create mode 100644 vendor/respect/validation/data/iso_3166-2/VG.json create mode 100644 vendor/respect/validation/data/iso_3166-2/VI.json create mode 100644 vendor/respect/validation/data/iso_3166-2/VN.json create mode 100644 vendor/respect/validation/data/iso_3166-2/VU.json create mode 100644 vendor/respect/validation/data/iso_3166-2/WF.json create mode 100644 vendor/respect/validation/data/iso_3166-2/WS.json create mode 100644 vendor/respect/validation/data/iso_3166-2/XK.json create mode 100644 vendor/respect/validation/data/iso_3166-2/YE.json create mode 100644 vendor/respect/validation/data/iso_3166-2/YT.json create mode 100644 vendor/respect/validation/data/iso_3166-2/ZA.json create mode 100644 vendor/respect/validation/data/iso_3166-2/ZM.json create mode 100644 vendor/respect/validation/data/iso_3166-2/ZW.json create mode 100644 vendor/respect/validation/library/ChainedValidator.php create mode 100644 vendor/respect/validation/library/Exceptions/AllOfException.php create mode 100644 vendor/respect/validation/library/Exceptions/AlnumException.php create mode 100644 vendor/respect/validation/library/Exceptions/AlphaException.php create mode 100644 vendor/respect/validation/library/Exceptions/AlwaysInvalidException.php create mode 100644 vendor/respect/validation/library/Exceptions/AlwaysValidException.php create mode 100644 vendor/respect/validation/library/Exceptions/AnyOfException.php create mode 100644 vendor/respect/validation/library/Exceptions/ArrayTypeException.php create mode 100644 vendor/respect/validation/library/Exceptions/ArrayValException.php create mode 100644 vendor/respect/validation/library/Exceptions/AttributeException.php create mode 100644 vendor/respect/validation/library/Exceptions/Base64Exception.php create mode 100644 vendor/respect/validation/library/Exceptions/BaseException.php create mode 100644 vendor/respect/validation/library/Exceptions/BetweenException.php create mode 100644 vendor/respect/validation/library/Exceptions/BoolTypeException.php create mode 100644 vendor/respect/validation/library/Exceptions/BoolValException.php create mode 100644 vendor/respect/validation/library/Exceptions/BsnException.php create mode 100644 vendor/respect/validation/library/Exceptions/CallException.php create mode 100644 vendor/respect/validation/library/Exceptions/CallableTypeException.php create mode 100644 vendor/respect/validation/library/Exceptions/CallbackException.php create mode 100644 vendor/respect/validation/library/Exceptions/CharsetException.php create mode 100644 vendor/respect/validation/library/Exceptions/CnhException.php create mode 100644 vendor/respect/validation/library/Exceptions/CnpjException.php create mode 100644 vendor/respect/validation/library/Exceptions/ComponentException.php create mode 100644 vendor/respect/validation/library/Exceptions/ConsonantException.php create mode 100644 vendor/respect/validation/library/Exceptions/ContainsAnyException.php create mode 100644 vendor/respect/validation/library/Exceptions/ContainsException.php create mode 100644 vendor/respect/validation/library/Exceptions/ControlException.php create mode 100644 vendor/respect/validation/library/Exceptions/CountableException.php create mode 100644 vendor/respect/validation/library/Exceptions/CountryCodeException.php create mode 100644 vendor/respect/validation/library/Exceptions/CpfException.php create mode 100644 vendor/respect/validation/library/Exceptions/CreditCardException.php create mode 100644 vendor/respect/validation/library/Exceptions/CurrencyCodeException.php create mode 100644 vendor/respect/validation/library/Exceptions/DateException.php create mode 100644 vendor/respect/validation/library/Exceptions/DateTimeException.php create mode 100644 vendor/respect/validation/library/Exceptions/DecimalException.php create mode 100644 vendor/respect/validation/library/Exceptions/DigitException.php create mode 100644 vendor/respect/validation/library/Exceptions/DirectoryException.php create mode 100644 vendor/respect/validation/library/Exceptions/DomainException.php create mode 100644 vendor/respect/validation/library/Exceptions/EachException.php create mode 100644 vendor/respect/validation/library/Exceptions/EmailException.php create mode 100644 vendor/respect/validation/library/Exceptions/EndsWithException.php create mode 100644 vendor/respect/validation/library/Exceptions/EqualsException.php create mode 100644 vendor/respect/validation/library/Exceptions/EquivalentException.php create mode 100644 vendor/respect/validation/library/Exceptions/EvenException.php create mode 100644 vendor/respect/validation/library/Exceptions/Exception.php create mode 100644 vendor/respect/validation/library/Exceptions/ExecutableException.php create mode 100644 vendor/respect/validation/library/Exceptions/ExistsException.php create mode 100644 vendor/respect/validation/library/Exceptions/ExtensionException.php create mode 100644 vendor/respect/validation/library/Exceptions/FactorException.php create mode 100644 vendor/respect/validation/library/Exceptions/FalseValException.php create mode 100644 vendor/respect/validation/library/Exceptions/FibonacciException.php create mode 100644 vendor/respect/validation/library/Exceptions/FileException.php create mode 100644 vendor/respect/validation/library/Exceptions/FilterVarException.php create mode 100644 vendor/respect/validation/library/Exceptions/FilteredValidationException.php create mode 100644 vendor/respect/validation/library/Exceptions/FiniteException.php create mode 100644 vendor/respect/validation/library/Exceptions/FloatTypeException.php create mode 100644 vendor/respect/validation/library/Exceptions/FloatValException.php create mode 100644 vendor/respect/validation/library/Exceptions/GraphException.php create mode 100644 vendor/respect/validation/library/Exceptions/GreaterThanException.php create mode 100644 vendor/respect/validation/library/Exceptions/GroupedValidationException.php create mode 100644 vendor/respect/validation/library/Exceptions/HexRgbColorException.php create mode 100644 vendor/respect/validation/library/Exceptions/IbanException.php create mode 100644 vendor/respect/validation/library/Exceptions/IdenticalException.php create mode 100644 vendor/respect/validation/library/Exceptions/ImageException.php create mode 100644 vendor/respect/validation/library/Exceptions/ImeiException.php create mode 100644 vendor/respect/validation/library/Exceptions/InException.php create mode 100644 vendor/respect/validation/library/Exceptions/InfiniteException.php create mode 100644 vendor/respect/validation/library/Exceptions/InstanceException.php create mode 100644 vendor/respect/validation/library/Exceptions/IntTypeException.php create mode 100644 vendor/respect/validation/library/Exceptions/IntValException.php create mode 100644 vendor/respect/validation/library/Exceptions/InvalidClassException.php create mode 100644 vendor/respect/validation/library/Exceptions/IpException.php create mode 100644 vendor/respect/validation/library/Exceptions/IsbnException.php create mode 100644 vendor/respect/validation/library/Exceptions/IterableTypeException.php create mode 100644 vendor/respect/validation/library/Exceptions/JsonException.php create mode 100644 vendor/respect/validation/library/Exceptions/KeyException.php create mode 100644 vendor/respect/validation/library/Exceptions/KeyNestedException.php create mode 100644 vendor/respect/validation/library/Exceptions/KeySetException.php create mode 100644 vendor/respect/validation/library/Exceptions/KeyValueException.php create mode 100644 vendor/respect/validation/library/Exceptions/LanguageCodeException.php create mode 100644 vendor/respect/validation/library/Exceptions/LeapDateException.php create mode 100644 vendor/respect/validation/library/Exceptions/LeapYearException.php create mode 100644 vendor/respect/validation/library/Exceptions/LengthException.php create mode 100644 vendor/respect/validation/library/Exceptions/LessThanException.php create mode 100644 vendor/respect/validation/library/Exceptions/LowercaseException.php create mode 100644 vendor/respect/validation/library/Exceptions/LuhnException.php create mode 100644 vendor/respect/validation/library/Exceptions/MacAddressException.php create mode 100644 vendor/respect/validation/library/Exceptions/MaxAgeException.php create mode 100644 vendor/respect/validation/library/Exceptions/MaxException.php create mode 100644 vendor/respect/validation/library/Exceptions/MimetypeException.php create mode 100644 vendor/respect/validation/library/Exceptions/MinAgeException.php create mode 100644 vendor/respect/validation/library/Exceptions/MinException.php create mode 100644 vendor/respect/validation/library/Exceptions/MultipleException.php create mode 100644 vendor/respect/validation/library/Exceptions/NegativeException.php create mode 100644 vendor/respect/validation/library/Exceptions/NestedValidationException.php create mode 100644 vendor/respect/validation/library/Exceptions/NfeAccessKeyException.php create mode 100644 vendor/respect/validation/library/Exceptions/NifException.php create mode 100644 vendor/respect/validation/library/Exceptions/NipException.php create mode 100644 vendor/respect/validation/library/Exceptions/NoException.php create mode 100644 vendor/respect/validation/library/Exceptions/NoWhitespaceException.php create mode 100644 vendor/respect/validation/library/Exceptions/NonOmissibleException.php create mode 100644 vendor/respect/validation/library/Exceptions/NoneOfException.php create mode 100644 vendor/respect/validation/library/Exceptions/NotBlankException.php create mode 100644 vendor/respect/validation/library/Exceptions/NotEmojiException.php create mode 100644 vendor/respect/validation/library/Exceptions/NotEmptyException.php create mode 100644 vendor/respect/validation/library/Exceptions/NotException.php create mode 100644 vendor/respect/validation/library/Exceptions/NotOptionalException.php create mode 100644 vendor/respect/validation/library/Exceptions/NullTypeException.php create mode 100644 vendor/respect/validation/library/Exceptions/NullableException.php create mode 100644 vendor/respect/validation/library/Exceptions/NumberException.php create mode 100644 vendor/respect/validation/library/Exceptions/NumericValException.php create mode 100644 vendor/respect/validation/library/Exceptions/ObjectTypeException.php create mode 100644 vendor/respect/validation/library/Exceptions/OddException.php create mode 100644 vendor/respect/validation/library/Exceptions/OneOfException.php create mode 100644 vendor/respect/validation/library/Exceptions/OptionalException.php create mode 100644 vendor/respect/validation/library/Exceptions/PerfectSquareException.php create mode 100644 vendor/respect/validation/library/Exceptions/PeselException.php create mode 100644 vendor/respect/validation/library/Exceptions/PhoneException.php create mode 100644 vendor/respect/validation/library/Exceptions/PhpLabelException.php create mode 100644 vendor/respect/validation/library/Exceptions/PisException.php create mode 100644 vendor/respect/validation/library/Exceptions/PolishIdCardException.php create mode 100644 vendor/respect/validation/library/Exceptions/PositiveException.php create mode 100644 vendor/respect/validation/library/Exceptions/PostalCodeException.php create mode 100644 vendor/respect/validation/library/Exceptions/PrimeNumberException.php create mode 100644 vendor/respect/validation/library/Exceptions/PrintableException.php create mode 100644 vendor/respect/validation/library/Exceptions/PunctException.php create mode 100644 vendor/respect/validation/library/Exceptions/ReadableException.php create mode 100644 vendor/respect/validation/library/Exceptions/RecursiveExceptionIterator.php create mode 100644 vendor/respect/validation/library/Exceptions/RegexException.php create mode 100644 vendor/respect/validation/library/Exceptions/ResourceTypeException.php create mode 100644 vendor/respect/validation/library/Exceptions/RomanException.php create mode 100644 vendor/respect/validation/library/Exceptions/ScalarValException.php create mode 100644 vendor/respect/validation/library/Exceptions/SfException.php create mode 100644 vendor/respect/validation/library/Exceptions/SizeException.php create mode 100644 vendor/respect/validation/library/Exceptions/SlugException.php create mode 100644 vendor/respect/validation/library/Exceptions/SortedException.php create mode 100644 vendor/respect/validation/library/Exceptions/SpaceException.php create mode 100644 vendor/respect/validation/library/Exceptions/StartsWithException.php create mode 100644 vendor/respect/validation/library/Exceptions/StringTypeException.php create mode 100644 vendor/respect/validation/library/Exceptions/StringValException.php create mode 100644 vendor/respect/validation/library/Exceptions/SubdivisionCodeException.php create mode 100644 vendor/respect/validation/library/Exceptions/SubsetException.php create mode 100644 vendor/respect/validation/library/Exceptions/SymbolicLinkException.php create mode 100644 vendor/respect/validation/library/Exceptions/TimeException.php create mode 100644 vendor/respect/validation/library/Exceptions/TldException.php create mode 100644 vendor/respect/validation/library/Exceptions/TrueValException.php create mode 100644 vendor/respect/validation/library/Exceptions/TypeException.php create mode 100644 vendor/respect/validation/library/Exceptions/UniqueException.php create mode 100644 vendor/respect/validation/library/Exceptions/UploadedException.php create mode 100644 vendor/respect/validation/library/Exceptions/UppercaseException.php create mode 100644 vendor/respect/validation/library/Exceptions/UrlException.php create mode 100644 vendor/respect/validation/library/Exceptions/UuidException.php create mode 100644 vendor/respect/validation/library/Exceptions/ValidationException.php create mode 100644 vendor/respect/validation/library/Exceptions/ValidatorException.php create mode 100644 vendor/respect/validation/library/Exceptions/VersionException.php create mode 100644 vendor/respect/validation/library/Exceptions/VideoUrlException.php create mode 100644 vendor/respect/validation/library/Exceptions/VowelException.php create mode 100644 vendor/respect/validation/library/Exceptions/WhenException.php create mode 100644 vendor/respect/validation/library/Exceptions/WritableException.php create mode 100644 vendor/respect/validation/library/Exceptions/XdigitException.php create mode 100644 vendor/respect/validation/library/Exceptions/YesException.php create mode 100644 vendor/respect/validation/library/Exceptions/ZendException.php create mode 100644 vendor/respect/validation/library/Factory.php create mode 100644 vendor/respect/validation/library/Helpers/CanCompareValues.php create mode 100644 vendor/respect/validation/library/Helpers/CanValidateDateTime.php create mode 100644 vendor/respect/validation/library/Helpers/CanValidateIterable.php create mode 100644 vendor/respect/validation/library/Helpers/CanValidateUndefined.php create mode 100644 vendor/respect/validation/library/Helpers/Subdivisions.php create mode 100644 vendor/respect/validation/library/Message/Formatter.php create mode 100644 vendor/respect/validation/library/Message/ParameterStringifier.php create mode 100644 vendor/respect/validation/library/Message/Stringifier/KeepOriginalStringName.php create mode 100644 vendor/respect/validation/library/Rules/AbstractAge.php create mode 100644 vendor/respect/validation/library/Rules/AbstractComparison.php create mode 100644 vendor/respect/validation/library/Rules/AbstractComposite.php create mode 100644 vendor/respect/validation/library/Rules/AbstractEnvelope.php create mode 100644 vendor/respect/validation/library/Rules/AbstractFilterRule.php create mode 100644 vendor/respect/validation/library/Rules/AbstractRelated.php create mode 100644 vendor/respect/validation/library/Rules/AbstractRule.php create mode 100644 vendor/respect/validation/library/Rules/AbstractSearcher.php create mode 100644 vendor/respect/validation/library/Rules/AbstractWrapper.php create mode 100644 vendor/respect/validation/library/Rules/AllOf.php create mode 100644 vendor/respect/validation/library/Rules/Alnum.php create mode 100644 vendor/respect/validation/library/Rules/Alpha.php create mode 100644 vendor/respect/validation/library/Rules/AlwaysInvalid.php create mode 100644 vendor/respect/validation/library/Rules/AlwaysValid.php create mode 100644 vendor/respect/validation/library/Rules/AnyOf.php create mode 100644 vendor/respect/validation/library/Rules/ArrayType.php create mode 100644 vendor/respect/validation/library/Rules/ArrayVal.php create mode 100644 vendor/respect/validation/library/Rules/Attribute.php create mode 100644 vendor/respect/validation/library/Rules/Base.php create mode 100644 vendor/respect/validation/library/Rules/Base64.php create mode 100644 vendor/respect/validation/library/Rules/Between.php create mode 100644 vendor/respect/validation/library/Rules/BoolType.php create mode 100644 vendor/respect/validation/library/Rules/BoolVal.php create mode 100644 vendor/respect/validation/library/Rules/Bsn.php create mode 100644 vendor/respect/validation/library/Rules/Call.php create mode 100644 vendor/respect/validation/library/Rules/CallableType.php create mode 100644 vendor/respect/validation/library/Rules/Callback.php create mode 100644 vendor/respect/validation/library/Rules/Charset.php create mode 100644 vendor/respect/validation/library/Rules/Cnh.php create mode 100644 vendor/respect/validation/library/Rules/Cnpj.php create mode 100644 vendor/respect/validation/library/Rules/Consonant.php create mode 100644 vendor/respect/validation/library/Rules/Contains.php create mode 100644 vendor/respect/validation/library/Rules/ContainsAny.php create mode 100644 vendor/respect/validation/library/Rules/Control.php create mode 100644 vendor/respect/validation/library/Rules/Countable.php create mode 100644 vendor/respect/validation/library/Rules/CountryCode.php create mode 100644 vendor/respect/validation/library/Rules/Cpf.php create mode 100644 vendor/respect/validation/library/Rules/CreditCard.php create mode 100644 vendor/respect/validation/library/Rules/CurrencyCode.php create mode 100644 vendor/respect/validation/library/Rules/Date.php create mode 100644 vendor/respect/validation/library/Rules/DateTime.php create mode 100644 vendor/respect/validation/library/Rules/Decimal.php create mode 100644 vendor/respect/validation/library/Rules/Digit.php create mode 100644 vendor/respect/validation/library/Rules/Directory.php create mode 100644 vendor/respect/validation/library/Rules/Domain.php create mode 100644 vendor/respect/validation/library/Rules/Each.php create mode 100644 vendor/respect/validation/library/Rules/Email.php create mode 100644 vendor/respect/validation/library/Rules/EndsWith.php create mode 100644 vendor/respect/validation/library/Rules/Equals.php create mode 100644 vendor/respect/validation/library/Rules/Equivalent.php create mode 100644 vendor/respect/validation/library/Rules/Even.php create mode 100644 vendor/respect/validation/library/Rules/Executable.php create mode 100644 vendor/respect/validation/library/Rules/Exists.php create mode 100644 vendor/respect/validation/library/Rules/Extension.php create mode 100644 vendor/respect/validation/library/Rules/Factor.php create mode 100644 vendor/respect/validation/library/Rules/FalseVal.php create mode 100644 vendor/respect/validation/library/Rules/Fibonacci.php create mode 100644 vendor/respect/validation/library/Rules/File.php create mode 100644 vendor/respect/validation/library/Rules/FilterVar.php create mode 100644 vendor/respect/validation/library/Rules/Finite.php create mode 100644 vendor/respect/validation/library/Rules/FloatType.php create mode 100644 vendor/respect/validation/library/Rules/FloatVal.php create mode 100644 vendor/respect/validation/library/Rules/Graph.php create mode 100644 vendor/respect/validation/library/Rules/GreaterThan.php create mode 100644 vendor/respect/validation/library/Rules/HexRgbColor.php create mode 100644 vendor/respect/validation/library/Rules/Iban.php create mode 100644 vendor/respect/validation/library/Rules/Identical.php create mode 100644 vendor/respect/validation/library/Rules/Image.php create mode 100644 vendor/respect/validation/library/Rules/Imei.php create mode 100644 vendor/respect/validation/library/Rules/In.php create mode 100644 vendor/respect/validation/library/Rules/Infinite.php create mode 100644 vendor/respect/validation/library/Rules/Instance.php create mode 100644 vendor/respect/validation/library/Rules/IntType.php create mode 100644 vendor/respect/validation/library/Rules/IntVal.php create mode 100644 vendor/respect/validation/library/Rules/Ip.php create mode 100644 vendor/respect/validation/library/Rules/Isbn.php create mode 100644 vendor/respect/validation/library/Rules/IterableType.php create mode 100644 vendor/respect/validation/library/Rules/Json.php create mode 100644 vendor/respect/validation/library/Rules/Key.php create mode 100644 vendor/respect/validation/library/Rules/KeyNested.php create mode 100644 vendor/respect/validation/library/Rules/KeySet.php create mode 100644 vendor/respect/validation/library/Rules/KeyValue.php create mode 100644 vendor/respect/validation/library/Rules/LanguageCode.php create mode 100644 vendor/respect/validation/library/Rules/LeapDate.php create mode 100644 vendor/respect/validation/library/Rules/LeapYear.php create mode 100644 vendor/respect/validation/library/Rules/Length.php create mode 100644 vendor/respect/validation/library/Rules/LessThan.php create mode 100644 vendor/respect/validation/library/Rules/Lowercase.php create mode 100644 vendor/respect/validation/library/Rules/Luhn.php create mode 100644 vendor/respect/validation/library/Rules/MacAddress.php create mode 100644 vendor/respect/validation/library/Rules/Max.php create mode 100644 vendor/respect/validation/library/Rules/MaxAge.php create mode 100644 vendor/respect/validation/library/Rules/Mimetype.php create mode 100644 vendor/respect/validation/library/Rules/Min.php create mode 100644 vendor/respect/validation/library/Rules/MinAge.php create mode 100644 vendor/respect/validation/library/Rules/Multiple.php create mode 100644 vendor/respect/validation/library/Rules/Negative.php create mode 100644 vendor/respect/validation/library/Rules/NfeAccessKey.php create mode 100644 vendor/respect/validation/library/Rules/Nif.php create mode 100644 vendor/respect/validation/library/Rules/Nip.php create mode 100644 vendor/respect/validation/library/Rules/No.php create mode 100644 vendor/respect/validation/library/Rules/NoWhitespace.php create mode 100644 vendor/respect/validation/library/Rules/NoneOf.php create mode 100644 vendor/respect/validation/library/Rules/Not.php create mode 100644 vendor/respect/validation/library/Rules/NotBlank.php create mode 100644 vendor/respect/validation/library/Rules/NotEmoji.php create mode 100644 vendor/respect/validation/library/Rules/NotEmpty.php create mode 100644 vendor/respect/validation/library/Rules/NotOptional.php create mode 100644 vendor/respect/validation/library/Rules/NullType.php create mode 100644 vendor/respect/validation/library/Rules/Nullable.php create mode 100644 vendor/respect/validation/library/Rules/Number.php create mode 100644 vendor/respect/validation/library/Rules/NumericVal.php create mode 100644 vendor/respect/validation/library/Rules/ObjectType.php create mode 100644 vendor/respect/validation/library/Rules/Odd.php create mode 100644 vendor/respect/validation/library/Rules/OneOf.php create mode 100644 vendor/respect/validation/library/Rules/Optional.php create mode 100644 vendor/respect/validation/library/Rules/PerfectSquare.php create mode 100644 vendor/respect/validation/library/Rules/Pesel.php create mode 100644 vendor/respect/validation/library/Rules/Phone.php create mode 100644 vendor/respect/validation/library/Rules/PhpLabel.php create mode 100644 vendor/respect/validation/library/Rules/Pis.php create mode 100644 vendor/respect/validation/library/Rules/PolishIdCard.php create mode 100644 vendor/respect/validation/library/Rules/Positive.php create mode 100644 vendor/respect/validation/library/Rules/PostalCode.php create mode 100644 vendor/respect/validation/library/Rules/PrimeNumber.php create mode 100644 vendor/respect/validation/library/Rules/Printable.php create mode 100644 vendor/respect/validation/library/Rules/Punct.php create mode 100644 vendor/respect/validation/library/Rules/Readable.php create mode 100644 vendor/respect/validation/library/Rules/Regex.php create mode 100644 vendor/respect/validation/library/Rules/ResourceType.php create mode 100644 vendor/respect/validation/library/Rules/Roman.php create mode 100644 vendor/respect/validation/library/Rules/ScalarVal.php create mode 100644 vendor/respect/validation/library/Rules/Sf.php create mode 100644 vendor/respect/validation/library/Rules/Size.php create mode 100644 vendor/respect/validation/library/Rules/Slug.php create mode 100644 vendor/respect/validation/library/Rules/Sorted.php create mode 100644 vendor/respect/validation/library/Rules/Space.php create mode 100644 vendor/respect/validation/library/Rules/StartsWith.php create mode 100644 vendor/respect/validation/library/Rules/StringType.php create mode 100644 vendor/respect/validation/library/Rules/StringVal.php create mode 100644 vendor/respect/validation/library/Rules/SubdivisionCode.php create mode 100644 vendor/respect/validation/library/Rules/Subset.php create mode 100644 vendor/respect/validation/library/Rules/SymbolicLink.php create mode 100644 vendor/respect/validation/library/Rules/Time.php create mode 100644 vendor/respect/validation/library/Rules/Tld.php create mode 100644 vendor/respect/validation/library/Rules/TrueVal.php create mode 100644 vendor/respect/validation/library/Rules/Type.php create mode 100644 vendor/respect/validation/library/Rules/Unique.php create mode 100644 vendor/respect/validation/library/Rules/Uploaded.php create mode 100644 vendor/respect/validation/library/Rules/Uppercase.php create mode 100644 vendor/respect/validation/library/Rules/Url.php create mode 100644 vendor/respect/validation/library/Rules/Uuid.php create mode 100644 vendor/respect/validation/library/Rules/Version.php create mode 100644 vendor/respect/validation/library/Rules/VideoUrl.php create mode 100644 vendor/respect/validation/library/Rules/Vowel.php create mode 100644 vendor/respect/validation/library/Rules/When.php create mode 100644 vendor/respect/validation/library/Rules/Writable.php create mode 100644 vendor/respect/validation/library/Rules/Xdigit.php create mode 100644 vendor/respect/validation/library/Rules/Yes.php create mode 100644 vendor/respect/validation/library/Rules/Zend.php create mode 100644 vendor/respect/validation/library/StaticValidator.php create mode 100644 vendor/respect/validation/library/Validatable.php create mode 100644 vendor/respect/validation/library/Validator.php create mode 100644 vendor/symfony/deprecation-contracts/.gitignore create mode 100644 vendor/symfony/deprecation-contracts/CHANGELOG.md create mode 100644 vendor/symfony/deprecation-contracts/LICENSE create mode 100644 vendor/symfony/deprecation-contracts/README.md create mode 100644 vendor/symfony/deprecation-contracts/composer.json create mode 100644 vendor/symfony/deprecation-contracts/function.php create mode 100644 vendor/symfony/http-foundation/AcceptHeader.php create mode 100644 vendor/symfony/http-foundation/AcceptHeaderItem.php create mode 100644 vendor/symfony/http-foundation/BinaryFileResponse.php create mode 100644 vendor/symfony/http-foundation/CHANGELOG.md create mode 100644 vendor/symfony/http-foundation/Cookie.php create mode 100644 vendor/symfony/http-foundation/Exception/BadRequestException.php create mode 100644 vendor/symfony/http-foundation/Exception/ConflictingHeadersException.php create mode 100644 vendor/symfony/http-foundation/Exception/JsonException.php create mode 100644 vendor/symfony/http-foundation/Exception/RequestExceptionInterface.php create mode 100644 vendor/symfony/http-foundation/Exception/SessionNotFoundException.php create mode 100644 vendor/symfony/http-foundation/Exception/SuspiciousOperationException.php create mode 100644 vendor/symfony/http-foundation/ExpressionRequestMatcher.php create mode 100644 vendor/symfony/http-foundation/File/Exception/AccessDeniedException.php create mode 100644 vendor/symfony/http-foundation/File/Exception/CannotWriteFileException.php create mode 100644 vendor/symfony/http-foundation/File/Exception/ExtensionFileException.php create mode 100644 vendor/symfony/http-foundation/File/Exception/FileException.php create mode 100644 vendor/symfony/http-foundation/File/Exception/FileNotFoundException.php create mode 100644 vendor/symfony/http-foundation/File/Exception/FormSizeFileException.php create mode 100644 vendor/symfony/http-foundation/File/Exception/IniSizeFileException.php create mode 100644 vendor/symfony/http-foundation/File/Exception/NoFileException.php create mode 100644 vendor/symfony/http-foundation/File/Exception/NoTmpDirFileException.php create mode 100644 vendor/symfony/http-foundation/File/Exception/PartialFileException.php create mode 100644 vendor/symfony/http-foundation/File/Exception/UnexpectedTypeException.php create mode 100644 vendor/symfony/http-foundation/File/Exception/UploadException.php create mode 100644 vendor/symfony/http-foundation/File/File.php create mode 100644 vendor/symfony/http-foundation/File/Stream.php create mode 100644 vendor/symfony/http-foundation/File/UploadedFile.php create mode 100644 vendor/symfony/http-foundation/FileBag.php create mode 100644 vendor/symfony/http-foundation/HeaderBag.php create mode 100644 vendor/symfony/http-foundation/HeaderUtils.php create mode 100644 vendor/symfony/http-foundation/InputBag.php create mode 100644 vendor/symfony/http-foundation/IpUtils.php create mode 100644 vendor/symfony/http-foundation/JsonResponse.php create mode 100644 vendor/symfony/http-foundation/LICENSE create mode 100644 vendor/symfony/http-foundation/ParameterBag.php create mode 100644 vendor/symfony/http-foundation/README.md create mode 100644 vendor/symfony/http-foundation/RateLimiter/AbstractRequestRateLimiter.php create mode 100644 vendor/symfony/http-foundation/RateLimiter/RequestRateLimiterInterface.php create mode 100644 vendor/symfony/http-foundation/RedirectResponse.php create mode 100644 vendor/symfony/http-foundation/Request.php create mode 100644 vendor/symfony/http-foundation/RequestMatcher.php create mode 100644 vendor/symfony/http-foundation/RequestMatcherInterface.php create mode 100644 vendor/symfony/http-foundation/RequestStack.php create mode 100644 vendor/symfony/http-foundation/Response.php create mode 100644 vendor/symfony/http-foundation/ResponseHeaderBag.php create mode 100644 vendor/symfony/http-foundation/ServerBag.php create mode 100644 vendor/symfony/http-foundation/Session/Attribute/AttributeBag.php create mode 100644 vendor/symfony/http-foundation/Session/Attribute/AttributeBagInterface.php create mode 100644 vendor/symfony/http-foundation/Session/Attribute/NamespacedAttributeBag.php create mode 100644 vendor/symfony/http-foundation/Session/Flash/AutoExpireFlashBag.php create mode 100644 vendor/symfony/http-foundation/Session/Flash/FlashBag.php create mode 100644 vendor/symfony/http-foundation/Session/Flash/FlashBagInterface.php create mode 100644 vendor/symfony/http-foundation/Session/Session.php create mode 100644 vendor/symfony/http-foundation/Session/SessionBagInterface.php create mode 100644 vendor/symfony/http-foundation/Session/SessionBagProxy.php create mode 100644 vendor/symfony/http-foundation/Session/SessionFactory.php create mode 100644 vendor/symfony/http-foundation/Session/SessionInterface.php create mode 100644 vendor/symfony/http-foundation/Session/SessionUtils.php create mode 100644 vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php create mode 100644 vendor/symfony/http-foundation/Session/Storage/Handler/IdentityMarshaller.php create mode 100644 vendor/symfony/http-foundation/Session/Storage/Handler/MarshallingSessionHandler.php create mode 100644 vendor/symfony/http-foundation/Session/Storage/Handler/MemcachedSessionHandler.php create mode 100644 vendor/symfony/http-foundation/Session/Storage/Handler/MigratingSessionHandler.php create mode 100644 vendor/symfony/http-foundation/Session/Storage/Handler/MongoDbSessionHandler.php create mode 100644 vendor/symfony/http-foundation/Session/Storage/Handler/NativeFileSessionHandler.php create mode 100644 vendor/symfony/http-foundation/Session/Storage/Handler/NullSessionHandler.php create mode 100644 vendor/symfony/http-foundation/Session/Storage/Handler/PdoSessionHandler.php create mode 100644 vendor/symfony/http-foundation/Session/Storage/Handler/RedisSessionHandler.php create mode 100644 vendor/symfony/http-foundation/Session/Storage/Handler/SessionHandlerFactory.php create mode 100644 vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php create mode 100644 vendor/symfony/http-foundation/Session/Storage/MetadataBag.php create mode 100644 vendor/symfony/http-foundation/Session/Storage/MockArraySessionStorage.php create mode 100644 vendor/symfony/http-foundation/Session/Storage/MockFileSessionStorage.php create mode 100644 vendor/symfony/http-foundation/Session/Storage/MockFileSessionStorageFactory.php create mode 100644 vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php create mode 100644 vendor/symfony/http-foundation/Session/Storage/NativeSessionStorageFactory.php create mode 100644 vendor/symfony/http-foundation/Session/Storage/PhpBridgeSessionStorage.php create mode 100644 vendor/symfony/http-foundation/Session/Storage/PhpBridgeSessionStorageFactory.php create mode 100644 vendor/symfony/http-foundation/Session/Storage/Proxy/AbstractProxy.php create mode 100644 vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php create mode 100644 vendor/symfony/http-foundation/Session/Storage/ServiceSessionFactory.php create mode 100644 vendor/symfony/http-foundation/Session/Storage/SessionStorageFactoryInterface.php create mode 100644 vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php create mode 100644 vendor/symfony/http-foundation/StreamedResponse.php create mode 100644 vendor/symfony/http-foundation/Test/Constraint/RequestAttributeValueSame.php create mode 100644 vendor/symfony/http-foundation/Test/Constraint/ResponseCookieValueSame.php create mode 100644 vendor/symfony/http-foundation/Test/Constraint/ResponseFormatSame.php create mode 100644 vendor/symfony/http-foundation/Test/Constraint/ResponseHasCookie.php create mode 100644 vendor/symfony/http-foundation/Test/Constraint/ResponseHasHeader.php create mode 100644 vendor/symfony/http-foundation/Test/Constraint/ResponseHeaderSame.php create mode 100644 vendor/symfony/http-foundation/Test/Constraint/ResponseIsRedirected.php create mode 100644 vendor/symfony/http-foundation/Test/Constraint/ResponseIsSuccessful.php create mode 100644 vendor/symfony/http-foundation/Test/Constraint/ResponseStatusCodeSame.php create mode 100644 vendor/symfony/http-foundation/UrlHelper.php create mode 100644 vendor/symfony/http-foundation/composer.json create mode 100644 vendor/symfony/polyfill-ctype/Ctype.php create mode 100644 vendor/symfony/polyfill-ctype/LICENSE create mode 100644 vendor/symfony/polyfill-ctype/README.md create mode 100644 vendor/symfony/polyfill-ctype/bootstrap.php create mode 100644 vendor/symfony/polyfill-ctype/bootstrap80.php create mode 100644 vendor/symfony/polyfill-ctype/composer.json create mode 100644 vendor/symfony/polyfill-mbstring/LICENSE create mode 100644 vendor/symfony/polyfill-mbstring/Mbstring.php create mode 100644 vendor/symfony/polyfill-mbstring/README.md create mode 100644 vendor/symfony/polyfill-mbstring/Resources/unidata/lowerCase.php create mode 100644 vendor/symfony/polyfill-mbstring/Resources/unidata/titleCaseRegexp.php create mode 100644 vendor/symfony/polyfill-mbstring/Resources/unidata/upperCase.php create mode 100644 vendor/symfony/polyfill-mbstring/bootstrap.php create mode 100644 vendor/symfony/polyfill-mbstring/bootstrap80.php create mode 100644 vendor/symfony/polyfill-mbstring/composer.json create mode 100644 vendor/symfony/polyfill-php80/LICENSE create mode 100644 vendor/symfony/polyfill-php80/Php80.php create mode 100644 vendor/symfony/polyfill-php80/README.md create mode 100644 vendor/symfony/polyfill-php80/Resources/stubs/Attribute.php create mode 100644 vendor/symfony/polyfill-php80/Resources/stubs/Stringable.php create mode 100644 vendor/symfony/polyfill-php80/Resources/stubs/UnhandledMatchError.php create mode 100644 vendor/symfony/polyfill-php80/Resources/stubs/ValueError.php create mode 100644 vendor/symfony/polyfill-php80/bootstrap.php create mode 100644 vendor/symfony/polyfill-php80/composer.json create mode 100644 vendor/tracy/tracy/.eslintrc.js create mode 100644 vendor/tracy/tracy/.phpstorm.meta.php create mode 100644 vendor/tracy/tracy/composer.json create mode 100644 vendor/tracy/tracy/examples/ajax-fetch.php create mode 100644 vendor/tracy/tracy/examples/ajax-jquery.php create mode 100644 vendor/tracy/tracy/examples/assets/E_COMPILE_ERROR.php create mode 100644 vendor/tracy/tracy/examples/assets/arrow.png create mode 100644 vendor/tracy/tracy/examples/assets/style.css create mode 100644 vendor/tracy/tracy/examples/barDump.php create mode 100644 vendor/tracy/tracy/examples/dump-snapshot.php create mode 100644 vendor/tracy/tracy/examples/dump.php create mode 100644 vendor/tracy/tracy/examples/exception.php create mode 100644 vendor/tracy/tracy/examples/fatal-error.php create mode 100644 vendor/tracy/tracy/examples/firelogger.php create mode 100644 vendor/tracy/tracy/examples/notice.php create mode 100644 vendor/tracy/tracy/examples/output-debugger.php create mode 100644 vendor/tracy/tracy/examples/preloading.php create mode 100644 vendor/tracy/tracy/examples/redirect.php create mode 100644 vendor/tracy/tracy/examples/warning.php create mode 100644 vendor/tracy/tracy/license.md create mode 100644 vendor/tracy/tracy/readme.md create mode 100644 vendor/tracy/tracy/src/Bridges/Nette/Bridge.php create mode 100644 vendor/tracy/tracy/src/Bridges/Nette/MailSender.php create mode 100644 vendor/tracy/tracy/src/Bridges/Nette/TracyExtension.php create mode 100644 vendor/tracy/tracy/src/Bridges/Psr/PsrToTracyLoggerAdapter.php create mode 100644 vendor/tracy/tracy/src/Bridges/Psr/TracyToPsrLoggerAdapter.php create mode 100644 vendor/tracy/tracy/src/Tracy/Bar/Bar.php create mode 100644 vendor/tracy/tracy/src/Tracy/Bar/DefaultBarPanel.php create mode 100644 vendor/tracy/tracy/src/Tracy/Bar/IBarPanel.php create mode 100644 vendor/tracy/tracy/src/Tracy/Bar/assets/bar.css create mode 100644 vendor/tracy/tracy/src/Tracy/Bar/assets/bar.js create mode 100644 vendor/tracy/tracy/src/Tracy/Bar/assets/bar.phtml create mode 100644 vendor/tracy/tracy/src/Tracy/Bar/assets/loader.phtml create mode 100644 vendor/tracy/tracy/src/Tracy/Bar/assets/panels.phtml create mode 100644 vendor/tracy/tracy/src/Tracy/Bar/panels/dumps.panel.phtml create mode 100644 vendor/tracy/tracy/src/Tracy/Bar/panels/dumps.tab.phtml create mode 100644 vendor/tracy/tracy/src/Tracy/Bar/panels/errors.panel.phtml create mode 100644 vendor/tracy/tracy/src/Tracy/Bar/panels/errors.tab.phtml create mode 100644 vendor/tracy/tracy/src/Tracy/Bar/panels/info.panel.phtml create mode 100644 vendor/tracy/tracy/src/Tracy/Bar/panels/info.tab.phtml create mode 100644 vendor/tracy/tracy/src/Tracy/BlueScreen/BlueScreen.php create mode 100644 vendor/tracy/tracy/src/Tracy/BlueScreen/assets/bluescreen.css create mode 100644 vendor/tracy/tracy/src/Tracy/BlueScreen/assets/bluescreen.js create mode 100644 vendor/tracy/tracy/src/Tracy/BlueScreen/assets/content.phtml create mode 100644 vendor/tracy/tracy/src/Tracy/BlueScreen/assets/page.phtml create mode 100644 vendor/tracy/tracy/src/Tracy/Debugger/Debugger.php create mode 100644 vendor/tracy/tracy/src/Tracy/Debugger/assets/error.500.phtml create mode 100644 vendor/tracy/tracy/src/Tracy/Dumper/Describer.php create mode 100644 vendor/tracy/tracy/src/Tracy/Dumper/Dumper.php create mode 100644 vendor/tracy/tracy/src/Tracy/Dumper/Exposer.php create mode 100644 vendor/tracy/tracy/src/Tracy/Dumper/Renderer.php create mode 100644 vendor/tracy/tracy/src/Tracy/Dumper/Value.php create mode 100644 vendor/tracy/tracy/src/Tracy/Dumper/assets/dumper-dark.css create mode 100644 vendor/tracy/tracy/src/Tracy/Dumper/assets/dumper-light.css create mode 100644 vendor/tracy/tracy/src/Tracy/Dumper/assets/dumper.js create mode 100644 vendor/tracy/tracy/src/Tracy/Helpers.php create mode 100644 vendor/tracy/tracy/src/Tracy/Logger/FireLogger.php create mode 100644 vendor/tracy/tracy/src/Tracy/Logger/ILogger.php create mode 100644 vendor/tracy/tracy/src/Tracy/Logger/Logger.php create mode 100644 vendor/tracy/tracy/src/Tracy/OutputDebugger/OutputDebugger.php create mode 100644 vendor/tracy/tracy/src/Tracy/TableSort/table-sort.css create mode 100644 vendor/tracy/tracy/src/Tracy/TableSort/table-sort.js create mode 100644 vendor/tracy/tracy/src/Tracy/Toggle/toggle.css create mode 100644 vendor/tracy/tracy/src/Tracy/Toggle/toggle.js create mode 100644 vendor/tracy/tracy/src/Tracy/functions.php create mode 100644 vendor/tracy/tracy/src/tracy.php create mode 100644 vendor/tracy/tracy/tools/create-phar/create-phar.php create mode 100644 vendor/tracy/tracy/tools/open-in-editor/linux/install.sh create mode 100644 vendor/tracy/tracy/tools/open-in-editor/linux/open-editor.sh create mode 100644 vendor/tracy/tracy/tools/open-in-editor/windows/install.cmd create mode 100644 vendor/tracy/tracy/tools/open-in-editor/windows/open-editor.js create mode 100644 vendor/verot/class.upload.php/.gitignore create mode 100644 vendor/verot/class.upload.php/LICENSE.txt create mode 100644 vendor/verot/class.upload.php/README.md create mode 100644 vendor/verot/class.upload.php/composer.json create mode 100644 vendor/verot/class.upload.php/src/class.upload.php create mode 100644 vendor/verot/class.upload.php/src/lang/class.upload.ca_CA.php create mode 100644 vendor/verot/class.upload.php/src/lang/class.upload.cs_CS.php create mode 100644 vendor/verot/class.upload.php/src/lang/class.upload.da_DK.php create mode 100644 vendor/verot/class.upload.php/src/lang/class.upload.de_DE.php create mode 100644 vendor/verot/class.upload.php/src/lang/class.upload.el_GR.php create mode 100644 vendor/verot/class.upload.php/src/lang/class.upload.es_ES.php create mode 100644 vendor/verot/class.upload.php/src/lang/class.upload.et_EE.php create mode 100644 vendor/verot/class.upload.php/src/lang/class.upload.fa_IR.php create mode 100644 vendor/verot/class.upload.php/src/lang/class.upload.fi_FI.php create mode 100644 vendor/verot/class.upload.php/src/lang/class.upload.fr_FR.php create mode 100644 vendor/verot/class.upload.php/src/lang/class.upload.he_IL.php create mode 100644 vendor/verot/class.upload.php/src/lang/class.upload.hr_HR.php create mode 100644 vendor/verot/class.upload.php/src/lang/class.upload.hu_HU.php create mode 100644 vendor/verot/class.upload.php/src/lang/class.upload.id_ID.php create mode 100644 vendor/verot/class.upload.php/src/lang/class.upload.it_IT.php create mode 100644 vendor/verot/class.upload.php/src/lang/class.upload.ja_JP.php create mode 100644 vendor/verot/class.upload.php/src/lang/class.upload.lt_LT.php create mode 100644 vendor/verot/class.upload.php/src/lang/class.upload.mk_MK.php create mode 100644 vendor/verot/class.upload.php/src/lang/class.upload.nl_NL.php create mode 100644 vendor/verot/class.upload.php/src/lang/class.upload.no_NO.php create mode 100644 vendor/verot/class.upload.php/src/lang/class.upload.pl_PL.php create mode 100644 vendor/verot/class.upload.php/src/lang/class.upload.pt_BR.php create mode 100644 vendor/verot/class.upload.php/src/lang/class.upload.ro_RO.php create mode 100644 vendor/verot/class.upload.php/src/lang/class.upload.ru_RU.php create mode 100644 vendor/verot/class.upload.php/src/lang/class.upload.ru_RU.windows-1251.php create mode 100644 vendor/verot/class.upload.php/src/lang/class.upload.sk_SK.php create mode 100644 vendor/verot/class.upload.php/src/lang/class.upload.sr_YU.php create mode 100644 vendor/verot/class.upload.php/src/lang/class.upload.sv_SE.php create mode 100644 vendor/verot/class.upload.php/src/lang/class.upload.ta_TA.php create mode 100644 vendor/verot/class.upload.php/src/lang/class.upload.tr_TR.php create mode 100644 vendor/verot/class.upload.php/src/lang/class.upload.uk_UA.php create mode 100644 vendor/verot/class.upload.php/src/lang/class.upload.uk_UA.windows-1251.php create mode 100644 vendor/verot/class.upload.php/src/lang/class.upload.vn_VN.php create mode 100644 vendor/verot/class.upload.php/src/lang/class.upload.xx_XX.php create mode 100644 vendor/verot/class.upload.php/src/lang/class.upload.zh_CN.gb-2312.php create mode 100644 vendor/verot/class.upload.php/src/lang/class.upload.zh_CN.php create mode 100644 vendor/verot/class.upload.php/src/lang/class.upload.zh_TW.php create mode 100644 vendor/verot/class.upload.php/test/bg.gif create mode 100644 vendor/verot/class.upload.php/test/foo.gdf create mode 100644 vendor/verot/class.upload.php/test/foo.ttf create mode 100644 vendor/verot/class.upload.php/test/index.html create mode 100644 vendor/verot/class.upload.php/test/test.bmp create mode 100644 vendor/verot/class.upload.php/test/test.gif create mode 100644 vendor/verot/class.upload.php/test/test.jpg create mode 100644 vendor/verot/class.upload.php/test/test.png create mode 100644 vendor/verot/class.upload.php/test/test.webp create mode 100644 vendor/verot/class.upload.php/test/upload.php create mode 100644 vendor/verot/class.upload.php/test/watermark.png create mode 100644 vendor/verot/class.upload.php/test/watermark_large.png create mode 100644 vendor/vlucas/phpdotenv/LICENSE create mode 100644 vendor/vlucas/phpdotenv/composer.json create mode 100644 vendor/vlucas/phpdotenv/src/Dotenv.php create mode 100644 vendor/vlucas/phpdotenv/src/Exception/ExceptionInterface.php create mode 100644 vendor/vlucas/phpdotenv/src/Exception/InvalidEncodingException.php create mode 100644 vendor/vlucas/phpdotenv/src/Exception/InvalidFileException.php create mode 100644 vendor/vlucas/phpdotenv/src/Exception/InvalidPathException.php create mode 100644 vendor/vlucas/phpdotenv/src/Exception/ValidationException.php create mode 100644 vendor/vlucas/phpdotenv/src/Loader/Loader.php create mode 100644 vendor/vlucas/phpdotenv/src/Loader/LoaderInterface.php create mode 100644 vendor/vlucas/phpdotenv/src/Loader/Resolver.php create mode 100644 vendor/vlucas/phpdotenv/src/Parser/Entry.php create mode 100644 vendor/vlucas/phpdotenv/src/Parser/EntryParser.php create mode 100644 vendor/vlucas/phpdotenv/src/Parser/Lexer.php create mode 100644 vendor/vlucas/phpdotenv/src/Parser/Lines.php create mode 100644 vendor/vlucas/phpdotenv/src/Parser/Parser.php create mode 100644 vendor/vlucas/phpdotenv/src/Parser/ParserInterface.php create mode 100644 vendor/vlucas/phpdotenv/src/Parser/Value.php create mode 100644 vendor/vlucas/phpdotenv/src/Repository/Adapter/AdapterInterface.php create mode 100644 vendor/vlucas/phpdotenv/src/Repository/Adapter/ApacheAdapter.php create mode 100644 vendor/vlucas/phpdotenv/src/Repository/Adapter/ArrayAdapter.php create mode 100644 vendor/vlucas/phpdotenv/src/Repository/Adapter/EnvConstAdapter.php create mode 100644 vendor/vlucas/phpdotenv/src/Repository/Adapter/GuardedWriter.php create mode 100644 vendor/vlucas/phpdotenv/src/Repository/Adapter/ImmutableWriter.php create mode 100644 vendor/vlucas/phpdotenv/src/Repository/Adapter/MultiReader.php create mode 100644 vendor/vlucas/phpdotenv/src/Repository/Adapter/MultiWriter.php create mode 100644 vendor/vlucas/phpdotenv/src/Repository/Adapter/PutenvAdapter.php create mode 100644 vendor/vlucas/phpdotenv/src/Repository/Adapter/ReaderInterface.php create mode 100644 vendor/vlucas/phpdotenv/src/Repository/Adapter/ReplacingWriter.php create mode 100644 vendor/vlucas/phpdotenv/src/Repository/Adapter/ServerConstAdapter.php create mode 100644 vendor/vlucas/phpdotenv/src/Repository/Adapter/WriterInterface.php create mode 100644 vendor/vlucas/phpdotenv/src/Repository/AdapterRepository.php create mode 100644 vendor/vlucas/phpdotenv/src/Repository/RepositoryBuilder.php create mode 100644 vendor/vlucas/phpdotenv/src/Repository/RepositoryInterface.php create mode 100644 vendor/vlucas/phpdotenv/src/Store/File/Paths.php create mode 100644 vendor/vlucas/phpdotenv/src/Store/File/Reader.php create mode 100644 vendor/vlucas/phpdotenv/src/Store/FileStore.php create mode 100644 vendor/vlucas/phpdotenv/src/Store/StoreBuilder.php create mode 100644 vendor/vlucas/phpdotenv/src/Store/StoreInterface.php create mode 100644 vendor/vlucas/phpdotenv/src/Store/StringStore.php create mode 100644 vendor/vlucas/phpdotenv/src/Util/Regex.php create mode 100644 vendor/vlucas/phpdotenv/src/Util/Str.php create mode 100644 vendor/vlucas/phpdotenv/src/Validator.php diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..757fee3 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/.idea \ No newline at end of file diff --git a/Flare/.htaccess b/Flare/.htaccess new file mode 100644 index 0000000..f24db0a --- /dev/null +++ b/Flare/.htaccess @@ -0,0 +1,6 @@ + + Require all denied + + + Deny from all + diff --git a/Flare/Controllers/EFTEKHARI.php b/Flare/Controllers/EFTEKHARI.php new file mode 100644 index 0000000..a5e24ca --- /dev/null +++ b/Flare/Controllers/EFTEKHARI.php @@ -0,0 +1,60 @@ +rawQuery ($q); + + $session->start(); + //for use email use this + $Email =new Email() ; + $Email->Email() ; + */ + + // $session->start(); + // $PHPCAP =new Captcha() ; + // debug($ff); + + + + + + + + + + $data = ['welcome' => 'Flare Framework ' ] ; + return $templates->render('welcome',$data); + // or use + // return View('Welcome/Welcome') ; + + } +} diff --git a/Flare/Flare_Libraries/MysqliDb.php b/Flare/Flare_Libraries/MysqliDb.php new file mode 100644 index 0000000..6f1e957 --- /dev/null +++ b/Flare/Flare_Libraries/MysqliDb.php @@ -0,0 +1,2523 @@ + + * @author Josh Campbell + * @author Alexander V. Butenko + * @copyright Copyright (c) 2010-2017 + * @license http://opensource.org/licenses/gpl-3.0.html GNU Public License + * @link http://github.com/joshcam/PHP-MySQLi-Database-Class + * @version 2.9.3 + */ + +class MysqliDb +{ + + /** + * Static instance of self + * + * @var MysqliDb + */ + protected static $_instance; + + /** + * Table prefix + * + * @var string + */ + public static $prefix = ''; + + /** + * MySQLi instances + * + * @var mysqli[] + */ + protected $_mysqli = array(); + + /** + * The SQL query to be prepared and executed + * + * @var string + */ + protected $_query; + + /** + * The previously executed SQL query + * + * @var string + */ + protected $_lastQuery; + + /** + * The SQL query options required after SELECT, INSERT, UPDATE or DELETE + * + * @var array + */ + protected $_queryOptions = array(); + + /** + * An array that holds where joins + * + * @var array + */ + protected $_join = array(); + + /** + * An array that holds where conditions + * + * @var array + */ + protected $_where = array(); + + /** + * An array that holds where join ands + * + * @var array + */ + protected $_joinAnd = array(); + + /** + * An array that holds having conditions + * + * @var array + */ + protected $_having = array(); + + /** + * Dynamic type list for order by condition value + * + * @var array + */ + protected $_orderBy = array(); + + /** + * Dynamic type list for group by condition value + * + * @var array + */ + protected $_groupBy = array(); + + /** + * Dynamic type list for temporary locking tables. + * + * @var array + */ + protected $_tableLocks = array(); + + /** + * Variable which holds the current table lock method. + * + * @var string + */ + protected $_tableLockMethod = "READ"; + + /** + * Dynamic array that holds a combination of where condition/table data value types and parameter references + * + * @var array + */ + protected $_bindParams = array(''); // Create the empty 0 index + + /** + * Variable which holds an amount of returned rows during get/getOne/select queries + * + * @var string + */ + public $count = 0; + + /** + * Variable which holds an amount of returned rows during get/getOne/select queries with withTotalCount() + * + * @var string + */ + public $totalCount = 0; + + /** + * Variable which holds last statement error + * + * @var string + */ + protected $_stmtError; + + /** + * Variable which holds last statement error code + * + * @var int + */ + protected $_stmtErrno; + + /** + * Is Subquery object + * + * @var bool + */ + protected $isSubQuery = false; + + /** + * Name of the auto increment column + * + * @var int + */ + protected $_lastInsertId = null; + + /** + * Column names for update when using onDuplicate method + * + * @var array + */ + protected $_updateColumns = null; + + /** + * Return type: 'array' to return results as array, 'object' as object + * 'json' as json string + * + * @var string + */ + public $returnType = 'array'; + + /** + * Should join() results be nested by table + * + * @var bool + */ + protected $_nestJoin = false; + + /** + * Table name (with prefix, if used) + * + * @var string + */ + private $_tableName = ''; + + /** + * FOR UPDATE flag + * + * @var bool + */ + protected $_forUpdate = false; + + /** + * LOCK IN SHARE MODE flag + * + * @var bool + */ + protected $_lockInShareMode = false; + + /** + * Key field for Map()'ed result array + * + * @var string + */ + protected $_mapKey = null; + + /** + * Variables for query execution tracing + */ + protected $traceStartQ; + protected $traceEnabled; + protected $traceStripPrefix; + public $trace = array(); + + /** + * Per page limit for pagination + * + * @var int + */ + + public $pageLimit = 20; + /** + * Variable that holds total pages count of last paginate() query + * + * @var int + */ + public $totalPages = 0; + + /** + * @var array connections settings [profile_name=>[same_as_contruct_args]] + */ + protected $connectionsSettings = array(); + /** + * @var string the name of a default (main) mysqli connection + */ + public $defConnectionName = 'default'; + + public $autoReconnect = true; + protected $autoReconnectCount = 0; + + /** + * @var bool Operations in transaction indicator + */ + protected $_transaction_in_progress = false; + + /** + * @param string $host + * @param string $username + * @param string $password + * @param string $db + * @param int $port + * @param string $charset + * @param string $socket + */ + public function __construct($host = null, $username = null, $password = null, $db = null, $port = null, $charset = 'utf8', $socket = null) + { + $isSubQuery = false; + + // if params were passed as array + if (is_array($host)) { + foreach ($host as $key => $val) { + $$key = $val; + } + } + + $this->addConnection('default', array( + 'host' => $host, + 'username' => $username, + 'password' => $password, + 'db' => $db, + 'port' => $port, + 'socket' => $socket, + 'charset' => $charset + )); + + if ($isSubQuery) { + $this->isSubQuery = true; + return; + } + + if (isset($prefix)) { + $this->setPrefix($prefix); + } + + self::$_instance = $this; + } + + /** + * A method to connect to the database + * + * @param null|string $connectionName + * + * @throws Exception + * @return void + */ + public function connect($connectionName = 'default') + { + if(!isset($this->connectionsSettings[$connectionName])) + throw new Exception('Connection profile not set'); + + $pro = $this->connectionsSettings[$connectionName]; + $params = array_values($pro); + $charset = array_pop($params); + + if ($this->isSubQuery) { + return; + } + + if (empty($pro['host']) && empty($pro['socket'])) { + throw new Exception('MySQL host or socket is not set'); + } + + $mysqlic = new ReflectionClass('mysqli'); + $mysqli = $mysqlic->newInstanceArgs($params); + + if ($mysqli->connect_error) { + throw new Exception('Connect Error ' . $mysqli->connect_errno . ': ' . $mysqli->connect_error, $mysqli->connect_errno); + } + + if (!empty($charset)) { + $mysqli->set_charset($charset); + } + $this->_mysqli[$connectionName] = $mysqli; + } + + /** + * @throws Exception + */ + public function disconnectAll() + { + foreach (array_keys($this->_mysqli) as $k) { + $this->disconnect($k); + } + } + + /** + * Set the connection name to use in the next query + * + * @param string $name + * + * @return $this + * @throws Exception + */ + public function connection($name) + { + if (!isset($this->connectionsSettings[$name])) + throw new Exception('Connection ' . $name . ' was not added.'); + + $this->defConnectionName = $name; + return $this; + } + + /** + * A method to disconnect from the database + * + * @params string $connection connection name to disconnect + * + * @param string $connection + * + * @return void + */ + public function disconnect($connection = 'default') + { + if (!isset($this->_mysqli[$connection])) + return; + + $this->_mysqli[$connection]->close(); + unset($this->_mysqli[$connection]); + } + + /** + * Create & store at _mysqli new mysqli instance + * + * @param string $name + * @param array $params + * + * @return $this + */ + public function addConnection($name, array $params) + { + $this->connectionsSettings[$name] = array(); + foreach (array('host', 'username', 'password', 'db', 'port', 'socket', 'charset') as $k) { + $prm = isset($params[$k]) ? $params[$k] : null; + + if ($k == 'host') { + if (is_object($prm)) + $this->_mysqli[$name] = $prm; + + if (!is_string($prm)) + $prm = null; + } + $this->connectionsSettings[$name][$k] = $prm; + } + return $this; + } + + /** + * A method to get mysqli object or create it in case needed + * + * @return mysqli + * @throws Exception + */ + public function mysqli() + { + if (!isset($this->_mysqli[$this->defConnectionName])) { + $this->connect($this->defConnectionName); + } + return $this->_mysqli[$this->defConnectionName]; + } + + /** + * A method of returning the static instance to allow access to the + * instantiated object from within another class. + * Inheriting this class would require reloading connection info. + * + * @uses $db = MySqliDb::getInstance(); + * + * @return MysqliDb Returns the current instance. + */ + public static function getInstance() + { + return self::$_instance; + } + + /** + * Reset states after an execution + * + * @return MysqliDb Returns the current instance. + */ + protected function reset() + { + if ($this->traceEnabled) { + $this->trace[] = array($this->_lastQuery, (microtime(true) - $this->traceStartQ), $this->_traceGetCaller()); + } + + $this->_where = array(); + $this->_having = array(); + $this->_join = array(); + $this->_joinAnd = array(); + $this->_orderBy = array(); + $this->_groupBy = array(); + $this->_bindParams = array(''); // Create the empty 0 index + $this->_query = null; + $this->_queryOptions = array(); + $this->returnType = 'array'; + $this->_nestJoin = false; + $this->_forUpdate = false; + $this->_lockInShareMode = false; + $this->_tableName = ''; + $this->_lastInsertId = null; + $this->_updateColumns = null; + $this->_mapKey = null; + if(!$this->_transaction_in_progress ) { + $this->defConnectionName = 'default'; + } + $this->autoReconnectCount = 0; + return $this; + } + + /** + * Helper function to create dbObject with JSON return type + * + * @return MysqliDb + */ + public function jsonBuilder() + { + $this->returnType = 'json'; + return $this; + } + + /** + * Helper function to create dbObject with array return type + * Added for consistency as that's default output type + * + * @return MysqliDb + */ + public function arrayBuilder() + { + $this->returnType = 'array'; + return $this; + } + + /** + * Helper function to create dbObject with object return type. + * + * @return MysqliDb + */ + public function objectBuilder() + { + $this->returnType = 'object'; + return $this; + } + + /** + * Method to set a prefix + * + * @param string $prefix Contains a table prefix + * + * @return MysqliDb + */ + public function setPrefix($prefix = '') + { + self::$prefix = $prefix; + return $this; + } + + /** + * Pushes a unprepared statement to the mysqli stack. + * WARNING: Use with caution. + * This method does not escape strings by default so make sure you'll never use it in production. + * + * @author Jonas Barascu + * + * @param [[Type]] $query [[Description]] + * + * @return bool|mysqli_result + * @throws Exception + */ + private function queryUnprepared($query) + { + // Execute query + $stmt = $this->mysqli()->query($query); + + // Failed? + if ($stmt !== false) + return $stmt; + + if ($this->mysqli()->errno === 2006 && $this->autoReconnect === true && $this->autoReconnectCount === 0) { + $this->connect($this->defConnectionName); + $this->autoReconnectCount++; + return $this->queryUnprepared($query); + } + + throw new Exception(sprintf('Unprepared Query Failed, ERRNO: %u (%s)', $this->mysqli()->errno, $this->mysqli()->error), $this->mysqli()->errno); + } + + /** + * Prefix add raw SQL query. + * + * @author Emre Emir + * @param string $query User-provided query to execute. + * @return string Contains the returned rows from the query. + */ + public function rawAddPrefix($query){ + $query = str_replace(PHP_EOL, null, $query); + $query = preg_replace('/\s+/', ' ', $query); + preg_match_all("/(from|into|update|join) [\\'\\´]?([a-zA-Z0-9_-]+)[\\'\\´]?/i", $query, $matches); + list($from_table, $from, $table) = $matches; + + return str_replace($table[0], self::$prefix.$table[0], $query); + } + + /** + * Execute raw SQL query. + * + * @param string $query User-provided query to execute. + * @param array $bindParams Variables array to bind to the SQL statement. + * + * @return array Contains the returned rows from the query. + * @throws Exception + */ + public function rawQuery($query, $bindParams = null) + { + $query = $this->rawAddPrefix($query); + $params = array(''); // Create the empty 0 index + $this->_query = $query; + $stmt = $this->_prepareQuery(); + + if (is_array($bindParams) === true) { + foreach ($bindParams as $prop => $val) { + $params[0] .= $this->_determineType($val); + array_push($params, $bindParams[$prop]); + } + + call_user_func_array(array($stmt, 'bind_param'), $this->refValues($params)); + } + + $stmt->execute(); + $this->count = $stmt->affected_rows; + $this->_stmtError = $stmt->error; + $this->_stmtErrno = $stmt->errno; + $this->_lastQuery = $this->replacePlaceHolders($this->_query, $params); + $res = $this->_dynamicBindResults($stmt); + $this->reset(); + + return $res; + } + + /** + * Helper function to execute raw SQL query and return only 1 row of results. + * Note that function do not add 'limit 1' to the query by itself + * Same idea as getOne() + * + * @param string $query User-provided query to execute. + * @param array $bindParams Variables array to bind to the SQL statement. + * + * @return array|null Contains the returned row from the query. + * @throws Exception + */ + public function rawQueryOne($query, $bindParams = null) + { + $res = $this->rawQuery($query, $bindParams); + if (is_array($res) && isset($res[0])) { + return $res[0]; + } + + return null; + } + + /** + * Helper function to execute raw SQL query and return only 1 column of results. + * If 'limit 1' will be found, then string will be returned instead of array + * Same idea as getValue() + * + * @param string $query User-provided query to execute. + * @param array $bindParams Variables array to bind to the SQL statement. + * + * @return mixed Contains the returned rows from the query. + * @throws Exception + */ + public function rawQueryValue($query, $bindParams = null) + { + $res = $this->rawQuery($query, $bindParams); + if (!$res) { + return null; + } + + $limit = preg_match('/limit\s+1;?$/i', $query); + $key = key($res[0]); + if (isset($res[0][$key]) && $limit == true) { + return $res[0][$key]; + } + + $newRes = Array(); + for ($i = 0; $i < $this->count; $i++) { + $newRes[] = $res[$i][$key]; + } + return $newRes; + } + + /** + * A method to perform select query + * + * @param string $query Contains a user-provided select query. + * @param int|array $numRows Array to define SQL limit in format Array ($offset, $count) + * + * @return array Contains the returned rows from the query. + * @throws Exception + */ + public function query($query, $numRows = null) + { + $this->_query = $query; + $stmt = $this->_buildQuery($numRows); + $stmt->execute(); + $this->_stmtError = $stmt->error; + $this->_stmtErrno = $stmt->errno; + $res = $this->_dynamicBindResults($stmt); + $this->reset(); + + return $res; + } + + /** + * This method allows you to specify multiple (method chaining optional) options for SQL queries. + * + * @uses $MySqliDb->setQueryOption('name'); + * + * @param string|array $options The options name of the query. + * + * @throws Exception + * @return MysqliDb + */ + public function setQueryOption($options) + { + $allowedOptions = Array('ALL', 'DISTINCT', 'DISTINCTROW', 'HIGH_PRIORITY', 'STRAIGHT_JOIN', 'SQL_SMALL_RESULT', + 'SQL_BIG_RESULT', 'SQL_BUFFER_RESULT', 'SQL_CACHE', 'SQL_NO_CACHE', 'SQL_CALC_FOUND_ROWS', + 'LOW_PRIORITY', 'IGNORE', 'QUICK', 'MYSQLI_NESTJOIN', 'FOR UPDATE', 'LOCK IN SHARE MODE'); + + if (!is_array($options)) { + $options = Array($options); + } + + foreach ($options as $option) { + $option = strtoupper($option); + if (!in_array($option, $allowedOptions)) { + throw new Exception('Wrong query option: ' . $option); + } + + if ($option == 'MYSQLI_NESTJOIN') { + $this->_nestJoin = true; + } elseif ($option == 'FOR UPDATE') { + $this->_forUpdate = true; + } elseif ($option == 'LOCK IN SHARE MODE') { + $this->_lockInShareMode = true; + } else { + $this->_queryOptions[] = $option; + } + } + + return $this; + } + + /** + * Function to enable SQL_CALC_FOUND_ROWS in the get queries + * + * @return MysqliDb + * @throws Exception + */ + public function withTotalCount() + { + $this->setQueryOption('SQL_CALC_FOUND_ROWS'); + return $this; + } + + /** + * A convenient SELECT * function. + * + * @param string $tableName The name of the database table to work with. + * @param int|array $numRows Array to define SQL limit in format Array ($offset, $count) + * or only $count + * @param string $columns Desired columns + * + * @return array|MysqliDb Contains the returned rows from the select query. + * @throws Exception + */ + public function get($tableName, $numRows = null, $columns = '*') + { + if (empty($columns)) { + $columns = '*'; + } + + $column = is_array($columns) ? implode(', ', $columns) : $columns; + + if (strpos($tableName, '.') === false) { + $this->_tableName = self::$prefix . $tableName; + } else { + $this->_tableName = $tableName; + } + + $this->_query = 'SELECT ' . implode(' ', $this->_queryOptions) . ' ' . + $column . " FROM " . $this->_tableName; + $stmt = $this->_buildQuery($numRows); + + if ($this->isSubQuery) { + return $this; + } + + $stmt->execute(); + $this->_stmtError = $stmt->error; + $this->_stmtErrno = $stmt->errno; + $res = $this->_dynamicBindResults($stmt); + $this->reset(); + + return $res; + } + + /** + * A convenient SELECT * function to get one record. + * + * @param string $tableName The name of the database table to work with. + * @param string $columns Desired columns + * + * @return array Contains the returned rows from the select query. + * @throws Exception + */ + public function getOne($tableName, $columns = '*') + { + $res = $this->get($tableName, 1, $columns); + + if ($res instanceof MysqliDb) { + return $res; + } elseif (is_array($res) && isset($res[0])) { + return $res[0]; + } elseif ($res) { + return $res; + } + + return null; + } + + /** + * A convenient SELECT COLUMN function to get a single column value from one row + * + * @param string $tableName The name of the database table to work with. + * @param string $column The desired column + * @param int $limit Limit of rows to select. Use null for unlimited..1 by default + * + * @return mixed Contains the value of a returned column / array of values + * @throws Exception + */ + public function getValue($tableName, $column, $limit = 1) + { + $res = $this->ArrayBuilder()->get($tableName, $limit, "{$column} AS retval"); + + if (!$res) { + return null; + } + + if ($limit == 1) { + if (isset($res[0]["retval"])) { + return $res[0]["retval"]; + } + return null; + } + + $newRes = Array(); + for ($i = 0; $i < $this->count; $i++) { + $newRes[] = $res[$i]['retval']; + } + return $newRes; + } + + /** + * Insert method to add new row + * + * @param string $tableName The name of the table. + * @param array $insertData Data containing information for inserting into the DB. + * + * @return bool Boolean indicating whether the insert query was completed successfully. + * @throws Exception + */ + public function insert($tableName, $insertData) + { + return $this->_buildInsert($tableName, $insertData, 'INSERT'); + } + + /** + * Insert method to add several rows at once + * + * @param string $tableName The name of the table. + * @param array $multiInsertData Two-dimensional Data-array containing information for inserting into the DB. + * @param array $dataKeys Optional Table Key names, if not set in insertDataSet. + * + * @return bool|array Boolean indicating the insertion failed (false), else return id-array ([int]) + * @throws Exception + */ + public function insertMulti($tableName, array $multiInsertData, array $dataKeys = null) + { + // only auto-commit our inserts, if no transaction is currently running + $autoCommit = (isset($this->_transaction_in_progress) ? !$this->_transaction_in_progress : true); + $ids = array(); + + if($autoCommit) { + $this->startTransaction(); + } + + foreach ($multiInsertData as $insertData) { + if($dataKeys !== null) { + // apply column-names if given, else assume they're already given in the data + $insertData = array_combine($dataKeys, $insertData); + } + + $id = $this->insert($tableName, $insertData); + if(!$id) { + if($autoCommit) { + $this->rollback(); + } + return false; + } + $ids[] = $id; + } + + if($autoCommit) { + $this->commit(); + } + + return $ids; + } + + /** + * Replace method to add new row + * + * @param string $tableName The name of the table. + * @param array $insertData Data containing information for inserting into the DB. + * + * @return bool Boolean indicating whether the insert query was completed successfully. + * @throws Exception + */ + public function replace($tableName, $insertData) + { + return $this->_buildInsert($tableName, $insertData, 'REPLACE'); + } + + /** + * A convenient function that returns TRUE if exists at least an element that + * satisfy the where condition specified calling the "where" method before this one. + * + * @param string $tableName The name of the database table to work with. + * + * @return bool + * @throws Exception + */ + public function has($tableName) + { + $this->getOne($tableName, '1'); + return $this->count >= 1; + } + + /** + * Update query. Be sure to first call the "where" method. + * + * @param string $tableName The name of the database table to work with. + * @param array $tableData Array of data to update the desired row. + * @param int $numRows Limit on the number of rows that can be updated. + * + * @return bool + * @throws Exception + */ + public function update($tableName, $tableData, $numRows = null) + { + if ($this->isSubQuery) { + return; + } + + $this->_query = "UPDATE " . self::$prefix . $tableName; + + $stmt = $this->_buildQuery($numRows, $tableData); + $status = $stmt->execute(); + $this->reset(); + $this->_stmtError = $stmt->error; + $this->_stmtErrno = $stmt->errno; + $this->count = $stmt->affected_rows; + + return $status; + } + + /** + * Delete query. Call the "where" method first. + * + * @param string $tableName The name of the database table to work with. + * @param int|array $numRows Array to define SQL limit in format Array ($offset, $count) + * or only $count + * + * @return bool Indicates success. 0 or 1. + * @throws Exception + */ + public function delete($tableName, $numRows = null) + { + if ($this->isSubQuery) { + return; + } + + $table = self::$prefix . $tableName; + + if (count($this->_join)) { + $this->_query = "DELETE " . preg_replace('/.* (.*)/', '$1', $table) . " FROM " . $table; + } else { + $this->_query = "DELETE FROM " . $table; + } + + $stmt = $this->_buildQuery($numRows); + $stmt->execute(); + $this->_stmtError = $stmt->error; + $this->_stmtErrno = $stmt->errno; + $this->count = $stmt->affected_rows; + $this->reset(); + + return ($stmt->affected_rows > -1); // -1 indicates that the query returned an error + } + + /** + * This method allows you to specify multiple (method chaining optional) AND WHERE statements for SQL queries. + * + * @uses $MySqliDb->where('id', 7)->where('title', 'MyTitle'); + * + * @param string $whereProp The name of the database field. + * @param mixed $whereValue The value of the database field. + * @param string $operator Comparison operator. Default is = + * @param string $cond Condition of where statement (OR, AND) + * + * @return MysqliDb + */ + public function where($whereProp, $whereValue = 'DBNULL', $operator = '=', $cond = 'AND') + { + if (count($this->_where) == 0) { + $cond = ''; + } + + $this->_where[] = array($cond, $whereProp, $operator, $whereValue); + return $this; + } + + /** + * This function store update column's name and column name of the + * autoincrement column + * + * @param array $updateColumns Variable with values + * @param string $lastInsertId Variable value + * + * @return MysqliDb + */ + public function onDuplicate($updateColumns, $lastInsertId = null) + { + $this->_lastInsertId = $lastInsertId; + $this->_updateColumns = $updateColumns; + return $this; + } + + /** + * This method allows you to specify multiple (method chaining optional) OR WHERE statements for SQL queries. + * + * @uses $MySqliDb->orWhere('id', 7)->orWhere('title', 'MyTitle'); + * + * @param string $whereProp The name of the database field. + * @param mixed $whereValue The value of the database field. + * @param string $operator Comparison operator. Default is = + * + * @return MysqliDb + */ + public function orWhere($whereProp, $whereValue = 'DBNULL', $operator = '=') + { + return $this->where($whereProp, $whereValue, $operator, 'OR'); + } + + /** + * This method allows you to specify multiple (method chaining optional) AND HAVING statements for SQL queries. + * + * @uses $MySqliDb->having('SUM(tags) > 10') + * + * @param string $havingProp The name of the database field. + * @param mixed $havingValue The value of the database field. + * @param string $operator Comparison operator. Default is = + * + * @param string $cond + * + * @return MysqliDb + */ + + public function having($havingProp, $havingValue = 'DBNULL', $operator = '=', $cond = 'AND') + { + // forkaround for an old operation api + if (is_array($havingValue) && ($key = key($havingValue)) != "0") { + $operator = $key; + $havingValue = $havingValue[$key]; + } + + if (count($this->_having) == 0) { + $cond = ''; + } + + $this->_having[] = array($cond, $havingProp, $operator, $havingValue); + return $this; + } + + /** + * This method allows you to specify multiple (method chaining optional) OR HAVING statements for SQL queries. + * + * @uses $MySqliDb->orHaving('SUM(tags) > 10') + * + * @param string $havingProp The name of the database field. + * @param mixed $havingValue The value of the database field. + * @param string $operator Comparison operator. Default is = + * + * @return MysqliDb + */ + public function orHaving($havingProp, $havingValue = null, $operator = null) + { + return $this->having($havingProp, $havingValue, $operator, 'OR'); + } + + /** + * This method allows you to concatenate joins for the final SQL statement. + * + * @uses $MySqliDb->join('table1', 'field1 <> field2', 'LEFT') + * + * @param string $joinTable The name of the table. + * @param string $joinCondition the condition. + * @param string $joinType 'LEFT', 'INNER' etc. + * + * @throws Exception + * @return MysqliDb + */ + public function join($joinTable, $joinCondition, $joinType = '') + { + $allowedTypes = array('LEFT', 'RIGHT', 'OUTER', 'INNER', 'LEFT OUTER', 'RIGHT OUTER', 'NATURAL'); + $joinType = strtoupper(trim($joinType)); + + if ($joinType && !in_array($joinType, $allowedTypes)) { + throw new Exception('Wrong JOIN type: ' . $joinType); + } + + if (!is_object($joinTable)) { + $joinTable = self::$prefix . $joinTable; + } + + $this->_join[] = Array($joinType, $joinTable, $joinCondition); + + return $this; + } + + + /** + * This is a basic method which allows you to import raw .CSV data into a table + * Please check out http://dev.mysql.com/doc/refman/5.7/en/load-data.html for a valid .csv file. + * + * @author Jonas Barascu (Noneatme) + * + * @param string $importTable The database table where the data will be imported into. + * @param string $importFile The file to be imported. Please use double backslashes \\ and make sure you + * @param string $importSettings An Array defining the import settings as described in the README.md + * + * @return boolean + * @throws Exception + */ + public function loadData($importTable, $importFile, $importSettings = null) + { + // We have to check if the file exists + if (!file_exists($importFile)) { + // Throw an exception + throw new Exception("importCSV -> importFile " . $importFile . " does not exists!"); + } + + // Define the default values + // We will merge it later + $settings = Array("fieldChar" => ';', "lineChar" => PHP_EOL, "linesToIgnore" => 1); + + // Check the import settings + if (gettype($importSettings) == "array") { + // Merge the default array with the custom one + $settings = array_merge($settings, $importSettings); + } + + // Add the prefix to the import table + $table = self::$prefix . $importTable; + + // Add 1 more slash to every slash so maria will interpret it as a path + $importFile = str_replace("\\", "\\\\", $importFile); + + // Switch between LOAD DATA and LOAD DATA LOCAL + $loadDataLocal = isset($settings["loadDataLocal"]) ? 'LOCAL' : ''; + + // Build SQL Syntax + $sqlSyntax = sprintf('LOAD DATA %s INFILE \'%s\' INTO TABLE %s', + $loadDataLocal, $importFile, $table); + + // FIELDS + $sqlSyntax .= sprintf(' FIELDS TERMINATED BY \'%s\'', $settings["fieldChar"]); + if (isset($settings["fieldEnclosure"])) { + $sqlSyntax .= sprintf(' ENCLOSED BY \'%s\'', $settings["fieldEnclosure"]); + } + + // LINES + $sqlSyntax .= sprintf(' LINES TERMINATED BY \'%s\'', $settings["lineChar"]); + if (isset($settings["lineStarting"])) { + $sqlSyntax .= sprintf(' STARTING BY \'%s\'', $settings["lineStarting"]); + } + + // IGNORE LINES + $sqlSyntax .= sprintf(' IGNORE %d LINES', $settings["linesToIgnore"]); + + // Execute the query unprepared because LOAD DATA only works with unprepared statements. + $result = $this->queryUnprepared($sqlSyntax); + + // Are there rows modified? + // Let the user know if the import failed / succeeded + return (bool) $result; + } + + /** + * This method is useful for importing XML files into a specific table. + * Check out the LOAD XML syntax for your MySQL server. + * + * @author Jonas Barascu + * + * @param string $importTable The table in which the data will be imported to. + * @param string $importFile The file which contains the .XML data. + * @param string $importSettings An Array defining the import settings as described in the README.md + * + * @return boolean Returns true if the import succeeded, false if it failed. + * @throws Exception + */ + public function loadXml($importTable, $importFile, $importSettings = null) + { + // We have to check if the file exists + if(!file_exists($importFile)) { + // Does not exists + throw new Exception("loadXml: Import file does not exists"); + return; + } + + // Create default values + $settings = Array("linesToIgnore" => 0); + + // Check the import settings + if(gettype($importSettings) == "array") { + $settings = array_merge($settings, $importSettings); + } + + // Add the prefix to the import table + $table = self::$prefix . $importTable; + + // Add 1 more slash to every slash so maria will interpret it as a path + $importFile = str_replace("\\", "\\\\", $importFile); + + // Build SQL Syntax + $sqlSyntax = sprintf('LOAD XML INFILE \'%s\' INTO TABLE %s', + $importFile, $table); + + // FIELDS + if(isset($settings["rowTag"])) { + $sqlSyntax .= sprintf(' ROWS IDENTIFIED BY \'%s\'', $settings["rowTag"]); + } + + // IGNORE LINES + $sqlSyntax .= sprintf(' IGNORE %d LINES', $settings["linesToIgnore"]); + + // Exceute the query unprepared because LOAD XML only works with unprepared statements. + $result = $this->queryUnprepared($sqlSyntax); + + // Are there rows modified? + // Let the user know if the import failed / succeeded + return (bool) $result; + } + + /** + * This method allows you to specify multiple (method chaining optional) ORDER BY statements for SQL queries. + * + * @uses $MySqliDb->orderBy('id', 'desc')->orderBy('name', 'desc', '^[a-z]')->orderBy('name', 'desc'); + * + * @param string $orderByField The name of the database field. + * @param string $orderbyDirection + * @param mixed $customFieldsOrRegExp Array with fieldset for ORDER BY FIELD() ordering or string with regular expression for ORDER BY REGEXP ordering + * + * @return MysqliDb + * @throws Exception + */ + public function orderBy($orderByField, $orderbyDirection = "DESC", $customFieldsOrRegExp = null) + { + $allowedDirection = Array("ASC", "DESC"); + $orderbyDirection = strtoupper(trim($orderbyDirection)); + $orderByField = preg_replace("/[^ -a-z0-9\.\(\),_`\*\'\"]+/i", '', $orderByField); + + // Add table prefix to orderByField if needed. + //FIXME: We are adding prefix only if table is enclosed into `` to distinguish aliases + // from table names + $orderByField = preg_replace('/(\`)([`a-zA-Z0-9_]*\.)/', '\1' . self::$prefix . '\2', $orderByField); + + + if (empty($orderbyDirection) || !in_array($orderbyDirection, $allowedDirection)) { + throw new Exception('Wrong order direction: ' . $orderbyDirection); + } + + if (is_array($customFieldsOrRegExp)) { + foreach ($customFieldsOrRegExp as $key => $value) { + $customFieldsOrRegExp[$key] = preg_replace("/[^\x80-\xff-a-z0-9\.\(\),_` ]+/i", '', $value); + } + $orderByField = 'FIELD (' . $orderByField . ', "' . implode('","', $customFieldsOrRegExp) . '")'; + }elseif(is_string($customFieldsOrRegExp)){ + $orderByField = $orderByField . " REGEXP '" . $customFieldsOrRegExp . "'"; + }elseif($customFieldsOrRegExp !== null){ + throw new Exception('Wrong custom field or Regular Expression: ' . $customFieldsOrRegExp); + } + + $this->_orderBy[$orderByField] = $orderbyDirection; + return $this; + } + + /** + * This method allows you to specify multiple (method chaining optional) GROUP BY statements for SQL queries. + * + * @uses $MySqliDb->groupBy('name'); + * + * @param string $groupByField The name of the database field. + * + * @return MysqliDb + */ + public function groupBy($groupByField) + { + $groupByField = preg_replace("/[^-a-z0-9\.\(\),_\* <>=!]+/i", '', $groupByField); + + $this->_groupBy[] = $groupByField; + return $this; + } + + + /** + * This method sets the current table lock method. + * + * @author Jonas Barascu + * + * @param string $method The table lock method. Can be READ or WRITE. + * + * @throws Exception + * @return MysqliDb + */ + public function setLockMethod($method) + { + // Switch the uppercase string + switch(strtoupper($method)) { + // Is it READ or WRITE? + case "READ" || "WRITE": + // Succeed + $this->_tableLockMethod = $method; + break; + default: + // Else throw an exception + throw new Exception("Bad lock type: Can be either READ or WRITE"); + break; + } + return $this; + } + + /** + * Locks a table for R/W action. + * + * @author Jonas Barascu + * + * @param string|array $table The table to be locked. Can be a table or a view. + * + * @return bool if succeeded; + * @throws Exception + */ + public function lock($table) + { + // Main Query + $this->_query = "LOCK TABLES"; + + // Is the table an array? + if(gettype($table) == "array") { + // Loop trough it and attach it to the query + foreach($table as $key => $value) { + if(gettype($value) == "string") { + if($key > 0) { + $this->_query .= ","; + } + $this->_query .= " ".self::$prefix.$value." ".$this->_tableLockMethod; + } + } + } + else{ + // Build the table prefix + $table = self::$prefix . $table; + + // Build the query + $this->_query = "LOCK TABLES ".$table." ".$this->_tableLockMethod; + } + + // Execute the query unprepared because LOCK only works with unprepared statements. + $result = $this->queryUnprepared($this->_query); + $errno = $this->mysqli()->errno; + + // Reset the query + $this->reset(); + + // Are there rows modified? + if($result) { + // Return true + // We can't return ourself because if one table gets locked, all other ones get unlocked! + return true; + } + // Something went wrong + else { + throw new Exception("Locking of table ".$table." failed", $errno); + } + + // Return the success value + return false; + } + + /** + * Unlocks all tables in a database. + * Also commits transactions. + * + * @author Jonas Barascu + * @return MysqliDb + * @throws Exception + */ + public function unlock() + { + // Build the query + $this->_query = "UNLOCK TABLES"; + + // Execute the query unprepared because UNLOCK and LOCK only works with unprepared statements. + $result = $this->queryUnprepared($this->_query); + $errno = $this->mysqli()->errno; + + // Reset the query + $this->reset(); + + // Are there rows modified? + if($result) { + // return self + return $this; + } + // Something went wrong + else { + throw new Exception("Unlocking of tables failed", $errno); + } + + + // Return self + return $this; + } + + + /** + * This methods returns the ID of the last inserted item + * + * @return int The last inserted item ID. + * @throws Exception + */ + public function getInsertId() + { + return $this->mysqli()->insert_id; + } + + /** + * Escape harmful characters which might affect a query. + * + * @param string $str The string to escape. + * + * @return string The escaped string. + * @throws Exception + */ + public function escape($str) + { + return $this->mysqli()->real_escape_string($str); + } + + /** + * Method to call mysqli->ping() to keep unused connections open on + * long-running scripts, or to reconnect timed out connections (if php.ini has + * global mysqli.reconnect set to true). Can't do this directly using object + * since _mysqli is protected. + * + * @return bool True if connection is up + * @throws Exception + */ + public function ping() + { + return $this->mysqli()->ping(); + } + + /** + * This method is needed for prepared statements. They require + * the data type of the field to be bound with "i" s", etc. + * This function takes the input, determines what type it is, + * and then updates the param_type. + * + * @param mixed $item Input to determine the type. + * + * @return string The joined parameter types. + */ + protected function _determineType($item) + { + switch (gettype($item)) { + case 'NULL': + case 'string': + return 's'; + break; + + case 'boolean': + case 'integer': + return 'i'; + break; + + case 'blob': + return 'b'; + break; + + case 'double': + return 'd'; + break; + } + return ''; + } + + /** + * Helper function to add variables into bind parameters array + * + * @param string Variable value + */ + protected function _bindParam($value) + { + $this->_bindParams[0] .= $this->_determineType($value); + array_push($this->_bindParams, $value); + } + + /** + * Helper function to add variables into bind parameters array in bulk + * + * @param array $values Variable with values + */ + protected function _bindParams($values) + { + foreach ($values as $value) { + $this->_bindParam($value); + } + } + + /** + * Helper function to add variables into bind parameters array and will return + * its SQL part of the query according to operator in ' $operator ?' or + * ' $operator ($subquery) ' formats + * + * @param string $operator + * @param mixed $value Variable with values + * + * @return string + */ + protected function _buildPair($operator, $value) + { + if (!is_object($value)) { + $this->_bindParam($value); + return ' ' . $operator . ' ? '; + } + + $subQuery = $value->getSubQuery(); + $this->_bindParams($subQuery['params']); + + return " " . $operator . " (" . $subQuery['query'] . ") " . $subQuery['alias']; + } + + /** + * Internal function to build and execute INSERT/REPLACE calls + * + * @param string $tableName The name of the table. + * @param array $insertData Data containing information for inserting into the DB. + * @param string $operation Type of operation (INSERT, REPLACE) + * + * @return bool Boolean indicating whether the insert query was completed successfully. + * @throws Exception + */ + private function _buildInsert($tableName, $insertData, $operation) + { + if ($this->isSubQuery) { + return; + } + + $this->_query = $operation . " " . implode(' ', $this->_queryOptions) . " INTO " . self::$prefix . $tableName; + $stmt = $this->_buildQuery(null, $insertData); + $status = $stmt->execute(); + $this->_stmtError = $stmt->error; + $this->_stmtErrno = $stmt->errno; + $haveOnDuplicate = !empty ($this->_updateColumns); + $this->reset(); + $this->count = $stmt->affected_rows; + + if ($stmt->affected_rows < 1) { + // in case of onDuplicate() usage, if no rows were inserted + if ($status && $haveOnDuplicate) { + return true; + } + return false; + } + + if ($stmt->insert_id > 0) { + return $stmt->insert_id; + } + + return true; + } + + /** + * Abstraction method that will compile the WHERE statement, + * any passed update data, and the desired rows. + * It then builds the SQL query. + * + * @param int|array $numRows Array to define SQL limit in format Array ($offset, $count) + * or only $count + * @param array $tableData Should contain an array of data for updating the database. + * + * @return mysqli_stmt|bool Returns the $stmt object. + * @throws Exception + */ + protected function _buildQuery($numRows = null, $tableData = null) + { + // $this->_buildJoinOld(); + $this->_buildJoin(); + $this->_buildInsertQuery($tableData); + $this->_buildCondition('WHERE', $this->_where); + $this->_buildGroupBy(); + $this->_buildCondition('HAVING', $this->_having); + $this->_buildOrderBy(); + $this->_buildLimit($numRows); + $this->_buildOnDuplicate($tableData); + + if ($this->_forUpdate) { + $this->_query .= ' FOR UPDATE'; + } + if ($this->_lockInShareMode) { + $this->_query .= ' LOCK IN SHARE MODE'; + } + + $this->_lastQuery = $this->replacePlaceHolders($this->_query, $this->_bindParams); + + if ($this->isSubQuery) { + return; + } + + // Prepare query + $stmt = $this->_prepareQuery(); + + // Bind parameters to statement if any + if (count($this->_bindParams) > 1) { + call_user_func_array(array($stmt, 'bind_param'), $this->refValues($this->_bindParams)); + } + + return $stmt; + } + + /** + * This helper method takes care of prepared statements' "bind_result method + * , when the number of variables to pass is unknown. + * + * @param mysqli_stmt $stmt Equal to the prepared statement object. + * + * @return array|string The results of the SQL fetch. + * @throws Exception + */ + protected function _dynamicBindResults(mysqli_stmt $stmt) + { + $parameters = array(); + $results = array(); + /** + * @see http://php.net/manual/en/mysqli-result.fetch-fields.php + */ + $mysqlLongType = 252; + $shouldStoreResult = false; + + $meta = $stmt->result_metadata(); + + // if $meta is false yet sqlstate is true, there's no sql error but the query is + // most likely an update/insert/delete which doesn't produce any results + if (!$meta && $stmt->sqlstate) + return array(); + + $row = array(); + while ($field = $meta->fetch_field()) { + if ($field->type == $mysqlLongType) { + $shouldStoreResult = true; + } + + if ($this->_nestJoin && $field->table != $this->_tableName) { + $field->table = substr($field->table, strlen(self::$prefix)); + $row[$field->table][$field->name] = null; + $parameters[] = & $row[$field->table][$field->name]; + } else { + $row[$field->name] = null; + $parameters[] = & $row[$field->name]; + } + } + + // avoid out of memory bug in php 5.2 and 5.3. Mysqli allocates lot of memory for long* + // and blob* types. So to avoid out of memory issues store_result is used + // https://github.com/joshcam/PHP-MySQLi-Database-Class/pull/119 + if ($shouldStoreResult) { + $stmt->store_result(); + } + + call_user_func_array(array($stmt, 'bind_result'), $parameters); + + $this->totalCount = 0; + $this->count = 0; + + while ($stmt->fetch()) { + if ($this->returnType == 'object') { + $result = new stdClass (); + foreach ($row as $key => $val) { + if (is_array($val)) { + $result->$key = new stdClass (); + foreach ($val as $k => $v) { + $result->$key->$k = $v; + } + } else { + $result->$key = $val; + } + } + } else { + $result = array(); + foreach ($row as $key => $val) { + if (is_array($val)) { + foreach ($val as $k => $v) { + $result[$key][$k] = $v; + } + } else { + $result[$key] = $val; + } + } + } + $this->count++; + if ($this->_mapKey) { + $results[$row[$this->_mapKey]] = count($row) > 2 ? $result : end($result); + } else { + array_push($results, $result); + } + } + + if ($shouldStoreResult) { + $stmt->free_result(); + } + + $stmt->close(); + + // stored procedures sometimes can return more then 1 resultset + if ($this->mysqli()->more_results()) { + $this->mysqli()->next_result(); + } + + if (in_array('SQL_CALC_FOUND_ROWS', $this->_queryOptions)) { + $stmt = $this->mysqli()->query('SELECT FOUND_ROWS()'); + $totalCount = $stmt->fetch_row(); + $this->totalCount = $totalCount[0]; + } + + if ($this->returnType == 'json') { + return json_encode($results); + } + + return $results; + } + + /** + * Abstraction method that will build an JOIN part of the query + * + * @return void + */ + protected function _buildJoinOld() + { + if (empty($this->_join)) { + return; + } + + foreach ($this->_join as $data) { + list ($joinType, $joinTable, $joinCondition) = $data; + + if (is_object($joinTable)) { + $joinStr = $this->_buildPair("", $joinTable); + } else { + $joinStr = $joinTable; + } + + $this->_query .= " " . $joinType . " JOIN " . $joinStr . + (false !== stripos($joinCondition, 'using') ? " " : " on ") + . $joinCondition; + } + } + + /** + * Insert/Update query helper + * + * @param array $tableData + * @param array $tableColumns + * @param bool $isInsert INSERT operation flag + * + * @throws Exception + */ + public function _buildDataPairs($tableData, $tableColumns, $isInsert) + { + foreach ($tableColumns as $column) { + $value = $tableData[$column]; + + if (!$isInsert) { + if(strpos($column,'.')===false) { + $this->_query .= "`" . $column . "` = "; + } else { + $this->_query .= str_replace('.','.`',$column) . "` = "; + } + } + + // Subquery value + if ($value instanceof MysqliDb) { + $this->_query .= $this->_buildPair("", $value) . ", "; + continue; + } + + // Simple value + if (!is_array($value)) { + $this->_bindParam($value); + $this->_query .= '?, '; + continue; + } + + // Function value + $key = key($value); + $val = $value[$key]; + switch ($key) { + case '[I]': + $this->_query .= $column . $val . ", "; + break; + case '[F]': + $this->_query .= $val[0] . ", "; + if (!empty($val[1])) { + $this->_bindParams($val[1]); + } + break; + case '[N]': + if ($val == null) { + $this->_query .= "!" . $column . ", "; + } else { + $this->_query .= "!" . $val . ", "; + } + break; + default: + throw new Exception("Wrong operation"); + } + } + $this->_query = rtrim($this->_query, ', '); + } + + /** + * Helper function to add variables into the query statement + * + * @param array $tableData Variable with values + * + * @throws Exception + */ + protected function _buildOnDuplicate($tableData) + { + if (is_array($this->_updateColumns) && !empty($this->_updateColumns)) { + $this->_query .= " ON DUPLICATE KEY UPDATE "; + if ($this->_lastInsertId) { + $this->_query .= $this->_lastInsertId . "=LAST_INSERT_ID (" . $this->_lastInsertId . "), "; + } + + foreach ($this->_updateColumns as $key => $val) { + // skip all params without a value + if (is_numeric($key)) { + $this->_updateColumns[$val] = ''; + unset($this->_updateColumns[$key]); + } else { + $tableData[$key] = $val; + } + } + $this->_buildDataPairs($tableData, array_keys($this->_updateColumns), false); + } + } + + /** + * Abstraction method that will build an INSERT or UPDATE part of the query + * + * @param array $tableData + * + * @throws Exception + */ + protected function _buildInsertQuery($tableData) + { + if (!is_array($tableData)) { + return; + } + + $isInsert = preg_match('/^[INSERT|REPLACE]/', $this->_query); + $dataColumns = array_keys($tableData); + if ($isInsert) { + if (isset ($dataColumns[0])) + $this->_query .= ' (`' . implode('`, `', $dataColumns) . '`) '; + $this->_query .= ' VALUES ('; + } else { + $this->_query .= " SET "; + } + + $this->_buildDataPairs($tableData, $dataColumns, $isInsert); + + if ($isInsert) { + $this->_query .= ')'; + } + } + + /** + * Abstraction method that will build the part of the WHERE conditions + * + * @param string $operator + * @param array $conditions + */ + protected function _buildCondition($operator, &$conditions) + { + if (empty($conditions)) { + return; + } + + //Prepare the where portion of the query + $this->_query .= ' ' . $operator; + + foreach ($conditions as $cond) { + list ($concat, $varName, $operator, $val) = $cond; + $this->_query .= " " . $concat . " " . $varName; + + switch (strtolower($operator)) { + case 'not in': + case 'in': + $comparison = ' ' . $operator . ' ('; + if (is_object($val)) { + $comparison .= $this->_buildPair("", $val); + } else { + foreach ($val as $v) { + $comparison .= ' ?,'; + $this->_bindParam($v); + } + } + $this->_query .= rtrim($comparison, ',') . ' ) '; + break; + case 'not between': + case 'between': + $this->_query .= " $operator ? AND ? "; + $this->_bindParams($val); + break; + case 'not exists': + case 'exists': + $this->_query.= $operator . $this->_buildPair("", $val); + break; + default: + if (is_array($val)) { + $this->_bindParams($val); + } elseif ($val === null) { + $this->_query .= ' ' . $operator . " NULL"; + } elseif ($val != 'DBNULL' || $val == '0') { + $this->_query .= $this->_buildPair($operator, $val); + } + } + } + } + + /** + * Abstraction method that will build the GROUP BY part of the WHERE statement + * + * @return void + */ + protected function _buildGroupBy() + { + if (empty($this->_groupBy)) { + return; + } + + $this->_query .= " GROUP BY "; + + foreach ($this->_groupBy as $key => $value) { + $this->_query .= $value . ", "; + } + + $this->_query = rtrim($this->_query, ', ') . " "; + } + + /** + * Abstraction method that will build the LIMIT part of the WHERE statement + * + * @return void + */ + protected function _buildOrderBy() + { + if (empty($this->_orderBy)) { + return; + } + + $this->_query .= " ORDER BY "; + foreach ($this->_orderBy as $prop => $value) { + if (strtolower(str_replace(" ", "", $prop)) == 'rand()') { + $this->_query .= "rand(), "; + } else { + $this->_query .= $prop . " " . $value . ", "; + } + } + + $this->_query = rtrim($this->_query, ', ') . " "; + } + + /** + * Abstraction method that will build the LIMIT part of the WHERE statement + * + * @param int|array $numRows Array to define SQL limit in format Array ($offset, $count) + * or only $count + * + * @return void + */ + protected function _buildLimit($numRows) + { + if (!isset($numRows)) { + return; + } + + if (is_array($numRows)) { + $this->_query .= ' LIMIT ' . (int) $numRows[0] . ', ' . (int) $numRows[1]; + } else { + $this->_query .= ' LIMIT ' . (int) $numRows; + } + } + + /** + * Method attempts to prepare the SQL query + * and throws an error if there was a problem. + * + * @return mysqli_stmt + * @throws Exception + */ + protected function _prepareQuery() + { + $stmt = $this->mysqli()->prepare($this->_query); + + if ($stmt !== false) { + if ($this->traceEnabled) + $this->traceStartQ = microtime(true); + return $stmt; + } + + if ($this->mysqli()->errno === 2006 && $this->autoReconnect === true && $this->autoReconnectCount === 0) { + $this->connect($this->defConnectionName); + $this->autoReconnectCount++; + return $this->_prepareQuery(); + } + + $error = $this->mysqli()->error; + $query = $this->_query; + $errno = $this->mysqli()->errno; + $this->reset(); + throw new Exception(sprintf('%s query: %s', $error, $query), $errno); + } + + /** + * Referenced data array is required by mysqli since PHP 5.3+ + * + * @param array $arr + * + * @return array + */ + protected function refValues(array &$arr) + { + //Reference in the function arguments are required for HHVM to work + //https://github.com/facebook/hhvm/issues/5155 + //Referenced data array is required by mysqli since PHP 5.3+ + if (strnatcmp(phpversion(), '5.3') >= 0) { + $refs = array(); + foreach ($arr as $key => $value) { + $refs[$key] = & $arr[$key]; + } + return $refs; + } + return $arr; + } + + /** + * Function to replace ? with variables from bind variable + * + * @param string $str + * @param array $vals + * + * @return string + */ + protected function replacePlaceHolders($str, $vals) + { + $i = 1; + $newStr = ""; + + if (empty($vals)) { + return $str; + } + + while ($pos = strpos($str, "?")) { + $val = $vals[$i++]; + if (is_object($val)) { + $val = '[object]'; + } + if ($val === null) { + $val = 'NULL'; + } + $newStr .= substr($str, 0, $pos) . "'" . $val . "'"; + $str = substr($str, $pos + 1); + } + $newStr .= $str; + return $newStr; + } + + /** + * Method returns last executed query + * + * @return string + */ + public function getLastQuery() + { + return $this->_lastQuery; + } + + /** + * Method returns mysql error + * + * @return string + * @throws Exception + */ + public function getLastError() + { + if (!isset($this->_mysqli[$this->defConnectionName])) { + return "mysqli is null"; + } + return trim($this->_stmtError . " " . $this->mysqli()->error); + } + + /** + * Method returns mysql error code + * + * @return int + */ + public function getLastErrno () { + return $this->_stmtErrno; + } + + /** + * Mostly internal method to get query and its params out of subquery object + * after get() and getAll() + * + * @return array + */ + public function getSubQuery() + { + if (!$this->isSubQuery) { + return null; + } + + array_shift($this->_bindParams); + $val = Array('query' => $this->_query, + 'params' => $this->_bindParams, + 'alias' => isset($this->connectionsSettings[$this->defConnectionName]) ? $this->connectionsSettings[$this->defConnectionName]['host'] : null + ); + $this->reset(); + return $val; + } + + /* Helper functions */ + + /** + * Method returns generated interval function as a string + * + * @param string $diff interval in the formats: + * "1", "-1d" or "- 1 day" -- For interval - 1 day + * Supported intervals [s]econd, [m]inute, [h]hour, [d]day, [M]onth, [Y]ear + * Default null; + * @param string $func Initial date + * + * @return string + * @throws Exception + */ + public function interval($diff, $func = "NOW()") + { + $types = Array("s" => "second", "m" => "minute", "h" => "hour", "d" => "day", "M" => "month", "Y" => "year"); + $incr = '+'; + $items = ''; + $type = 'd'; + + if ($diff && preg_match('/([+-]?) ?([0-9]+) ?([a-zA-Z]?)/', $diff, $matches)) { + if (!empty($matches[1])) { + $incr = $matches[1]; + } + + if (!empty($matches[2])) { + $items = $matches[2]; + } + + if (!empty($matches[3])) { + $type = $matches[3]; + } + + if (!in_array($type, array_keys($types))) { + throw new Exception("invalid interval type in '{$diff}'"); + } + + $func .= " " . $incr . " interval " . $items . " " . $types[$type] . " "; + } + return $func; + } + + /** + * Method returns generated interval function as an insert/update function + * + * @param string $diff interval in the formats: + * "1", "-1d" or "- 1 day" -- For interval - 1 day + * Supported intervals [s]econd, [m]inute, [h]hour, [d]day, [M]onth, [Y]ear + * Default null; + * @param string $func Initial date + * + * @return array + * @throws Exception + */ + public function now($diff = null, $func = "NOW()") + { + return array("[F]" => Array($this->interval($diff, $func))); + } + + /** + * Method generates incremental function call + * + * @param int $num increment by int or float. 1 by default + * + * @throws Exception + * @return array + */ + public function inc($num = 1) + { + if (!is_numeric($num)) { + throw new Exception('Argument supplied to inc must be a number'); + } + return array("[I]" => "+" . $num); + } + + /** + * Method generates decremental function call + * + * @param int $num increment by int or float. 1 by default + * + * @return array + * @throws Exception + */ + public function dec($num = 1) + { + if (!is_numeric($num)) { + throw new Exception('Argument supplied to dec must be a number'); + } + return array("[I]" => "-" . $num); + } + + /** + * Method generates change boolean function call + * + * @param string $col column name. null by default + * + * @return array + */ + public function not($col = null) + { + return array("[N]" => (string)$col); + } + + /** + * Method generates user defined function call + * + * @param string $expr user function body + * @param array $bindParams + * + * @return array + */ + public function func($expr, $bindParams = null) + { + return array("[F]" => array($expr, $bindParams)); + } + + /** + * Method creates new mysqlidb object for a subquery generation + * + * @param string $subQueryAlias + * + * @return MysqliDb + */ + public static function subQuery($subQueryAlias = "") + { + return new self(array('host' => $subQueryAlias, 'isSubQuery' => true)); + } + + /** + * Method returns a copy of a mysqlidb subquery object + * + * @return MysqliDb new mysqlidb object + */ + public function copy() + { + $copy = unserialize(serialize($this)); + $copy->_mysqli = array(); + return $copy; + } + + /** + * Begin a transaction + * + * @uses mysqli->autocommit(false) + * @uses register_shutdown_function(array($this, "_transaction_shutdown_check")) + * @throws Exception + */ + public function startTransaction() + { + $this->mysqli()->autocommit(false); + $this->_transaction_in_progress = true; + register_shutdown_function(array($this, "_transaction_status_check")); + } + + /** + * Transaction commit + * + * @uses mysqli->commit(); + * @uses mysqli->autocommit(true); + * @throws Exception + */ + public function commit() + { + $result = $this->mysqli()->commit(); + $this->_transaction_in_progress = false; + $this->mysqli()->autocommit(true); + return $result; + } + + /** + * Transaction rollback function + * + * @uses mysqli->rollback(); + * @uses mysqli->autocommit(true); + * @throws Exception + */ + public function rollback() + { + $result = $this->mysqli()->rollback(); + $this->_transaction_in_progress = false; + $this->mysqli()->autocommit(true); + return $result; + } + + /** + * Shutdown handler to rollback uncommited operations in order to keep + * atomic operations sane. + * + * @uses mysqli->rollback(); + * @throws Exception + */ + public function _transaction_status_check() + { + if (!$this->_transaction_in_progress) { + return; + } + $this->rollback(); + } + + /** + * Query execution time tracking switch + * + * @param bool $enabled Enable execution time tracking + * @param string $stripPrefix Prefix to strip from the path in exec log + * + * @return MysqliDb + */ + public function setTrace($enabled, $stripPrefix = null) + { + $this->traceEnabled = $enabled; + $this->traceStripPrefix = $stripPrefix; + return $this; + } + + /** + * Get where and what function was called for query stored in MysqliDB->trace + * + * @return string with information + */ + private function _traceGetCaller() + { + $dd = debug_backtrace(); + $caller = next($dd); + while (isset($caller) && $caller["file"] == __FILE__) { + $caller = next($dd); + } + + return __CLASS__ . "->" . $caller["function"] . "() >> file \"" . + str_replace($this->traceStripPrefix, '', $caller["file"]) . "\" line #" . $caller["line"] . " "; + } + + /** + * Method to check if needed table is created + * + * @param array $tables Table name or an Array of table names to check + * + * @return bool True if table exists + * @throws Exception + */ + public function tableExists($tables) + { + $tables = !is_array($tables) ? Array($tables) : $tables; + $count = count($tables); + if ($count == 0) { + return false; + } + + foreach ($tables as $i => $value) + $tables[$i] = self::$prefix . $value; + $db = isset($this->connectionsSettings[$this->defConnectionName]) ? $this->connectionsSettings[$this->defConnectionName]['db'] : null; + $this->where('table_schema', $db); + $this->where('table_name', $tables, 'in'); + $this->get('information_schema.tables', $count); + return $this->count == $count; + } + + /** + * Return result as an associative array with $idField field value used as a record key + * + * Array Returns an array($k => $v) if get(.."param1, param2"), array ($k => array ($v, $v)) otherwise + * + * @param string $idField field name to use for a mapped element key + * + * @return MysqliDb + */ + public function map($idField) + { + $this->_mapKey = $idField; + return $this; + } + + /** + * Pagination wrapper to get() + * + * @access public + * + * @param string $table The name of the database table to work with + * @param int $page Page number + * @param array|string $fields Array or coma separated list of fields to fetch + * + * @return array + * @throws Exception + */ + public function paginate ($table, $page, $fields = null) { + $offset = $this->pageLimit * ($page - 1); + $res = $this->withTotalCount()->get ($table, Array ($offset, $this->pageLimit), $fields); + $this->totalPages = ceil($this->totalCount / $this->pageLimit); + return $res; + } + + /** + * This method allows you to specify multiple (method chaining optional) AND WHERE statements for the join table on part of the SQL query. + * + * @uses $dbWrapper->joinWhere('user u', 'u.id', 7)->where('user u', 'u.title', 'MyTitle'); + * + * @param string $whereJoin The name of the table followed by its prefix. + * @param string $whereProp The name of the database field. + * @param mixed $whereValue The value of the database field. + * + * @param string $operator + * @param string $cond + * + * @return $this + */ + public function joinWhere($whereJoin, $whereProp, $whereValue = 'DBNULL', $operator = '=', $cond = 'AND') + { + $this->_joinAnd[self::$prefix . $whereJoin][] = Array ($cond, $whereProp, $operator, $whereValue); + return $this; + } + + /** + * This method allows you to specify multiple (method chaining optional) OR WHERE statements for the join table on part of the SQL query. + * + * @uses $dbWrapper->joinWhere('user u', 'u.id', 7)->where('user u', 'u.title', 'MyTitle'); + * + * @param string $whereJoin The name of the table followed by its prefix. + * @param string $whereProp The name of the database field. + * @param mixed $whereValue The value of the database field. + * @param string $operator + * + * @return $this + */ + public function joinOrWhere($whereJoin, $whereProp, $whereValue = 'DBNULL', $operator = '=', $cond = 'AND') + { + return $this->joinWhere($whereJoin, $whereProp, $whereValue, $operator, 'OR'); + } + + /** + * Abstraction method that will build an JOIN part of the query + */ + protected function _buildJoin () { + if (empty ($this->_join)) + return; + + foreach ($this->_join as $data) { + list ($joinType, $joinTable, $joinCondition) = $data; + + if (is_object ($joinTable)) + $joinStr = $this->_buildPair ("", $joinTable); + else + $joinStr = $joinTable; + + $this->_query .= " " . $joinType. " JOIN " . $joinStr . + (false !== stripos($joinCondition, 'using') ? " " : " on ") + . $joinCondition; + + // Add join and query + if (!empty($this->_joinAnd) && isset($this->_joinAnd[$joinStr])) { + foreach($this->_joinAnd[$joinStr] as $join_and_cond) { + list ($concat, $varName, $operator, $val) = $join_and_cond; + $this->_query .= " " . $concat ." " . $varName; + $this->conditionToSql($operator, $val); + } + } + } + } + + /** + * Convert a condition and value into the sql string + * + * @param String $operator The where constraint operator + * @param String|array $val The where constraint value + */ + private function conditionToSql($operator, $val) { + switch (strtolower ($operator)) { + case 'not in': + case 'in': + $comparison = ' ' . $operator. ' ('; + if (is_object ($val)) { + $comparison .= $this->_buildPair ("", $val); + } else { + foreach ($val as $v) { + $comparison .= ' ?,'; + $this->_bindParam ($v); + } + } + $this->_query .= rtrim($comparison, ',').' ) '; + break; + case 'not between': + case 'between': + $this->_query .= " $operator ? AND ? "; + $this->_bindParams ($val); + break; + case 'not exists': + case 'exists': + $this->_query.= $operator . $this->_buildPair ("", $val); + break; + default: + if (is_array ($val)) + $this->_bindParams ($val); + else if ($val === null) + $this->_query .= $operator . " NULL"; + else if ($val != 'DBNULL' || $val == '0') + $this->_query .= $this->_buildPair ($operator, $val); + } + } +} + +// END class diff --git a/Flare/Flare_Libraries/dbObject.php b/Flare/Flare_Libraries/dbObject.php new file mode 100644 index 0000000..304630a --- /dev/null +++ b/Flare/Flare_Libraries/dbObject.php @@ -0,0 +1,807 @@ + + * @copyright Copyright (c) 2015-2017 + * @license http://opensource.org/licenses/gpl-3.0.html GNU Public License + * @link http://github.com/joshcam/PHP-MySQLi-Database-Class + * @version 2.9-master + * + * @method int count () + * @method dbObject ArrayBuilder() + * @method dbObject JsonBuilder() + * @method dbObject ObjectBuilder() + * @method mixed byId(string $id, mixed $fields) + * @method mixed get(mixed $limit, mixed $fields) + * @method mixed getOne(mixed $fields) + * @method mixed paginate(int $page, array $fields) + * @method dbObject query($query, $numRows = null) + * @method dbObject rawQuery($query, $bindParams = null) + * @method dbObject join(string $objectName, string $key, string $joinType, string $primaryKey) + * @method dbObject with(string $objectName) + * @method dbObject groupBy(string $groupByField) + * @method dbObject orderBy($orderByField, $orderbyDirection = "DESC", $customFieldsOrRegExp = null) + * @method dbObject where($whereProp, $whereValue = 'DBNULL', $operator = '=', $cond = 'AND') + * @method dbObject orWhere($whereProp, $whereValue = 'DBNULL', $operator = '=') + * @method dbObject having($havingProp, $havingValue = 'DBNULL', $operator = '=', $cond = 'AND') + * @method dbObject orHaving($havingProp, $havingValue = null, $operator = null) + * @method dbObject setQueryOption($options) + * @method dbObject setTrace($enabled, $stripPrefix = null) + * @method dbObject withTotalCount() + * @method dbObject startTransaction() + * @method dbObject commit() + * @method dbObject rollback() + * @method dbObject ping() + * @method string getLastError() + * @method string getLastQuery() + */ +class dbObject { + /** + * Working instance of MysqliDb created earlier + * + * @var MysqliDb + */ + private $db; + /** + * Models path + * + * @var modelPath + */ + protected static $modelPath; + /** + * An array that holds object data + * + * @var array + */ + public $data; + /** + * Flag to define is object is new or loaded from database + * + * @var boolean + */ + public $isNew = true; + /** + * Return type: 'Array' to return results as array, 'Object' as object + * 'Json' as json string + * + * @var string + */ + public $returnType = 'Object'; + /** + * An array that holds has* objects which should be loaded togeather with main + * object togeather with main object + * + * @var string + */ + private $_with = Array(); + /** + * Per page limit for pagination + * + * @var int + */ + public static $pageLimit = 20; + /** + * Variable that holds total pages count of last paginate() query + * + * @var int + */ + public static $totalPages = 0; + /** + * Variable which holds an amount of returned rows during paginate queries + * @var string + */ + public static $totalCount = 0; + /** + * An array that holds insert/update/select errors + * + * @var array + */ + public $errors = null; + /** + * Primary key for an object. 'id' is a default value. + * + * @var stating + */ + protected $primaryKey = 'id'; + /** + * Table name for an object. Class name will be used by default + * + * @var stating + */ + protected $dbTable; + + /** + * @var array name of the fields that will be skipped during validation, preparing & saving + */ + protected $toSkip = array(); + + /** + * @param array $data Data to preload on object creation + */ + public function __construct ($data = null) { + $this->db = MysqliDb::getInstance(); + if (empty ($this->dbTable)) + $this->dbTable = get_class ($this); + + if ($data) + $this->data = $data; + } + + /** + * Magic setter function + * + * @return mixed + */ + public function __set ($name, $value) { + if (property_exists ($this, 'hidden') && array_search ($name, $this->hidden) !== false) + return; + + $this->data[$name] = $value; + } + + /** + * Magic getter function + * + * @param $name Variable name + * + * @return mixed + */ + public function __get ($name) { + if (property_exists ($this, 'hidden') && array_search ($name, $this->hidden) !== false) + return null; + + if (isset ($this->data[$name]) && $this->data[$name] instanceof dbObject) + return $this->data[$name]; + + if (property_exists ($this, 'relations') && isset ($this->relations[$name])) { + $relationType = strtolower ($this->relations[$name][0]); + $modelName = $this->relations[$name][1]; + switch ($relationType) { + case 'hasone': + $key = isset ($this->relations[$name][2]) ? $this->relations[$name][2] : $name; + $obj = new $modelName; + $obj->returnType = $this->returnType; + return $this->data[$name] = $obj->byId($this->data[$key]); + break; + case 'hasmany': + $key = $this->relations[$name][2]; + $obj = new $modelName; + $obj->returnType = $this->returnType; + return $this->data[$name] = $obj->where($key, $this->data[$this->primaryKey])->get(); + break; + default: + break; + } + } + + if (isset ($this->data[$name])) + return $this->data[$name]; + + if (property_exists ($this->db, $name)) + return $this->db->$name; + } + + public function __isset ($name) { + if (isset ($this->data[$name])) + return isset ($this->data[$name]); + + if (property_exists ($this->db, $name)) + return isset ($this->db->$name); + } + + public function __unset ($name) { + unset ($this->data[$name]); + } + + /** + * Helper function to create dbObject with Json return type + * + * @return dbObject + */ + private function JsonBuilder () { + $this->returnType = 'Json'; + return $this; + } + + /** + * Helper function to create dbObject with Array return type + * + * @return dbObject + */ + private function ArrayBuilder () { + $this->returnType = 'Array'; + return $this; + } + + /** + * Helper function to create dbObject with Object return type. + * Added for consistency. Works same way as new $objname () + * + * @return dbObject + */ + private function ObjectBuilder () { + $this->returnType = 'Object'; + return $this; + } + + /** + * Helper function to create a virtual table class + * + * @param string tableName Table name + * @return dbObject + */ + public static function table ($tableName) { + $tableName = preg_replace ("/[^-a-z0-9_]+/i",'', $tableName); + if (!class_exists ($tableName)) + eval ("class $tableName extends dbObject {}"); + return new $tableName (); + } + /** + * @return mixed insert id or false in case of failure + */ + public function insert () { + if (!empty ($this->timestamps) && in_array ("createdAt", $this->timestamps)) + $this->createdAt = date("Y-m-d H:i:s"); + $sqlData = $this->prepareData (); + if (!$this->validate ($sqlData)) + return false; + + $id = $this->db->insert ($this->dbTable, $sqlData); + if (!empty ($this->primaryKey) && empty ($this->data[$this->primaryKey])) + $this->data[$this->primaryKey] = $id; + $this->isNew = false; + $this->toSkip = array(); + return $id; + } + + /** + * @param array $data Optional update data to apply to the object + */ + public function update ($data = null) { + if (empty ($this->dbFields)) + return false; + + if (empty ($this->data[$this->primaryKey])) + return false; + + if ($data) { + foreach ($data as $k => $v) { + if (in_array($k, $this->toSkip)) + continue; + + $this->$k = $v; + } + } + + if (!empty ($this->timestamps) && in_array ("updatedAt", $this->timestamps)) + $this->updatedAt = date("Y-m-d H:i:s"); + + $sqlData = $this->prepareData (); + if (!$this->validate ($sqlData)) + return false; + + $this->db->where ($this->primaryKey, $this->data[$this->primaryKey]); + $res = $this->db->update ($this->dbTable, $sqlData); + $this->toSkip = array(); + return $res; + } + + /** + * Save or Update object + * + * @return mixed insert id or false in case of failure + */ + public function save ($data = null) { + if ($this->isNew) + return $this->insert(); + return $this->update ($data); + } + + /** + * Delete method. Works only if object primaryKey is defined + * + * @return boolean Indicates success. 0 or 1. + */ + public function delete () { + if (empty ($this->data[$this->primaryKey])) + return false; + + $this->db->where ($this->primaryKey, $this->data[$this->primaryKey]); + $res = $this->db->delete ($this->dbTable); + $this->toSkip = array(); + return $res; + } + + /** + * chained method that append a field or fields to skipping + * @param mixed|array|false $field field name; array of names; empty skipping if false + * @return $this + */ + public function skip($field){ + if(is_array($field)) { + foreach ($field as $f) { + $this->toSkip[] = $f; + } + } else if($field === false) { + $this->toSkip = array(); + } else{ + $this->toSkip[] = $field; + } + return $this; + } + + /** + * Get object by primary key. + * + * @access public + * @param $id Primary Key + * @param array|string $fields Array or coma separated list of fields to fetch + * + * @return dbObject|array + */ + private function byId ($id, $fields = null) { + $this->db->where (MysqliDb::$prefix . $this->dbTable . '.' . $this->primaryKey, $id); + return $this->getOne ($fields); + } + + /** + * Convinient function to fetch one object. Mostly will be togeather with where() + * + * @access public + * @param array|string $fields Array or coma separated list of fields to fetch + * + * @return dbObject + */ + protected function getOne ($fields = null) { + $this->processHasOneWith (); + $results = $this->db->ArrayBuilder()->getOne ($this->dbTable, $fields); + if ($this->db->count == 0) + return null; + + $this->processArrays ($results); + $this->data = $results; + $this->processAllWith ($results); + if ($this->returnType == 'Json') + return json_encode ($results); + if ($this->returnType == 'Array') + return $results; + + $item = new static ($results); + $item->isNew = false; + + return $item; + } + + /** + * A convenient SELECT COLUMN function to get a single column value from model object + * + * @param string $column The desired column + * @param int $limit Limit of rows to select. Use null for unlimited..1 by default + * + * @return mixed Contains the value of a returned column / array of values + * @throws Exception + */ + protected function getValue ($column, $limit = 1) { + $res = $this->db->ArrayBuilder()->getValue ($this->dbTable, $column, $limit); + if (!$res) + return null; + return $res; + } + + /** + * A convenient function that returns TRUE if exists at least an element that + * satisfy the where condition specified calling the "where" method before this one. + * + * @return bool + * @throws Exception + */ + protected function has() { + return $this->db->has($this->dbTable); + } + + /** + * Fetch all objects + * + * @access public + * @param integer|array $limit Array to define SQL limit in format Array ($count, $offset) + * or only $count + * @param array|string $fields Array or coma separated list of fields to fetch + * + * @return array Array of dbObjects + */ + protected function get ($limit = null, $fields = null) { + $objects = Array (); + $this->processHasOneWith (); + $results = $this->db->ArrayBuilder()->get ($this->dbTable, $limit, $fields); + if ($this->db->count == 0) + return null; + + foreach ($results as $k => &$r) { + $this->processArrays ($r); + $this->data = $r; + $this->processAllWith ($r, false); + if ($this->returnType == 'Object') { + $item = new static ($r); + $item->isNew = false; + $objects[$k] = $item; + } + } + $this->_with = Array(); + if ($this->returnType == 'Object') + return $objects; + + if ($this->returnType == 'Json') + return json_encode ($results); + + return $results; + } + + /** + * Function to set witch hasOne or hasMany objects should be loaded togeather with a main object + * + * @access public + * @param string $objectName Object Name + * + * @return dbObject + */ + private function with ($objectName) { + if (!property_exists ($this, 'relations') || !isset ($this->relations[$objectName])) + die ("No relation with name $objectName found"); + + $this->_with[$objectName] = $this->relations[$objectName]; + + return $this; + } + + /** + * Function to join object with another object. + * + * @access public + * @param string $objectName Object Name + * @param string $key Key for a join from primary object + * @param string $joinType SQL join type: LEFT, RIGHT, INNER, OUTER + * @param string $primaryKey SQL join On Second primaryKey + * + * @return dbObject + */ + private function join ($objectName, $key = null, $joinType = 'LEFT', $primaryKey = null) { + $joinObj = new $objectName; + if (!$key) + $key = $objectName . "id"; + + if (!$primaryKey) + $primaryKey = MysqliDb::$prefix . $joinObj->dbTable . "." . $joinObj->primaryKey; + + if (!strchr ($key, '.')) + $joinStr = MysqliDb::$prefix . $this->dbTable . ".{$key} = " . $primaryKey; + else + $joinStr = MysqliDb::$prefix . "{$key} = " . $primaryKey; + + $this->db->join ($joinObj->dbTable, $joinStr, $joinType); + return $this; + } + + /** + * Function to get a total records count + * + * @return int + */ + protected function count () { + $res = $this->db->ArrayBuilder()->getValue ($this->dbTable, "count(*)"); + if (!$res) + return 0; + return $res; + } + + /** + * Pagination wraper to get() + * + * @access public + * @param int $page Page number + * @param array|string $fields Array or coma separated list of fields to fetch + * @return array + */ + private function paginate ($page, $fields = null) { + $this->db->pageLimit = self::$pageLimit; + $objects = Array (); + $this->processHasOneWith (); + $res = $this->db->paginate ($this->dbTable, $page, $fields); + self::$totalPages = $this->db->totalPages; + self::$totalCount = $this->db->totalCount; + if ($this->db->count == 0) return null; + + foreach ($res as $k => &$r) { + $this->processArrays ($r); + $this->data = $r; + $this->processAllWith ($r, false); + if ($this->returnType == 'Object') { + $item = new static ($r); + $item->isNew = false; + $objects[$k] = $item; + } + } + $this->_with = Array(); + if ($this->returnType == 'Object') + return $objects; + + if ($this->returnType == 'Json') + return json_encode ($res); + + return $res; + } + + /** + * Catches calls to undefined methods. + * + * Provides magic access to private functions of the class and native public mysqlidb functions + * + * @param string $method + * @param mixed $arg + * + * @return mixed + */ + public function __call ($method, $arg) { + if (method_exists ($this, $method)) + return call_user_func_array (array ($this, $method), $arg); + + call_user_func_array (array ($this->db, $method), $arg); + return $this; + } + + /** + * Catches calls to undefined static methods. + * + * Transparently creating dbObject class to provide smooth API like name::get() name::orderBy()->get() + * + * @param string $method + * @param mixed $arg + * + * @return mixed + */ + public static function __callStatic ($method, $arg) { + $obj = new static; + $result = call_user_func_array (array ($obj, $method), $arg); + if (method_exists ($obj, $method)) + return $result; + return $obj; + } + + /** + * Converts object data to an associative array. + * + * @return array Converted data + */ + public function toArray () { + $data = $this->data; + $this->processAllWith ($data); + foreach ($data as &$d) { + if ($d instanceof dbObject) + $d = $d->data; + } + return $data; + } + + /** + * Converts object data to a JSON string. + * + * @return string Converted data + */ + public function toJson () { + return json_encode ($this->toArray()); + } + + /** + * Converts object data to a JSON string. + * + * @return string Converted data + */ + public function __toString () { + return $this->toJson (); + } + + /** + * Function queries hasMany relations if needed and also converts hasOne object names + * + * @param array $data + */ + private function processAllWith (&$data, $shouldReset = true) { + if (count ($this->_with) == 0) + return; + + foreach ($this->_with as $name => $opts) { + $relationType = strtolower ($opts[0]); + $modelName = $opts[1]; + if ($relationType == 'hasone') { + $obj = new $modelName; + $table = $obj->dbTable; + $primaryKey = $obj->primaryKey; + + if (!isset ($data[$table])) { + $data[$name] = $this->$name; + continue; + } + if ($data[$table][$primaryKey] === null) { + $data[$name] = null; + } else { + if ($this->returnType == 'Object') { + $item = new $modelName ($data[$table]); + $item->returnType = $this->returnType; + $item->isNew = false; + $data[$name] = $item; + } else { + $data[$name] = $data[$table]; + } + } + unset ($data[$table]); + } + else + $data[$name] = $this->$name; + } + if ($shouldReset) + $this->_with = Array(); + } + + /* + * Function building hasOne joins for get/getOne method + */ + private function processHasOneWith () { + if (count ($this->_with) == 0) + return; + foreach ($this->_with as $name => $opts) { + $relationType = strtolower ($opts[0]); + $modelName = $opts[1]; + $key = null; + if (isset ($opts[2])) + $key = $opts[2]; + if ($relationType == 'hasone') { + $this->db->setQueryOption ("MYSQLI_NESTJOIN"); + $this->join ($modelName, $key); + } + } + } + + /** + * @param array $data + */ + private function processArrays (&$data) { + if (isset ($this->jsonFields) && is_array ($this->jsonFields)) { + foreach ($this->jsonFields as $key) + $data[$key] = json_decode ($data[$key]); + } + + if (isset ($this->arrayFields) && is_array($this->arrayFields)) { + foreach ($this->arrayFields as $key) + $data[$key] = explode ("|", $data[$key]); + } + } + + /** + * @param array $data + */ + private function validate ($data) { + if (!$this->dbFields) + return true; + + foreach ($this->dbFields as $key => $desc) { + if(in_array($key, $this->toSkip)) + continue; + + $type = null; + $required = false; + if (isset ($data[$key])) + $value = $data[$key]; + else + $value = null; + + if (is_array ($value)) + continue; + + if (isset ($desc[0])) + $type = $desc[0]; + if (isset ($desc[1]) && ($desc[1] == 'required')) + $required = true; + + if ($required && strlen ($value) == 0) { + $this->errors[] = Array ($this->dbTable . "." . $key => "is required"); + continue; + } + if ($value == null) + continue; + + switch ($type) { + case "text": + $regexp = null; + break; + case "int": + $regexp = "/^[0-9]*$/"; + break; + case "double": + $regexp = "/^[0-9\.]*$/"; + break; + case "bool": + $regexp = '/^(yes|no|0|1|true|false)$/i'; + break; + case "datetime": + $regexp = "/^[0-9a-zA-Z -:]*$/"; + break; + default: + $regexp = $type; + break; + } + if (!$regexp) + continue; + + if (!preg_match ($regexp, $value)) { + $this->errors[] = Array ($this->dbTable . "." . $key => "$type validation failed"); + continue; + } + } + return !count ($this->errors) > 0; + } + + private function prepareData () { + $this->errors = Array (); + $sqlData = Array(); + if (count ($this->data) == 0) + return Array(); + + if (method_exists ($this, "preLoad")) + $this->preLoad ($this->data); + + if (!$this->dbFields) + return $this->data; + + foreach ($this->data as $key => &$value) { + if(in_array($key, $this->toSkip)) + continue; + + if ($value instanceof dbObject && $value->isNew == true) { + $id = $value->save(); + if ($id) + $value = $id; + else + $this->errors = array_merge ($this->errors, $value->errors); + } + + if (!in_array ($key, array_keys ($this->dbFields))) + continue; + + if (!is_array($value) && !is_object($value)) { + $sqlData[$key] = $value; + continue; + } + + if (isset ($this->jsonFields) && in_array ($key, $this->jsonFields)) + $sqlData[$key] = json_encode($value); + else if (isset ($this->arrayFields) && in_array ($key, $this->arrayFields)) + $sqlData[$key] = implode ("|", $value); + else + $sqlData[$key] = $value; + } + return $sqlData; + } + + private static function dbObjectAutoload ($classname) { + $filename = static::$modelPath . $classname .".php"; + if (file_exists ($filename)) + include ($filename); + } + + /* + * Enable models autoload from a specified path + * + * Calling autoload() without path will set path to dbObjectPath/models/ directory + * + * @param string $path + */ + public static function autoload ($path = null) { + if ($path) + static::$modelPath = $path . "/"; + else + static::$modelPath = __DIR__ . "/models/"; + spl_autoload_register ("dbObject::dbObjectAutoload"); + } +} diff --git a/Flare/Flare_Libraries/jdf.php b/Flare/Flare_Libraries/jdf.php new file mode 100644 index 0000000..f581f3a --- /dev/null +++ b/Flare/Flare_Libraries/jdf.php @@ -0,0 +1,656 @@ +[ 1399/11/28 = 1442/07/04 = 2021/02/16 ] + */ + +/* F */ +function jdate($format, $timestamp = '', $none = '', $time_zone = 'Asia/Tehran', $tr_num = 'fa') { + + $T_sec = 0;/* <= رÙع خطاي زمان سرور ØŒ با اعداد '+' Ùˆ '-' بر حسب ثانيه */ + + if ($time_zone != 'local') date_default_timezone_set(($time_zone === '') ? 'Asia/Tehran' : $time_zone); + $ts = $T_sec + (($timestamp === '') ? time() : $this->tr_num($timestamp)); + $date = explode('_', date('H_i_j_n_O_P_s_w_Y', $ts)); + list($j_y, $j_m, $j_d) = $this->gregorian_to_jalali($date[8], $date[3], $date[2]); + $doy = ($j_m < 7) ? (($j_m - 1) * 31) + $j_d - 1 : (($j_m - 7) * 30) + $j_d + 185; + $kab = (((($j_y + 12) % 33) % 4) == 1) ? 1 : 0; + $sl = strlen($format); + $out = ''; + for ($i = 0; $i < $sl; $i++) { + $sub = substr($format, $i, 1); + if ($sub == '\\') { + $out .= substr($format, ++$i, 1); + continue; + } + switch ($sub) { + + case 'E': + case 'R': + case 'x': + case 'X': + $out .= 'http://jdf.scr.ir'; + break; + + case 'B': + case 'e': + case 'g': + case 'G': + case 'h': + case 'I': + case 'T': + case 'u': + case 'Z': + $out .= date($sub, $ts); + break; + + case 'a': + $out .= ($date[0] < 12) ? 'Ù‚.ظ' : 'ب.ظ'; + break; + + case 'A': + $out .= ($date[0] < 12) ? 'قبل از ظهر' : 'بعد از ظهر'; + break; + + case 'b': + $out .= (int) ($j_m / 3.1) + 1; + break; + + case 'c': + $out .= $j_y . '/' . $j_m . '/' . $j_d . ' ØŒ' . $date[0] . ':' . $date[1] . ':' . $date[6] . ' ' . $date[5]; + break; + + case 'C': + $out .= (int) (($j_y + 99) / 100); + break; + + case 'd': + $out .= ($j_d < 10) ? '0' . $j_d : $j_d; + break; + + case 'D': + $out .= $this->jdate_words(array('kh' => $date[7]), ' '); + break; + + case 'f': + $out .= $this->jdate_words(array('ff' => $j_m), ' '); + break; + + case 'F': + $out .= $this->jdate_words(array('mm' => $j_m), ' '); + break; + + case 'H': + $out .= $date[0]; + break; + + case 'i': + $out .= $date[1]; + break; + + case 'j': + $out .= $j_d; + break; + + case 'J': + $out .= $this->jdate_words(array('rr' => $j_d), ' '); + break; + + case 'k'; + $out .= $this->tr_num(100 - (int) ($doy / ($kab + 365.24) * 1000) / 10, $tr_num); + break; + + case 'K': + $out .= $this->tr_num((int) ($doy / ($kab + 365.24) * 1000) / 10, $tr_num); + break; + + case 'l': + $out .= $this->jdate_words(array('rh' => $date[7]), ' '); + break; + + case 'L': + $out .= $kab; + break; + + case 'm': + $out .= ($j_m > 9) ? $j_m : '0' . $j_m; + break; + + case 'M': + $out .= $this->jdate_words(array('km' => $j_m), ' '); + break; + + case 'n': + $out .= $j_m; + break; + + case 'N': + $out .= $date[7] + 1; + break; + + case 'o': + $jdw = ($date[7] == 6) ? 0 : $date[7] + 1; + $dny = 364 + $kab - $doy; + $out .= ($jdw > ($doy + 3) and $doy < 3) ? $j_y - 1 : (((3 - $dny) > $jdw and $dny < 3) ? $j_y + 1 : $j_y); + break; + + case 'O': + $out .= $date[4]; + break; + + case 'p': + $out .= $this->jdate_words(array('mb' => $j_m), ' '); + break; + + case 'P': + $out .= $date[5]; + break; + + case 'q': + $out .= $this->jdate_words(array('sh' => $j_y), ' '); + break; + + case 'Q': + $out .= $kab + 364 - $doy; + break; + + case 'r': + $key = $this->jdate_words(array('rh' => $date[7], 'mm' => $j_m)); + $out .= $date[0] . ':' . $date[1] . ':' . $date[6] . ' ' . $date[4] . ' ' . $key['rh'] . 'ØŒ ' . $j_d . ' ' . $key['mm'] . ' ' . $j_y; + break; + + case 's': + $out .= $date[6]; + break; + + case 'S': + $out .= 'ام'; + break; + + case 't': + $out .= ($j_m != 12) ? (31 - (int) ($j_m / 6.5)) : ($kab + 29); + break; + + case 'U': + $out .= $ts; + break; + + case 'v': + $out .= $this->jdate_words(array('ss' => ($j_y % 100)), ' '); + break; + + case 'V': + $out .= $this->jdate_words(array('ss' => $j_y), ' '); + break; + + case 'w': + $out .= ($date[7] == 6) ? 0 : $date[7] + 1; + break; + + case 'W': + $avs = (($date[7] == 6) ? 0 : $date[7] + 1) - ($doy % 7); + if ($avs < 0) $avs += 7; + $num = (int) (($doy + $avs) / 7); + if ($avs < 4) { + $num++; + } elseif ($num < 1) { + $num = ($avs == 4 or $avs == ((((($j_y % 33) % 4) - 2) == ((int) (($j_y % 33) * 0.05))) ? 5 : 4)) ? 53 : 52; + } + $aks = $avs + $kab; + if ($aks == 7) $aks = 0; + $out .= (($kab + 363 - $doy) < $aks and $aks < 3) ? '01' : (($num < 10) ? '0' . $num : $num); + break; + + case 'y': + $out .= substr($j_y, 2, 2); + break; + + case 'Y': + $out .= $j_y; + break; + + case 'z': + $out .= $doy; + break; + + default: + $out .= $sub; + } + } + return ($tr_num != 'en') ? $this->tr_num($out, 'fa', '.') : $out; +} + +/* F */ +function jstrftime($format, $timestamp = '', $none = '', $time_zone = 'Asia/Tehran', $tr_num = 'fa') { + + $T_sec = 0;/* <= رÙع خطاي زمان سرور ØŒ با اعداد '+' Ùˆ '-' بر حسب ثانيه */ + + if ($time_zone != 'local') date_default_timezone_set(($time_zone === '') ? 'Asia/Tehran' : $time_zone); + $ts = $T_sec + (($timestamp === '') ? time() : $this->tr_num($timestamp)); + $date = explode('_', date('h_H_i_j_n_s_w_Y', $ts)); + list($j_y, $j_m, $j_d) = $this->gregorian_to_jalali($date[7], $date[4], $date[3]); + $doy = ($j_m < 7) ? (($j_m - 1) * 31) + $j_d - 1 : (($j_m - 7) * 30) + $j_d + 185; + $kab = (((($j_y + 12) % 33) % 4) == 1) ? 1 : 0; + $sl = strlen($format); + $out = ''; + for ($i = 0; $i < $sl; $i++) { + $sub = substr($format, $i, 1); + if ($sub == '%') { + $sub = substr($format, ++$i, 1); + } else { + $out .= $sub; + continue; + } + switch ($sub) { + + /* Day */ + case 'a': + $out .= $this->jdate_words(array('kh' => $date[6]), ' '); + break; + + case 'A': + $out .= $this->jdate_words(array('rh' => $date[6]), ' '); + break; + + case 'd': + $out .= ($j_d < 10) ? '0' . $j_d : $j_d; + break; + + case 'e': + $out .= ($j_d < 10) ? ' ' . $j_d : $j_d; + break; + + case 'j': + $out .= str_pad($doy + 1, 3, 0, STR_PAD_LEFT); + break; + + case 'u': + $out .= $date[6] + 1; + break; + + case 'w': + $out .= ($date[6] == 6) ? 0 : $date[6] + 1; + break; + + /* Week */ + case 'U': + $avs = (($date[6] < 5) ? $date[6] + 2 : $date[6] - 5) - ($doy % 7); + if ($avs < 0) $avs += 7; + $num = (int) (($doy + $avs) / 7) + 1; + if ($avs > 3 or $avs == 1) $num--; + $out .= ($num < 10) ? '0' . $num : $num; + break; + + case 'V': + $avs = (($date[6] == 6) ? 0 : $date[6] + 1) - ($doy % 7); + if ($avs < 0) $avs += 7; + $num = (int) (($doy + $avs) / 7); + if ($avs < 4) { + $num++; + } elseif ($num < 1) { + $num = ($avs == 4 or $avs == ((((($j_y % 33) % 4) - 2) == ((int) (($j_y % 33) * 0.05))) ? 5 : 4)) ? 53 : 52; + } + $aks = $avs + $kab; + if ($aks == 7) $aks = 0; + $out .= (($kab + 363 - $doy) < $aks and $aks < 3) ? '01' : (($num < 10) ? '0' . $num : $num); + break; + + case 'W': + $avs = (($date[6] == 6) ? 0 : $date[6] + 1) - ($doy % 7); + if ($avs < 0) $avs += 7; + $num = (int) (($doy + $avs) / 7) + 1; + if ($avs > 3) $num--; + $out .= ($num < 10) ? '0' . $num : $num; + break; + + /* Month */ + case 'b': + case 'h': + $out .= $this->jdate_words(array('km' => $j_m), ' '); + break; + + case 'B': + $out .= $this->jdate_words(array('mm' => $j_m), ' '); + break; + + case 'm': + $out .= ($j_m > 9) ? $j_m : '0' . $j_m; + break; + + /* Year */ + case 'C': + $tmp = (int) ($j_y / 100); + $out .= ($tmp > 9) ? $tmp : '0' . $tmp; + break; + + case 'g': + $jdw = ($date[6] == 6) ? 0 : $date[6] + 1; + $dny = 364 + $kab - $doy; + $out .= substr(($jdw > ($doy + 3) and $doy < 3) ? $j_y - 1 : (((3 - $dny) > $jdw and $dny < 3) ? $j_y + 1 : $j_y), 2, 2); + break; + + case 'G': + $jdw = ($date[6] == 6) ? 0 : $date[6] + 1; + $dny = 364 + $kab - $doy; + $out .= ($jdw > ($doy + 3) and $doy < 3) ? $j_y - 1 : (((3 - $dny) > $jdw and $dny < 3) ? $j_y + 1 : $j_y); + break; + + case 'y': + $out .= substr($j_y, 2, 2); + break; + + case 'Y': + $out .= $j_y; + break; + + /* Time */ + case 'H': + $out .= $date[1]; + break; + + case 'I': + $out .= $date[0]; + break; + + case 'l': + $out .= ($date[0] > 9) ? $date[0] : ' ' . (int) $date[0]; + break; + + case 'M': + $out .= $date[2]; + break; + + case 'p': + $out .= ($date[1] < 12) ? 'قبل از ظهر' : 'بعد از ظهر'; + break; + + case 'P': + $out .= ($date[1] < 12) ? 'Ù‚.ظ' : 'ب.ظ'; + break; + + case 'r': + $out .= $date[0] . ':' . $date[2] . ':' . $date[5] . ' ' . (($date[1] < 12) ? 'قبل از ظهر' : 'بعد از ظهر'); + break; + + case 'R': + $out .= $date[1] . ':' . $date[2]; + break; + + case 'S': + $out .= $date[5]; + break; + + case 'T': + $out .= $date[1] . ':' . $date[2] . ':' . $date[5]; + break; + + case 'X': + $out .= $date[0] . ':' . $date[2] . ':' . $date[5]; + break; + + case 'z': + $out .= date('O', $ts); + break; + + case 'Z': + $out .= date('T', $ts); + break; + + /* Time and Date Stamps */ + case 'c': + $key = $this->jdate_words(array('rh' => $date[6], 'mm' => $j_m)); + $out .= $date[1] . ':' . $date[2] . ':' . $date[5] . ' ' . date('P', $ts) . ' ' . $key['rh'] . 'ØŒ ' . $j_d . ' ' . $key['mm'] . ' ' . $j_y; + break; + + case 'D': + $out .= substr($j_y, 2, 2) . '/' . (($j_m > 9) ? $j_m : '0' . $j_m) . '/' . (($j_d < 10) ? '0' . $j_d : $j_d); + break; + + case 'F': + $out .= $j_y . '-' . (($j_m > 9) ? $j_m : '0' . $j_m) . '-' . (($j_d < 10) ? '0' . $j_d : $j_d); + break; + + case 's': + $out .= $ts; + break; + + case 'x': + $out .= substr($j_y, 2, 2) . '/' . (($j_m > 9) ? $j_m : '0' . $j_m) . '/' . (($j_d < 10) ? '0' . $j_d : $j_d); + break; + + /* Miscellaneous */ + case 'n': + $out .= "\n"; + break; + + case 't': + $out .= "\t"; + break; + + case '%': + $out .= '%'; + break; + + default: + $out .= $sub; + } + } + return ($tr_num != 'en') ? $this->tr_num($out, 'fa', '.') : $out; +} + +/* F */ +function jmktime($h = '', $m = '', $s = '', $jm = '', $jd = '', $jy = '', $none = '', $timezone = 'Asia/Tehran') { + if ($timezone != 'local') date_default_timezone_set($timezone); + if ($h === '') { + return time(); + } else { + list($h, $m, $s, $jm, $jd, $jy) = explode('_', $this->tr_num($h . '_' . $m . '_' . $s . '_' . $jm . '_' . $jd . '_' . $jy)); + if ($m === '') { + return mktime($h); + } else { + if ($s === '') { + return mktime($h, $m); + } else { + if ($jm === '') { + return mktime($h, $m, $s); + } else { + $jdate = explode('_', jdate('Y_j', '', '', $timezone, 'en')); + if ($jd === '') { + list($gy, $gm, $gd) = jalali_to_gregorian($jdate[0], $jm, $jdate[1]); + return mktime($h, $m, $s, $gm); + } else { + if ($jy === '') { + list($gy, $gm, $gd) = jalali_to_gregorian($jdate[0], $jm, $jd); + return mktime($h, $m, $s, $gm, $gd); + } else { + list($gy, $gm, $gd) = jalali_to_gregorian($jy, $jm, $jd); + return mktime($h, $m, $s, $gm, $gd, $gy); + } + } + } + } + } + } +} + +/* F */ +function jgetdate($timestamp = '', $none = '', $timezone = 'Asia/Tehran', $tn = 'en') { + $ts = ($timestamp === '') ? time() : $this->tr_num($timestamp); + $jdate = explode('_', jdate('F_G_i_j_l_n_s_w_Y_z', $ts, '', $timezone, $tn)); + return array( + 'seconds' => $this->tr_num((int) $this->tr_num($jdate[6]), $tn), + 'minutes' => $this->tr_num((int) $this->tr_num($jdate[2]), $tn), + 'hours' => $jdate[1], + 'mday' => $jdate[3], + 'wday' => $jdate[7], + 'mon' => $jdate[5], + 'year' => $jdate[8], + 'yday' => $jdate[9], + 'weekday' => $jdate[4], + 'month' => $jdate[0], + 0 => $this->tr_num($ts, $tn) + ); +} + +/* F */ +function jcheckdate($jm, $jd, $jy) { + list($jm, $jd, $jy) = explode('_', $this->tr_num($jm . '_' . $jd . '_' . $jy)); + $l_d = ($jm == 12 and ((($jy + 12) % 33) % 4) != 1) ? 29 : (31 - (int) ($jm / 6.5)); + return ($jm > 12 or $jd > $l_d or $jm < 1 or $jd < 1 or $jy < 1) ? false : true; +} + +/* F */ +public function tr_num($str, $mod = 'en', $mf = 'Ù«') { + $num_a = array('0', '1', '2', '3', '4', '5', '6', '7', '8', '9', '.'); + $key_a = array('Û°', 'Û±', 'Û²', 'Û³', 'Û´', 'Ûµ', 'Û¶', 'Û·', 'Û¸', 'Û¹', $mf); + return ($mod == 'fa') ? str_replace($num_a, $key_a, $str) : str_replace($key_a, $num_a, $str); +} + +/* F */ +function jdate_words($array, $mod = '') { + foreach ($array as $type => $num) { + $num = (int) $this->tr_num($num); + switch ($type) { + + case 'ss': + $sl = strlen($num); + $xy3 = substr($num, 2 - $sl, 1); + $h3 = $h34 = $h4 = ''; + if ($xy3 == 1) { + $p34 = ''; + $k34 = array('ده', 'یازده', 'دوازده', 'سیزده', 'چهارده', 'پانزده', 'شانزده', 'Ù‡Ùده', 'هجده', 'نوزده'); + $h34 = $k34[substr($num, 2 - $sl, 2) - 10]; + } else { + $xy4 = substr($num, 3 - $sl, 1); + $p34 = ($xy3 == 0 or $xy4 == 0) ? '' : ' Ùˆ '; + $k3 = array('', '', 'بیست', 'سی', 'چهل', 'پنجاه', 'شصت', 'Ù‡Ùتاد', 'هشتاد', 'نود'); + $h3 = $k3[$xy3]; + $k4 = array('', 'یک', 'دو', 'سه', 'چهار', 'پنج', 'شش', 'Ù‡Ùت', 'هشت', 'نه'); + $h4 = $k4[$xy4]; + } + $array[$type] = (($num > 99) ? str_replace( + array('12', '13', '14', '19', '20'), + array('هزار Ùˆ دویست', 'هزار Ùˆ سیصد', 'هزار Ùˆ چهارصد', 'هزار Ùˆ نهصد', 'دوهزار'), + substr($num, 0, 2) + ) . ((substr($num, 2, 2) == '00') ? '' : ' Ùˆ ') : '') . $h3 . $p34 . $h34 . $h4; + break; + + case 'mm': + $key = array('Ùروردین', 'اردیبهشت', 'خرداد', 'تیر', 'مرداد', 'شهریور', 'مهر', 'آبان', 'آذر', 'دی', 'بهمن', 'اسÙند'); + $array[$type] = $key[$num - 1]; + break; + + case 'rr': + $key = array( + 'یک', 'دو', 'سه', 'چهار', 'پنج', 'شش', 'Ù‡Ùت', 'هشت', 'نه', 'ده', 'یازده', 'دوازده', 'سیزده', 'چهارده', 'پانزده', 'شانزده', 'Ù‡Ùده', 'هجده', 'نوزده', 'بیست', 'بیست Ùˆ یک', 'بیست Ùˆ دو', 'بیست Ùˆ سه', 'بیست Ùˆ چهار', 'بیست Ùˆ پنج', 'بیست Ùˆ شش', 'بیست Ùˆ Ù‡Ùت', 'بیست Ùˆ هشت', 'بیست Ùˆ نه', 'سی', 'سی Ùˆ یک' + ); + $array[$type] = $key[$num - 1]; + break; + + case 'rh': + $key = array('یکشنبه', 'دوشنبه', 'سه شنبه', 'چهارشنبه', 'پنجشنبه', 'جمعه', 'شنبه'); + $array[$type] = $key[$num]; + break; + + case 'sh': + $key = array('مار', 'اسب', 'گوسÙند', 'میمون', 'مرغ', 'سگ', 'خوک', 'موش', 'گاو', 'پلنگ', 'خرگوش', 'نهنگ'); + $array[$type] = $key[$num % 12]; + break; + + case 'mb': + $key = array('حمل', 'ثور', 'جوزا', 'سرطان', 'اسد', 'سنبله', 'میزان', 'عقرب', 'قوس', 'جدی', 'دلو', 'حوت'); + $array[$type] = $key[$num - 1]; + break; + + case 'ff': + $key = array('بهار', 'تابستان', 'پاییز', 'زمستان'); + $array[$type] = $key[(int) ($num / 3.1)]; + break; + + case 'km': + $key = array('Ùر', 'ار', 'خر', 'تیâ€', 'مر', 'شهâ€', 'مهâ€', 'آبâ€', 'آذ', 'دی', 'بهâ€', 'اسâ€'); + $array[$type] = $key[$num - 1]; + break; + + case 'kh': + $key = array('ÛŒ', 'د', 'س', 'Ú†', 'Ù¾', 'ج', 'Ø´'); + $array[$type] = $key[$num]; + break; + + default: + $array[$type] = $num; + } + } + return ($mod === '') ? $array : implode($mod, $array); +} + + +/** Gregorian & Jalali (Hijri_Shamsi,Solar) Date Converter Functions +Author: JDF.SCR.IR =>> Download Full Version : http://jdf.scr.ir/jdf +License: GNU/LGPL _ Open Source & Free :: Version: 2.80 : [2020=1399] +--------------------------------------------------------------------- +355746=361590-5844 & 361590=(30*33*365)+(30*8) & 5844=(16*365)+(16/4) +355666=355746-79-1 & 355668=355746-79+1 & 1595=605+990 & 605=621-16 +990=30*33 & 12053=(365*33)+(32/4) & 36524=(365*100)+(100/4)-(100/100) +1461=(365*4)+(4/4) & 146097=(365*400)+(400/4)-(400/100)+(400/400) */ + +/* F */ +function gregorian_to_jalali($gy, $gm, $gd, $mod = '') { + list($gy, $gm, $gd) = explode('_', $this->tr_num($gy . '_' . $gm . '_' . $gd));/* <= Extra :اين سطر ØŒ جزء تابع اصلي نيست */ + $g_d_m = array(0, 31, 59, 90, 120, 151, 181, 212, 243, 273, 304, 334); + $gy2 = ($gm > 2) ? ($gy + 1) : $gy; + $days = 355666 + (365 * $gy) + ((int) (($gy2 + 3) / 4)) - ((int) (($gy2 + 99) / 100)) + ((int) (($gy2 + 399) / 400)) + $gd + $g_d_m[$gm - 1]; + $jy = -1595 + (33 * ((int) ($days / 12053))); + $days %= 12053; + $jy += 4 * ((int) ($days / 1461)); + $days %= 1461; + if ($days > 365) { + $jy += (int) (($days - 1) / 365); + $days = ($days - 1) % 365; + } + if ($days < 186) { + $jm = 1 + (int) ($days / 31); + $jd = 1 + ($days % 31); + } else { + $jm = 7 + (int) (($days - 186) / 30); + $jd = 1 + (($days - 186) % 30); + } + return ($mod == '') ? array($jy, $jm, $jd) : $jy . $mod . $jm . $mod . $jd; +} + +/* F */ +function jalali_to_gregorian($jy, $jm, $jd, $mod = '') { + list($jy, $jm, $jd) = explode('_', $this->tr_num($jy . '_' . $jm . '_' . $jd));/* <= Extra :اين سطر ØŒ جزء تابع اصلي نيست */ + $jy += 1595; + $days = -355668 + (365 * $jy) + (((int) ($jy / 33)) * 8) + ((int) ((($jy % 33) + 3) / 4)) + $jd + (($jm < 7) ? ($jm - 1) * 31 : (($jm - 7) * 30) + 186); + $gy = 400 * ((int) ($days / 146097)); + $days %= 146097; + if ($days > 36524) { + $gy += 100 * ((int) (--$days / 36524)); + $days %= 36524; + if ($days >= 365) $days++; + } + $gy += 4 * ((int) ($days / 1461)); + $days %= 1461; + if ($days > 365) { + $gy += (int) (($days - 1) / 365); + $days = ($days - 1) % 365; + } + $gd = $days + 1; + $sal_a = array(0, 31, (($gy % 4 == 0 and $gy % 100 != 0) or ($gy % 400 == 0)) ? 29 : 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31); + for ($gm = 0; $gm < 13 and $gd > $sal_a[$gm]; $gm++) $gd -= $sal_a[$gm]; + return ($mod == '') ? array($gy, $gm, $gd) : $gy . $mod . $gm . $mod . $gd; +} +public function jtg($tarikh ,$separator='/' ){ + + $tarikh = explode($separator,$tarikh) ; + $jdate= $this->gregorian_to_jalali(trim($tarikh['0']),trim($tarikh['1']),trim($tarikh['2']),'/') ; + return $jdate; +} +} \ No newline at end of file diff --git a/Flare/Global_Functions/Flare.php b/Flare/Global_Functions/Flare.php new file mode 100644 index 0000000..525b7a1 --- /dev/null +++ b/Flare/Global_Functions/Flare.php @@ -0,0 +1,83 @@ + + .php-debug { + position: fixed; + overflow: auto; + z-index: 99999; + left: 0; + bottom: 0; + width: 100%; + max-height: 80%; + padding: 1em 2em; + background: #292929; + color: #fff; + opacity: 0.92; + } + .php-debug::before { + content: "[DEBUG]"; + position: fixed; + bottom: 0; + right: 0; + color: #00f2ff; + padding: 1em 2em; + } + '; + if (isset($ret)){ + echo '' . '
'.$ret . '
'; + echo ' +'; + + } + +} + diff --git a/Flare/Libraries/Captcha.php b/Flare/Libraries/Captcha.php new file mode 100644 index 0000000..1411e24 --- /dev/null +++ b/Flare/Libraries/Captcha.php @@ -0,0 +1,95 @@ +"; + } + } + + // (C) VERIFY CAPTCHA + function verify ($check) { + // (C1) CAPTCHA NOT SET! +// if (!isset($_SESSION['captcha'])) { throw new Exception("CAPTCHA NOT PRIMED"); } + if (!isset($_SESSION['captcha'])) { + $khata="CAPTCHA NOT PRIMED"; + } + + // (C2) CHECK + if(isset($_SESSION['captcha'])){ + $_SESSION['captcha']= strtolower( $_SESSION['captcha'] ) ; + $check= strtolower( $check ) ; + if ($check == $_SESSION['captcha']) { + unset($_SESSION['captcha']); + return true; + } else { + return false; + } + } + + } +} + +// (D) CREATE CAPTCHA OBJECT + // Remove if session already started \ No newline at end of file diff --git a/Flare/Libraries/Email.php b/Flare/Libraries/Email.php new file mode 100644 index 0000000..25abfd1 --- /dev/null +++ b/Flare/Libraries/Email.php @@ -0,0 +1,49 @@ +SMTPDebug = SMTP::DEBUG_SERVER; //Enable verbose debug output + $mail->isSMTP(); //Send using SMTP + $mail->Host = 'smtp.example.com'; //Set the SMTP server to send through + $mail->SMTPAuth = true; //Enable SMTP authentication + $mail->Username = 'user@example.com'; //SMTP username + $mail->Password = 'secret'; //SMTP password + $mail->SMTPSecure = PHPMailer::ENCRYPTION_SMTPS; //Enable implicit TLS encryption + $mail->Port = 465; //TCP port to connect to; use 587 if you have set `SMTPSecure = PHPMailer::ENCRYPTION_STARTTLS` + + //Recipients + $mail->setFrom('from@example.com', 'Mailer'); + $mail->addAddress('irani3057@outlook.com', 'sajjad'); //Add a recipient + $mail->addAddress('ellen@example.com'); //Name is optional + $mail->addReplyTo('info@example.com', 'Information'); + $mail->addCC('cc@example.com'); + $mail->addBCC('bcc@example.com'); + + //Attachments + $mail->addAttachment('/var/tmp/file.tar.gz'); //Add attachments + $mail->addAttachment('/tmp/image.jpg', 'new.jpg'); //Optional name + + //Content + $mail->isHTML(true); //Set email format to HTML + $mail->Subject = 'Flare'; + $mail->Body = 'This is the HTML message body in bold!'; + $mail->AltBody = 'This is the body in plain text for non-HTML mail clients'; + + $mail->send(); + echo 'Message has been sent'; + } catch (Exception $e) { + echo "Message could not be sent. Mailer Error: {$mail->ErrorInfo}"; + } + + } +} \ No newline at end of file diff --git a/Flare/View/404/404.php b/Flare/View/404/404.php new file mode 100644 index 0000000..def4613 --- /dev/null +++ b/Flare/View/404/404.php @@ -0,0 +1,112 @@ + + + + + 404 + + + + + +
+
+
+
+ + Error 404 +
+ + Page Not Found + + +
+ + \ No newline at end of file diff --git a/Flare/View/Plates/w-template.php b/Flare/View/Plates/w-template.php new file mode 100644 index 0000000..f3d3ad6 --- /dev/null +++ b/Flare/View/Plates/w-template.php @@ -0,0 +1,102 @@ + + + + + <?=$this->e($title)?> + + + + + + +section('content')?> + + + \ No newline at end of file diff --git a/Flare/View/Plates/welcome.php b/Flare/View/Plates/welcome.php new file mode 100644 index 0000000..b4e4ba2 --- /dev/null +++ b/Flare/View/Plates/welcome.php @@ -0,0 +1,25 @@ +layout('w-template', ['title' => 'Welcome']) ?> + +
+
+
+
+ + Welcome to +
+ + e($welcome)?>
+ Flare - logo +

+ + '.$jdf->jstrftime('%c '); ; + ?> +© Sajjad eftekhari + + +
diff --git a/Flare/View/Welcome/Welcome.php b/Flare/View/Welcome/Welcome.php new file mode 100644 index 0000000..6b96c7e --- /dev/null +++ b/Flare/View/Welcome/Welcome.php @@ -0,0 +1,127 @@ + + + + + + Welcome + + + + + + +
+
+
+
+ + Welcome to +
+ + Flare Framework
+ honorary- logo +

+ + '.$jdf->jstrftime('%c '); ; + + ?> +© Sajjad eftekhari + + +
+ + \ No newline at end of file diff --git a/Flare/View/footer.php b/Flare/View/footer.php new file mode 100644 index 0000000..51d6d03 --- /dev/null +++ b/Flare/View/footer.php @@ -0,0 +1,4 @@ + + Copy right all received by Sajjad eftekhari + + diff --git a/Flare/View/header.php b/Flare/View/header.php new file mode 100644 index 0000000..bacc995 --- /dev/null +++ b/Flare/View/header.php @@ -0,0 +1,10 @@ + + + + + + + Eftekari framework + + \ No newline at end of file diff --git a/Flare/View/home.php b/Flare/View/home.php new file mode 100644 index 0000000..01663a6 --- /dev/null +++ b/Flare/View/home.php @@ -0,0 +1,14 @@ + + +
+
+
+
+ + PURE CSS + +
+ + PARALLAX PIXEL STARS + +
diff --git a/Flare/app/Router.php b/Flare/app/Router.php new file mode 100644 index 0000000..993f372 --- /dev/null +++ b/Flare/app/Router.php @@ -0,0 +1,31 @@ + [ + 'controllers' => CONFIG.'../Controllers', + ], + 'namespaces' => [ + 'controllers' => 'Controllers', + ], +]); + +// https://github.com/izniburak/php-router/wiki/5.-Controllers + +$router->get('/hi', function(Request $request, Response $response) { + $response->setContent('Hello World'); + return $response; +}); + +$router->get('/', 'EFTEKHARI@index'); + +$router->get('/create', 'EFTEKHARI@create'); +$router->post('/store', 'EFTEKHARI@store'); +$router->get('/edit/:id', 'EFTEKHARI@edit'); +$router->put('/update/:id', 'EFTEKHARI@update'); +$router->delete('/delete/:id', 'EFTEKHARI@delete'); +$router->error(function() { + View('404/404') ; +}); +$router->run(); diff --git a/Flare/app/config.php b/Flare/app/config.php new file mode 100644 index 0000000..ab29fc3 --- /dev/null +++ b/Flare/app/config.php @@ -0,0 +1,40 @@ +safeLoad(); +use Tracy\Debugger; +use Odan\Session\PhpSession; +$session = new PhpSession(); + +if (isset($_ENV['Dev_set'])) { + if ($_ENV['Dev_set']=='development'){ + Debugger::DEVELOPMENT ; + Debugger::$dumpTheme = 'dark'; + Debugger::$editor ; + Debugger::enable(); + }elseif ($_ENV['Dev_set']=='production'){ + + }else{ + echo 'Dev_set'.' Not set !' ; + } +} +require_once (CONFIG.'../Global_Functions/Flare.php') ; + +spl_autoload_register('autoLoader'); +spl_autoload_register('lautoLoader'); +dbObject::autoload(CONFIG."../Models"); + +if (isset($_ENV['DB_HOST'])){ + if (isset( $_ENV['DB_PREFIX'])){$_FE_prefix =$_ENV['DB_PREFIX'];}else{$_FE_prefix="";} + $db= new MysqliDb(Array ( + 'host' => $_ENV['DB_HOST'], + 'username' => $_ENV['DB_USER'], + 'password' => $_ENV['DB_PASS'], + 'db'=> $_ENV['DB_NAME'], + 'port' => 3306, + 'prefix' => $_FE_prefix , + 'charset' => 'utf8')); +} + +require_once 'Router.php' ; \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..50ca739 --- /dev/null +++ b/README.md @@ -0,0 +1,43 @@ +# Flare Framework +Made by Sajjad Eftekhari![](https://manbaenab.ir/uploads/Flare.png) +## What is Flare? + +Flare is a PHP full-stack web framework that is light, fast, flexible, and secure. +More information can be found at the [official site](https://manbaenab.ir/Flare). + +This repository holds the distributable version of the framework. + +## Important Change with index.php + +`index.php` is no longer in the root of the project! It has been moved inside the *public* folder, +for better security and separation of components. + +This means that you should configure your web server to "point" to your project's *public* folder, and +not to the project root. A better practice would be to configure a virtual host to point there. A poor practice would be to point your web server to the project root and expect to enter *public/...*, as the rest of your logic and the +framework are exposed. + + +## Server Requirements + +PHP version 8 or higher is required, with the following extensions installed: + + +### --------------------------------------------- Flare Framework --------------------------------- +## How to install +### you can use composer or download from https://github.com/sajjadef98/Flare/releases +### composer create-project flare-framework/flare mysite +# Flare built with a number of powerful and fast packages with other important features +### for env https://github.com/vlucas/phpdotenv + ### for Router and Controllers and Middlewares.i use https://github.com/izniburak/php-router +https://github.com/izniburak/php-router/wiki +### for $db and Model +### https://github.com/ThingEngineer/PHP-MySQLi-Database-Class +### https://github.com/ThingEngineer/PHP-MySQLi-Database-Class/blob/master/dbObject.md +### for View http://platesphp.com/ +### and +### for session https://odan.github.io/session/v5/ +### for email https://github.com/PHPMailer/PHPMailer +### for validation https://respect-validation.readthedocs.io/en/latest/ +### for upload https://github.com/verot/class.upload.php +### for debug https://tracy.nette.org/en/guide + diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..3294604 --- /dev/null +++ b/composer.json @@ -0,0 +1,34 @@ +{ + "name": "flare-framework/flare", + "type": "flare-framework", + "description": "flare-Framework", + "keywords": ["flare-Framework"], + "homepage": "https://github.com/sajjadef98/Flare", + "minimum-stability": "dev", + "license": "MIT", + "authors": [ + { + "name": "Sajjad eftekhari", + "homepage": "https://manbaenab.ir/profile/sajjad", + "role": "Developer" + } + ], + "require": { + "php": ">=8.0", + "vlucas/phpdotenv": "^5.3", + "tracy/tracy": "^2.8", + "izniburak/router": "^2.3", + "respect/validation": "^2.2", + "odan/session": "^5.1", + "league/plates": "^3.4", + "phpmailer/phpmailer": "^6.5", + "verot/class.upload.php": "^2.1" + }, + "repositories": [ + { + "type": "vcs", + "url": "https://github.com/sajjadef98/Flare" + } + ] + +} \ No newline at end of file diff --git a/composer.lock b/composer.lock new file mode 100644 index 0000000..945b662 --- /dev/null +++ b/composer.lock @@ -0,0 +1,1270 @@ +{ + "_readme": [ + "This file locks the dependencies of your project to a known state", + "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", + "This file is @generated automatically" + ], + "content-hash": "ed103f264be0dbe825daceab4b3b97df", + "packages": [ + { + "name": "graham-campbell/result-type", + "version": "v1.0.2", + "source": { + "type": "git", + "url": "https://github.com/GrahamCampbell/Result-Type.git", + "reference": "84afea85c6841deeea872f36249a206e878a5de0" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/GrahamCampbell/Result-Type/zipball/84afea85c6841deeea872f36249a206e878a5de0", + "reference": "84afea85c6841deeea872f36249a206e878a5de0", + "shasum": "" + }, + "require": { + "php": "^7.0 || ^8.0", + "phpoption/phpoption": "^1.8" + }, + "require-dev": { + "phpunit/phpunit": "^6.5.14 || ^7.5.20 || ^8.5.19 || ^9.5.8" + }, + "type": "library", + "autoload": { + "psr-4": { + "GrahamCampbell\\ResultType\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Graham Campbell", + "email": "hello@gjcampbell.co.uk" + } + ], + "description": "An Implementation Of The Result Type", + "keywords": [ + "Graham Campbell", + "GrahamCampbell", + "Result Type", + "Result-Type", + "result" + ], + "support": { + "issues": "https://github.com/GrahamCampbell/Result-Type/issues", + "source": "https://github.com/GrahamCampbell/Result-Type/tree/v1.0.2" + }, + "funding": [ + { + "url": "https://github.com/GrahamCampbell", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/graham-campbell/result-type", + "type": "tidelift" + } + ], + "time": "2021-08-28T21:34:50+00:00" + }, + { + "name": "izniburak/router", + "version": "v2.3.1", + "source": { + "type": "git", + "url": "https://github.com/izniburak/php-router.git", + "reference": "9d9ce5a2708b1cddae965cf78c5b279355d23646" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/izniburak/php-router/zipball/9d9ce5a2708b1cddae965cf78c5b279355d23646", + "reference": "9d9ce5a2708b1cddae965cf78c5b279355d23646", + "shasum": "" + }, + "require": { + "ext-json": "*", + "php": ">=7.2.5", + "symfony/http-foundation": "^5.1" + }, + "require-dev": { + "guzzlehttp/guzzle": "^7.2", + "phpunit/phpunit": "^8.5 || ^9.4" + }, + "type": "library", + "autoload": { + "psr-4": { + "Buki\\Router\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "İzni Burak Demirtaş", + "email": "info@burakdemirtas.org", + "homepage": "https://burakdemirtas.org" + } + ], + "description": "simple router class for php", + "homepage": "https://github.com/izniburak/php-router", + "keywords": [ + "route", + "router", + "routing" + ], + "support": { + "issues": "https://github.com/izniburak/php-router/issues", + "source": "https://github.com/izniburak/php-router/tree/v2.3.1" + }, + "time": "2021-05-09T22:51:49+00:00" + }, + { + "name": "league/plates", + "version": "v3.4.0", + "source": { + "type": "git", + "url": "https://github.com/thephpleague/plates.git", + "reference": "6d3ee31199b536a4e003b34a356ca20f6f75496a" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/thephpleague/plates/zipball/6d3ee31199b536a4e003b34a356ca20f6f75496a", + "reference": "6d3ee31199b536a4e003b34a356ca20f6f75496a", + "shasum": "" + }, + "require": { + "php": "^7.0|^8.0" + }, + "require-dev": { + "mikey179/vfsstream": "^1.6", + "phpunit/phpunit": "^9.5", + "squizlabs/php_codesniffer": "^3.5" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.0-dev" + } + }, + "autoload": { + "psr-4": { + "League\\Plates\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Jonathan Reinink", + "email": "jonathan@reinink.ca", + "role": "Developer" + }, + { + "name": "RJ Garcia", + "email": "ragboyjr@icloud.com", + "role": "Developer" + } + ], + "description": "Plates, the native PHP template system that's fast, easy to use and easy to extend.", + "homepage": "https://platesphp.com", + "keywords": [ + "league", + "package", + "templates", + "templating", + "views" + ], + "support": { + "issues": "https://github.com/thephpleague/plates/issues", + "source": "https://github.com/thephpleague/plates/tree/v3.4.0" + }, + "time": "2020-12-25T05:00:37+00:00" + }, + { + "name": "odan/session", + "version": "5.1.0", + "source": { + "type": "git", + "url": "https://github.com/odan/session.git", + "reference": "df95aeee04dec466172d4c4e0e3ac9245e8182b0" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/odan/session/zipball/df95aeee04dec466172d4c4e0e3ac9245e8182b0", + "reference": "df95aeee04dec466172d4c4e0e3ac9245e8182b0", + "shasum": "" + }, + "require": { + "php": "^7.3 || ^8.0", + "psr/http-message": "^1.0", + "psr/http-server-handler": "^1.0", + "psr/http-server-middleware": "^1.0" + }, + "require-dev": { + "friendsofphp/php-cs-fixer": "^2.16", + "middlewares/utils": "^3.1", + "overtrue/phplint": "^1.1 || ^2.0", + "phpstan/phpstan": "0.*", + "phpunit/phpunit": "^7 || ^8 || ^9", + "slim/psr7": "^1.1", + "squizlabs/php_codesniffer": "^3.4" + }, + "type": "library", + "autoload": { + "psr-4": { + "Odan\\Session\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "description": "A Slim session handler", + "homepage": "https://github.com/odan/session", + "keywords": [ + "session", + "slim" + ], + "support": { + "issues": "https://github.com/odan/session/issues", + "source": "https://github.com/odan/session/tree/5.1.0" + }, + "time": "2020-12-23T18:09:07+00:00" + }, + { + "name": "phpmailer/phpmailer", + "version": "v6.5.1", + "source": { + "type": "git", + "url": "https://github.com/PHPMailer/PHPMailer.git", + "reference": "dd803df5ad7492e1b40637f7ebd258fee5ca7355" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/dd803df5ad7492e1b40637f7ebd258fee5ca7355", + "reference": "dd803df5ad7492e1b40637f7ebd258fee5ca7355", + "shasum": "" + }, + "require": { + "ext-ctype": "*", + "ext-filter": "*", + "ext-hash": "*", + "php": ">=5.5.0" + }, + "require-dev": { + "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0", + "doctrine/annotations": "^1.2", + "php-parallel-lint/php-console-highlighter": "^0.5.0", + "php-parallel-lint/php-parallel-lint": "^1.3", + "phpcompatibility/php-compatibility": "^9.3.5", + "roave/security-advisories": "dev-latest", + "squizlabs/php_codesniffer": "^3.6.0", + "yoast/phpunit-polyfills": "^1.0.0" + }, + "suggest": { + "ext-mbstring": "Needed to send email in multibyte encoding charset or decode encoded addresses", + "hayageek/oauth2-yahoo": "Needed for Yahoo XOAUTH2 authentication", + "league/oauth2-google": "Needed for Google XOAUTH2 authentication", + "psr/log": "For optional PSR-3 debug logging", + "stevenmaguire/oauth2-microsoft": "Needed for Microsoft XOAUTH2 authentication", + "symfony/polyfill-mbstring": "To support UTF-8 if the Mbstring PHP extension is not enabled (^1.2)" + }, + "type": "library", + "autoload": { + "psr-4": { + "PHPMailer\\PHPMailer\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "LGPL-2.1-only" + ], + "authors": [ + { + "name": "Marcus Bointon", + "email": "phpmailer@synchromedia.co.uk" + }, + { + "name": "Jim Jagielski", + "email": "jimjag@gmail.com" + }, + { + "name": "Andy Prevost", + "email": "codeworxtech@users.sourceforge.net" + }, + { + "name": "Brent R. Matzelle" + } + ], + "description": "PHPMailer is a full-featured email creation and transfer class for PHP", + "support": { + "issues": "https://github.com/PHPMailer/PHPMailer/issues", + "source": "https://github.com/PHPMailer/PHPMailer/tree/v6.5.1" + }, + "funding": [ + { + "url": "https://github.com/Synchro", + "type": "github" + } + ], + "time": "2021-08-18T09:14:16+00:00" + }, + { + "name": "phpoption/phpoption", + "version": "1.8.0", + "source": { + "type": "git", + "url": "https://github.com/schmittjoh/php-option.git", + "reference": "5455cb38aed4523f99977c4a12ef19da4bfe2a28" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/5455cb38aed4523f99977c4a12ef19da4bfe2a28", + "reference": "5455cb38aed4523f99977c4a12ef19da4bfe2a28", + "shasum": "" + }, + "require": { + "php": "^7.0 || ^8.0" + }, + "require-dev": { + "bamarni/composer-bin-plugin": "^1.4.1", + "phpunit/phpunit": "^6.5.14 || ^7.0.20 || ^8.5.19 || ^9.5.8" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.8-dev" + } + }, + "autoload": { + "psr-4": { + "PhpOption\\": "src/PhpOption/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "Apache-2.0" + ], + "authors": [ + { + "name": "Johannes M. Schmitt", + "email": "schmittjoh@gmail.com" + }, + { + "name": "Graham Campbell", + "email": "hello@gjcampbell.co.uk" + } + ], + "description": "Option Type for PHP", + "keywords": [ + "language", + "option", + "php", + "type" + ], + "support": { + "issues": "https://github.com/schmittjoh/php-option/issues", + "source": "https://github.com/schmittjoh/php-option/tree/1.8.0" + }, + "funding": [ + { + "url": "https://github.com/GrahamCampbell", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/phpoption/phpoption", + "type": "tidelift" + } + ], + "time": "2021-08-28T21:27:29+00:00" + }, + { + "name": "psr/http-message", + "version": "1.0.1", + "source": { + "type": "git", + "url": "https://github.com/php-fig/http-message.git", + "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363", + "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363", + "shasum": "" + }, + "require": { + "php": ">=5.3.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "Psr\\Http\\Message\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "PHP-FIG", + "homepage": "http://www.php-fig.org/" + } + ], + "description": "Common interface for HTTP messages", + "homepage": "https://github.com/php-fig/http-message", + "keywords": [ + "http", + "http-message", + "psr", + "psr-7", + "request", + "response" + ], + "support": { + "source": "https://github.com/php-fig/http-message/tree/master" + }, + "time": "2016-08-06T14:39:51+00:00" + }, + { + "name": "psr/http-server-handler", + "version": "1.0.1", + "source": { + "type": "git", + "url": "https://github.com/php-fig/http-server-handler.git", + "reference": "aff2f80e33b7f026ec96bb42f63242dc50ffcae7" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/php-fig/http-server-handler/zipball/aff2f80e33b7f026ec96bb42f63242dc50ffcae7", + "reference": "aff2f80e33b7f026ec96bb42f63242dc50ffcae7", + "shasum": "" + }, + "require": { + "php": ">=7.0", + "psr/http-message": "^1.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "Psr\\Http\\Server\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "PHP-FIG", + "homepage": "http://www.php-fig.org/" + } + ], + "description": "Common interface for HTTP server-side request handler", + "keywords": [ + "handler", + "http", + "http-interop", + "psr", + "psr-15", + "psr-7", + "request", + "response", + "server" + ], + "support": { + "issues": "https://github.com/php-fig/http-server-handler/issues", + "source": "https://github.com/php-fig/http-server-handler/tree/master" + }, + "time": "2018-10-30T16:46:14+00:00" + }, + { + "name": "psr/http-server-middleware", + "version": "1.0.1", + "source": { + "type": "git", + "url": "https://github.com/php-fig/http-server-middleware.git", + "reference": "2296f45510945530b9dceb8bcedb5cb84d40c5f5" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/php-fig/http-server-middleware/zipball/2296f45510945530b9dceb8bcedb5cb84d40c5f5", + "reference": "2296f45510945530b9dceb8bcedb5cb84d40c5f5", + "shasum": "" + }, + "require": { + "php": ">=7.0", + "psr/http-message": "^1.0", + "psr/http-server-handler": "^1.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "Psr\\Http\\Server\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "PHP-FIG", + "homepage": "http://www.php-fig.org/" + } + ], + "description": "Common interface for HTTP server-side middleware", + "keywords": [ + "http", + "http-interop", + "middleware", + "psr", + "psr-15", + "psr-7", + "request", + "response" + ], + "support": { + "issues": "https://github.com/php-fig/http-server-middleware/issues", + "source": "https://github.com/php-fig/http-server-middleware/tree/master" + }, + "time": "2018-10-30T17:12:04+00:00" + }, + { + "name": "respect/stringifier", + "version": "0.2.0", + "source": { + "type": "git", + "url": "https://github.com/Respect/Stringifier.git", + "reference": "e55af3c8aeaeaa2abb5fa47a58a8e9688cc23b59" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/Respect/Stringifier/zipball/e55af3c8aeaeaa2abb5fa47a58a8e9688cc23b59", + "reference": "e55af3c8aeaeaa2abb5fa47a58a8e9688cc23b59", + "shasum": "" + }, + "require": { + "php": ">=7.1" + }, + "require-dev": { + "friendsofphp/php-cs-fixer": "^2.8", + "malukenho/docheader": "^0.1.7", + "phpunit/phpunit": "^6.4" + }, + "type": "library", + "autoload": { + "psr-4": { + "Respect\\Stringifier\\": "src/" + }, + "files": [ + "src/stringify.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Respect/Stringifier Contributors", + "homepage": "https://github.com/Respect/Stringifier/graphs/contributors" + } + ], + "description": "Converts any value to a string", + "homepage": "http://respect.github.io/Stringifier/", + "keywords": [ + "respect", + "stringifier", + "stringify" + ], + "support": { + "issues": "https://github.com/Respect/Stringifier/issues", + "source": "https://github.com/Respect/Stringifier/tree/0.2.0" + }, + "time": "2017-12-29T19:39:25+00:00" + }, + { + "name": "respect/validation", + "version": "2.2.3", + "source": { + "type": "git", + "url": "https://github.com/Respect/Validation.git", + "reference": "4c21a7ffc9a4915673cb2c2843963919e664e627" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/Respect/Validation/zipball/4c21a7ffc9a4915673cb2c2843963919e664e627", + "reference": "4c21a7ffc9a4915673cb2c2843963919e664e627", + "shasum": "" + }, + "require": { + "php": "^7.3 || ^8.0", + "respect/stringifier": "^0.2.0", + "symfony/polyfill-mbstring": "^1.2" + }, + "require-dev": { + "egulias/email-validator": "^3.0", + "malukenho/docheader": "^0.1", + "mikey179/vfsstream": "^1.6", + "phpstan/phpstan": "^0.12", + "phpstan/phpstan-deprecation-rules": "^0.12", + "phpstan/phpstan-phpunit": "^0.12", + "phpunit/phpunit": "^9.3", + "psr/http-message": "^1.0", + "respect/coding-standard": "^3.0", + "squizlabs/php_codesniffer": "^3.5", + "symfony/validator": "^3.0||^4.0", + "zendframework/zend-validator": "^2.1" + }, + "suggest": { + "egulias/email-validator": "Strict (RFC compliant) email validation", + "ext-bcmath": "Arbitrary Precision Mathematics", + "ext-fileinfo": "File Information", + "ext-mbstring": "Multibyte String Functions", + "symfony/validator": "Use Symfony validator through Respect\\Validation", + "zendframework/zend-validator": "Use Zend Framework validator through Respect\\Validation" + }, + "type": "library", + "autoload": { + "psr-4": { + "Respect\\Validation\\": "library/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Respect/Validation Contributors", + "homepage": "https://github.com/Respect/Validation/graphs/contributors" + } + ], + "description": "The most awesome validation engine ever created for PHP", + "homepage": "http://respect.github.io/Validation/", + "keywords": [ + "respect", + "validation", + "validator" + ], + "support": { + "issues": "https://github.com/Respect/Validation/issues", + "source": "https://github.com/Respect/Validation/tree/2.2.3" + }, + "time": "2021-03-19T14:12:45+00:00" + }, + { + "name": "symfony/deprecation-contracts", + "version": "v2.4.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/deprecation-contracts.git", + "reference": "5f38c8804a9e97d23e0c8d63341088cd8a22d627" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/5f38c8804a9e97d23e0c8d63341088cd8a22d627", + "reference": "5f38c8804a9e97d23e0c8d63341088cd8a22d627", + "shasum": "" + }, + "require": { + "php": ">=7.1" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "2.4-dev" + }, + "thanks": { + "name": "symfony/contracts", + "url": "https://github.com/symfony/contracts" + } + }, + "autoload": { + "files": [ + "function.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "A generic function and convention to trigger deprecation notices", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/deprecation-contracts/tree/v2.4.0" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2021-03-23T23:28:01+00:00" + }, + { + "name": "symfony/http-foundation", + "version": "v5.3.7", + "source": { + "type": "git", + "url": "https://github.com/symfony/http-foundation.git", + "reference": "e36c8e5502b4f3f0190c675f1c1f1248a64f04e5" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/http-foundation/zipball/e36c8e5502b4f3f0190c675f1c1f1248a64f04e5", + "reference": "e36c8e5502b4f3f0190c675f1c1f1248a64f04e5", + "shasum": "" + }, + "require": { + "php": ">=7.2.5", + "symfony/deprecation-contracts": "^2.1", + "symfony/polyfill-mbstring": "~1.1", + "symfony/polyfill-php80": "^1.16" + }, + "require-dev": { + "predis/predis": "~1.0", + "symfony/cache": "^4.4|^5.0", + "symfony/expression-language": "^4.4|^5.0", + "symfony/mime": "^4.4|^5.0" + }, + "suggest": { + "symfony/mime": "To use the file extension guesser" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\HttpFoundation\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Defines an object-oriented layer for the HTTP specification", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/http-foundation/tree/v5.3.7" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2021-08-27T11:20:35+00:00" + }, + { + "name": "symfony/polyfill-ctype", + "version": "v1.23.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-ctype.git", + "reference": "46cd95797e9df938fdd2b03693b5fca5e64b01ce" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/46cd95797e9df938fdd2b03693b5fca5e64b01ce", + "reference": "46cd95797e9df938fdd2b03693b5fca5e64b01ce", + "shasum": "" + }, + "require": { + "php": ">=7.1" + }, + "suggest": { + "ext-ctype": "For best performance" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "1.23-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Polyfill\\Ctype\\": "" + }, + "files": [ + "bootstrap.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Gert de Pagter", + "email": "BackEndTea@gmail.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony polyfill for ctype functions", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "ctype", + "polyfill", + "portable" + ], + "support": { + "source": "https://github.com/symfony/polyfill-ctype/tree/v1.23.0" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2021-02-19T12:13:01+00:00" + }, + { + "name": "symfony/polyfill-mbstring", + "version": "v1.23.1", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-mbstring.git", + "reference": "9174a3d80210dca8daa7f31fec659150bbeabfc6" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9174a3d80210dca8daa7f31fec659150bbeabfc6", + "reference": "9174a3d80210dca8daa7f31fec659150bbeabfc6", + "shasum": "" + }, + "require": { + "php": ">=7.1" + }, + "suggest": { + "ext-mbstring": "For best performance" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "1.23-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Polyfill\\Mbstring\\": "" + }, + "files": [ + "bootstrap.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony polyfill for the Mbstring extension", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "mbstring", + "polyfill", + "portable", + "shim" + ], + "support": { + "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.23.1" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2021-05-27T12:26:48+00:00" + }, + { + "name": "symfony/polyfill-php80", + "version": "v1.23.1", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-php80.git", + "reference": "1100343ed1a92e3a38f9ae122fc0eb21602547be" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/1100343ed1a92e3a38f9ae122fc0eb21602547be", + "reference": "1100343ed1a92e3a38f9ae122fc0eb21602547be", + "shasum": "" + }, + "require": { + "php": ">=7.1" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "1.23-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Polyfill\\Php80\\": "" + }, + "files": [ + "bootstrap.php" + ], + "classmap": [ + "Resources/stubs" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Ion Bazan", + "email": "ion.bazan@gmail.com" + }, + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "polyfill", + "portable", + "shim" + ], + "support": { + "source": "https://github.com/symfony/polyfill-php80/tree/v1.23.1" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2021-07-28T13:41:28+00:00" + }, + { + "name": "tracy/tracy", + "version": "v2.8.7", + "source": { + "type": "git", + "url": "https://github.com/nette/tracy.git", + "reference": "8e708de7c611f626c8792d43f1c78812ea24e6f6" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/nette/tracy/zipball/8e708de7c611f626c8792d43f1c78812ea24e6f6", + "reference": "8e708de7c611f626c8792d43f1c78812ea24e6f6", + "shasum": "" + }, + "require": { + "ext-json": "*", + "ext-session": "*", + "php": ">=7.2 <8.2" + }, + "conflict": { + "nette/di": "<3.0" + }, + "require-dev": { + "latte/latte": "^2.5", + "nette/di": "^3.0", + "nette/mail": "^3.0", + "nette/tester": "^2.2", + "nette/utils": "^3.0", + "phpstan/phpstan": "^0.12", + "psr/log": "^1.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.8-dev" + } + }, + "autoload": { + "classmap": [ + "src" + ], + "files": [ + "src/Tracy/functions.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "David Grudl", + "homepage": "https://davidgrudl.com" + }, + { + "name": "Nette Community", + "homepage": "https://nette.org/contributors" + } + ], + "description": "😎 Tracy: the addictive tool to ease debugging PHP code for cool developers. Friendly design, logging, profiler, advanced features like debugging AJAX calls or CLI support. You will love it.", + "homepage": "https://tracy.nette.org", + "keywords": [ + "Xdebug", + "debug", + "debugger", + "nette", + "profiler" + ], + "support": { + "issues": "https://github.com/nette/tracy/issues", + "source": "https://github.com/nette/tracy/tree/v2.8.7" + }, + "time": "2021-08-24T16:26:27+00:00" + }, + { + "name": "verot/class.upload.php", + "version": "2.1.0", + "source": { + "type": "git", + "url": "https://github.com/verot/class.upload.php.git", + "reference": "4d9aae875245948d21e42ade332fb45f897f28bb" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/verot/class.upload.php/zipball/4d9aae875245948d21e42ade332fb45f897f28bb", + "reference": "4d9aae875245948d21e42ade332fb45f897f28bb", + "shasum": "" + }, + "require": { + "php": ">=5.3" + }, + "type": "library", + "autoload": { + "classmap": [ + "src/class.upload.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "GPL-2.0-only" + ], + "authors": [ + { + "name": "Colin Verot", + "email": "colin@verot.net" + } + ], + "description": "This PHP class uploads files and manipulates images very easily.", + "homepage": "http://www.verot.net/php_class_upload.htm", + "keywords": [ + "gd", + "upload" + ], + "support": { + "email": "colin@verot.net", + "issues": "https://github.com/verot/class.upload.php/issues", + "source": "https://github.com/verot/class.upload.php/tree/2.1.0" + }, + "time": "2020-12-13T22:26:17+00:00" + }, + { + "name": "vlucas/phpdotenv", + "version": "v5.3.0", + "source": { + "type": "git", + "url": "https://github.com/vlucas/phpdotenv.git", + "reference": "b3eac5c7ac896e52deab4a99068e3f4ab12d9e56" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/b3eac5c7ac896e52deab4a99068e3f4ab12d9e56", + "reference": "b3eac5c7ac896e52deab4a99068e3f4ab12d9e56", + "shasum": "" + }, + "require": { + "ext-pcre": "*", + "graham-campbell/result-type": "^1.0.1", + "php": "^7.1.3 || ^8.0", + "phpoption/phpoption": "^1.7.4", + "symfony/polyfill-ctype": "^1.17", + "symfony/polyfill-mbstring": "^1.17", + "symfony/polyfill-php80": "^1.17" + }, + "require-dev": { + "bamarni/composer-bin-plugin": "^1.4.1", + "ext-filter": "*", + "phpunit/phpunit": "^7.5.20 || ^8.5.14 || ^9.5.1" + }, + "suggest": { + "ext-filter": "Required to use the boolean validator." + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "5.3-dev" + } + }, + "autoload": { + "psr-4": { + "Dotenv\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Graham Campbell", + "email": "graham@alt-three.com", + "homepage": "https://gjcampbell.co.uk/" + }, + { + "name": "Vance Lucas", + "email": "vance@vancelucas.com", + "homepage": "https://vancelucas.com/" + } + ], + "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.", + "keywords": [ + "dotenv", + "env", + "environment" + ], + "support": { + "issues": "https://github.com/vlucas/phpdotenv/issues", + "source": "https://github.com/vlucas/phpdotenv/tree/v5.3.0" + }, + "funding": [ + { + "url": "https://github.com/GrahamCampbell", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/vlucas/phpdotenv", + "type": "tidelift" + } + ], + "time": "2021-01-20T15:23:13+00:00" + } + ], + "packages-dev": [], + "aliases": [], + "minimum-stability": "dev", + "stability-flags": [], + "prefer-stable": false, + "prefer-lowest": false, + "platform": { + "php": ">=8.0" + }, + "platform-dev": [], + "plugin-api-version": "2.1.0" +} diff --git a/env.example b/env.example new file mode 100644 index 0000000..d901106 --- /dev/null +++ b/env.example @@ -0,0 +1,21 @@ +# tis is a env file +# i use https://github.com/vlucas/phpdotenv for this part +# Many thanks to phpdotenv +# Sajjad Eftekhari 2021 + +#Developer settings development production +Dev_set = development + +#Site settings +BASE_URL = http://localhost/tp/debug/public/ + + + +#Database settings + +DB_HOST = localhost +DB_NAME = majid_site +DB_USER = root +DB_PASS = '' + +#DB_PREFIX \ No newline at end of file diff --git a/license.txt b/license.txt new file mode 100644 index 0000000..b69edbe --- /dev/null +++ b/license.txt @@ -0,0 +1,22 @@ +The MIT License (MIT) + +Copyright (c) 2021-2021 British Columbia Institute of Technology +Copyright (c) 2021-2021 Flare Foundation + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/public/.htaccess b/public/.htaccess new file mode 100644 index 0000000..1a0acf5 --- /dev/null +++ b/public/.htaccess @@ -0,0 +1,49 @@ +#Disable directory browsing +Options All -Indexes + +# ---------------------------------------------------------------------- +# Rewrite engine +# ---------------------------------------------------------------------- + +# Turning on the rewrite engine is necessary for the following rules and features. +# FollowSymLinks must be enabled for this to work. + + Options +FollowSymlinks + RewriteEngine On + + # If you installed CodeIgniter in a subfolder, you will need to + # change the following line to match the subfolder you need. + # http://httpd.apache.org/docs/current/mod/mod_rewrite.html#rewritebase + # RewriteBase / + # RewriteBase index.php + # Redirect Trailing Slashes... + RewriteCond %{REQUEST_FILENAME} !-d + RewriteCond %{REQUEST_URI} (.+)/$ + RewriteRule ^ %1 [L,R=301] + + # Rewrite "www.example.com -> example.com" + RewriteCond %{HTTPS} !=on + RewriteCond %{HTTP_HOST} ^www\.(.+)$ [NC] + RewriteRule ^ http://%1%{REQUEST_URI} [R=301,L] + + # Checks to see if the user is attempting to access a valid file, + # such as an image or css document, if this isn't true it sends the + # request to the front controller, index.php + RewriteCond %{REQUEST_FILENAME} !-f + RewriteCond %{REQUEST_FILENAME} !-d + RewriteRule ^([\s\S]*)$ index.php/$1 [L,NC,QSA] + + # Ensure Authorization header is passed along + RewriteCond %{HTTP:Authorization} . + RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}] + + + + # If we don't have mod_rewrite installed, all 404's + # can be sent to index.php, and everything works as normal. + ErrorDocument 404 index.php + + +# Disable server signature start + ServerSignature Off +# Disable server signature end diff --git a/public/Flare.png b/public/Flare.png new file mode 100644 index 0000000000000000000000000000000000000000..daa36d03a1ae576027d26ad7b592c401088a7ba8 GIT binary patch literal 97912 zcmeFYcRZH;8$WzXQW-5pxsasDO32En?jkZGkzJA`o5)t7l8Yp(jBYDg*=09$C1eva zviFs}FVFEgufEUo{Qmy^d*83u-Ef}g@j1r(cpu|Dd#tIh#I*gub_~OqE-3$_g<)Im z(EnSvz)v)43@qU{8b>XqGg#&i!YKS@v&Ct((-@W=%&>Ni4*tH)PWh@MhB53!|I=jf zlsaSBM$(0UPG5F4p6D8PG#vK)Y5$gd@$oO-gVVyaGio#EHXl~`_n*g`ZWK50s#PUM zos1FZ4gEPIam3SQx9r2cRc${LCx1SkJp4~no@L|7hp+hTyTeQ^I!1qrY(4h;%Y_4u zqmP;^TOJ+QpqZF8-SLo@E(E*l+Y_4`S68D^Cruxw>~qjRdcE&nW|7_RPX|Cn{J*}n z-0MhR^xwfpKD5+7VFx4s`y=j>|NMX>;y*l46XQQW{O5=N$dQVH|NQWuAE0UYuR`K5 z_|FgjRfhkP;Xg+Fj}iZyAt4L?D+m9Tga1JAUpe@X3H~bw|CNLPmdS_-|F3$2W655m ztf1um!ZtKW79R}_J%(MbdnTSxtBQVreOIi2D|@wioNoyVoweLdz<4_dFhL(JrjNi;rO0?o>@x2 z-4D;;_`^t|CR4xVO_!cX3H@|*Gv*|X)Ce>5Y;$FnSdb(OU#DkAKlcgUiKHwKc1aG2 zY5gDf>Up*;mE{St-G)OSnq3Z$-xw;KEM6Egso~PbAJyUQ1pyASTIme-Pro0U>sc#s zi(bn<6@Jrgh#TEeacnmdexb!BXgEQ8OSB6^4lQZ#9NE>K!ZvuTUom>m206>C@L3$L zc={1sMNLpqPKf@cON2Q+v3jIudZA?e>$G?-cg;W9n~>D>WB7gA-JS`pB_-*;D;#lb zf|>jv)>W!@B9lGW_@Y>Q$!2t`p3x?-k}ql{bDD4?&!1lRIxBJCx-939>FO%+vtm1j zF3NA{mOGZcM{kQTJste+xFpV5QT=qe3~$os2bRf=gRh64N7#Gd;n;Z|#g132XTFMH z_Eem_FJsuH7j*pdF>ioJd*8~>n0u5gucIUmBoE`pBO$Ex#F;<*fXC(Y8}+hdmPeWf ze~afw1mdK8)bN2tztMV9g_H?7ssb%UYjo|AO3OPD&GI7>QKp0#SS z!X~)1AtzR+acW~g(p}hY^!!WX_3)2#2BE=gRpnfk!ULwGm!q>S$~P2db^+u7LRath zLN5F&x+D@S^68^^gzTmP6}LXKUkY=XYhFXFD~olf^a#bao7?Bc3Yk-+BX3@BO6v)w zO=_|vCP|0fyjvJmqHgWg;<;Rh#9^1iIY92#LYujl{Z_4pkxLEDpO@(jg)f!QKKm%a zDm=jVdaKmXs;ozK?y^g-)a)l0P7XmEffVl%qkC;ZbN9kbmTcFTSlSrK71P&ONWHTf zUb7yvu`hB)TNJ{*gZ-OGB|nYKhKhJqqSs4r3#&Owjyg(-1gGqGA6g}?d!cO9ltw1S z8!Sz&_zfO^9n&S55TGl-~@!F5@o9T(#341=JraaDo#%1|$6>OdsKfNGgR|=#WrOW&N^b@RRYg38 z8&oEo8Wq-JOI|9k7=EZ{q}{g$uA1HOu8SIuTRU$a{Nm~bc9Ye9=~rxOTt5kPgWql) zUavFv($1+MSH9?`G?H~3Eu)M1ZX&WMdTb=6-wYaf zpPIR}Cr0Zrhtx_y&vTxzwfmmM#WFuV&7Pesn=)av@t6z_PKr_%b0>Vy7SAQU{--LA z_NZjf@xHA`kTjJ#W+14CR_(q#-WKcrTrsYs<*0E^U4VfHV`W86?KyATI6(C5l)7fR zV=-&VpBSaA=ns6a%YH8o8F3wHT5a6T$U^SF&lR`aO$lX>^`2p0Hml)|cr z(>%1n_Ct=L!#6=Mm*Hrm!h)RRiucM2vPF@<-Io^gu`y#MCVCBL1*atKw{@!bmz9q- zc`6cvPN)kc7&zT74A|2blpG{Em66h3IPJVKqa2+Yl(qWU@Ek$odBWRL%iEUU4|>~( zpX{;A%Hl?5g@r8WkW^wE^Yf&O#q$gzw097{r7&gk(QZQQ@xBScP1kq#A} z73CDz#Rlv+AnEW;Q@X8duIT~%lC_W|9eUHPKS-g)jiAzPlpsiY?R19nOZo!{C;Wpu zxDA!1`XINHy~i*ao3d+ksrDsA4j4&ZIdMI;W||*~{A|gb9Ch(|@LB1Y zn+sB5uf@}^I^LS?mD7GnPoA2O@kDMNanLn-A5zZEfMI>my%elb?*oYL?G7c-;6lJ$L$+ysM>}@QVAYhj&06ne;=hc&x8*V}PN@Gku)6bF_F+ zv74XUlT+}wXH=>2pZ?jL!nk{sD%-FbzqN7WjjVCY{p#e4lv7n=4%4f0R#R73xXSvD zy)2C-Up-Mra-$R$M!TO}bTk_6G3lMmZOaJOw-H_@#Fp~4PCT)#QyP9M*R*6J=jegg z)wmbd_njawGGZOPBIYWp{T(`#7C~JZtIt7a-;Y0pq;#1tx`;{fP~8Wdo5% z)}!?mn1#wI_jO$p|psMRFslM;Hh;RWP4G)-A!8MvLdy=f$6oo(Nz_JCJ@@B)Ljq@$LJC zAO*?jo2P1TM0*gvSBWo6g{@l>0ve5G$fUV&-{M0Q0?Nt?RaDlUir19=jbeZ{OraB}ixk?t)HoQ!tc`TDNJ^SkhXQhcLRmD~Vi;{hd z5lL0$N&$t8za*lLaM|K*P?|dQ1B!)dcPcKGk7pAk1~~Q~O8?GG@GSI-j~!AjsyTi3 z#<%+He(g-prk{4v4=j(sA1H*RSHJ~(r9-~j^9_bSc=6n4aJc6 zDwBxEqPDc6-Y!t$VENYA&yRfry*y_r`uer2Rzj_+e}ga9W)Z6}KX1-e={Q+i9?~7m zu($wtFS*gDhr*Cmy39HwuneVX zphtxCdX7kIVEn;KruOZ`6+8qe)4m@hG3z`J-ut+9+U(HEU9Vg3ZHMVon#>)QUQE3+ zt!OCkp9K0^fS$Js)i{D0(Aa*Jv$oYx>k3O8B4Y3!O3$9CNdrC9A)@95;kC73^%AQF zS$?P74x_m5#oC1E4dq977FJYjZ6$hwW84cWruQ5*UYbgg*=IjDxu)s$Z1s<-0{K&U zL}j$$oY~FV#f1+Rvjk`RD(~Tc$F=L?R#s}5w?jXhnZj#Q#~EK-7`Ar{D z5dwob;Zu)!whJU5)4n$IaF?Dp5+eQ9@7HxZI(*GO|JV_n#7o-Mb>N=~wOoaue$A1G zYZi+?!*#p84yzHfk%)LRlxATUQp;yc@3y5l`Z&bjYm>N1WWD;9NmfCt=iTh*=c6;X zqBFN?nZ6iMAZZ(9mRn!-_Cn8^%HttSG$3+b&3t@)@`!3TIy877B>CA9vJFk?G4hy$ zL-l;&pb>oT1!q~~_unw>Dm4)pbSY_@T5)3LEt-yecFy~h>cfze%7;`O$me#D=~ql5&wEG31lb8N@Ok4WvBN3kIHiA-qE(4zrfZgVU0moYva} zz&fmN8-SlL?Zm{VXXUG9oiK)G|6VZRRC{jr+~dY~)zkF#1to#CbK#SPVM8NF(G%BE z56zdB=_Q(1u$r4-+1^tk;P+TOpegK-ly7L2cP7!M-K+XWwA<`1bi3h2#F1B-GRhaz zK36(RelNBSt5VF~BwzuZdF$k7=|8x?0&%IinZNuJKc#Laq7UyExS z6z<@-(~WMdug1j~wM~4w)Vbd7reCs?LGYZs*5IF3YuO`B1Jo9A4lhaOg)Zx*CX?Z; za`zM#*Zzd@druxj{WGtMQ-jq~eQ@pHv zpx7R6!sggedDE$9BE7lDBA{68zzDeLeChwP5Wl(!zj{26(%r-8{yMi{)iJ?xzhyU# z(-+O?=LUtPqo%m|K5ubI?R{2kN8rEWqb^$lGLj2yJk8{jad2;^UgxG!vR)jXse4(j z&1sr6z~Pl#Xye&mHY9`&(>dG=`X0MIPF}Co@w7*W&FB5}q}5}}7YCg^`@ghi*nTr{ zNB6#=s-4r(6XSJU&Fj)$(|iP0=W+JGnqT%qsd22m+^bIa%AjnMm5aC6aUtnmOwXFu zQr)I&Wo7#BsRz-ix35^S64ySZc1iju2f$hDQ2xVEZP0W;Y5DeMrAy_TuJz@Hya6*t z>|ds&sP3Zq8}FPGY0Kgn#}>CiM+ASB7mig!TNJ&jIFgHOWUMcd}4oa;)t zSh^2@t+U|Qh!rb3Ya4#n+x7894{0UVm{6QsX;gT;yJSkNtH+NtIn7udf*Uc8Bfa3F z?=m?IN|RF}jLCzFv&`{f3(1yuI%kR+s6OaI8x6%5&SO7)9$%;9%PnCiO!ap*ivi>+B@#R0bn|| zU&Ya(bEwVfb_%Xd2M&|5a1OiXDasj&%WU8)Ovl+3?zjj-ZY#Y-DsRT|=1hxh<9d*D zc$~a^-AlA-id|9U8|fd30&B1Nzo^@VGH&kvAdpP(UMMa!$3(nKWecol(}M4G&K;v> z$!2_jVpz!NnH@Y=e((b&R)jg3m!5!?4k<>DTE8@w_*H@^(lj6WbcAkMwmQN=yu$TB zu`O15`(SMq-14G)A4>6eD)@m<&T%B2wSdH!G;ESl8Dxw;!;t` z-5xlgQV{cu@aoE(A5_lX^vA)y>7s3?ct~(G(k1>gu1l!zynC6rp`pnQB&mU)wpJF~ z7gDay*;8OyVUI8As1Rr)2)0I~mk%q;@9s6PqtUB>ZT)gfa-l7OO>hbU^wx7+?c6Lq zgF*7)EO4e?;%jl~zMT+IDCR!+Rc(XvVO6tAXIM^pFE05GabT)p{e_=9CCeO6sCC!k z)Mbtqe)WO+F25uBu3+J|K*tL~Sp;jGB;Q>|De2bGjkJDGiRD@L`}%B%2kQuP>6a?= z?4MVP#>q<%rvT#@F2DaA;!zyt_*pi+GAjPLQVw*%0`auh)@op!gMC@JY`9|>qlS1ov_h6*NDm;)U;fZQ0 zVC?oI9Wm3Sn0sRZ7VMQ0@E2?rp$NkStl#P(NqWd1@SElHO0*QL*z{LKE-gBsVlN6X z=JUd7ER`!(&cqPi`wshi_(U15%U0?sylVUKf*HZx3pZg`YP1zRpw&lz#_fb3eeb6p z@;|B97t!|D=Nxi0sB{jG&^zV7@=BJPcf>^tXQD&i<23+#xBE!oUi^{2R(zbsX-yS5 z5)QbJ8)Lc+H$pK5?Ec_=o23n16Qo`n$*a0<-Py9pmBt!@e*EG{FZxX;<2fnisfp)C z_ScrhjVe9+9q>cV3%DlnO)~rKo+j^CcAOhq-T3Dl(&sX2dH~aj+8T0;8pDC(1%~kK zN3`?2S>s1gSm+@&Ng1PTe8Y%)tNz0C%8qTY^H?4T>DN5Kjl8Q#jZge@nR_1J%dQ(K z3#sjLSSy?sKZC*+pZC`a@Pp$S;H65v{8y@zc7sE>SwJ$ut`hqdew+!qI^-r57+ zNVrlp=+vOTA|Wes zoMBbJws6W;X^JxL?}yZQPaf->=8q6#cX(C4lCfcaO09I64J4SFQ&qa_e4_VJhi|`D zzIZ^R_(MDyZvTC9Ot~U^fl~E5Z-C=?(FN6S(*e+&TErp-a-x1sc#HHnC3f}Wa$k{A z11ZJu$DMEXD`SO}-w&zgiBo+;JcfL^+VrYyC}ZQ^p&;tTt$#17bHr(BR4dPBitC>x zdaU7DnL|}>&}}+(_=nSNdZLZI{Gf`%H~X3BLP|=ixVe`C@&ev^W2PV6rkBF1t7IP$ zSRLTUST!}B!qcA9D80BJ@FApM$XnCzID(cQ9qu^O4@Uy?!DrqcQbM$~#VS?Yq-?A1 z8Tue`vsxu2ViwgQkYqmu3Wz@$zpLXJ@q~~<*oz+!!PASbh9^J<%zYQ-$>1h^6rUe5 zLqEi=dUuLrn^bG}hAWZHKiWl(Cx8&pB%XP%+MA%kgTo9*R7K9keOAS8=78|#MuN)! z|4L|#%<4qcY^8JY`M~^$T0eptK+DeucE++0mW+?8U##z;2p=Z9gc_W$b1o(_5EDm@_ORr~U2a^uo_xU5J=jZo4^^ECgmUdZbq4%OqK=W*ce zJ=_b@vG9MjNhyzZbTlzaPsz%}e7z(NKh&h5`aj$F6xcTkxPiU-!hq35qOoI7gFlXp z?`k;m1+O6Ue)=ZlZfUG}NEn}5mE%Sf5Eg=`uwFWm5SOz+Avu;@vg&TQCdN%FTJ;hM zAoN>~)so;o#X@Qf16xu#q~O*WfDfOVS(j(IY%En#BeZG(n)@1+TX*sR_!{nVn^8Y{ z25|}X#U1vJjicSuY?8L;z{P6KS)z_OtHV>ukAI@qR^cAZX%{uzY`|2)q?9iZ2a0%# zAIhS7BWjGVJKdlsewpU)O4ur0CjE?h@<-~m7q4Vi@AP}vcV(7Vsw_q_NhddMy#vqw z{RckpLx~e**$ck5((*~gL5b4B2s%D&xCeVx0KrE8`Z(;wLrI05-BpV?Yy3QB!l2ee zLeH(l{Z{zwc!kP)?_cey>j|PcG5(R-&(ocq-F8{*T=F{L(ZUZj*j-ZwYSRu$ynR8p*&06o|+^bmYi)f zP)KT`f|7|Ed+rz+dGkEI)MVAO#E(%aU{ggX6|R0#@_tF+2K6lV<&4MF!}b1_u@H4S z!rk5xxmBvLzXhwpVC`QG$ zA%h|P14ZuTCtrLW-VA5goW(&w)^k0mh+#!79=hj0RT7Oeuo7>kc)`>YJ!8N<#4>elyM9(ujLw z#F83EEo-hgt#`Easx6Gt3m!?&hD@V97*Q#m+f4QPv)nqba_aFiufp|bnZpGUoeYGS z8KQJk6rpBu2B%2t-FD9h>fd(NzZMUI9_thp=8Aur{t8j!H9MrYQX}J!Q{Wh%?NseE zWb8duyzD*S+@t4sah3>ERu**2+wfe|In;{`ycr|CI(WjMzEl_$QM-?CGTF2N{n~sF4h<|_=c#ptje;l~`Gt!9 zqd(+lgP}7)C!T+bX4g9V9;!#vx8s)26+lgd8{XoD zyy7h$Cq>(FV3B3NN$9*UYwdFI@H!UMbrW>g+l2#Z#2WC;Tx?q}aK4dR2jA_+kyl>~ zDKfNy9Jy6$L;@0farm#NN2oP;E^{GR=Wfss9 zzf94-yIHFkod8P^Ybv(i2~v+XLPwKQDqaPiA&TD%K>uh_kA?bVvbIIsayjxT>}ri| zjtnS2KTEXdMnoQnmua8w=7ni~D=v@gQbNmqw@tlJBf`Q>vcU6CP#Mp^($q;Gp6t~v zg6hzPL=hbRB6uJ5_|tGiKviE3hgs!zLDYj36|9QwIfGbSAID<+;w!#ZbA#31J7MCpx1d}rdT$fJA!Ta*^eeYWGURU}I} zE<}0XVri>J$BbF-zuiqk1I^Tfd0B6{jVQ>;c~v7SIWQIf*ISN;xl#mMfST zid1*d$9>)T~WI+ei#+X?@%! zc|LIO2otn}uIoe-7(8jwz)3v=PfuApMO)|*fS*@5%8v}dQ+n5M@4qQ1xZA6@+8ehc znYa8A!(66*ba+TVj$xm@2dM_gID#5h5M}d4CezkC-=@#36E$G6@kLu94xFid#>T+P z1lT~`hF(v4;HMplgm)txe`VZWTnh8J_^Eq{qoM?G2p>P-7^ug;y}>T)8qg>~cucc_ z15(Ay?t);!2RI1cjyAWaY)pCBml}c-O|yYydhAxS)RSMcQvdlrg*ERisgIATB z9=C6gFNNjrpe*Cn8LPhXkWk+Ecg*=ae``VtQ;gy8KG`8(_3x*DUP6$m_(XM`TrjJZ z?806F#iM(`|)k;2sv( z>7*rv4{1h!h1E6ge79(-+Jlw38s4@=?~OAXuG8rWMLZ;MalE<*!+rf(ss=)c;Nacl zCGblV+Oy*W&Im6xcHsp?jjJejDZJ%A+jm-f~{&+P-@92VBD zh-<5KI{0e!A( z#dj?q`kr_zDo?Dzssv3PKjVg+dNR21gfyb|YJ+Vy70_wXxT!%k@Iua_enf>0-W~e& zfvm>bR-Io6mvweIlz5*AGI|U^*om9RSNPXF$YN7<<__Xw*9s-I%wWfM1Qz^*Hu$2= z3cw-5%YlO-n1nA6&Z2fLof@<--C|M-Qo_<<4u|5Ehj`e&r*-+5<>}Gr zMYo6adqhuDr%Inee3VhV5F@)-_`Gt^VNwXTYbglJB|Ico_-bPh(y^LaEF5GmrB}~9 z2`HOfV)6N5xlOwJC}Ns$>eM*cJT=X~iP`7JOD1XKk>WwmJ)WP-#c@hE#doThrurmj z+zI$_F#YMerTQY%Mkqqt-+~@i7l=%BvM;@neA_Zkl(W^v@6%aUW9W!g!Ak zIr+*db}TJxt8};Qi?40hFs#>{nh^2;4B!x-7Rk^dS7vGWhzOs2jj0Sa6D8Qn>t1=b z2VQEHyKYrX2LyUA$w?3FYz6mGqZlOyI;cU@&)hS~RBr@>T{_$nMEUI!jORcpwQCsc z0|(qb0439VsSDwA6u<9Gx!tDZ_E7iaAngN+k zAEH8d)Dqwew0`vX8+jc2VWd>YVagCtA>nQh#urEE=1|doNFXDeD4wHcz$qxS^~K;7 zm!S|dyCK-P{oP#g1>YrVRP|)bK>>^Zg6L%ZEcw+4msr0P^6>g20@)=+#v{dhb>~P4im0F+u+>_A3s&O&pE+pYNm}}0k@REH;mdy zbv~~D@9MqEv))lAU(zJV*a!^|Uc)p`;Eoyb5{Z>vY-_5VcK~e0OTx5(??V&|sY$zN zurS3=*W<}l-wDF=KzI;^!xk-F{#T|KUs9vzEgcySjTRY1fPAPKZ6+5R{W+zfjlM)FkJ9rp`OLIHg#vFEgIy*p$jS`;T;wI;K<(-TD-} zQ{u4VnD>w3!eivpqEv&$md>8V)v7AFYWKxhmmd8^%9ONa8RvK-FV_6TmtYnwJv(Wi zcLdm|b~76B6fIuXj<7$24Z&5f}deI!vbhPO^qQodh_gH+Uc9--KZqhkR&# z%A9{y7WeCv^z=9FXAWM0~utctxM zja6DuD6Qha)_Fe2J}sG*uXb9Sun}eF;IiyLuj-=Y>3q(!8G8(ogA?z8f2xp}EP~G_ zOr{Go+EqcLm~iK+$57{%rclCewJUNbt^Y>9|1M3t7r4SpCjv+gqoh&eY#PGL_Ev zz@i!*DY~)+t9^GYvGxMI_Pw=*hJekz=ojwZqts(}?if}-dUH=jwy@DA#RMi1`B`h> zCr}QKAT`U|BZc9ZmQ0h4F?ZP}4{nCKbq_*^m$TL;pXB$~r=!N{7&c*wdr)v}2`fDwj&w2;WToC2JTJTrW81JpC8KuslIO-;OPfQf(S_9 znErn7^J7}9OA({Tx=eMH4W0{vJzJ4Itn7eL#iN~+aT8B?xgv7o_lLM(nzZRBx3F6; z@&oG(%cX0cz!nggDFZL2WNNPIj5YvEDW#1%8r6I#ujr-@a1jIP-2^A z(Pp2!`uT8Ph9xIZlQO6xH~v15{PZLH^!9`B5v3_W-|gd{J~4lzi$MC$NJEiMJP=(d z5XFUw%V+k*t}cIkcifzS#oVZdTZ5Q^$mzC$7msqdOvg+gy9_pCUDr=0*uMY1-$z}% zXzA&1E!=qI+0xr*i#CI8x!Zc}{KT*rJ|gqp2U1&5R);7djfRm%M@6q31w3YI>SCl% zj^#VE?ijxa!{YnDkl)})`o@E7yTN9U#lM_bf*dLqt7SC@Q)Rk9{q7=B6pkjOzlQWw zt;^Rm%>a~cx{;8%h;5v5s#)Wvuk>7nQ_mu;zUs(9NTSrR03e%@eFku~^&`r(8%Ri< z6bNB{cuvW%L2S|5kr1{CyE)KSNM=*Z^%Fd`$RO%!b_swk)}=Sj zD#tkNHZz^-G~C624Rpi;Jo((PqS_}RW7`ckV?JI7ktw@rrDPsMFb~%K%~MJJ(xs<` zHtMs0Q96`15Bs}4hL!c4I(GIYU!uWgnq@sz_yzlPYT&C+VWYJ<)xMtT|K0l}Xf)?J z02@orC4-vpd8y7R>I$#aDF4z^3uO^0XGH!f*|RsRWAuxFrf!Xqx0Epl0~TU_vMD9< zEt8M&@q(q%2u4ICBkl;BbTOwU-ljdqd=kJ-?2yFYAtmAHmPhm({+Ay zEV20+qHiU!Xkmt{u2ZZR<2EUZ05uOGYF<}^le=ur7EN6Cm!!vXCRXMrW$z|0|GQR( z#kVnvc&+fpP!{2(qj(JXqo_68wyc<1t#c){J7P7^Q5oLd8bCpJ$L zJT_ssp^p4(7{#b4V!+ba3O+hasfE~kB0zS%eL3`XFO-VQ9n<5Tw(T#60#A5u$4YJf zGQ=D!IzGl}F34tkuU(QLrkUD3s@-QB-vZ^qt)rt-!&_DI;!Bunn9$KSELo?5KEJ&i z=sLd>tJn;5q*zwXs<1A^gOYOPKC<~zn~|TG%lcXM_ZVhgUbY@ybiQ{ha$al8^gUKy79u_!xr(BFguTgJQs2Jj+XH_OIv+}b?c$_lPv}tKZaAu(-574}&wC3Z zbCJlsNMzDGy_m3~aLdbBe0ht+%2!Biwg-yE&MYUeTZuw}8s53(88m;T@9R3X@^y35 z8%)ugT`l6=eotDA$Yy|qo&z`4J0hXeAhdM4qQ*{Z>^5kGgltq;Xmmhth}VT$=u`9E<~mLhj@OoBVvv);6agcWuF zYj&P_|Il7+McXLB7Lq(r6cabLWW+AB%P-Fbx?d{-e?=m~S7&`7={B0^cL`KbKtOUc zKMWT6S8K?xU*~}@CSf84ZAaZE6aAzoXyO%cH4AC6i?-ucDJB!wx53+a6n7cG`UjCM zw&}_$a-UE0Vj~K&cYC~MyTujE7))l9q~`Ts^>blTMN+qiTc2xqYrnb=FPMv>(UVt2 zewY`_7;VDVKSOP)Hx%v7?jHRPrOymlAfAU~HGH*iTc9z!XTn6}Z~CX7Xt4F9?ma3) zbM!t@2A(scwjHmaC5jh7G_F10H^RQhP>lieys>C4$qwIo>i0L|2NKbNq3FOLNL8X{ zL$!7g8{Du$${)=M@ylA)V(fn8xI&9n-jQCOlUy!l2NK7fl*etfaEv|_i}!ApUGX2) z#^Sxqj>b{G`XZ7w!o5HEQ*|L670&r|9q2wrJW){R`}nTRd(qQkik--mrn!|7c5@OV z*YOlNY_80+*tU2%{I7%9>WdCR(RJ2$27`V@;|8H;%n0sP-BKl^%35RhkjO<8B-9NA ziF&}D6M+op0Mtwf)Q6|zRR}|QT#V3f#k;h~Iu$EwV7FcgsLQVhl^Fmyx8rxMJLxk#j+&+50 ztFWs?jQ_{4Pi-DmbNpDn>$L0Vktz-Mv#*N4yE5U(yOm#^+BHy=O3h7_BPPoxleLr+ zF6dnIccu3k()-)v##{i%TDwf}uJ*l176{ccfxZbVHPcp3>MHcKaMVhNo)?S1*BZN) zCpp(ocNkuqZ9}PWpJ_Cw=l!RBSW!BEu!h_DxM_Z-}=&mfV`WF);*ltEG@Jotf1lZY5nOj)70H- z3v-DK5zOewh|6-j>QrOk-S4vtbBZwHHhQ-j(Q}}~v$K#C`qm%mn}Mfl+`@`)BJ?vc zs47`IPVg?0u6+u4uGIr%f^}U(KA;Rrsup`MXEY?fwcl4Zq&mG>tDLB^1)JQNB4oAX zA_H%f{Lz_~WbWULH~xpvUrB$DYGMc=OYtjt;U%2c=zP+B0>7 z30eYc?u=jS)$Ec}aMt1x9kqU!U05FJ55&e(L4&*X4(Rrl%`S3xzQ;|%CJxl`i`n`i%4 z-DOPCeUf1`r>nTkc)O)|>g`y+tPf=@TEBisaA)x8Zo($_1#3Trn7361s$*EZ5IUOK zKGKc|jSM!K%b&>hK3kgqWZS1ULoRRn%1e^1;R4V%?@p1nuCj$889S77>(j(bAf(j&$O@WhpU-F0Y`Dx&$Iiah((0QrS144U5oX<2NZU~p zAfP0q?FoRI0#Q6$hX2xMaTpQ|i_a99f&k{p_T~KS#J3;zy(*M5E@gl4kAL-EXnWh; zW-M8k4LC5La8!H*_TQfyxtOpCtIZZktX`N{yUm{ns6kJ8@+BIaS$Gn1F=7+e#qSkB zI>^j(6SO{ow0>+R(r&UnF#p11#>_DqpRb)PT9$P`*iRm<9MZSzj-W@U+6bse9;GkTg#24;&yWioSaukvxSMyxkm7@9~&yWV2d(v_= z?(QYk`=_BMLr~RRY77=hzt7jM%a@)*`9*|buG!XI*#azm@hs%}@pDZ`!UOIgzlm^M z>(WtR;$prnRxtc%BevdqGEp_z;=o?)O%@oo>a*Nkp_e7v?$4H;*r`RhHZc@( zB|?D4$GBj5phdOXUlb-a=1;c5Mr_m6_dm^yOcLIqLNRFoR^z0kneXllJ8t>2A zvN5%fpWPj@9c%7zn6b>_P=W5eekTIY6SMA>m##a_bhQ4(=)FhSf(?pJ5R2>`mAk7I zWhWRc*E!0UwD=Rle@K+~u4R2a*vuxFQvi?%v7Q@fGPZhq0Teoq6xyw^ruAx<)U9HY zko!z;f4F?r8+OIwFBL&*+?5qU;Xg#s^UQuM3LBYQtDN{T#n>fx?k)C=hoOc=a-h)s z6181dD_ObWto83f9*+7e!3GN~2{zbdo>1aPS+D8JAnr-Ex6!sAmrdBW@^10uUPlA(jLhhVk;X_+Vkscg`==}o;uuz^?uCmqC z(lV<*`o(PL)oMY#)%lNf!`{|{Hwqu#C}P1(3xpMx^V%|1!N;1Y#}?NwdGext|HX*< z%OItRo@@1IQ&162-siHA)}HBEk+3sQPO}K*nohRSpXngvh}zYL*HF?yNLVBtz5A^qlKj-uC1Z)PE%moW?NIRq+m^%Y_LhU3ew}PUqAHLK z7PMDs{s59Ry##fN<%kch&-o`uA2OYmcNajtE%QP>OR(qK+eS04Mfd63ivpnse8SuJ zHTH5SY^;3^SvaDTkqr`6xhw0+tj^3B&|$Zd_i_gvfdP~c#Xac8O4!%^DiQU^tGT?d zFy=hbPL6~oGHH@K#+g*7Ah}zMu>P-k8t?S#$Z zi~}8}XvHKVJ%5I^2z>nr%IE=J<1UqcHs1&SdX$G2`<-cT<$H2xl=oZ2@pnz<)_wi^ zd{Ri?yTP`A!|z#8xl>gyt)PRK&^3`D;pSxI@19Ci+M~(`s%bcHnlJB(Gtj4ev0w*T zNmRn%P*}Za;Lm7+6p0t#l93^#3!AN;pI{c7GDQ8j5VGoigX96*2ABd>chWmwE$h1n z@X@yh(g0JM*vU)n7Rb3`-d#aw8Ct!}EWUjm)!GbmM9g8z$z5M)u!^V91DakT?xz?r zp0EpjFTL4L^IJ}1d(xmltZg$>{ELDBr`8yS_2zG&j}v43t<>dl8^Tt8;=(mRVf^!q z?Us(A@Q;EMV1}x=Qz@`+$xK72`I*zm@D#w;2&DUKxk-ZwGSXe&hEl}dKWxl+V81Y! z;#BaPH^sP@4Mx8vRG7Mm`{gyaGaOZmhPm=Xc!r0)<<-%1$Qs1=&frfAjp|yH z#oCV{*XtkE$zk!GhS>wn&Sz00kPH>P;?8@A#1BssEAqlK3`>Otkq&1VfBj_9V*K?; zJ3Q~#nsW~*&n)NVsBF*X081V5B6wc-Cx#tF%c3!dnm@k2@7OM=h*#U&mNmVQzL-6C zL1e$)LZUD+zC4e#g0!j4l}pT>TB|y$bmmE%tdOL4SK*ekPqg#zY^x$O zWAVCQ8oqR#c)K4OKg1RDCp=ZG0CPD>DJ34JAV>_da(nR^eaB%9c~K|$Wq*q0?GMZ2 zWpc+s(nZlsGrUERO z@lGUh-i0!-2VDJz)mjwf^jjD+5m^Cl zq|Ci!OILsZ=F?u-1%(*V&c9Ib^=+5lORlTzR0=kjX`bB@ernJVY^yDhOMKx%S?YKe z(y{-&C_v&0l)WV=b}Kq1n#tDMKfy$RKX%-V#HetbWnbn~>#X1X-A=^^iJbWZslzBY z3pltlKFpF5fF$Z(7DRe~R7=7&N;BdLeO8KLLp4|PK_5ytJvQP9gvxjQuu-G&XHx0( zNqT3uZzy;59L8jjI(Y)f)l1PIWxY>zw5G`po7ia+YN3NVqz606jz6I(vE-i&m?9U- ztfw#}De?>YKi|z^y0j!Ywfjp0ZTKsy~l#-Uz66LtX14=alj{|VSH53t|f zH*x|s^?MR*4D~ayTj`VB871RNTpX4bz30U@?!WBc*(-bY#1mGmqNcLp`}Lhlr#L|t z7s#r(_~pYGlXLe6|6uRWBA}QrOw|1qFkC#iB%hdzdU zJ#$x8+3PHn8&)OZKyL+Tfs|16GGNyP9kvC#JY`;i^-IG?m`<-FhXcXSyR46lA@V>% z{)GF6^gZ@}c~;*j6Q&U3&#JL*vHaFF*b3tKnJ=l@hSHrJpwPMooxM{e?7eQ7PLJB2 zgtTK^J=1|W<<{!(#u|g|oq0lHdcNs`NJ_QW}(_7=NU z;A&rS3n)Hb7oI=ZB+3)e_jtc<)7`?~_gL38cPcRm$$ zELA#gQ~YFAxGVS2%a6l1Pqy=+DP>0}UE46lVBq_T26(mPgbR6oka)zshFog)N7SOM z3rymfWU$nR61M*5Gsm>F{Kh8^px33Vg{UP|lr=0GNX-(xe(bLt7SdC~F+acOVx?xT z-B#ryj}k6$&bq^rT-=t~Qs=`a(**?UaeA%}*R~xBB|su^_p;Wf>em=tzE~RcIq}<5 zoMDW#ss{CL9*501d|qLPh499PBo{K)xlg*#*^AekU0MI#Yj&kn!1ytz#;r}_pB6%{ zbk9H75%jQmn=d=c^Kar4wNC*!I(Hx9?M&Hl1@%h4IPO(#9#(k*+y`m4i zZ$M#vcK2c4P$rj$9bckU>f?Q9XRJy05xrA~C{;XX$jnk%QSoh2WLg`nJ* z8k-yW=qW1; z^M)PXJp!;NT__IylP+D|yN9Nke7aq&wQa9T-gNhq1y$Ny4BCDRwK}Ose%Pkzm{x;=~x+N#L-qaDH zQCZg@vu{u3=~e~P*L_2dY-&cMAvSVX^q|W)=*yl$f;3P?X#{Q8O4}dkCRn~ab88mc zQ1cL(n|;F$v@n+@>vd_Rg`@DRz^w1emxFKSL1TCNvtyBqjU|B;OC!C=eXzlhtSmQM z_uPTiS0c_Dj(ir-cPe%L)VY5?2bH_4pSoHo#P96)o6f4dp^g3?=X|;XzaL9np+IPK z8H-77lF8)q)shqCErz`3v-s#w`?1hU$_zO=cc0t1yq(|ctI?j&U4^hVZR-HH6mobs zL1n|h&5zcuL8o#!K+4Ihkj?nr!no)DFVk-0Dl;61E_-p^7)UDxt?<>h zg#h`bpHkZ|e6BU}c0G9KhG3%3Z&k_WhvHsRSFa2l?L5}`IcM$t_4!vk&Q&LV9c|Ug zuRN2Uc1Ko=H9~3Sc=kmyd*d&j@$Q8RQr%P_tz59%4{ts{&vz21Mp~-MwjNn98Kk8C zv{mZ3ZuCtzU#C?~@WH#-v4W7sNwulPsv;ifbq4OGmKYUfR2AsO4Wz~OYw9-a+u+R# zsw(jOUCvZanctz$`F;iq6K%oD3f4_RhC&s;#p^3Mr4*F0C3q%POjUn7+W{>})OIDBIAyP&2RFs@B!I z@Q(0db(P$HHFIp|tnkWdkGRUZ_hY*xPb{9ZHgf*3Qo7STBjF53XQW%)^}$rnr#WNC zSh{X<1gEXcvkchep6BQkTzNmU%4Xi8!}q>6>W-O8xkKBt{2$xJ+zcxVo^_J=9E)Gv z?r`MN?Vf!3j(qc7ZR&U=MZOY$;=2K9ZZOJ|*c|3qcu62Z&Vpl^-0*7VDW`5miSy-% z6#2N1>8nxMKUBnA4RgIk2D;=`v#kdfL~pw)%-Y8FWR*A%ym)YRA=i#8;oo(^4${F5 z7j5+qf7TyNczu2L+kXmLchL}5%t!bdyg_|h*6>fi0r9b}DQVBG;_rLAuDQajJ-Pf$ zYD?@a7s^e6v&ZsfT>BGWd-Emn*cft!Hb4pvHdswjC#voStS<{0)L|RM2U{_?aiV4tmipPwes)^+I} zaGe?y_33>Q(npiw1&#QNa!Sjh#!FNpdijt=D?I5js&e_+F~|l0mzan(+yR_Ur-!0JALlLb{8OrqLV}89~<7U&LfI?0# zjdW*&`kFuYXA4}`ePexx*M}P`W+~|=N?m+$cFdM`@D_^1zgNF6QGzV&ci8TMu~zKe zktwqE=$lj$Sd`!kNqxMm4XR?=_ZKkjTDw+h|FGY+15;!L+OIFa{>NXy$zbA7>%HmC zD=Uf368@}ZLo1m~eQd52@5$jyl9^0!h_$5kFVD_ep(x?OFA@fuZR)N1R&Nb<^>pTN zCx)xZitho4UplpwOR0I3jw)ub?E-;$OtoxPwN zB`#v0+(!BQ_#1ZFGy1u(y4EjTEwC-TQ53evB*(cI4uV=$!Q@uCfT+CGC5s`|yotH? zOG%)YIGfg*N9XQP(~GcoxqSyr;!nB<qon>s>vo zq}L((GxE`?_p(+S6qQ9a$A&^y>@Rb}p+~oD5QRNw()#mYhv0M&K_oR{h)mWED2&-j zYgr`nsQ;IU)1959e_7WCEB?*hIHa!as3sULuu6Kt{o*cp#SI;MwCqNwqVgVJ_K1KR zELf2dqfduZ-6G|+)8Zl}yI+2IsB}tckFVvXB$)Jqbhz^e$mcQa3Cs`m7Jw61K0!!6 zZszjgFKl1zt+mDud`6#*kYaur&fPD6a#Ygn_{R>1a~qGEPQA*v7}k}XfQ2$zXunzt zUEKOBp7jN7{M2%{f|H?7e@WZ=dvUV!Aat9i(PUd_e6P8VJ~x@{nf}IVEc$MQZX=fq@Tf8SZn#xs2ioPj>Ue4M`m&REy+57x zn8rzfygb!o`+nGcqkaxXXt0Vz%U!wni`v!toG<==xcl>Hs^2ya7~N77B2(rmm83|C zO~(8}We7%8Zm{jBx;a)0mPx~}^gKG)~=f=}^Dyny^Yf=?j|J9R6`a~{>+=Mq~(k`+yodMTXZ zeE$f+qK_N-rrmtEt_(OfNDB3AFGZwkxl;0n#t2R2aopX{6G^1qVV5gLk*4V(|tslXHIP7@HyrkE6S-hS55rVMU zayPZm%Gd{<@z#Cw>vb{G^BZ+5O?dI~G!l<2IgJ!1Qd05)QMeoYrF-9e7cp9RoNs)+ zdnc7mZ`-C^@pwBNTZ;{u1pYsM`y*2EQ7#8xgUAZYyGsYv`2R#a)+tI1DQOyKZ7_Xi=H_MlyzUSprkkPP#eKgZ8k3VP?-l}(mYO4#(&H7Pe| z;B&{dV_4J&i6zY7)>-Bm2-OKb0963Ql<)5SFp%mBZ zurg*d+889a6%855$pl3sU(mFUC?x61DcFj^L4Xr*IX+grPD2KgR5jCSI^LZVP`gy- zK~_NR)GdHhy^lM7LT<2zSmH7F^SKoL?|^~NA_k1Igc_00qKPcu!1}f0Eav+a|THm?_mZU8uA?`B=f!U z^i|;SS}eM)7VMKjfR0-yf#+x~rmcm-hqhW7Ug`h9)31soP4ak3moo5Arms%2nyo&2 z2S2;$fY|dSuQyKTz@0ahgBQR!0Z~ zxz`?5|#LE`=QADnZct^Rp9nfKXk6vHIql{%z0nr){>ipCET08 z221qz>43@2C2Fu&E%}~1_O4T6wEd9lOs6t4#`VLJn%?+{mp`RY_%{^~>gb*x&wO0x&(@mQG zlPlnziiF~JeG!G>ZX1D+fyRo1>A|o75tw%2sZ`Ed$p|+1#7Sf=mdIM7n6*b&KY%B`KF>G` z$NFGIP3dJBGammhh#~EM+e$e9;H$7H#zmB`_dl?q#D<7#YeS3G@zPJUXeFU=i%PUH z&`{vIaTwKNgPdx)2MC}tDOhBAY&(^$8>_-A zV9Kn1|296-G6ibW4shpU5ZB3SJ$O>RVl*WRxt9MbXiEf>@GEOWUgI}3wBqbO@ci3# zcNyHr{ot$iRxC#vG9Wl1ZcP}T>8kqhxnni6HnQ_tC9Zdl5E|UtNCm0?h1R{vNw~~i z0e9dzqg<b=1_B$+7o(~ z3~kJF*VVFfL1R}j#2wqK!ADD_Q@?puZTZLyEe%%N6P-oDk1_PtgkzlDJI2CZ-o8$x zHmodjn^~_$0xkw9#46`uj%8yI7ezRuc9(9{vI^ zj8tj06cEA9z1~63Uoo9Yt`t~f29Yl7gncb#2F(B7!tF8Vv-692*XsMr;3gBzukL@t za`reqOBA$Ti`N&Yh?(jQL`?B|cp6OH)zhxzHujvnfQ`2&|_>98%_@2qXgSgwO^}`C2 z(Vv1uNLJZbgM=vB9+*CHtPA zldPuLL^wy2#i5Pglv9IiiPcg~>P{D(Pm6#H^(qGhdulITi$V;komZozWRS4w#yz^Q z`hLf4o-)y(v9;0QuZ^$uhC|!wqvp3Je5`ud4j{^BCi1^C#13x=q_0^%Q#DNFRw_Ag zAFdnQJskEP_V)rn5|Wu-+RL6~tg%~fm>_->#Q6yrv+I=AkNA7DX9(Z^yjHIz>{-2m zH+N{yPF$FtfyArsLF6b$C+i!ws&+VdRG<9t4CK0i*yuq^0}b!SeJD1>Ro8)WrEv@} z-3elWAnsdFw>Lf9GA-G|o@4dzBDl|+G#tv?y(yaNc5b>W0>a&QYmt6Q^INNCFJBa1 z$b4VNyG#Qh>Kqe~hU;Na__%@il8O-h_PDVS8&d!Cvz6UFe5qU{Xe|Eo1GBN$;aw8cxjK}!)`%9njq8<^g-5Chm> z0fj$4O(?W#0{l+dCq#v&(rdIT5u`l8xcpeq*vQ4^AeF=97gl+dM;nA`XSX)-jB{I? z)d?$+O!Ungnxe;_@htl-T3%ek&NLgJuO+7>ZR7>=@BH#{x&FhHx$S*~W~(DxV6NO* z+;bMCeiSO1r*3%5{5pQQ4e|ZIwj!a8D&#K`&=`Td!gO+(NRavR9dZ#UF44dHvKK?b zDt1oinoyI+Utj-8uc!B*;h>kZfV}@R$m*T9N#^6&;mxHm`0s`B^5Gs`cn10DILb+y zD<%SM9~~dPpVBXKE?sxu5908VxAqnEEugtUfU!_GYj@E-Lij9_E>4{2zAR6r@P(8` z@#qpkb3il6Gx(NtuE=~$qiP6kTrx+URY2FkS`I~;Men*=wOhyM-MLz4(K{--Y9q0x z44O-cV3K5vi(oe|DhQ&!N=@Lx!!z!nHd`fynd(|Oa^o&!EN%%3o2_7VE3kHt47zs2 zX3lqC#BL3ITy?%9y;5x8qSbq=6WgV<{zt^6?prV!EE)op@a9R7xGjC;SZ%O8Scd}w-c^HbxEysV1VYj;W%^bGTJOx|H@VE6Mr^JhLz z=UI+3&zOkT-^LApS9Taim~@uv2NoFAfwmC+|P zeelz3mm`aCbS^gL)7X%xj8(~ok6AaI6I|qTr<*ecT@x-&_dISTL=6*wq44rI+usj) z^f#l*aoH}nVq3>f7l#cfs>Su^+-y(U`m$&@`~oZEXRB>OSY8tyLjFQ;NG@HXdDba4 z{cU-e5!amT%nzUNiAam(FHgpEQp)64HW(fcHotVa75{B4e#cXYw0bARR=6Zww`MEO zXKUMgJV!W>_g4Yle~XiS&Z1S3W}`a6vB94tz&2~~NAYoPHBqkZ(E|k6^In+|<;(D= z#HcG=0=4-QPCe{Jb!tg!UGieNP?I6njLn`jhQh6zaU8&SVUNpCEEomtFp3_ICVoZX z+}Jk*wyGB;9#@)iKxf5q2XilZ8vBm@cA96b@oOPok9J=CTAd=97481&zg2Ab!v?>* z8`uAFT0bp&HRW%6f5*=4lhaGZ2CYey+ozXUPfwq>_e{;*{5sLG+G{69af#|S6`d(o zpZ;Dvy7hPrJG?EC@FsqO$L+Td??Jr4eb2F)@v6uzmxpokySEkPCx;SpV|hq5txb?8 zxON|7?OtM#`Tst#ZNF_el=_Y>HZh$!^GE~3cSPwKx4WHqeU*7>>yG@U_u*pI;kvg> z{Ga!~{VAQkEau90XD0hx3cOtzFC;o{cX<)OLHZ2f9> z0x1D&7bvS6JMfQ8Wn&*H(XUCK?rVOJWmxo)8IPnNRyx(w{2lx2u1~8=YU9;003FrE z?029>b)563Lpd?pD~KoU57)oZ!fT9!x@_44xhUFPthd+MY@KU-GvG6RK0I_AS{P`c zo4{Q^twloG|K=0hg?gWOyRt~5OKm6G5hn)YQ=bXmRC0fqIJWKj1K;!T&;&R=H=er9 zkR`v4^rimCY9kB9S`tnW7mnwn79RaMq|K^hl;lD&+;!)5H@DX_zyl&*NRi`T4u!*S z>DK(tgbz;G{?|12f+f8}5RlQ9hr#cKGtr4%FG(3ua)B+g2<#f)4 z!p9^T%94i0*+V!^w;}vtNaX4>pvo0f4aOVd5;{H0@w{czg{_~0@S)&r%#98o{>*K{ z3LP6@#P7BJ$srK3J_lazGt5oqf(v95?{f7Bf!77_d!J!laqs_V+3a&BYU2>QOB~ot4(~G=rIt^&Y)YaiWewK&LWvIB0nf4Y zXzjdw;s(X`l$YWQTbu}(o&C{cYA(Mi%p{1iMTukMIkLIPPyO%va4tmqj_A%3C^l29y z%T`(Me)}_CO)*{m4{Hx^Ug6D5?`RkayJA6Edv>LnvgDC*J?`>?nq*+E;#pj5r)WD; zRTs7~0gMy*`7!7LLU1&ifhE5~MJB|rUz7S7J!VE}$1#n%jX?O6-evXpi27Uc@q*#I z)!q)275gmDzCb`(d!I^mqgY>NfiN&sWWjL05;ImGF}hWF;%MRy$LB=xw60a>tCC1_ zR&vZ4IxFYiH(j-@6VTLyVES>>NJ-&|o#DE)q2YcE@A}_(H%Ij91sWqMBd@S1@1?X? zW$H|~-G+Mp8&Tsud=K&V4H?`Jw>L~!sOd@kyJJTyM zzRS`H#k=Ql^Fbepk&tQ7eEXM8Nuj()y$^8%lYUMV>iJuQqiNIWPVmJLr`J6Qf-N zUq~Md2NNLW2OH?fHzcQo!yWNMzdimWcmCk$m-$DM#0OZt(>8#lsNVQq=VGGud89%j z200<6U{YM$ko|T>G_G*r2ZxF5GNj4v>cMS$`Bm~#t~S77IBf3}J6a+|ndPw3v9U3$ zqo{P(UklV^rpbI+r+P8%iL_y1gJBWji-}F%~hZ8p6;VqK7Av@ zxV$Xvd)wdZRi4#LhW8UXtfBrEf)6iAue&)=9rdJPe8^vFb3T8EqUv7lv|+$5 zEq--?5aqgca<-hy#%WqEy;_Hi{6*Aamn7ExF<$uM_<(IkgJts_^<7V?40&)9#O(Px z$1|HP&dqo~&i>rSz~4PPOz&ROtheVsa1S+a_fM|DKXMxR+wVRk&T3m6 z3FDynU1C2^IrEZ_cxo~-kh5h57AFzD*&YWH6%TVkMv7i^&V4V@b73#4tQg_?GwPi zF-jTyIHmXG(1_(roInwLXu9xpYP7cKAy5>^Bb=IDDE0@z&3>~g)fJ7n+XPz7_Pl-` z4x8$aYa6o7yVB^zG=@Op<@j4DK^HZ@nLUnQ3k(W&7w$G4d*h6^0V0n zM&r)6WiguUAlJT%GU#MzKuiwr`D15LEgXn@6I0WFwEoTNrPnN49egUhctzJ^LFP>) zMW@{#B*pULmhD3N-;_RR2&m?!_Jc@Wq9LW@#m&C06`$e7R#qq^RL{kVp9p0}a}x}L zp;NCw3_z_4NK)9NYk*89OVOk1crSR}yZ8Go*{yE4{I5xoYm1%Db***@4K~f?lvibs?PpFkd)EDbe3N@7_V*p7<5|P* z3>SGV2Sa&6k$+);w;1nj7YLY+!Ei~uxY(kTs;8~VqpIB1;9}Xa@G?jg8JrpkwSoHZ z{cZWMyv&6=+-vq}@s944?)Y8BPLlsAYd-e>NBh{F>=(9qgP$#^dfE+&AK`_DP6&yWH^tS{|TSY6d7)OU4g>gb2Mo$F%&5LV1xg>+tOLdT#LZu-+T=tlQ}D1 zRXsh=?>e!>dSYXGa@4X!>rwIKAVtIEbBW9HB=(qDuc^>y?BnXAy;b?+9V{UxEKAgLFRtZm|4btiQ)&L?tyVQ#CB2r~>eI?P3*2T^Z&Z0#|iu<3HeXS+^`S8W zA%PtAZ9w?%lOd{O+=f@Ss#fix1~rv#G+i50VL_|~m;t`o@I^;3sWh7O#?+NKol!S= z3AelthP9b1h{`%3L5)&C;Mj*T>k8pPhDtWqu1VcNAQQK@!g>rL2lWP~tHcC~-k8U5 z2};poiR*1^^>d~IdKGdx`drUaWbcMSty$@db8iEO>&hu8L*D`W)p9Oycqs_|{d;lh ze{Wp8ju5t8WN^r!ZqEUD3lrubUvO|3?%sW9u5lLsW}`NyO2V6wpvx&|i+C(}?Q{X& zvP~;VUtt<%a4_@wD{RI?X@OZoSqCxvs(jwf!VhkI!@=mbaRBL&6Av;6EIsa*nd{hp zBlSq&RfV>#y8~MyA}mzo^)OhyV%AR;DSDY)Y-@sq>2)gJCUdkExR5H_{T9gVnV`?d zcOGGOc+5$6^@zH)v*r&2*oK6?Ln`vQP)M@&X~73RkO*Qzv%*wsd9?c06sNZ_PKUCe7b7@O!ldl-B{$|EXc766ax+d zN#>brU{c>jd(?{Mi7Je;3(P@VNWsAo%K}wHJik)L7@HE@XA;F{#2`yQLyu}HLPoy{ zqw7^%-hrGhy-nO&A4%p!PzvuC%r{rKy~2@3k*d7iEP&UaUm+aID1X76X2$)Ahz1+Z1;X~c`_0IINlgJ|w15uSHSsf%3m zPI}I)l=SYdDNbbT{Q!U6_N�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 YsgQoZ&Z9ZZ1x@e{8WRbH`<*WRFW}$?t^fc4 literal 0 HcmV?d00001 diff --git a/public/Orial.ttf b/public/Orial.ttf new file mode 100644 index 0000000000000000000000000000000000000000..c7eddd36fd7c6eadade24061b5c8f19dd8a47e93 GIT binary patch literal 150613 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ℑX3FRP9#AEbG@#k^qP0FcFlcsDT^Y_B7{M|EdPj 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 YyVgDHzV*O*g7tO(d&U0$`K0~-0^I-q-v9sr literal 0 HcmV?d00001 diff --git a/public/addiel.ttf b/public/addiel.ttf new file mode 100644 index 0000000000000000000000000000000000000000..226652adb041f9db45a15661ef631111864a9eb6 GIT binary patch literal 34389 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 D(hIes literal 0 HcmV?d00001 diff --git a/public/favicon.ico b/public/favicon.ico new file mode 100644 index 0000000000000000000000000000000000000000..3e190e6c2652d3a322d0409672364028eaa8fd64 GIT binary patch literal 15406 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 Gf&T(=dmxYi literal 0 HcmV?d00001 diff --git a/public/index.php b/public/index.php new file mode 100644 index 0000000..ef63c61 --- /dev/null +++ b/public/index.php @@ -0,0 +1,4 @@ + + * Jordi Boggiano + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ + +namespace Composer\Autoload; + +/** + * ClassLoader implements a PSR-0, PSR-4 and classmap class loader. + * + * $loader = new \Composer\Autoload\ClassLoader(); + * + * // register classes with namespaces + * $loader->add('Symfony\Component', __DIR__.'/component'); + * $loader->add('Symfony', __DIR__.'/framework'); + * + * // activate the autoloader + * $loader->register(); + * + * // to enable searching the include path (eg. for PEAR packages) + * $loader->setUseIncludePath(true); + * + * In this example, if you try to use a class in the Symfony\Component + * namespace or one of its children (Symfony\Component\Console for instance), + * the autoloader will first look for the class under the component/ + * directory, and it will then fallback to the framework/ directory if not + * found before giving up. + * + * This class is loosely based on the Symfony UniversalClassLoader. + * + * @author Fabien Potencier + * @author Jordi Boggiano + * @see https://www.php-fig.org/psr/psr-0/ + * @see https://www.php-fig.org/psr/psr-4/ + */ +class ClassLoader +{ + /** @var ?string */ + private $vendorDir; + + // PSR-4 + /** + * @var array[] + * @psalm-var array> + */ + private $prefixLengthsPsr4 = array(); + /** + * @var array[] + * @psalm-var array> + */ + private $prefixDirsPsr4 = array(); + /** + * @var array[] + * @psalm-var array + */ + private $fallbackDirsPsr4 = array(); + + // PSR-0 + /** + * @var array[] + * @psalm-var array> + */ + private $prefixesPsr0 = array(); + /** + * @var array[] + * @psalm-var array + */ + private $fallbackDirsPsr0 = array(); + + /** @var bool */ + private $useIncludePath = false; + + /** + * @var string[] + * @psalm-var array + */ + private $classMap = array(); + + /** @var bool */ + private $classMapAuthoritative = false; + + /** + * @var bool[] + * @psalm-var array + */ + private $missingClasses = array(); + + /** @var ?string */ + private $apcuPrefix; + + /** + * @var self[] + */ + private static $registeredLoaders = array(); + + /** + * @param ?string $vendorDir + */ + public function __construct($vendorDir = null) + { + $this->vendorDir = $vendorDir; + } + + /** + * @return string[] + */ + public function getPrefixes() + { + if (!empty($this->prefixesPsr0)) { + return call_user_func_array('array_merge', array_values($this->prefixesPsr0)); + } + + return array(); + } + + /** + * @return array[] + * @psalm-return array> + */ + public function getPrefixesPsr4() + { + return $this->prefixDirsPsr4; + } + + /** + * @return array[] + * @psalm-return array + */ + public function getFallbackDirs() + { + return $this->fallbackDirsPsr0; + } + + /** + * @return array[] + * @psalm-return array + */ + public function getFallbackDirsPsr4() + { + return $this->fallbackDirsPsr4; + } + + /** + * @return string[] Array of classname => path + * @psalm-var array + */ + public function getClassMap() + { + return $this->classMap; + } + + /** + * @param string[] $classMap Class to filename map + * @psalm-param array $classMap + * + * @return void + */ + public function addClassMap(array $classMap) + { + if ($this->classMap) { + $this->classMap = array_merge($this->classMap, $classMap); + } else { + $this->classMap = $classMap; + } + } + + /** + * Registers a set of PSR-0 directories for a given prefix, either + * appending or prepending to the ones previously set for this prefix. + * + * @param string $prefix The prefix + * @param string[]|string $paths The PSR-0 root directories + * @param bool $prepend Whether to prepend the directories + * + * @return void + */ + public function add($prefix, $paths, $prepend = false) + { + if (!$prefix) { + if ($prepend) { + $this->fallbackDirsPsr0 = array_merge( + (array) $paths, + $this->fallbackDirsPsr0 + ); + } else { + $this->fallbackDirsPsr0 = array_merge( + $this->fallbackDirsPsr0, + (array) $paths + ); + } + + return; + } + + $first = $prefix[0]; + if (!isset($this->prefixesPsr0[$first][$prefix])) { + $this->prefixesPsr0[$first][$prefix] = (array) $paths; + + return; + } + if ($prepend) { + $this->prefixesPsr0[$first][$prefix] = array_merge( + (array) $paths, + $this->prefixesPsr0[$first][$prefix] + ); + } else { + $this->prefixesPsr0[$first][$prefix] = array_merge( + $this->prefixesPsr0[$first][$prefix], + (array) $paths + ); + } + } + + /** + * Registers a set of PSR-4 directories for a given namespace, either + * appending or prepending to the ones previously set for this namespace. + * + * @param string $prefix The prefix/namespace, with trailing '\\' + * @param string[]|string $paths The PSR-4 base directories + * @param bool $prepend Whether to prepend the directories + * + * @throws \InvalidArgumentException + * + * @return void + */ + public function addPsr4($prefix, $paths, $prepend = false) + { + if (!$prefix) { + // Register directories for the root namespace. + if ($prepend) { + $this->fallbackDirsPsr4 = array_merge( + (array) $paths, + $this->fallbackDirsPsr4 + ); + } else { + $this->fallbackDirsPsr4 = array_merge( + $this->fallbackDirsPsr4, + (array) $paths + ); + } + } elseif (!isset($this->prefixDirsPsr4[$prefix])) { + // Register directories for a new namespace. + $length = strlen($prefix); + if ('\\' !== $prefix[$length - 1]) { + throw new \InvalidArgumentException("A non-empty PSR-4 prefix must end with a namespace separator."); + } + $this->prefixLengthsPsr4[$prefix[0]][$prefix] = $length; + $this->prefixDirsPsr4[$prefix] = (array) $paths; + } elseif ($prepend) { + // Prepend directories for an already registered namespace. + $this->prefixDirsPsr4[$prefix] = array_merge( + (array) $paths, + $this->prefixDirsPsr4[$prefix] + ); + } else { + // Append directories for an already registered namespace. + $this->prefixDirsPsr4[$prefix] = array_merge( + $this->prefixDirsPsr4[$prefix], + (array) $paths + ); + } + } + + /** + * Registers a set of PSR-0 directories for a given prefix, + * replacing any others previously set for this prefix. + * + * @param string $prefix The prefix + * @param string[]|string $paths The PSR-0 base directories + * + * @return void + */ + public function set($prefix, $paths) + { + if (!$prefix) { + $this->fallbackDirsPsr0 = (array) $paths; + } else { + $this->prefixesPsr0[$prefix[0]][$prefix] = (array) $paths; + } + } + + /** + * Registers a set of PSR-4 directories for a given namespace, + * replacing any others previously set for this namespace. + * + * @param string $prefix The prefix/namespace, with trailing '\\' + * @param string[]|string $paths The PSR-4 base directories + * + * @throws \InvalidArgumentException + * + * @return void + */ + public function setPsr4($prefix, $paths) + { + if (!$prefix) { + $this->fallbackDirsPsr4 = (array) $paths; + } else { + $length = strlen($prefix); + if ('\\' !== $prefix[$length - 1]) { + throw new \InvalidArgumentException("A non-empty PSR-4 prefix must end with a namespace separator."); + } + $this->prefixLengthsPsr4[$prefix[0]][$prefix] = $length; + $this->prefixDirsPsr4[$prefix] = (array) $paths; + } + } + + /** + * Turns on searching the include path for class files. + * + * @param bool $useIncludePath + * + * @return void + */ + public function setUseIncludePath($useIncludePath) + { + $this->useIncludePath = $useIncludePath; + } + + /** + * Can be used to check if the autoloader uses the include path to check + * for classes. + * + * @return bool + */ + public function getUseIncludePath() + { + return $this->useIncludePath; + } + + /** + * Turns off searching the prefix and fallback directories for classes + * that have not been registered with the class map. + * + * @param bool $classMapAuthoritative + * + * @return void + */ + public function setClassMapAuthoritative($classMapAuthoritative) + { + $this->classMapAuthoritative = $classMapAuthoritative; + } + + /** + * Should class lookup fail if not found in the current class map? + * + * @return bool + */ + public function isClassMapAuthoritative() + { + return $this->classMapAuthoritative; + } + + /** + * APCu prefix to use to cache found/not-found classes, if the extension is enabled. + * + * @param string|null $apcuPrefix + * + * @return void + */ + public function setApcuPrefix($apcuPrefix) + { + $this->apcuPrefix = function_exists('apcu_fetch') && filter_var(ini_get('apc.enabled'), FILTER_VALIDATE_BOOLEAN) ? $apcuPrefix : null; + } + + /** + * The APCu prefix in use, or null if APCu caching is not enabled. + * + * @return string|null + */ + public function getApcuPrefix() + { + return $this->apcuPrefix; + } + + /** + * Registers this instance as an autoloader. + * + * @param bool $prepend Whether to prepend the autoloader or not + * + * @return void + */ + public function register($prepend = false) + { + spl_autoload_register(array($this, 'loadClass'), true, $prepend); + + if (null === $this->vendorDir) { + return; + } + + if ($prepend) { + self::$registeredLoaders = array($this->vendorDir => $this) + self::$registeredLoaders; + } else { + unset(self::$registeredLoaders[$this->vendorDir]); + self::$registeredLoaders[$this->vendorDir] = $this; + } + } + + /** + * Unregisters this instance as an autoloader. + * + * @return void + */ + public function unregister() + { + spl_autoload_unregister(array($this, 'loadClass')); + + if (null !== $this->vendorDir) { + unset(self::$registeredLoaders[$this->vendorDir]); + } + } + + /** + * Loads the given class or interface. + * + * @param string $class The name of the class + * @return true|null True if loaded, null otherwise + */ + public function loadClass($class) + { + if ($file = $this->findFile($class)) { + includeFile($file); + + return true; + } + + return null; + } + + /** + * Finds the path to the file where the class is defined. + * + * @param string $class The name of the class + * + * @return string|false The path if found, false otherwise + */ + public function findFile($class) + { + // class map lookup + if (isset($this->classMap[$class])) { + return $this->classMap[$class]; + } + if ($this->classMapAuthoritative || isset($this->missingClasses[$class])) { + return false; + } + if (null !== $this->apcuPrefix) { + $file = apcu_fetch($this->apcuPrefix.$class, $hit); + if ($hit) { + return $file; + } + } + + $file = $this->findFileWithExtension($class, '.php'); + + // Search for Hack files if we are running on HHVM + if (false === $file && defined('HHVM_VERSION')) { + $file = $this->findFileWithExtension($class, '.hh'); + } + + if (null !== $this->apcuPrefix) { + apcu_add($this->apcuPrefix.$class, $file); + } + + if (false === $file) { + // Remember that this class does not exist. + $this->missingClasses[$class] = true; + } + + return $file; + } + + /** + * Returns the currently registered loaders indexed by their corresponding vendor directories. + * + * @return self[] + */ + public static function getRegisteredLoaders() + { + return self::$registeredLoaders; + } + + /** + * @param string $class + * @param string $ext + * @return string|false + */ + private function findFileWithExtension($class, $ext) + { + // PSR-4 lookup + $logicalPathPsr4 = strtr($class, '\\', DIRECTORY_SEPARATOR) . $ext; + + $first = $class[0]; + if (isset($this->prefixLengthsPsr4[$first])) { + $subPath = $class; + while (false !== $lastPos = strrpos($subPath, '\\')) { + $subPath = substr($subPath, 0, $lastPos); + $search = $subPath . '\\'; + if (isset($this->prefixDirsPsr4[$search])) { + $pathEnd = DIRECTORY_SEPARATOR . substr($logicalPathPsr4, $lastPos + 1); + foreach ($this->prefixDirsPsr4[$search] as $dir) { + if (file_exists($file = $dir . $pathEnd)) { + return $file; + } + } + } + } + } + + // PSR-4 fallback dirs + foreach ($this->fallbackDirsPsr4 as $dir) { + if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr4)) { + return $file; + } + } + + // PSR-0 lookup + if (false !== $pos = strrpos($class, '\\')) { + // namespaced class name + $logicalPathPsr0 = substr($logicalPathPsr4, 0, $pos + 1) + . strtr(substr($logicalPathPsr4, $pos + 1), '_', DIRECTORY_SEPARATOR); + } else { + // PEAR-like class name + $logicalPathPsr0 = strtr($class, '_', DIRECTORY_SEPARATOR) . $ext; + } + + if (isset($this->prefixesPsr0[$first])) { + foreach ($this->prefixesPsr0[$first] as $prefix => $dirs) { + if (0 === strpos($class, $prefix)) { + foreach ($dirs as $dir) { + if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr0)) { + return $file; + } + } + } + } + } + + // PSR-0 fallback dirs + foreach ($this->fallbackDirsPsr0 as $dir) { + if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr0)) { + return $file; + } + } + + // PSR-0 include paths. + if ($this->useIncludePath && $file = stream_resolve_include_path($logicalPathPsr0)) { + return $file; + } + + return false; + } +} + +/** + * Scope isolated include. + * + * Prevents access to $this/self from included files. + * + * @param string $file + * @return void + * @private + */ +function includeFile($file) +{ + include $file; +} diff --git a/vendor/composer/InstalledVersions.php b/vendor/composer/InstalledVersions.php new file mode 100644 index 0000000..7c5502c --- /dev/null +++ b/vendor/composer/InstalledVersions.php @@ -0,0 +1,337 @@ + + * Jordi Boggiano + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ + +namespace Composer; + +use Composer\Autoload\ClassLoader; +use Composer\Semver\VersionParser; + +/** + * This class is copied in every Composer installed project and available to all + * + * See also https://getcomposer.org/doc/07-runtime.md#installed-versions + * + * To require its presence, you can require `composer-runtime-api ^2.0` + */ +class InstalledVersions +{ + private static $installed; + private static $canGetVendors; + private static $installedByVendor = array(); + + /** + * Returns a list of all package names which are present, either by being installed, replaced or provided + * + * @return string[] + * @psalm-return list + */ + public static function getInstalledPackages() + { + $packages = array(); + foreach (self::getInstalled() as $installed) { + $packages[] = array_keys($installed['versions']); + } + + if (1 === \count($packages)) { + return $packages[0]; + } + + return array_keys(array_flip(\call_user_func_array('array_merge', $packages))); + } + + /** + * Returns a list of all package names with a specific type e.g. 'library' + * + * @param string $type + * @return string[] + * @psalm-return list + */ + public static function getInstalledPackagesByType($type) + { + $packagesByType = array(); + + foreach (self::getInstalled() as $installed) { + foreach ($installed['versions'] as $name => $package) { + if (isset($package['type']) && $package['type'] === $type) { + $packagesByType[] = $name; + } + } + } + + return $packagesByType; + } + + /** + * Checks whether the given package is installed + * + * This also returns true if the package name is provided or replaced by another package + * + * @param string $packageName + * @param bool $includeDevRequirements + * @return bool + */ + public static function isInstalled($packageName, $includeDevRequirements = true) + { + foreach (self::getInstalled() as $installed) { + if (isset($installed['versions'][$packageName])) { + return $includeDevRequirements || empty($installed['versions'][$packageName]['dev_requirement']); + } + } + + return false; + } + + /** + * Checks whether the given package satisfies a version constraint + * + * e.g. If you want to know whether version 2.3+ of package foo/bar is installed, you would call: + * + * Composer\InstalledVersions::satisfies(new VersionParser, 'foo/bar', '^2.3') + * + * @param VersionParser $parser Install composer/semver to have access to this class and functionality + * @param string $packageName + * @param string|null $constraint A version constraint to check for, if you pass one you have to make sure composer/semver is required by your package + * @return bool + */ + public static function satisfies(VersionParser $parser, $packageName, $constraint) + { + $constraint = $parser->parseConstraints($constraint); + $provided = $parser->parseConstraints(self::getVersionRanges($packageName)); + + return $provided->matches($constraint); + } + + /** + * Returns a version constraint representing all the range(s) which are installed for a given package + * + * It is easier to use this via isInstalled() with the $constraint argument if you need to check + * whether a given version of a package is installed, and not just whether it exists + * + * @param string $packageName + * @return string Version constraint usable with composer/semver + */ + public static function getVersionRanges($packageName) + { + foreach (self::getInstalled() as $installed) { + if (!isset($installed['versions'][$packageName])) { + continue; + } + + $ranges = array(); + if (isset($installed['versions'][$packageName]['pretty_version'])) { + $ranges[] = $installed['versions'][$packageName]['pretty_version']; + } + if (array_key_exists('aliases', $installed['versions'][$packageName])) { + $ranges = array_merge($ranges, $installed['versions'][$packageName]['aliases']); + } + if (array_key_exists('replaced', $installed['versions'][$packageName])) { + $ranges = array_merge($ranges, $installed['versions'][$packageName]['replaced']); + } + if (array_key_exists('provided', $installed['versions'][$packageName])) { + $ranges = array_merge($ranges, $installed['versions'][$packageName]['provided']); + } + + return implode(' || ', $ranges); + } + + throw new \OutOfBoundsException('Package "' . $packageName . '" is not installed'); + } + + /** + * @param string $packageName + * @return string|null If the package is being replaced or provided but is not really installed, null will be returned as version, use satisfies or getVersionRanges if you need to know if a given version is present + */ + public static function getVersion($packageName) + { + foreach (self::getInstalled() as $installed) { + if (!isset($installed['versions'][$packageName])) { + continue; + } + + if (!isset($installed['versions'][$packageName]['version'])) { + return null; + } + + return $installed['versions'][$packageName]['version']; + } + + throw new \OutOfBoundsException('Package "' . $packageName . '" is not installed'); + } + + /** + * @param string $packageName + * @return string|null If the package is being replaced or provided but is not really installed, null will be returned as version, use satisfies or getVersionRanges if you need to know if a given version is present + */ + public static function getPrettyVersion($packageName) + { + foreach (self::getInstalled() as $installed) { + if (!isset($installed['versions'][$packageName])) { + continue; + } + + if (!isset($installed['versions'][$packageName]['pretty_version'])) { + return null; + } + + return $installed['versions'][$packageName]['pretty_version']; + } + + throw new \OutOfBoundsException('Package "' . $packageName . '" is not installed'); + } + + /** + * @param string $packageName + * @return string|null If the package is being replaced or provided but is not really installed, null will be returned as reference + */ + public static function getReference($packageName) + { + foreach (self::getInstalled() as $installed) { + if (!isset($installed['versions'][$packageName])) { + continue; + } + + if (!isset($installed['versions'][$packageName]['reference'])) { + return null; + } + + return $installed['versions'][$packageName]['reference']; + } + + throw new \OutOfBoundsException('Package "' . $packageName . '" is not installed'); + } + + /** + * @param string $packageName + * @return string|null If the package is being replaced or provided but is not really installed, null will be returned as install path. Packages of type metapackages also have a null install path. + */ + public static function getInstallPath($packageName) + { + foreach (self::getInstalled() as $installed) { + if (!isset($installed['versions'][$packageName])) { + continue; + } + + return isset($installed['versions'][$packageName]['install_path']) ? $installed['versions'][$packageName]['install_path'] : null; + } + + throw new \OutOfBoundsException('Package "' . $packageName . '" is not installed'); + } + + /** + * @return array + * @psalm-return array{name: string, version: string, reference: string, pretty_version: string, aliases: string[], dev: bool, install_path: string, type: string} + */ + public static function getRootPackage() + { + $installed = self::getInstalled(); + + return $installed[0]['root']; + } + + /** + * Returns the raw installed.php data for custom implementations + * + * @deprecated Use getAllRawData() instead which returns all datasets for all autoloaders present in the process. getRawData only returns the first dataset loaded, which may not be what you expect. + * @return array[] + * @psalm-return array{root: array{name: string, version: string, reference: string, pretty_version: string, aliases: string[], dev: bool, install_path: string, type: string}, versions: array} + */ + public static function getRawData() + { + @trigger_error('getRawData only returns the first dataset loaded, which may not be what you expect. Use getAllRawData() instead which returns all datasets for all autoloaders present in the process.', E_USER_DEPRECATED); + + if (null === self::$installed) { + // only require the installed.php file if this file is loaded from its dumped location, + // and not from its source location in the composer/composer package, see https://github.com/composer/composer/issues/9937 + if (substr(__DIR__, -8, 1) !== 'C') { + self::$installed = include __DIR__ . '/installed.php'; + } else { + self::$installed = array(); + } + } + + return self::$installed; + } + + /** + * Returns the raw data of all installed.php which are currently loaded for custom implementations + * + * @return array[] + * @psalm-return list}> + */ + public static function getAllRawData() + { + return self::getInstalled(); + } + + /** + * Lets you reload the static array from another file + * + * This is only useful for complex integrations in which a project needs to use + * this class but then also needs to execute another project's autoloader in process, + * and wants to ensure both projects have access to their version of installed.php. + * + * A typical case would be PHPUnit, where it would need to make sure it reads all + * the data it needs from this class, then call reload() with + * `require $CWD/vendor/composer/installed.php` (or similar) as input to make sure + * the project in which it runs can then also use this class safely, without + * interference between PHPUnit's dependencies and the project's dependencies. + * + * @param array[] $data A vendor/composer/installed.php data set + * @return void + * + * @psalm-param array{root: array{name: string, version: string, reference: string, pretty_version: string, aliases: string[], dev: bool, install_path: string, type: string}, versions: array} $data + */ + public static function reload($data) + { + self::$installed = $data; + self::$installedByVendor = array(); + } + + /** + * @return array[] + * @psalm-return list}> + */ + private static function getInstalled() + { + if (null === self::$canGetVendors) { + self::$canGetVendors = method_exists('Composer\Autoload\ClassLoader', 'getRegisteredLoaders'); + } + + $installed = array(); + + if (self::$canGetVendors) { + foreach (ClassLoader::getRegisteredLoaders() as $vendorDir => $loader) { + if (isset(self::$installedByVendor[$vendorDir])) { + $installed[] = self::$installedByVendor[$vendorDir]; + } elseif (is_file($vendorDir.'/composer/installed.php')) { + $installed[] = self::$installedByVendor[$vendorDir] = require $vendorDir.'/composer/installed.php'; + if (null === self::$installed && strtr($vendorDir.'/composer', '\\', '/') === strtr(__DIR__, '\\', '/')) { + self::$installed = $installed[count($installed) - 1]; + } + } + } + } + + if (null === self::$installed) { + // only require the installed.php file if this file is loaded from its dumped location, + // and not from its source location in the composer/composer package, see https://github.com/composer/composer/issues/9937 + if (substr(__DIR__, -8, 1) !== 'C') { + self::$installed = require __DIR__ . '/installed.php'; + } else { + self::$installed = array(); + } + } + $installed[] = self::$installed; + + return $installed; + } +} diff --git a/vendor/composer/LICENSE b/vendor/composer/LICENSE new file mode 100644 index 0000000..f27399a --- /dev/null +++ b/vendor/composer/LICENSE @@ -0,0 +1,21 @@ + +Copyright (c) Nils Adermann, Jordi Boggiano + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is furnished +to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + diff --git a/vendor/composer/autoload_classmap.php b/vendor/composer/autoload_classmap.php new file mode 100644 index 0000000..1148ffe --- /dev/null +++ b/vendor/composer/autoload_classmap.php @@ -0,0 +1,35 @@ + $vendorDir . '/symfony/polyfill-php80/Resources/stubs/Attribute.php', + 'Composer\\InstalledVersions' => $vendorDir . '/composer/InstalledVersions.php', + 'Stringable' => $vendorDir . '/symfony/polyfill-php80/Resources/stubs/Stringable.php', + 'Tracy\\Bar' => $vendorDir . '/tracy/tracy/src/Tracy/Bar/Bar.php', + 'Tracy\\BlueScreen' => $vendorDir . '/tracy/tracy/src/Tracy/BlueScreen/BlueScreen.php', + 'Tracy\\Bridges\\Nette\\Bridge' => $vendorDir . '/tracy/tracy/src/Bridges/Nette/Bridge.php', + 'Tracy\\Bridges\\Nette\\MailSender' => $vendorDir . '/tracy/tracy/src/Bridges/Nette/MailSender.php', + 'Tracy\\Bridges\\Nette\\TracyExtension' => $vendorDir . '/tracy/tracy/src/Bridges/Nette/TracyExtension.php', + 'Tracy\\Bridges\\Psr\\PsrToTracyLoggerAdapter' => $vendorDir . '/tracy/tracy/src/Bridges/Psr/PsrToTracyLoggerAdapter.php', + 'Tracy\\Bridges\\Psr\\TracyToPsrLoggerAdapter' => $vendorDir . '/tracy/tracy/src/Bridges/Psr/TracyToPsrLoggerAdapter.php', + 'Tracy\\Debugger' => $vendorDir . '/tracy/tracy/src/Tracy/Debugger/Debugger.php', + 'Tracy\\DefaultBarPanel' => $vendorDir . '/tracy/tracy/src/Tracy/Bar/DefaultBarPanel.php', + 'Tracy\\Dumper' => $vendorDir . '/tracy/tracy/src/Tracy/Dumper/Dumper.php', + 'Tracy\\Dumper\\Describer' => $vendorDir . '/tracy/tracy/src/Tracy/Dumper/Describer.php', + 'Tracy\\Dumper\\Exposer' => $vendorDir . '/tracy/tracy/src/Tracy/Dumper/Exposer.php', + 'Tracy\\Dumper\\Renderer' => $vendorDir . '/tracy/tracy/src/Tracy/Dumper/Renderer.php', + 'Tracy\\Dumper\\Value' => $vendorDir . '/tracy/tracy/src/Tracy/Dumper/Value.php', + 'Tracy\\FireLogger' => $vendorDir . '/tracy/tracy/src/Tracy/Logger/FireLogger.php', + 'Tracy\\Helpers' => $vendorDir . '/tracy/tracy/src/Tracy/Helpers.php', + 'Tracy\\IBarPanel' => $vendorDir . '/tracy/tracy/src/Tracy/Bar/IBarPanel.php', + 'Tracy\\ILogger' => $vendorDir . '/tracy/tracy/src/Tracy/Logger/ILogger.php', + 'Tracy\\Logger' => $vendorDir . '/tracy/tracy/src/Tracy/Logger/Logger.php', + 'Tracy\\OutputDebugger' => $vendorDir . '/tracy/tracy/src/Tracy/OutputDebugger/OutputDebugger.php', + 'UnhandledMatchError' => $vendorDir . '/symfony/polyfill-php80/Resources/stubs/UnhandledMatchError.php', + 'ValueError' => $vendorDir . '/symfony/polyfill-php80/Resources/stubs/ValueError.php', + 'Verot\\Upload\\Upload' => $vendorDir . '/verot/class.upload.php/src/class.upload.php', +); diff --git a/vendor/composer/autoload_files.php b/vendor/composer/autoload_files.php new file mode 100644 index 0000000..93fc0a5 --- /dev/null +++ b/vendor/composer/autoload_files.php @@ -0,0 +1,15 @@ + $vendorDir . '/symfony/polyfill-mbstring/bootstrap.php', + 'a4a119a56e50fbb293281d9a48007e0e' => $vendorDir . '/symfony/polyfill-php80/bootstrap.php', + '6e3fae29631ef280660b3cdad06f25a8' => $vendorDir . '/symfony/deprecation-contracts/function.php', + '2df68f9e79c919e2d88506611769ed2e' => $vendorDir . '/respect/stringifier/src/stringify.php', + '320cde22f66dd4f5d3fd621d3e88b98f' => $vendorDir . '/symfony/polyfill-ctype/bootstrap.php', + 'd507e002f7fce7f0c6dbf1f22edcb902' => $vendorDir . '/tracy/tracy/src/Tracy/functions.php', +); diff --git a/vendor/composer/autoload_namespaces.php b/vendor/composer/autoload_namespaces.php new file mode 100644 index 0000000..b7fc012 --- /dev/null +++ b/vendor/composer/autoload_namespaces.php @@ -0,0 +1,9 @@ + array($vendorDir . '/symfony/polyfill-php80'), + 'Symfony\\Polyfill\\Mbstring\\' => array($vendorDir . '/symfony/polyfill-mbstring'), + 'Symfony\\Polyfill\\Ctype\\' => array($vendorDir . '/symfony/polyfill-ctype'), + 'Symfony\\Component\\HttpFoundation\\' => array($vendorDir . '/symfony/http-foundation'), + 'Respect\\Validation\\' => array($vendorDir . '/respect/validation/library'), + 'Respect\\Stringifier\\' => array($vendorDir . '/respect/stringifier/src'), + 'Psr\\Http\\Server\\' => array($vendorDir . '/psr/http-server-handler/src', $vendorDir . '/psr/http-server-middleware/src'), + 'Psr\\Http\\Message\\' => array($vendorDir . '/psr/http-message/src'), + 'PhpOption\\' => array($vendorDir . '/phpoption/phpoption/src/PhpOption'), + 'PHPMailer\\PHPMailer\\' => array($vendorDir . '/phpmailer/phpmailer/src'), + 'Odan\\Session\\' => array($vendorDir . '/odan/session/src'), + 'League\\Plates\\' => array($vendorDir . '/league/plates/src'), + 'GrahamCampbell\\ResultType\\' => array($vendorDir . '/graham-campbell/result-type/src'), + 'Dotenv\\' => array($vendorDir . '/vlucas/phpdotenv/src'), + 'Buki\\Router\\' => array($vendorDir . '/izniburak/router/src'), +); diff --git a/vendor/composer/autoload_real.php b/vendor/composer/autoload_real.php new file mode 100644 index 0000000..f3166a0 --- /dev/null +++ b/vendor/composer/autoload_real.php @@ -0,0 +1,75 @@ += 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded()); + if ($useStaticLoader) { + require __DIR__ . '/autoload_static.php'; + + call_user_func(\Composer\Autoload\ComposerStaticInitf106dc40b75b094d8848fab9be239569::getInitializer($loader)); + } else { + $map = require __DIR__ . '/autoload_namespaces.php'; + foreach ($map as $namespace => $path) { + $loader->set($namespace, $path); + } + + $map = require __DIR__ . '/autoload_psr4.php'; + foreach ($map as $namespace => $path) { + $loader->setPsr4($namespace, $path); + } + + $classMap = require __DIR__ . '/autoload_classmap.php'; + if ($classMap) { + $loader->addClassMap($classMap); + } + } + + $loader->register(true); + + if ($useStaticLoader) { + $includeFiles = Composer\Autoload\ComposerStaticInitf106dc40b75b094d8848fab9be239569::$files; + } else { + $includeFiles = require __DIR__ . '/autoload_files.php'; + } + foreach ($includeFiles as $fileIdentifier => $file) { + composerRequiref106dc40b75b094d8848fab9be239569($fileIdentifier, $file); + } + + return $loader; + } +} + +function composerRequiref106dc40b75b094d8848fab9be239569($fileIdentifier, $file) +{ + if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) { + require $file; + + $GLOBALS['__composer_autoload_files'][$fileIdentifier] = true; + } +} diff --git a/vendor/composer/autoload_static.php b/vendor/composer/autoload_static.php new file mode 100644 index 0000000..50968ef --- /dev/null +++ b/vendor/composer/autoload_static.php @@ -0,0 +1,162 @@ + __DIR__ . '/..' . '/symfony/polyfill-mbstring/bootstrap.php', + 'a4a119a56e50fbb293281d9a48007e0e' => __DIR__ . '/..' . '/symfony/polyfill-php80/bootstrap.php', + '6e3fae29631ef280660b3cdad06f25a8' => __DIR__ . '/..' . '/symfony/deprecation-contracts/function.php', + '2df68f9e79c919e2d88506611769ed2e' => __DIR__ . '/..' . '/respect/stringifier/src/stringify.php', + '320cde22f66dd4f5d3fd621d3e88b98f' => __DIR__ . '/..' . '/symfony/polyfill-ctype/bootstrap.php', + 'd507e002f7fce7f0c6dbf1f22edcb902' => __DIR__ . '/..' . '/tracy/tracy/src/Tracy/functions.php', + ); + + public static $prefixLengthsPsr4 = array ( + 'S' => + array ( + 'Symfony\\Polyfill\\Php80\\' => 23, + 'Symfony\\Polyfill\\Mbstring\\' => 26, + 'Symfony\\Polyfill\\Ctype\\' => 23, + 'Symfony\\Component\\HttpFoundation\\' => 33, + ), + 'R' => + array ( + 'Respect\\Validation\\' => 19, + 'Respect\\Stringifier\\' => 20, + ), + 'P' => + array ( + 'Psr\\Http\\Server\\' => 16, + 'Psr\\Http\\Message\\' => 17, + 'PhpOption\\' => 10, + 'PHPMailer\\PHPMailer\\' => 20, + ), + 'O' => + array ( + 'Odan\\Session\\' => 13, + ), + 'L' => + array ( + 'League\\Plates\\' => 14, + ), + 'G' => + array ( + 'GrahamCampbell\\ResultType\\' => 26, + ), + 'D' => + array ( + 'Dotenv\\' => 7, + ), + 'B' => + array ( + 'Buki\\Router\\' => 12, + ), + ); + + public static $prefixDirsPsr4 = array ( + 'Symfony\\Polyfill\\Php80\\' => + array ( + 0 => __DIR__ . '/..' . '/symfony/polyfill-php80', + ), + 'Symfony\\Polyfill\\Mbstring\\' => + array ( + 0 => __DIR__ . '/..' . '/symfony/polyfill-mbstring', + ), + 'Symfony\\Polyfill\\Ctype\\' => + array ( + 0 => __DIR__ . '/..' . '/symfony/polyfill-ctype', + ), + 'Symfony\\Component\\HttpFoundation\\' => + array ( + 0 => __DIR__ . '/..' . '/symfony/http-foundation', + ), + 'Respect\\Validation\\' => + array ( + 0 => __DIR__ . '/..' . '/respect/validation/library', + ), + 'Respect\\Stringifier\\' => + array ( + 0 => __DIR__ . '/..' . '/respect/stringifier/src', + ), + 'Psr\\Http\\Server\\' => + array ( + 0 => __DIR__ . '/..' . '/psr/http-server-handler/src', + 1 => __DIR__ . '/..' . '/psr/http-server-middleware/src', + ), + 'Psr\\Http\\Message\\' => + array ( + 0 => __DIR__ . '/..' . '/psr/http-message/src', + ), + 'PhpOption\\' => + array ( + 0 => __DIR__ . '/..' . '/phpoption/phpoption/src/PhpOption', + ), + 'PHPMailer\\PHPMailer\\' => + array ( + 0 => __DIR__ . '/..' . '/phpmailer/phpmailer/src', + ), + 'Odan\\Session\\' => + array ( + 0 => __DIR__ . '/..' . '/odan/session/src', + ), + 'League\\Plates\\' => + array ( + 0 => __DIR__ . '/..' . '/league/plates/src', + ), + 'GrahamCampbell\\ResultType\\' => + array ( + 0 => __DIR__ . '/..' . '/graham-campbell/result-type/src', + ), + 'Dotenv\\' => + array ( + 0 => __DIR__ . '/..' . '/vlucas/phpdotenv/src', + ), + 'Buki\\Router\\' => + array ( + 0 => __DIR__ . '/..' . '/izniburak/router/src', + ), + ); + + public static $classMap = array ( + 'Attribute' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/Attribute.php', + 'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php', + 'Stringable' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/Stringable.php', + 'Tracy\\Bar' => __DIR__ . '/..' . '/tracy/tracy/src/Tracy/Bar/Bar.php', + 'Tracy\\BlueScreen' => __DIR__ . '/..' . '/tracy/tracy/src/Tracy/BlueScreen/BlueScreen.php', + 'Tracy\\Bridges\\Nette\\Bridge' => __DIR__ . '/..' . '/tracy/tracy/src/Bridges/Nette/Bridge.php', + 'Tracy\\Bridges\\Nette\\MailSender' => __DIR__ . '/..' . '/tracy/tracy/src/Bridges/Nette/MailSender.php', + 'Tracy\\Bridges\\Nette\\TracyExtension' => __DIR__ . '/..' . '/tracy/tracy/src/Bridges/Nette/TracyExtension.php', + 'Tracy\\Bridges\\Psr\\PsrToTracyLoggerAdapter' => __DIR__ . '/..' . '/tracy/tracy/src/Bridges/Psr/PsrToTracyLoggerAdapter.php', + 'Tracy\\Bridges\\Psr\\TracyToPsrLoggerAdapter' => __DIR__ . '/..' . '/tracy/tracy/src/Bridges/Psr/TracyToPsrLoggerAdapter.php', + 'Tracy\\Debugger' => __DIR__ . '/..' . '/tracy/tracy/src/Tracy/Debugger/Debugger.php', + 'Tracy\\DefaultBarPanel' => __DIR__ . '/..' . '/tracy/tracy/src/Tracy/Bar/DefaultBarPanel.php', + 'Tracy\\Dumper' => __DIR__ . '/..' . '/tracy/tracy/src/Tracy/Dumper/Dumper.php', + 'Tracy\\Dumper\\Describer' => __DIR__ . '/..' . '/tracy/tracy/src/Tracy/Dumper/Describer.php', + 'Tracy\\Dumper\\Exposer' => __DIR__ . '/..' . '/tracy/tracy/src/Tracy/Dumper/Exposer.php', + 'Tracy\\Dumper\\Renderer' => __DIR__ . '/..' . '/tracy/tracy/src/Tracy/Dumper/Renderer.php', + 'Tracy\\Dumper\\Value' => __DIR__ . '/..' . '/tracy/tracy/src/Tracy/Dumper/Value.php', + 'Tracy\\FireLogger' => __DIR__ . '/..' . '/tracy/tracy/src/Tracy/Logger/FireLogger.php', + 'Tracy\\Helpers' => __DIR__ . '/..' . '/tracy/tracy/src/Tracy/Helpers.php', + 'Tracy\\IBarPanel' => __DIR__ . '/..' . '/tracy/tracy/src/Tracy/Bar/IBarPanel.php', + 'Tracy\\ILogger' => __DIR__ . '/..' . '/tracy/tracy/src/Tracy/Logger/ILogger.php', + 'Tracy\\Logger' => __DIR__ . '/..' . '/tracy/tracy/src/Tracy/Logger/Logger.php', + 'Tracy\\OutputDebugger' => __DIR__ . '/..' . '/tracy/tracy/src/Tracy/OutputDebugger/OutputDebugger.php', + 'UnhandledMatchError' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/UnhandledMatchError.php', + 'ValueError' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/ValueError.php', + 'Verot\\Upload\\Upload' => __DIR__ . '/..' . '/verot/class.upload.php/src/class.upload.php', + ); + + public static function getInitializer(ClassLoader $loader) + { + return \Closure::bind(function () use ($loader) { + $loader->prefixLengthsPsr4 = ComposerStaticInitf106dc40b75b094d8848fab9be239569::$prefixLengthsPsr4; + $loader->prefixDirsPsr4 = ComposerStaticInitf106dc40b75b094d8848fab9be239569::$prefixDirsPsr4; + $loader->classMap = ComposerStaticInitf106dc40b75b094d8848fab9be239569::$classMap; + + }, null, ClassLoader::class); + } +} diff --git a/vendor/composer/installed.json b/vendor/composer/installed.json new file mode 100644 index 0000000..a965dab --- /dev/null +++ b/vendor/composer/installed.json @@ -0,0 +1,1312 @@ +{ + "packages": [ + { + "name": "graham-campbell/result-type", + "version": "v1.0.2", + "version_normalized": "1.0.2.0", + "source": { + "type": "git", + "url": "https://github.com/GrahamCampbell/Result-Type.git", + "reference": "84afea85c6841deeea872f36249a206e878a5de0" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/GrahamCampbell/Result-Type/zipball/84afea85c6841deeea872f36249a206e878a5de0", + "reference": "84afea85c6841deeea872f36249a206e878a5de0", + "shasum": "" + }, + "require": { + "php": "^7.0 || ^8.0", + "phpoption/phpoption": "^1.8" + }, + "require-dev": { + "phpunit/phpunit": "^6.5.14 || ^7.5.20 || ^8.5.19 || ^9.5.8" + }, + "time": "2021-08-28T21:34:50+00:00", + "type": "library", + "installation-source": "dist", + "autoload": { + "psr-4": { + "GrahamCampbell\\ResultType\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Graham Campbell", + "email": "hello@gjcampbell.co.uk" + } + ], + "description": "An Implementation Of The Result Type", + "keywords": [ + "Graham Campbell", + "GrahamCampbell", + "Result Type", + "Result-Type", + "result" + ], + "support": { + "issues": "https://github.com/GrahamCampbell/Result-Type/issues", + "source": "https://github.com/GrahamCampbell/Result-Type/tree/v1.0.2" + }, + "funding": [ + { + "url": "https://github.com/GrahamCampbell", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/graham-campbell/result-type", + "type": "tidelift" + } + ], + "install-path": "../graham-campbell/result-type" + }, + { + "name": "izniburak/router", + "version": "v2.3.1", + "version_normalized": "2.3.1.0", + "source": { + "type": "git", + "url": "https://github.com/izniburak/php-router.git", + "reference": "9d9ce5a2708b1cddae965cf78c5b279355d23646" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/izniburak/php-router/zipball/9d9ce5a2708b1cddae965cf78c5b279355d23646", + "reference": "9d9ce5a2708b1cddae965cf78c5b279355d23646", + "shasum": "" + }, + "require": { + "ext-json": "*", + "php": ">=7.2.5", + "symfony/http-foundation": "^5.1" + }, + "require-dev": { + "guzzlehttp/guzzle": "^7.2", + "phpunit/phpunit": "^8.5 || ^9.4" + }, + "time": "2021-05-09T22:51:49+00:00", + "type": "library", + "installation-source": "dist", + "autoload": { + "psr-4": { + "Buki\\Router\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Ä°zni Burak DemirtaÅŸ", + "email": "info@burakdemirtas.org", + "homepage": "https://burakdemirtas.org" + } + ], + "description": "simple router class for php", + "homepage": "https://github.com/izniburak/php-router", + "keywords": [ + "route", + "router", + "routing" + ], + "support": { + "issues": "https://github.com/izniburak/php-router/issues", + "source": "https://github.com/izniburak/php-router/tree/v2.3.1" + }, + "install-path": "../izniburak/router" + }, + { + "name": "league/plates", + "version": "v3.4.0", + "version_normalized": "3.4.0.0", + "source": { + "type": "git", + "url": "https://github.com/thephpleague/plates.git", + "reference": "6d3ee31199b536a4e003b34a356ca20f6f75496a" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/thephpleague/plates/zipball/6d3ee31199b536a4e003b34a356ca20f6f75496a", + "reference": "6d3ee31199b536a4e003b34a356ca20f6f75496a", + "shasum": "" + }, + "require": { + "php": "^7.0|^8.0" + }, + "require-dev": { + "mikey179/vfsstream": "^1.6", + "phpunit/phpunit": "^9.5", + "squizlabs/php_codesniffer": "^3.5" + }, + "time": "2020-12-25T05:00:37+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.0-dev" + } + }, + "installation-source": "dist", + "autoload": { + "psr-4": { + "League\\Plates\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Jonathan Reinink", + "email": "jonathan@reinink.ca", + "role": "Developer" + }, + { + "name": "RJ Garcia", + "email": "ragboyjr@icloud.com", + "role": "Developer" + } + ], + "description": "Plates, the native PHP template system that's fast, easy to use and easy to extend.", + "homepage": "https://platesphp.com", + "keywords": [ + "league", + "package", + "templates", + "templating", + "views" + ], + "support": { + "issues": "https://github.com/thephpleague/plates/issues", + "source": "https://github.com/thephpleague/plates/tree/v3.4.0" + }, + "install-path": "../league/plates" + }, + { + "name": "odan/session", + "version": "5.1.0", + "version_normalized": "5.1.0.0", + "source": { + "type": "git", + "url": "https://github.com/odan/session.git", + "reference": "df95aeee04dec466172d4c4e0e3ac9245e8182b0" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/odan/session/zipball/df95aeee04dec466172d4c4e0e3ac9245e8182b0", + "reference": "df95aeee04dec466172d4c4e0e3ac9245e8182b0", + "shasum": "" + }, + "require": { + "php": "^7.3 || ^8.0", + "psr/http-message": "^1.0", + "psr/http-server-handler": "^1.0", + "psr/http-server-middleware": "^1.0" + }, + "require-dev": { + "friendsofphp/php-cs-fixer": "^2.16", + "middlewares/utils": "^3.1", + "overtrue/phplint": "^1.1 || ^2.0", + "phpstan/phpstan": "0.*", + "phpunit/phpunit": "^7 || ^8 || ^9", + "slim/psr7": "^1.1", + "squizlabs/php_codesniffer": "^3.4" + }, + "time": "2020-12-23T18:09:07+00:00", + "type": "library", + "installation-source": "dist", + "autoload": { + "psr-4": { + "Odan\\Session\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "description": "A Slim session handler", + "homepage": "https://github.com/odan/session", + "keywords": [ + "session", + "slim" + ], + "support": { + "issues": "https://github.com/odan/session/issues", + "source": "https://github.com/odan/session/tree/5.1.0" + }, + "install-path": "../odan/session" + }, + { + "name": "phpmailer/phpmailer", + "version": "v6.5.1", + "version_normalized": "6.5.1.0", + "source": { + "type": "git", + "url": "https://github.com/PHPMailer/PHPMailer.git", + "reference": "dd803df5ad7492e1b40637f7ebd258fee5ca7355" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/dd803df5ad7492e1b40637f7ebd258fee5ca7355", + "reference": "dd803df5ad7492e1b40637f7ebd258fee5ca7355", + "shasum": "" + }, + "require": { + "ext-ctype": "*", + "ext-filter": "*", + "ext-hash": "*", + "php": ">=5.5.0" + }, + "require-dev": { + "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0", + "doctrine/annotations": "^1.2", + "php-parallel-lint/php-console-highlighter": "^0.5.0", + "php-parallel-lint/php-parallel-lint": "^1.3", + "phpcompatibility/php-compatibility": "^9.3.5", + "roave/security-advisories": "dev-latest", + "squizlabs/php_codesniffer": "^3.6.0", + "yoast/phpunit-polyfills": "^1.0.0" + }, + "suggest": { + "ext-mbstring": "Needed to send email in multibyte encoding charset or decode encoded addresses", + "hayageek/oauth2-yahoo": "Needed for Yahoo XOAUTH2 authentication", + "league/oauth2-google": "Needed for Google XOAUTH2 authentication", + "psr/log": "For optional PSR-3 debug logging", + "stevenmaguire/oauth2-microsoft": "Needed for Microsoft XOAUTH2 authentication", + "symfony/polyfill-mbstring": "To support UTF-8 if the Mbstring PHP extension is not enabled (^1.2)" + }, + "time": "2021-08-18T09:14:16+00:00", + "type": "library", + "installation-source": "dist", + "autoload": { + "psr-4": { + "PHPMailer\\PHPMailer\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "LGPL-2.1-only" + ], + "authors": [ + { + "name": "Marcus Bointon", + "email": "phpmailer@synchromedia.co.uk" + }, + { + "name": "Jim Jagielski", + "email": "jimjag@gmail.com" + }, + { + "name": "Andy Prevost", + "email": "codeworxtech@users.sourceforge.net" + }, + { + "name": "Brent R. Matzelle" + } + ], + "description": "PHPMailer is a full-featured email creation and transfer class for PHP", + "support": { + "issues": "https://github.com/PHPMailer/PHPMailer/issues", + "source": "https://github.com/PHPMailer/PHPMailer/tree/v6.5.1" + }, + "funding": [ + { + "url": "https://github.com/Synchro", + "type": "github" + } + ], + "install-path": "../phpmailer/phpmailer" + }, + { + "name": "phpoption/phpoption", + "version": "1.8.0", + "version_normalized": "1.8.0.0", + "source": { + "type": "git", + "url": "https://github.com/schmittjoh/php-option.git", + "reference": "5455cb38aed4523f99977c4a12ef19da4bfe2a28" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/5455cb38aed4523f99977c4a12ef19da4bfe2a28", + "reference": "5455cb38aed4523f99977c4a12ef19da4bfe2a28", + "shasum": "" + }, + "require": { + "php": "^7.0 || ^8.0" + }, + "require-dev": { + "bamarni/composer-bin-plugin": "^1.4.1", + "phpunit/phpunit": "^6.5.14 || ^7.0.20 || ^8.5.19 || ^9.5.8" + }, + "time": "2021-08-28T21:27:29+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.8-dev" + } + }, + "installation-source": "dist", + "autoload": { + "psr-4": { + "PhpOption\\": "src/PhpOption/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "Apache-2.0" + ], + "authors": [ + { + "name": "Johannes M. Schmitt", + "email": "schmittjoh@gmail.com" + }, + { + "name": "Graham Campbell", + "email": "hello@gjcampbell.co.uk" + } + ], + "description": "Option Type for PHP", + "keywords": [ + "language", + "option", + "php", + "type" + ], + "support": { + "issues": "https://github.com/schmittjoh/php-option/issues", + "source": "https://github.com/schmittjoh/php-option/tree/1.8.0" + }, + "funding": [ + { + "url": "https://github.com/GrahamCampbell", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/phpoption/phpoption", + "type": "tidelift" + } + ], + "install-path": "../phpoption/phpoption" + }, + { + "name": "psr/http-message", + "version": "1.0.1", + "version_normalized": "1.0.1.0", + "source": { + "type": "git", + "url": "https://github.com/php-fig/http-message.git", + "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363", + "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363", + "shasum": "" + }, + "require": { + "php": ">=5.3.0" + }, + "time": "2016-08-06T14:39:51+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "installation-source": "dist", + "autoload": { + "psr-4": { + "Psr\\Http\\Message\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "PHP-FIG", + "homepage": "http://www.php-fig.org/" + } + ], + "description": "Common interface for HTTP messages", + "homepage": "https://github.com/php-fig/http-message", + "keywords": [ + "http", + "http-message", + "psr", + "psr-7", + "request", + "response" + ], + "support": { + "source": "https://github.com/php-fig/http-message/tree/master" + }, + "install-path": "../psr/http-message" + }, + { + "name": "psr/http-server-handler", + "version": "1.0.1", + "version_normalized": "1.0.1.0", + "source": { + "type": "git", + "url": "https://github.com/php-fig/http-server-handler.git", + "reference": "aff2f80e33b7f026ec96bb42f63242dc50ffcae7" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/php-fig/http-server-handler/zipball/aff2f80e33b7f026ec96bb42f63242dc50ffcae7", + "reference": "aff2f80e33b7f026ec96bb42f63242dc50ffcae7", + "shasum": "" + }, + "require": { + "php": ">=7.0", + "psr/http-message": "^1.0" + }, + "time": "2018-10-30T16:46:14+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "installation-source": "dist", + "autoload": { + "psr-4": { + "Psr\\Http\\Server\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "PHP-FIG", + "homepage": "http://www.php-fig.org/" + } + ], + "description": "Common interface for HTTP server-side request handler", + "keywords": [ + "handler", + "http", + "http-interop", + "psr", + "psr-15", + "psr-7", + "request", + "response", + "server" + ], + "support": { + "issues": "https://github.com/php-fig/http-server-handler/issues", + "source": "https://github.com/php-fig/http-server-handler/tree/master" + }, + "install-path": "../psr/http-server-handler" + }, + { + "name": "psr/http-server-middleware", + "version": "1.0.1", + "version_normalized": "1.0.1.0", + "source": { + "type": "git", + "url": "https://github.com/php-fig/http-server-middleware.git", + "reference": "2296f45510945530b9dceb8bcedb5cb84d40c5f5" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/php-fig/http-server-middleware/zipball/2296f45510945530b9dceb8bcedb5cb84d40c5f5", + "reference": "2296f45510945530b9dceb8bcedb5cb84d40c5f5", + "shasum": "" + }, + "require": { + "php": ">=7.0", + "psr/http-message": "^1.0", + "psr/http-server-handler": "^1.0" + }, + "time": "2018-10-30T17:12:04+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "installation-source": "dist", + "autoload": { + "psr-4": { + "Psr\\Http\\Server\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "PHP-FIG", + "homepage": "http://www.php-fig.org/" + } + ], + "description": "Common interface for HTTP server-side middleware", + "keywords": [ + "http", + "http-interop", + "middleware", + "psr", + "psr-15", + "psr-7", + "request", + "response" + ], + "support": { + "issues": "https://github.com/php-fig/http-server-middleware/issues", + "source": "https://github.com/php-fig/http-server-middleware/tree/master" + }, + "install-path": "../psr/http-server-middleware" + }, + { + "name": "respect/stringifier", + "version": "0.2.0", + "version_normalized": "0.2.0.0", + "source": { + "type": "git", + "url": "https://github.com/Respect/Stringifier.git", + "reference": "e55af3c8aeaeaa2abb5fa47a58a8e9688cc23b59" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/Respect/Stringifier/zipball/e55af3c8aeaeaa2abb5fa47a58a8e9688cc23b59", + "reference": "e55af3c8aeaeaa2abb5fa47a58a8e9688cc23b59", + "shasum": "" + }, + "require": { + "php": ">=7.1" + }, + "require-dev": { + "friendsofphp/php-cs-fixer": "^2.8", + "malukenho/docheader": "^0.1.7", + "phpunit/phpunit": "^6.4" + }, + "time": "2017-12-29T19:39:25+00:00", + "type": "library", + "installation-source": "dist", + "autoload": { + "psr-4": { + "Respect\\Stringifier\\": "src/" + }, + "files": [ + "src/stringify.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Respect/Stringifier Contributors", + "homepage": "https://github.com/Respect/Stringifier/graphs/contributors" + } + ], + "description": "Converts any value to a string", + "homepage": "http://respect.github.io/Stringifier/", + "keywords": [ + "respect", + "stringifier", + "stringify" + ], + "support": { + "issues": "https://github.com/Respect/Stringifier/issues", + "source": "https://github.com/Respect/Stringifier/tree/0.2.0" + }, + "install-path": "../respect/stringifier" + }, + { + "name": "respect/validation", + "version": "2.2.3", + "version_normalized": "2.2.3.0", + "source": { + "type": "git", + "url": "https://github.com/Respect/Validation.git", + "reference": "4c21a7ffc9a4915673cb2c2843963919e664e627" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/Respect/Validation/zipball/4c21a7ffc9a4915673cb2c2843963919e664e627", + "reference": "4c21a7ffc9a4915673cb2c2843963919e664e627", + "shasum": "" + }, + "require": { + "php": "^7.3 || ^8.0", + "respect/stringifier": "^0.2.0", + "symfony/polyfill-mbstring": "^1.2" + }, + "require-dev": { + "egulias/email-validator": "^3.0", + "malukenho/docheader": "^0.1", + "mikey179/vfsstream": "^1.6", + "phpstan/phpstan": "^0.12", + "phpstan/phpstan-deprecation-rules": "^0.12", + "phpstan/phpstan-phpunit": "^0.12", + "phpunit/phpunit": "^9.3", + "psr/http-message": "^1.0", + "respect/coding-standard": "^3.0", + "squizlabs/php_codesniffer": "^3.5", + "symfony/validator": "^3.0||^4.0", + "zendframework/zend-validator": "^2.1" + }, + "suggest": { + "egulias/email-validator": "Strict (RFC compliant) email validation", + "ext-bcmath": "Arbitrary Precision Mathematics", + "ext-fileinfo": "File Information", + "ext-mbstring": "Multibyte String Functions", + "symfony/validator": "Use Symfony validator through Respect\\Validation", + "zendframework/zend-validator": "Use Zend Framework validator through Respect\\Validation" + }, + "time": "2021-03-19T14:12:45+00:00", + "type": "library", + "installation-source": "dist", + "autoload": { + "psr-4": { + "Respect\\Validation\\": "library/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Respect/Validation Contributors", + "homepage": "https://github.com/Respect/Validation/graphs/contributors" + } + ], + "description": "The most awesome validation engine ever created for PHP", + "homepage": "http://respect.github.io/Validation/", + "keywords": [ + "respect", + "validation", + "validator" + ], + "support": { + "issues": "https://github.com/Respect/Validation/issues", + "source": "https://github.com/Respect/Validation/tree/2.2.3" + }, + "install-path": "../respect/validation" + }, + { + "name": "symfony/deprecation-contracts", + "version": "v2.4.0", + "version_normalized": "2.4.0.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/deprecation-contracts.git", + "reference": "5f38c8804a9e97d23e0c8d63341088cd8a22d627" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/5f38c8804a9e97d23e0c8d63341088cd8a22d627", + "reference": "5f38c8804a9e97d23e0c8d63341088cd8a22d627", + "shasum": "" + }, + "require": { + "php": ">=7.1" + }, + "time": "2021-03-23T23:28:01+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "2.4-dev" + }, + "thanks": { + "name": "symfony/contracts", + "url": "https://github.com/symfony/contracts" + } + }, + "installation-source": "dist", + "autoload": { + "files": [ + "function.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "A generic function and convention to trigger deprecation notices", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/deprecation-contracts/tree/v2.4.0" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "install-path": "../symfony/deprecation-contracts" + }, + { + "name": "symfony/http-foundation", + "version": "v5.3.7", + "version_normalized": "5.3.7.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/http-foundation.git", + "reference": "e36c8e5502b4f3f0190c675f1c1f1248a64f04e5" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/http-foundation/zipball/e36c8e5502b4f3f0190c675f1c1f1248a64f04e5", + "reference": "e36c8e5502b4f3f0190c675f1c1f1248a64f04e5", + "shasum": "" + }, + "require": { + "php": ">=7.2.5", + "symfony/deprecation-contracts": "^2.1", + "symfony/polyfill-mbstring": "~1.1", + "symfony/polyfill-php80": "^1.16" + }, + "require-dev": { + "predis/predis": "~1.0", + "symfony/cache": "^4.4|^5.0", + "symfony/expression-language": "^4.4|^5.0", + "symfony/mime": "^4.4|^5.0" + }, + "suggest": { + "symfony/mime": "To use the file extension guesser" + }, + "time": "2021-08-27T11:20:35+00:00", + "type": "library", + "installation-source": "dist", + "autoload": { + "psr-4": { + "Symfony\\Component\\HttpFoundation\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Defines an object-oriented layer for the HTTP specification", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/http-foundation/tree/v5.3.7" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "install-path": "../symfony/http-foundation" + }, + { + "name": "symfony/polyfill-ctype", + "version": "v1.23.0", + "version_normalized": "1.23.0.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-ctype.git", + "reference": "46cd95797e9df938fdd2b03693b5fca5e64b01ce" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/46cd95797e9df938fdd2b03693b5fca5e64b01ce", + "reference": "46cd95797e9df938fdd2b03693b5fca5e64b01ce", + "shasum": "" + }, + "require": { + "php": ">=7.1" + }, + "suggest": { + "ext-ctype": "For best performance" + }, + "time": "2021-02-19T12:13:01+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "1.23-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" + } + }, + "installation-source": "dist", + "autoload": { + "psr-4": { + "Symfony\\Polyfill\\Ctype\\": "" + }, + "files": [ + "bootstrap.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Gert de Pagter", + "email": "BackEndTea@gmail.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony polyfill for ctype functions", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "ctype", + "polyfill", + "portable" + ], + "support": { + "source": "https://github.com/symfony/polyfill-ctype/tree/v1.23.0" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "install-path": "../symfony/polyfill-ctype" + }, + { + "name": "symfony/polyfill-mbstring", + "version": "v1.23.1", + "version_normalized": "1.23.1.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-mbstring.git", + "reference": "9174a3d80210dca8daa7f31fec659150bbeabfc6" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9174a3d80210dca8daa7f31fec659150bbeabfc6", + "reference": "9174a3d80210dca8daa7f31fec659150bbeabfc6", + "shasum": "" + }, + "require": { + "php": ">=7.1" + }, + "suggest": { + "ext-mbstring": "For best performance" + }, + "time": "2021-05-27T12:26:48+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "1.23-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" + } + }, + "installation-source": "dist", + "autoload": { + "psr-4": { + "Symfony\\Polyfill\\Mbstring\\": "" + }, + "files": [ + "bootstrap.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony polyfill for the Mbstring extension", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "mbstring", + "polyfill", + "portable", + "shim" + ], + "support": { + "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.23.1" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "install-path": "../symfony/polyfill-mbstring" + }, + { + "name": "symfony/polyfill-php80", + "version": "v1.23.1", + "version_normalized": "1.23.1.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-php80.git", + "reference": "1100343ed1a92e3a38f9ae122fc0eb21602547be" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/1100343ed1a92e3a38f9ae122fc0eb21602547be", + "reference": "1100343ed1a92e3a38f9ae122fc0eb21602547be", + "shasum": "" + }, + "require": { + "php": ">=7.1" + }, + "time": "2021-07-28T13:41:28+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "1.23-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" + } + }, + "installation-source": "dist", + "autoload": { + "psr-4": { + "Symfony\\Polyfill\\Php80\\": "" + }, + "files": [ + "bootstrap.php" + ], + "classmap": [ + "Resources/stubs" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Ion Bazan", + "email": "ion.bazan@gmail.com" + }, + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "polyfill", + "portable", + "shim" + ], + "support": { + "source": "https://github.com/symfony/polyfill-php80/tree/v1.23.1" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "install-path": "../symfony/polyfill-php80" + }, + { + "name": "tracy/tracy", + "version": "v2.8.7", + "version_normalized": "2.8.7.0", + "source": { + "type": "git", + "url": "https://github.com/nette/tracy.git", + "reference": "8e708de7c611f626c8792d43f1c78812ea24e6f6" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/nette/tracy/zipball/8e708de7c611f626c8792d43f1c78812ea24e6f6", + "reference": "8e708de7c611f626c8792d43f1c78812ea24e6f6", + "shasum": "" + }, + "require": { + "ext-json": "*", + "ext-session": "*", + "php": ">=7.2 <8.2" + }, + "conflict": { + "nette/di": "<3.0" + }, + "require-dev": { + "latte/latte": "^2.5", + "nette/di": "^3.0", + "nette/mail": "^3.0", + "nette/tester": "^2.2", + "nette/utils": "^3.0", + "phpstan/phpstan": "^0.12", + "psr/log": "^1.0" + }, + "time": "2021-08-24T16:26:27+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.8-dev" + } + }, + "installation-source": "dist", + "autoload": { + "classmap": [ + "src" + ], + "files": [ + "src/Tracy/functions.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "David Grudl", + "homepage": "https://davidgrudl.com" + }, + { + "name": "Nette Community", + "homepage": "https://nette.org/contributors" + } + ], + "description": "😎 Tracy: the addictive tool to ease debugging PHP code for cool developers. Friendly design, logging, profiler, advanced features like debugging AJAX calls or CLI support. You will love it.", + "homepage": "https://tracy.nette.org", + "keywords": [ + "Xdebug", + "debug", + "debugger", + "nette", + "profiler" + ], + "support": { + "issues": "https://github.com/nette/tracy/issues", + "source": "https://github.com/nette/tracy/tree/v2.8.7" + }, + "install-path": "../tracy/tracy" + }, + { + "name": "verot/class.upload.php", + "version": "2.1.0", + "version_normalized": "2.1.0.0", + "source": { + "type": "git", + "url": "https://github.com/verot/class.upload.php.git", + "reference": "4d9aae875245948d21e42ade332fb45f897f28bb" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/verot/class.upload.php/zipball/4d9aae875245948d21e42ade332fb45f897f28bb", + "reference": "4d9aae875245948d21e42ade332fb45f897f28bb", + "shasum": "" + }, + "require": { + "php": ">=5.3" + }, + "time": "2020-12-13T22:26:17+00:00", + "type": "library", + "installation-source": "dist", + "autoload": { + "classmap": [ + "src/class.upload.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "GPL-2.0-only" + ], + "authors": [ + { + "name": "Colin Verot", + "email": "colin@verot.net" + } + ], + "description": "This PHP class uploads files and manipulates images very easily.", + "homepage": "http://www.verot.net/php_class_upload.htm", + "keywords": [ + "gd", + "upload" + ], + "support": { + "email": "colin@verot.net", + "issues": "https://github.com/verot/class.upload.php/issues", + "source": "https://github.com/verot/class.upload.php/tree/2.1.0" + }, + "install-path": "../verot/class.upload.php" + }, + { + "name": "vlucas/phpdotenv", + "version": "v5.3.0", + "version_normalized": "5.3.0.0", + "source": { + "type": "git", + "url": "https://github.com/vlucas/phpdotenv.git", + "reference": "b3eac5c7ac896e52deab4a99068e3f4ab12d9e56" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/b3eac5c7ac896e52deab4a99068e3f4ab12d9e56", + "reference": "b3eac5c7ac896e52deab4a99068e3f4ab12d9e56", + "shasum": "" + }, + "require": { + "ext-pcre": "*", + "graham-campbell/result-type": "^1.0.1", + "php": "^7.1.3 || ^8.0", + "phpoption/phpoption": "^1.7.4", + "symfony/polyfill-ctype": "^1.17", + "symfony/polyfill-mbstring": "^1.17", + "symfony/polyfill-php80": "^1.17" + }, + "require-dev": { + "bamarni/composer-bin-plugin": "^1.4.1", + "ext-filter": "*", + "phpunit/phpunit": "^7.5.20 || ^8.5.14 || ^9.5.1" + }, + "suggest": { + "ext-filter": "Required to use the boolean validator." + }, + "time": "2021-01-20T15:23:13+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "5.3-dev" + } + }, + "installation-source": "dist", + "autoload": { + "psr-4": { + "Dotenv\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Graham Campbell", + "email": "graham@alt-three.com", + "homepage": "https://gjcampbell.co.uk/" + }, + { + "name": "Vance Lucas", + "email": "vance@vancelucas.com", + "homepage": "https://vancelucas.com/" + } + ], + "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.", + "keywords": [ + "dotenv", + "env", + "environment" + ], + "support": { + "issues": "https://github.com/vlucas/phpdotenv/issues", + "source": "https://github.com/vlucas/phpdotenv/tree/v5.3.0" + }, + "funding": [ + { + "url": "https://github.com/GrahamCampbell", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/vlucas/phpdotenv", + "type": "tidelift" + } + ], + "install-path": "../vlucas/phpdotenv" + } + ], + "dev": true, + "dev-package-names": [] +} diff --git a/vendor/composer/installed.php b/vendor/composer/installed.php new file mode 100644 index 0000000..7265dea --- /dev/null +++ b/vendor/composer/installed.php @@ -0,0 +1,194 @@ + array( + 'pretty_version' => 'dev-master', + 'version' => 'dev-master', + 'type' => 'flare-framework', + 'install_path' => __DIR__ . '/../../', + 'aliases' => array(), + 'reference' => 'fb2feafe8cfe16e4d85325b1c6d5aaa245033949', + 'name' => 'flare-framework/flare', + 'dev' => true, + ), + 'versions' => array( + 'flare-framework/flare' => array( + 'pretty_version' => 'dev-master', + 'version' => 'dev-master', + 'type' => 'flare-framework', + 'install_path' => __DIR__ . '/../../', + 'aliases' => array(), + 'reference' => 'fb2feafe8cfe16e4d85325b1c6d5aaa245033949', + 'dev_requirement' => false, + ), + 'graham-campbell/result-type' => array( + 'pretty_version' => 'v1.0.2', + 'version' => '1.0.2.0', + 'type' => 'library', + 'install_path' => __DIR__ . '/../graham-campbell/result-type', + 'aliases' => array(), + 'reference' => '84afea85c6841deeea872f36249a206e878a5de0', + 'dev_requirement' => false, + ), + 'izniburak/router' => array( + 'pretty_version' => 'v2.3.1', + 'version' => '2.3.1.0', + 'type' => 'library', + 'install_path' => __DIR__ . '/../izniburak/router', + 'aliases' => array(), + 'reference' => '9d9ce5a2708b1cddae965cf78c5b279355d23646', + 'dev_requirement' => false, + ), + 'league/plates' => array( + 'pretty_version' => 'v3.4.0', + 'version' => '3.4.0.0', + 'type' => 'library', + 'install_path' => __DIR__ . '/../league/plates', + 'aliases' => array(), + 'reference' => '6d3ee31199b536a4e003b34a356ca20f6f75496a', + 'dev_requirement' => false, + ), + 'odan/session' => array( + 'pretty_version' => '5.1.0', + 'version' => '5.1.0.0', + 'type' => 'library', + 'install_path' => __DIR__ . '/../odan/session', + 'aliases' => array(), + 'reference' => 'df95aeee04dec466172d4c4e0e3ac9245e8182b0', + 'dev_requirement' => false, + ), + 'phpmailer/phpmailer' => array( + 'pretty_version' => 'v6.5.1', + 'version' => '6.5.1.0', + 'type' => 'library', + 'install_path' => __DIR__ . '/../phpmailer/phpmailer', + 'aliases' => array(), + 'reference' => 'dd803df5ad7492e1b40637f7ebd258fee5ca7355', + 'dev_requirement' => false, + ), + 'phpoption/phpoption' => array( + 'pretty_version' => '1.8.0', + 'version' => '1.8.0.0', + 'type' => 'library', + 'install_path' => __DIR__ . '/../phpoption/phpoption', + 'aliases' => array(), + 'reference' => '5455cb38aed4523f99977c4a12ef19da4bfe2a28', + 'dev_requirement' => false, + ), + 'psr/http-message' => array( + 'pretty_version' => '1.0.1', + 'version' => '1.0.1.0', + 'type' => 'library', + 'install_path' => __DIR__ . '/../psr/http-message', + 'aliases' => array(), + 'reference' => 'f6561bf28d520154e4b0ec72be95418abe6d9363', + 'dev_requirement' => false, + ), + 'psr/http-server-handler' => array( + 'pretty_version' => '1.0.1', + 'version' => '1.0.1.0', + 'type' => 'library', + 'install_path' => __DIR__ . '/../psr/http-server-handler', + 'aliases' => array(), + 'reference' => 'aff2f80e33b7f026ec96bb42f63242dc50ffcae7', + 'dev_requirement' => false, + ), + 'psr/http-server-middleware' => array( + 'pretty_version' => '1.0.1', + 'version' => '1.0.1.0', + 'type' => 'library', + 'install_path' => __DIR__ . '/../psr/http-server-middleware', + 'aliases' => array(), + 'reference' => '2296f45510945530b9dceb8bcedb5cb84d40c5f5', + 'dev_requirement' => false, + ), + 'respect/stringifier' => array( + 'pretty_version' => '0.2.0', + 'version' => '0.2.0.0', + 'type' => 'library', + 'install_path' => __DIR__ . '/../respect/stringifier', + 'aliases' => array(), + 'reference' => 'e55af3c8aeaeaa2abb5fa47a58a8e9688cc23b59', + 'dev_requirement' => false, + ), + 'respect/validation' => array( + 'pretty_version' => '2.2.3', + 'version' => '2.2.3.0', + 'type' => 'library', + 'install_path' => __DIR__ . '/../respect/validation', + 'aliases' => array(), + 'reference' => '4c21a7ffc9a4915673cb2c2843963919e664e627', + 'dev_requirement' => false, + ), + 'symfony/deprecation-contracts' => array( + 'pretty_version' => 'v2.4.0', + 'version' => '2.4.0.0', + 'type' => 'library', + 'install_path' => __DIR__ . '/../symfony/deprecation-contracts', + 'aliases' => array(), + 'reference' => '5f38c8804a9e97d23e0c8d63341088cd8a22d627', + 'dev_requirement' => false, + ), + 'symfony/http-foundation' => array( + 'pretty_version' => 'v5.3.7', + 'version' => '5.3.7.0', + 'type' => 'library', + 'install_path' => __DIR__ . '/../symfony/http-foundation', + 'aliases' => array(), + 'reference' => 'e36c8e5502b4f3f0190c675f1c1f1248a64f04e5', + 'dev_requirement' => false, + ), + 'symfony/polyfill-ctype' => array( + 'pretty_version' => 'v1.23.0', + 'version' => '1.23.0.0', + 'type' => 'library', + 'install_path' => __DIR__ . '/../symfony/polyfill-ctype', + 'aliases' => array(), + 'reference' => '46cd95797e9df938fdd2b03693b5fca5e64b01ce', + 'dev_requirement' => false, + ), + 'symfony/polyfill-mbstring' => array( + 'pretty_version' => 'v1.23.1', + 'version' => '1.23.1.0', + 'type' => 'library', + 'install_path' => __DIR__ . '/../symfony/polyfill-mbstring', + 'aliases' => array(), + 'reference' => '9174a3d80210dca8daa7f31fec659150bbeabfc6', + 'dev_requirement' => false, + ), + 'symfony/polyfill-php80' => array( + 'pretty_version' => 'v1.23.1', + 'version' => '1.23.1.0', + 'type' => 'library', + 'install_path' => __DIR__ . '/../symfony/polyfill-php80', + 'aliases' => array(), + 'reference' => '1100343ed1a92e3a38f9ae122fc0eb21602547be', + 'dev_requirement' => false, + ), + 'tracy/tracy' => array( + 'pretty_version' => 'v2.8.7', + 'version' => '2.8.7.0', + 'type' => 'library', + 'install_path' => __DIR__ . '/../tracy/tracy', + 'aliases' => array(), + 'reference' => '8e708de7c611f626c8792d43f1c78812ea24e6f6', + 'dev_requirement' => false, + ), + 'verot/class.upload.php' => array( + 'pretty_version' => '2.1.0', + 'version' => '2.1.0.0', + 'type' => 'library', + 'install_path' => __DIR__ . '/../verot/class.upload.php', + 'aliases' => array(), + 'reference' => '4d9aae875245948d21e42ade332fb45f897f28bb', + 'dev_requirement' => false, + ), + 'vlucas/phpdotenv' => array( + 'pretty_version' => 'v5.3.0', + 'version' => '5.3.0.0', + 'type' => 'library', + 'install_path' => __DIR__ . '/../vlucas/phpdotenv', + 'aliases' => array(), + 'reference' => 'b3eac5c7ac896e52deab4a99068e3f4ab12d9e56', + 'dev_requirement' => false, + ), + ), +); diff --git a/vendor/composer/platform_check.php b/vendor/composer/platform_check.php new file mode 100644 index 0000000..adfb472 --- /dev/null +++ b/vendor/composer/platform_check.php @@ -0,0 +1,26 @@ += 80000)) { + $issues[] = 'Your Composer dependencies require a PHP version ">= 8.0.0". You are running ' . PHP_VERSION . '.'; +} + +if ($issues) { + if (!headers_sent()) { + header('HTTP/1.1 500 Internal Server Error'); + } + if (!ini_get('display_errors')) { + if (PHP_SAPI === 'cli' || PHP_SAPI === 'phpdbg') { + fwrite(STDERR, 'Composer detected issues in your platform:' . PHP_EOL.PHP_EOL . implode(PHP_EOL, $issues) . PHP_EOL.PHP_EOL); + } elseif (!headers_sent()) { + echo 'Composer detected issues in your platform:' . PHP_EOL.PHP_EOL . str_replace('You are running '.PHP_VERSION.'.', '', implode(PHP_EOL, $issues)) . PHP_EOL.PHP_EOL; + } + } + trigger_error( + 'Composer detected issues in your platform: ' . implode(' ', $issues), + E_USER_ERROR + ); +} diff --git a/vendor/graham-campbell/result-type/LICENSE b/vendor/graham-campbell/result-type/LICENSE new file mode 100644 index 0000000..b99eca4 --- /dev/null +++ b/vendor/graham-campbell/result-type/LICENSE @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2020 Graham Campbell + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/vendor/graham-campbell/result-type/composer.json b/vendor/graham-campbell/result-type/composer.json new file mode 100644 index 0000000..bd1b67e --- /dev/null +++ b/vendor/graham-campbell/result-type/composer.json @@ -0,0 +1,32 @@ +{ + "name": "graham-campbell/result-type", + "description": "An Implementation Of The Result Type", + "keywords": ["result", "result-type", "Result", "Result Type", "Result-Type", "Graham Campbell", "GrahamCampbell"], + "license": "MIT", + "authors": [ + { + "name": "Graham Campbell", + "email": "hello@gjcampbell.co.uk" + } + ], + "require": { + "php": "^7.0 || ^8.0", + "phpoption/phpoption": "^1.8" + }, + "require-dev": { + "phpunit/phpunit": "^6.5.14 || ^7.5.20 || ^8.5.19 || ^9.5.8" + }, + "autoload": { + "psr-4": { + "GrahamCampbell\\ResultType\\": "src/" + } + }, + "autoload-dev": { + "psr-4": { + "GrahamCampbell\\Tests\\ResultType\\": "tests/" + } + }, + "config": { + "preferred-install": "dist" + } +} diff --git a/vendor/graham-campbell/result-type/src/Error.php b/vendor/graham-campbell/result-type/src/Error.php new file mode 100644 index 0000000..dba6d79 --- /dev/null +++ b/vendor/graham-campbell/result-type/src/Error.php @@ -0,0 +1,120 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ + +namespace GrahamCampbell\ResultType; + +use PhpOption\None; +use PhpOption\Some; + +/** + * @template T + * @template E + * @extends \GrahamCampbell\ResultType\Result + */ +final class Error extends Result +{ + /** + * @var E + */ + private $value; + + /** + * Internal constructor for an error value. + * + * @param E $value + * + * @return void + */ + private function __construct($value) + { + $this->value = $value; + } + + /** + * Create a new error value. + * + * @template F + * + * @param F $value + * + * @return \GrahamCampbell\ResultType\Result + */ + public static function create($value) + { + return new self($value); + } + + /** + * Get the success option value. + * + * @return \PhpOption\Option + */ + public function success() + { + return None::create(); + } + + /** + * Map over the success value. + * + * @template S + * + * @param callable(T):S $f + * + * @return \GrahamCampbell\ResultType\Result + */ + public function map(callable $f) + { + return self::create($this->value); + } + + /** + * Flat map over the success value. + * + * @template S + * @template F + * + * @param callable(T):\GrahamCampbell\ResultType\Result $f + * + * @return \GrahamCampbell\ResultType\Result + */ + public function flatMap(callable $f) + { + /** @var \GrahamCampbell\ResultType\Result */ + return self::create($this->value); + } + + /** + * Get the error option value. + * + * @return \PhpOption\Option + */ + public function error() + { + return Some::create($this->value); + } + + /** + * Map over the error value. + * + * @template F + * + * @param callable(E):F $f + * + * @return \GrahamCampbell\ResultType\Result + */ + public function mapError(callable $f) + { + return self::create($f($this->value)); + } +} diff --git a/vendor/graham-campbell/result-type/src/Result.php b/vendor/graham-campbell/result-type/src/Result.php new file mode 100644 index 0000000..485fa08 --- /dev/null +++ b/vendor/graham-campbell/result-type/src/Result.php @@ -0,0 +1,69 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ + +namespace GrahamCampbell\ResultType; + +/** + * @template T + * @template E + */ +abstract class Result +{ + /** + * Get the success option value. + * + * @return \PhpOption\Option + */ + abstract public function success(); + + /** + * Map over the success value. + * + * @template S + * + * @param callable(T):S $f + * + * @return \GrahamCampbell\ResultType\Result + */ + abstract public function map(callable $f); + + /** + * Flat map over the success value. + * + * @template S + * @template F + * + * @param callable(T):\GrahamCampbell\ResultType\Result $f + * + * @return \GrahamCampbell\ResultType\Result + */ + abstract public function flatMap(callable $f); + + /** + * Get the error option value. + * + * @return \PhpOption\Option + */ + abstract public function error(); + + /** + * Map over the error value. + * + * @template F + * + * @param callable(E):F $f + * + * @return \GrahamCampbell\ResultType\Result + */ + abstract public function mapError(callable $f); +} diff --git a/vendor/graham-campbell/result-type/src/Success.php b/vendor/graham-campbell/result-type/src/Success.php new file mode 100644 index 0000000..1cb0866 --- /dev/null +++ b/vendor/graham-campbell/result-type/src/Success.php @@ -0,0 +1,119 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ + +namespace GrahamCampbell\ResultType; + +use PhpOption\None; +use PhpOption\Some; + +/** + * @template T + * @template E + * @extends \GrahamCampbell\ResultType\Result + */ +final class Success extends Result +{ + /** + * @var T + */ + private $value; + + /** + * Internal constructor for a success value. + * + * @param T $value + * + * @return void + */ + private function __construct($value) + { + $this->value = $value; + } + + /** + * Create a new error value. + * + * @template S + * + * @param S $value + * + * @return \GrahamCampbell\ResultType\Result + */ + public static function create($value) + { + return new self($value); + } + + /** + * Get the success option value. + * + * @return \PhpOption\Option + */ + public function success() + { + return Some::create($this->value); + } + + /** + * Map over the success value. + * + * @template S + * + * @param callable(T):S $f + * + * @return \GrahamCampbell\ResultType\Result + */ + public function map(callable $f) + { + return self::create($f($this->value)); + } + + /** + * Flat map over the success value. + * + * @template S + * @template F + * + * @param callable(T):\GrahamCampbell\ResultType\Result $f + * + * @return \GrahamCampbell\ResultType\Result + */ + public function flatMap(callable $f) + { + return $f($this->value); + } + + /** + * Get the error option value. + * + * @return \PhpOption\Option + */ + public function error() + { + return None::create(); + } + + /** + * Map over the error value. + * + * @template F + * + * @param callable(E):F $f + * + * @return \GrahamCampbell\ResultType\Result + */ + public function mapError(callable $f) + { + return self::create($this->value); + } +} diff --git a/vendor/izniburak/router/.gitignore b/vendor/izniburak/router/.gitignore new file mode 100644 index 0000000..ed19770 --- /dev/null +++ b/vendor/izniburak/router/.gitignore @@ -0,0 +1,8 @@ +/.git/ +/.DS_Store +/composer.lock +/vendor/ +/index.php +/.htaccess +.idea + diff --git a/vendor/izniburak/router/.travis.yml b/vendor/izniburak/router/.travis.yml new file mode 100644 index 0000000..d4982af --- /dev/null +++ b/vendor/izniburak/router/.travis.yml @@ -0,0 +1,36 @@ +language: php + +matrix: + include: + - php: 5.5 + dist: trusty + - php: 5.6 + - php: 7.0 + - php: 7.1 + - php: 7.2 + - php: 7.3 + - php: 7.4 + +sudo: required + +install: + - composer install + +before_script: + - sudo apt-get update + - sudo apt-get install -y apache2 libapache2-mod-fastcgi + # enable php-fpm + - if [[ ${TRAVIS_PHP_VERSION:0:1} == "7" ]]; then sudo cp tests/fixtures/www.conf.default ~/.phpenv/versions/$(phpenv version-name)/etc/php-fpm.conf; fi + - if [[ ${TRAVIS_PHP_VERSION:0:1} == "5" ]]; then sudo cp ~/.phpenv/versions/$(phpenv version-name)/etc/php-fpm.conf.default ~/.phpenv/versions/$(phpenv version-name)/etc/php-fpm.conf; fi + - sudo a2enmod rewrite actions fastcgi alias + - echo "cgi.fix_pathinfo = 1" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini + - sudo sed -i -e "s,www-data,travis,g" /etc/apache2/envvars + - sudo chown -R travis:travis /var/lib/apache2/fastcgi + - ~/.phpenv/versions/$(phpenv version-name)/sbin/php-fpm + # configure apache virtual hosts + - sudo cp -f tests/fixtures/travis-ci-apache /etc/apache2/sites-available/000-default.conf + - sudo sed -e "s?%TRAVIS_BUILD_DIR%?$(pwd)?g" --in-place /etc/apache2/sites-available/000-default.conf + - sudo service apache2 restart + +script: + - vendor/bin/phpunit diff --git a/vendor/izniburak/router/LICENCE.md b/vendor/izniburak/router/LICENCE.md new file mode 100644 index 0000000..bb6ae43 --- /dev/null +++ b/vendor/izniburak/router/LICENCE.md @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2016, Ä°zni Burak DemirtaÅŸ + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/vendor/izniburak/router/README.md b/vendor/izniburak/router/README.md new file mode 100644 index 0000000..ac2398a --- /dev/null +++ b/vendor/izniburak/router/README.md @@ -0,0 +1,110 @@ +## Router +``` + _____ _ _ _____ _____ _ + | __ \| | | | __ \ | __ \ | | + | |__) | |__| | |__) | ______ | |__) |___ _ _| |_ ___ _ __ + | ___/| __ | ___/ |______| | _ // _ \| | | | __/ _ \ '__| + | | | | | | | | | \ \ (_) | |_| | || __/ | + |_| |_| |_|_| |_| \_\___/ \__,_|\__\___|_| + +``` +simple Router class for PHP. with the support of Controllers and Middlewares. + +[![Total Downloads](https://poser.pugx.org/izniburak/router/d/total.svg)](https://packagist.org/packages/izniburak/router) +[![Latest Stable Version](https://poser.pugx.org/izniburak/router/v/stable.svg)](https://packagist.org/packages/izniburak/router) +[![Latest Unstable Version](https://poser.pugx.org/izniburak/router/v/unstable.svg)](https://packagist.org/packages/izniburak/router) +[![License](https://poser.pugx.org/izniburak/router/license.svg)](https://packagist.org/packages/izniburak/router) + +### Features +- Supports GET, POST, PUT, DELETE, OPTIONS, PATCH, HEAD, AJAX and ANY request methods +- Easy access and manage Request and Response via `symfony/http-foundation` package. +- Controllers support (Example: HomeController@about) +- Before and after Route Middlewares support +- Static Route Patterns +- Dynamic Route Patterns +- Easy-to-use patterns +- Adding a new pattern supports. (with RegExp) +- Namespaces supports. +- Group Routing +- Custom 404 handling +- Debug mode (Error message open/close) + +## Install + +composer.json file: +```json +{ + "require": { + "izniburak/router": "^2.0" + } +} +``` +after run the install command. +``` +$ composer install +``` + +OR run the following command directly. + +``` +$ composer require izniburak/router +``` + +## Example Usage +```php +require 'vendor/autoload.php'; + +use Buki\Router\Router; +use Symfony\Component\HttpFoundation\Request; +use Symfony\Component\HttpFoundation\Response; + +$router = new Router; + +// For basic GET URI +$router->get('/', function(Request $request, Response $response) { + $response->setContent('Hello World'); + return $response; + + # OR + # return 'Hello World!'; +}); + +// For basic GET URI by using a Controller class. +$router->get('/test', 'TestController@main'); + +// For auto discovering all methods and URIs +$router->controller('/users', 'UserController'); + +$router->run(); +``` + +## Docs +Documentation page: [Buki\Router Docs][doc-url] + +Changelogs: [Buki\Router Changelogs][changelog-url] + +## Support +[izniburak's homepage][author-url] + +[izniburak's twitter][twitter-url] + +## Licence +[MIT Licence][mit-url] + +## Contributing + +1. Fork it ( https://github.com/izniburak/php-router/fork ) +2. Create your feature branch (git checkout -b my-new-feature) +3. Commit your changes (git commit -am 'Add some feature') +4. Push to the branch (git push origin my-new-feature) +5. Create a new Pull Request + +## Contributors + +- [izniburak](https://github.com/izniburak) Ä°zni Burak DemirtaÅŸ - creator, maintainer + +[mit-url]: http://opensource.org/licenses/MIT +[doc-url]: https://github.com/izniburak/php-router/wiki +[changelog-url]: https://github.com/izniburak/php-router/wiki/Changelogs +[author-url]: http://burakdemirtas.org +[twitter-url]: https://twitter.com/izniburak diff --git a/vendor/izniburak/router/composer.json b/vendor/izniburak/router/composer.json new file mode 100644 index 0000000..ff50399 --- /dev/null +++ b/vendor/izniburak/router/composer.json @@ -0,0 +1,40 @@ +{ + "name": "izniburak/router", + "type": "library", + "description": "simple router class for php", + "keywords": [ + "router", + "route", + "routing" + ], + "homepage": "https://github.com/izniburak/php-router", + "license": "MIT", + "authors": [ + { + "name": "Ä°zni Burak DemirtaÅŸ", + "email": "info@burakdemirtas.org", + "homepage": "https://burakdemirtas.org" + } + ], + "require": { + "php": ">=7.2.5", + "ext-json": "*", + "symfony/http-foundation": "^5.1" + }, + "require-dev": { + "phpunit/phpunit": "^8.5 || ^9.4", + "guzzlehttp/guzzle": "^7.2" + }, + "autoload": { + "psr-4": { + "Buki\\Router\\": "src" + } + }, + "autoload-dev": { + "psr-4": { + "Buki\\Tests\\": "tests/" + } + }, + "minimum-stability": "dev", + "prefer-stable": true +} diff --git a/vendor/izniburak/router/phpunit.xml.dist b/vendor/izniburak/router/phpunit.xml.dist new file mode 100644 index 0000000..a09f7f0 --- /dev/null +++ b/vendor/izniburak/router/phpunit.xml.dist @@ -0,0 +1,26 @@ + + + + + + + tests/ + + + + + + src/ + + + + diff --git a/vendor/izniburak/router/src/Http/Controller.php b/vendor/izniburak/router/src/Http/Controller.php new file mode 100644 index 0000000..5a88f92 --- /dev/null +++ b/vendor/izniburak/router/src/Http/Controller.php @@ -0,0 +1,16 @@ + + * @Web : https://burakdemirtas.org + * @URL : https://github.com/izniburak/php-router + * @Licence: The MIT License (MIT) - Copyright (c) - http://opensource.org/licenses/MIT + */ + +namespace Buki\Router; + +use Closure; +use Exception; +use ReflectionMethod; +use Symfony\Component\HttpFoundation\Request; +use Symfony\Component\HttpFoundation\Response; + +/** + * Class Router + * + * @method $this any($route, $callback, array $options = []) + * @method $this get($route, $callback, array $options = []) + * @method $this post($route, $callback, array $options = []) + * @method $this put($route, $callback, array $options = []) + * @method $this delete($route, $callback, array $options = []) + * @method $this patch($route, $callback, array $options = []) + * @method $this head($route, $callback, array $options = []) + * @method $this options($route, $callback, array $options = []) + * @method $this ajax($route, $callback, array $options = []) + * @method $this xpost($route, $callback, array $options = []) + * @method $this xput($route, $callback, array $options = []) + * @method $this xdelete($route, $callback, array $options = []) + * @method $this xpatch($route, $callback, array $options = []) + * + * @package Buki + */ +class Router +{ + /** + * Router Version + */ + const VERSION = '2.3.0'; + + /** + * @var string $baseFolder Pattern definitions for parameters of Route + */ + protected $baseFolder; + + /** + * @var array $routes Routes list + */ + protected $routes = []; + + /** + * @var array $groups List of group routes + */ + protected $groups = []; + + /** + * @var array $patterns Pattern definitions for parameters of Route + */ + protected $patterns = [ + ':all' => '(.*)', + ':any' => '([^/]+)', + ':id' => '(\d+)', + ':int' => '(\d+)', + ':number' => '([+-]?([0-9]*[.])?[0-9]+)', + ':float' => '([+-]?([0-9]*[.])?[0-9]+)', + ':bool' => '(true|false|1|0)', + ':string' => '([\w\-_]+)', + ':slug' => '([\w\-_]+)', + ':uuid' => '([0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12})', + ':date' => '([0-9]{4}-(0[1-9]|1[0-2])-(0[1-9]|[1-2][0-9]|3[0-1]))', + ]; + + /** + * @var array $namespaces Namespaces of Controllers and Middlewares files + */ + protected $namespaces = [ + 'middlewares' => '', + 'controllers' => '', + ]; + + /** + * @var array $path Paths of Controllers and Middlewares files + */ + protected $paths = [ + 'controllers' => 'Controllers', + 'middlewares' => 'Middlewares', + ]; + + /** + * @var string $mainMethod Main method for controller + */ + protected $mainMethod = 'main'; + + /** + * @var string $cacheFile Cache file + */ + protected $cacheFile = null; + + /** + * @var bool $cacheLoaded Cache is loaded? + */ + protected $cacheLoaded = false; + + /** + * @var Closure $errorCallback Route error callback function + */ + protected $errorCallback; + + /** + * @var array $middlewares General middlewares for per request + */ + protected $middlewares = []; + + /** + * @var array $routeMiddlewares Route middlewares + */ + protected $routeMiddlewares = []; + + /** + * @var array $middlewareGroups Middleware Groups + */ + protected $middlewareGroups = []; + + /** + * @var RouterRequest + */ + private $request; + + /** + * Router constructor method. + * + * @param array $params + * @param Request|null $request + * @param Response|null $response + */ + public function __construct(array $params = [], Request $request = null, Response $response = null) + { + $this->baseFolder = realpath(getcwd()); + + if (isset($params['debug']) && is_bool($params['debug'])) { + RouterException::$debug = $params['debug']; + } + + // RouterRequest + $request = $request ?? Request::createFromGlobals(); + $response = $response ?? new Response('', Response::HTTP_OK, ['content-type' => 'text/html']); + $this->request = new RouterRequest($request, $response); + + $this->setPaths($params); + $this->loadCache(); + } + + /** + * Add route method; + * Get, Post, Put, Delete, Patch, Any, Ajax... + * + * @param $method + * @param $params + * + * @return mixed + * @throws + */ + public function __call($method, $params) + { + if ($this->cacheLoaded) { + return true; + } + + if (is_null($params)) { + return false; + } + + if (!in_array(strtoupper($method), explode('|', $this->request->validMethods()))) { + return $this->exception("Method is not valid. [{$method}]"); + } + + [$route, $callback] = $params; + $options = $params[2] ?? null; + if (strstr($route, ':')) { + $route1 = $route2 = ''; + foreach (explode('/', $route) as $key => $value) { + if ($value != '') { + if (!strpos($value, '?')) { + $route1 .= '/' . $value; + } else { + if ($route2 == '') { + $this->addRoute($route1, $method, $callback, $options); + } + + $route2 = $route1 . '/' . str_replace('?', '', $value); + $this->addRoute($route2, $method, $callback, $options); + $route1 = $route2; + } + } + } + + if ($route2 == '') { + $this->addRoute($route1, $method, $callback, $options); + } + } else { + $this->addRoute($route, $method, $callback, $options); + } + + return $this; + } + + /** + * Add new route method one or more http methods. + * + * @param string $methods + * @param string $route + * @param string|closure $callback + * @param array $options + * + * @return bool + */ + public function add(string $methods, string $route, $callback, array $options = []) + { + if ($this->cacheLoaded) { + return true; + } + + if (strstr($methods, '|')) { + foreach (array_unique(explode('|', $methods)) as $method) { + if (!empty($method)) { + $this->addRoute($route, $method, $callback, $options); + } + } + } else { + $this->addRoute($route, $methods, $callback, $options); + } + + return true; + } + + /** + * Add new route rules pattern; String or Array + * + * @param string|array $pattern + * @param null|string $attr + * + * @return mixed + * @throws + */ + public function pattern($pattern, $attr = null) + { + if (is_array($pattern)) { + foreach ($pattern as $key => $value) { + if (in_array($key, array_keys($this->patterns))) { + return $this->exception($key . ' pattern cannot be changed.'); + } + $this->patterns[$key] = '(' . $value . ')'; + } + } else { + if (in_array($pattern, array_keys($this->patterns))) { + return $this->exception($pattern . ' pattern cannot be changed.'); + } + $this->patterns[$pattern] = '(' . $attr . ')'; + } + + return true; + } + + /** + * Run Routes + * + * @return void + * @throws + */ + public function run(): void + { + $uri = $this->getRequestUri(); + $method = $this->request->getMethod(); + $searches = array_keys($this->patterns); + $replaces = array_values($this->patterns); + $foundRoute = false; + + foreach ($this->routes as $data) { + $route = $data['route']; + if (!$this->request->validMethod($data['method'], $method)) { + continue; + } + + // Direct Route Match + if ($route === $uri) { + $foundRoute = true; + $this->runRouteMiddleware($data, 'before'); + $this->runRouteCommand($data['callback']); + $this->runRouteMiddleware($data, 'after'); + break; + + // Parameter Route Match + } elseif (strstr($route, ':') !== false) { + $route = str_replace($searches, $replaces, $route); + if (preg_match('#^' . $route . '$#', $uri, $matched)) { + $foundRoute = true; + $this->runRouteMiddleware($data, 'before'); + array_shift($matched); + $matched = array_map(function ($value) { + return trim(urldecode($value)); + }, $matched); + $this->runRouteCommand($data['callback'], $matched); + $this->runRouteMiddleware($data, 'after'); + break; + } + } + } + + // If it originally was a HEAD request, clean up after ourselves by emptying the output buffer + if ($this->request()->isMethod('HEAD')) { + ob_end_clean(); + } + + if ($foundRoute === false) { + if (!$this->errorCallback) { + $this->errorCallback = function () { + $this->response() + ->setStatusCode(Response::HTTP_NOT_FOUND) + ->sendHeaders(); + return $this->exception('Looks like page not found or something went wrong. Please try again.'); + }; + } + call_user_func($this->errorCallback); + } + } + + /** + * Routes Group + * + * @param string $prefix + * @param closure $callback + * @param array $options + * + * @return bool + */ + public function group(string $prefix, Closure $callback, array $options = []): bool + { + if ($this->cacheLoaded) { + return true; + } + + $group = []; + $group['route'] = $this->clearRouteName($prefix); + $group['before'] = $this->calculateMiddleware($options['before'] ?? []); + $group['after'] = $this->calculateMiddleware($options['after'] ?? []); + + array_push($this->groups, $group); + + if (is_object($callback)) { + call_user_func_array($callback, [$this]); + } + + $this->endGroup(); + + return true; + } + + /** + * Added route from methods of Controller file. + * + * @param string $route + * @param string $controller + * @param array $options + * + * @return mixed + * @throws + */ + public function controller(string $route, string $controller, array $options = []) + { + if ($this->cacheLoaded) { + return true; + } + + $only = $options['only'] ?? []; + $except = $options['except'] ?? []; + $controller = $this->resolveClassName($controller); + $classMethods = get_class_methods($controller); + if ($classMethods) { + foreach ($classMethods as $methodName) { + if (!strstr($methodName, '__')) { + $method = 'any'; + foreach (explode('|', $this->request->validMethods()) as $m) { + if (stripos($methodName, $m = strtolower($m), 0) === 0) { + $method = $m; + break; + } + } + + $methodVar = lcfirst( + preg_replace('/' . $method . '_?/i', '', $methodName, 1) + ); + $methodVar = strtolower(preg_replace('%([a-z]|[0-9])([A-Z])%', '\1-\2', $methodVar)); + + if ((!empty($only) && !in_array($methodVar, $only)) + || (!empty($except) && in_array($methodVar, $except))) { + continue; + } + + $ref = new ReflectionMethod($controller, $methodName); + $endpoints = []; + foreach ($ref->getParameters() as $param) { + $typeHint = $param->hasType() ? $param->getType()->getName() : null; + if (!in_array($typeHint, ['int', 'float', 'string', 'bool']) && $typeHint !== null) { + continue; + } + $pattern = isset($this->patterns[":{$typeHint}"]) ? ":{$typeHint}" : ":any"; + $endpoints[] = $param->isOptional() ? "{$pattern}?" : $pattern; + } + + $value = ($methodVar === $this->mainMethod ? $route : $route . '/' . $methodVar); + $this->{$method}( + ($value . '/' . implode('/', $endpoints)), + ($controller . '@' . $methodName), + $options + ); + } + } + unset($ref); + } + + return true; + } + + /** + * Routes error function. + * + * @param Closure $callback + * + * @return void + */ + public function error(Closure $callback): void + { + $this->errorCallback = $callback; + } + + /** + * Display all Routes. + * + * @return void + */ + public function getList(): void + { + $routes = var_export($this->getRoutes(), true); + die("
    {$routes}
    "); + } + + /** + * Get all Routes + * + * @return array + */ + public function getRoutes(): array + { + return $this->routes; + } + + /** + * Cache all routes + * + * @return bool + * + * @throws Exception + */ + public function cache(): bool + { + foreach ($this->getRoutes() as $key => $route) { + if (!is_string($route['callback'])) { + throw new Exception(sprintf('Routes cannot contain a Closure/Function callback while caching.')); + } + } + + $cacheContent = 'getRoutes(), true) . ';' . PHP_EOL; + if (false === file_put_contents($this->cacheFile, $cacheContent)) { + throw new Exception(sprintf('Routes cache file could not be written.')); + } + + return true; + } + + /** + * Set general middlewares + * + * @param array $middlewares + * + * @return void + */ + public function setMiddleware(array $middlewares): void + { + $this->middlewares = $middlewares; + } + + /** + * Set Route middlewares + * + * @param array $middlewares + * + * @return void + */ + public function setRouteMiddleware(array $middlewares): void + { + $this->routeMiddlewares = $middlewares; + } + + /** + * Set middleware groups + * + * @param array $middlewareGroup + * + * @return void + */ + public function setMiddlewareGroup(array $middlewareGroup): void + { + $this->middlewareGroups = $middlewareGroup; + } + + /** + * Get All Middlewares + * + * @return array + */ + public function getMiddlewares(): array + { + return [ + 'middlewares' => $this->middlewares, + 'routeMiddlewares' => $this->routeMiddlewares, + 'middlewareGroups' => $this->middlewareGroups, + ]; + } + + /** + * Detect Routes Middleware; before or after + * + * @param array $middleware + * @param string $type + * + * @return void + */ + protected function runRouteMiddleware(array $middleware, string $type): void + { + $this->routerCommand()->beforeAfter($middleware[$type]); + } + + /** + * @return Request + */ + protected function request(): Request + { + return $this->request->symfonyRequest(); + } + + /** + * @return Response + */ + protected function response(): Response + { + return $this->request->symfonyResponse(); + } + + /** + * Throw new Exception for Router Error + * + * @param string $message + * @param int $statusCode + * + * @return RouterException + * @throws Exception + */ + protected function exception($message = '', int $statusCode = 500): RouterException + { + return new RouterException($message, $statusCode); + } + + /** + * RouterCommand class + * + * @return RouterCommand + */ + protected function routerCommand(): RouterCommand + { + return RouterCommand::getInstance( + $this->baseFolder, $this->paths, $this->namespaces, + $this->request(), $this->response(), + $this->getMiddlewares() + ); + } + + /** + * Set paths and namespaces for Controllers and Middlewares. + * + * @param array $params + * + * @return void + */ + protected function setPaths(array $params): void + { + if (empty($params)) { + return; + } + + if (isset($params['paths']) && $paths = $params['paths']) { + $this->paths['controllers'] = isset($paths['controllers']) + ? trim($paths['controllers'], '/') + : $this->paths['controllers']; + + $this->paths['middlewares'] = isset($paths['middlewares']) + ? trim($paths['middlewares'], '/') + : $this->paths['middlewares']; + } + + if (isset($params['namespaces']) && $namespaces = $params['namespaces']) { + $this->namespaces['controllers'] = isset($namespaces['controllers']) + ? trim($namespaces['controllers'], '\\') . '\\' + : ''; + + $this->namespaces['middlewares'] = isset($namespaces['middlewares']) + ? trim($namespaces['middlewares'], '\\') . '\\' + : ''; + } + + if (isset($params['base_folder'])) { + $this->baseFolder = rtrim($params['base_folder'], '/'); + } + + if (isset($params['main_method'])) { + $this->mainMethod = $params['main_method']; + } + + $this->cacheFile = isset($params['cache']) ? $params['cache'] : realpath(__DIR__ . '/../cache.php'); + } + + /** + * @param string $controller + * + * @return RouterException|string + */ + protected function resolveClassName(string $controller) + { + $controller = str_replace([$this->namespaces['controllers'], '\\', '.'], ['', '/', '/'], $controller); + $controller = trim( + preg_replace( + '/' . str_replace('/', '\\/', $this->paths['controllers']) . '/i', + '', + $controller, + 1 + ), + '/' + ); + + $file = realpath("{$this->paths['controllers']}/{$controller}.php"); + if (!file_exists($file)) { + return $this->exception("{$controller} class is not found! Please check the file."); + } + + $controller = $this->namespaces['controllers'] . str_replace('/', '\\', $controller); + if (!class_exists($controller)) { + require_once $file; + } + + return $controller; + } + + /** + * Load Cache file + * + * @return bool + */ + protected function loadCache(): bool + { + if (file_exists($this->cacheFile)) { + $this->routes = require_once $this->cacheFile; + $this->cacheLoaded = true; + return true; + } + + return false; + } + + /** + * Add new Route and it's settings + * + * @param string $uri + * @param string $method + * @param $callback + * @param array $options + * + * @return void + */ + protected function addRoute(string $uri, string $method, $callback, $options = []) + { + $groupUri = ''; + $beforeMiddlewares = []; + $afterMiddlewares = []; + if (!empty($this->groups)) { + foreach ($this->groups as $key => $value) { + $groupUri .= $value['route']; + $beforeMiddlewares = array_merge($beforeMiddlewares, $value['before']); + $afterMiddlewares = array_merge($afterMiddlewares, $value['after']); + } + } + + $beforeMiddlewares = array_merge($beforeMiddlewares, $this->calculateMiddleware($options['before'] ?? [])); + $afterMiddlewares = array_merge($afterMiddlewares, $this->calculateMiddleware($options['after'] ?? [])); + + $callback = is_array($callback) ? implode('@', $callback) : $callback; + $routeName = is_string($callback) + ? strtolower(preg_replace( + '/[^\w]/i', '.', str_replace($this->namespaces['controllers'], '', $callback) + )) + : null; + $data = [ + 'route' => $this->clearRouteName("{$groupUri}/{$uri}"), + 'method' => strtoupper($method), + 'callback' => $callback, + 'name' => $options['name'] ?? $routeName, + 'before' => $beforeMiddlewares, + 'after' => $afterMiddlewares, + ]; + array_unshift($this->routes, $data); + } + + /** + * @param array|string $middleware + * + * @return array + */ + protected function calculateMiddleware($middleware): array + { + if (is_null($middleware)) { + return []; + } + + return is_array($middleware) ? $middleware : [$middleware]; + } + + /** + * Run Route Command; Controller or Closure + * + * @param $command + * @param $params + * + * @return void + */ + protected function runRouteCommand($command, $params = []) + { + $this->routerCommand()->runRoute($command, $params); + } + + /** + * Routes Group endpoint + * + * @return void + */ + protected function endGroup(): void + { + array_pop($this->groups); + } + + /** + * @param string $route + * + * @return string + */ + protected function clearRouteName(string $route = ''): string + { + $route = trim(preg_replace('~/{2,}~', '/', $route), '/'); + return $route === '' ? '/' : "/{$route}"; + } + + /** + * @return string + */ + protected function getRequestUri(): string + { + $script = $this->request()->server->get('SCRIPT_NAME'); + $dirname = dirname($script); + $dirname = $dirname === '/' ? '' : $dirname; + $basename = basename($script); + $uri = str_replace([$dirname, $basename], null, $this->request()->server->get('REQUEST_URI')); + return $this->clearRouteName(explode('?', $uri)[0]); + } +} diff --git a/vendor/izniburak/router/src/RouterCommand.php b/vendor/izniburak/router/src/RouterCommand.php new file mode 100644 index 0000000..2d36354 --- /dev/null +++ b/vendor/izniburak/router/src/RouterCommand.php @@ -0,0 +1,389 @@ +baseFolder = $baseFolder; + $this->paths = $paths; + $this->namespaces = $namespaces; + $this->request = $request; + $this->response = $response; + $this->middlewares = $middlewares; + + // Execute general Middlewares + foreach ($this->middlewares['middlewares'] as $middleware) { + $this->beforeAfter($middleware); + } + + } + + /** + * @return array + */ + public function getMiddlewareInfo(): array + { + return [ + 'path' => "{$this->baseFolder}/{$this->paths['middlewares']}", + 'namespace' => $this->namespaces['middlewares'], + ]; + } + + /** + * @return array + */ + public function getControllerInfo(): array + { + return [ + 'path' => "{$this->baseFolder}/{$this->paths['controllers']}", + 'namespace' => $this->namespaces['controllers'], + ]; + } + + /** + * @param string $baseFolder + * @param array $paths + * @param array $namespaces + * @param Request $request + * @param Response $response + * @param array $middlewares + * + * @return RouterCommand + */ + public static function getInstance( + string $baseFolder, + array $paths, + array $namespaces, + Request $request, + Response $response, + array $middlewares + ) { + if (null === self::$instance) { + self::$instance = new static( + $baseFolder, $paths, $namespaces, + $request, $response, $middlewares + ); + } + + return self::$instance; + } + + /** + * Run Route Middlewares + * + * @param $command + * + * @return mixed|void + * @throws + */ + public function beforeAfter($command) + { + if (empty($command)) { + return; + } + + $info = $this->getMiddlewareInfo(); + if (is_array($command)) { + foreach ($command as $value) { + $this->beforeAfter($value); + } + } elseif (is_string($command)) { + $middleware = explode(':', $command); + $params = []; + if (count($middleware) > 1) { + $params = explode(',', $middleware[1]); + } + + $resolvedMiddleware = $this->resolveMiddleware($middleware[0]); + $response = false; + if (is_array($resolvedMiddleware)) { + foreach ($resolvedMiddleware as $middleware) { + $response = $this->runMiddleware( + $command, + $this->resolveMiddleware($middleware), + $params, + $info + ); + } + return $response; + } + + return $this->runMiddleware($command, $resolvedMiddleware, $params, $info); + } + + return; + } + + /** + * Run Route Command; Controller or Closure + * + * @param $command + * @param $params + * + * @return mixed|void + * @throws + */ + public function runRoute($command, $params = []) + { + $info = $this->getControllerInfo(); + if (!is_object($command)) { + [$class, $method] = explode('@', $command); + $class = str_replace([$info['namespace'], '\\', '.'], ['', '/', '/'], $class); + + $controller = $this->resolveClass($class, $info['path'], $info['namespace']); + if (!method_exists($controller, $method)) { + return $this->exception("{$method} method is not found in {$class} class."); + } + + if (property_exists($controller, 'middlewareBefore') && is_array($controller->middlewareBefore)) { + foreach ($controller->middlewareBefore as $middleware) { + $this->beforeAfter($middleware); + } + } + + $response = $this->runMethodWithParams([$controller, $method], $params); + + if (property_exists($controller, 'middlewareAfter') && is_array($controller->middlewareAfter)) { + foreach ($controller->middlewareAfter as $middleware) { + $this->beforeAfter($middleware); + } + } + + return $response; + } + + return $this->runMethodWithParams($command, $params); + } + + /** + * Resolve Controller or Middleware class. + * + * @param string $class + * @param string $path + * @param string $namespace + * + * @return object + * @throws + */ + protected function resolveClass(string $class, string $path, string $namespace) + { + $class = str_replace([$namespace, '\\'], ['', '/'], $class); + $file = realpath("{$path}/{$class}.php"); + if (!file_exists($file)) { + return $this->exception("{$class} class is not found. Please check the file."); + } + + $class = $namespace . str_replace('/', '\\', $class); + if (!class_exists($class)) { + require_once($file); + } + + return new $class(); + } + + /** + * @param array|Closure $function + * @param array $params + * + * @return Response|mixed + * @throws ReflectionException + */ + protected function runMethodWithParams($function, array $params) + { + $reflection = is_array($function) + ? new ReflectionMethod($function[0], $function[1]) + : new ReflectionFunction($function); + $parameters = $this->resolveCallbackParameters($reflection, $params); + $response = call_user_func_array($function, $parameters); + return $this->sendResponse($response); + } + + /** + * @param Reflector $reflection + * @param array $uriParams + * + * @return array + * @throws + */ + protected function resolveCallbackParameters(Reflector $reflection, array $uriParams): array + { + $parameters = []; + foreach ($reflection->getParameters() as $key => $param) { + $class = $param->getType() && !$param->getType()->isBuiltin() + ? new ReflectionClass($param->getType()->getName()) + : null; + if (!is_null($class) && $class->isInstance($this->request)) { + $parameters[] = $this->request; + } elseif (!is_null($class) && $class->isInstance($this->response)) { + $parameters[] = $this->response; + } elseif (!is_null($class)) { + $parameters[] = null; + } else { + if (empty($uriParams)) { + continue; + } + $uriParams = array_reverse($uriParams); + $parameters[] = array_pop($uriParams); + $uriParams = array_reverse($uriParams); + } + } + + return $parameters; + } + + /** + * @param $command + * @param $middleware + * @param $params + * @param $info + * + * @return bool|RouterException + * @throws ReflectionException + */ + protected function runMiddleware(string $command, string $middleware, array $params, array $info) + { + $middlewareMethod = 'handle'; // For now, it's constant. + $controller = $this->resolveClass($middleware, $info['path'], $info['namespace']); + + if (in_array($className = get_class($controller), $this->markedMiddlewares)) { + return true; + } + array_push($this->markedMiddlewares, $className); + + if (!method_exists($controller, $middlewareMethod)) { + return $this->exception("{$middlewareMethod}() method is not found in {$middleware} class."); + } + + $parameters = $this->resolveCallbackParameters(new ReflectionMethod($controller, $middlewareMethod), $params); + $response = call_user_func_array([$controller, $middlewareMethod], $parameters); + if ($response !== true) { + $this->sendResponse($response); + exit; + } + + return $response; + } + + /** + * @param string $middleware + * + * @return array|string + */ + protected function resolveMiddleware(string $middleware) + { + $middlewares = $this->middlewares; + if (isset($middlewares['middlewareGroups'][$middleware])) { + return $middlewares['middlewareGroups'][$middleware]; + } + + $name = explode(':', $middleware)[0]; + if (isset($middlewares['routeMiddlewares'][$name])) { + return $middlewares['routeMiddlewares'][$name]; + } + + return $middleware; + } + + /** + * @param $response + * + * @return Response|mixed + */ + protected function sendResponse($response) + { + if (is_array($response)) { + $this->response->headers->set('Content-Type', 'application/json'); + return $this->response + ->setContent(json_encode($response)) + ->send(); + } + + if (!is_string($response)) { + return $response instanceof Response ? $response->send() : print($response); + } + + return $this->response->setContent($response)->send(); + } + + /** + * Throw new Exception for Router Error + * + * @param string $message + * @param int $statusCode + * + * @return RouterException + * @throws Exception + */ + protected function exception($message = '', $statusCode = 500) + { + return new RouterException($message, $statusCode); + } +} diff --git a/vendor/izniburak/router/src/RouterException.php b/vendor/izniburak/router/src/RouterException.php new file mode 100644 index 0000000..a029825 --- /dev/null +++ b/vendor/izniburak/router/src/RouterException.php @@ -0,0 +1,31 @@ +Opps! An error occurred. {$message}"); + } +} diff --git a/vendor/izniburak/router/src/RouterRequest.php b/vendor/izniburak/router/src/RouterRequest.php new file mode 100644 index 0000000..d092551 --- /dev/null +++ b/vendor/izniburak/router/src/RouterRequest.php @@ -0,0 +1,127 @@ +request = $request; + $this->response = $response; + } + + /** + * @return Request + */ + public function symfonyRequest(): Request + { + return $this->request; + } + + /** + * @return Response + */ + public function symfonyResponse(): Response + { + return $this->response; + } + + /** + * @return string + */ + public function validMethods(): string + { + return $this->validMethods; + } + + /** + * Request method validation + * + * @param string $data + * @param string $method + * + * @return bool + */ + public function validMethod(string $data, string $method): bool + { + $valid = false; + if (strstr($data, '|')) { + foreach (explode('|', $data) as $value) { + $valid = $this->checkMethods($value, $method); + if ($valid) { + break; + } + } + } else { + $valid = $this->checkMethods($data, $method); + } + + return $valid; + } + + /** + * Get the request method used, taking overrides into account + * + * @return string + */ + public function getMethod(): string + { + $method = $this->request->getMethod(); + $formMethod = $this->request->request->get('_method'); + if (!empty($formMethod)) { + $method = strtoupper($formMethod); + } + + return $method; + } + + /** + * check method valid + * + * @param string $value + * @param string $method + * + * @return bool + */ + protected function checkMethods(string $value, string $method): bool + { + if (in_array($value, explode('|', $this->validMethods))) { + if ($this->request->isXmlHttpRequest() && $value === 'AJAX') { + return true; + } + + if ($this->request->isXmlHttpRequest() && strpos($value, 'X') === 0 + && $method === ltrim($value, 'X')) { + return true; + } + + if (in_array($value, [$method, 'ANY'])) { + return true; + } + } + + return false; + } +} diff --git a/vendor/izniburak/router/tests/RouterTest.php b/vendor/izniburak/router/tests/RouterTest.php new file mode 100644 index 0000000..d3c753d --- /dev/null +++ b/vendor/izniburak/router/tests/RouterTest.php @@ -0,0 +1,94 @@ +router = new Router(); + + $this->client = new Client(); + + // Clear SCRIPT_NAME because bramus/router tries to guess the subfolder the script is run in + $_SERVER['SCRIPT_NAME'] = '/index.php'; + + // Default request method to GET + $_SERVER['REQUEST_METHOD'] = 'GET'; + + // Default SERVER_PROTOCOL method to HTTP/1.1 + $_SERVER['SERVER_PROTOCOL'] = 'HTTP/1.1'; + } + + protected function tearDown() + { + // nothing + } + + public function testGetIndexRoute() + { + $request = $this->client->createRequest('GET', 'http://localhost/tests/fixtures/'); + $response = $this->client->send($request); + + $this->assertSame('Hello World!', (string) $response->getBody()); + } + + /** + * @expectedException GuzzleHttp\Exception\ClientException + */ + public function testGetNotFoundRoute() + { + $request = $this->client->createRequest('GET', 'http://localhost/tests/fixtures/not/found'); + $response = $this->client->send($request); + } + + public function testGetControllerRoute() + { + $request = $this->client->createRequest('GET', 'http://localhost/tests/fixtures/controller'); + $response = $this->client->send($request); + + $this->assertSame('controller route', (string) $response->getBody()); + } + + public function testInit() + { + $this->assertInstanceOf('\\Buki\\Router', new Router()); + } + + public function testGetRoutes() + { + $params = [ + 'paths' => [ + 'controllers' => 'controllers/', + ], + 'namespaces' => [ + 'controllers' => 'Controllers\\', + ], + 'base_folder' => __DIR__, + 'main_method' => 'main', + ]; + $router = new Router($params); + + $router->get('/', function() { + return 'Hello World!'; + }); + + $router->get('/controllers', 'TestController@main'); + + $routes = $router->getRoutes(); + + $this->assertCount(2, $routes); + $this->assertInstanceOf('\\Closure', $routes[0]['callback']); + $this->assertSame('TestController@main', $routes[1]['callback']); + $this->assertSame('GET', $routes[0]['method']); + $this->assertSame('GET', $routes[1]['method']); + } +} diff --git a/vendor/izniburak/router/tests/fixtures/.htaccess b/vendor/izniburak/router/tests/fixtures/.htaccess new file mode 100644 index 0000000..e649a1e --- /dev/null +++ b/vendor/izniburak/router/tests/fixtures/.htaccess @@ -0,0 +1,5 @@ +RewriteEngine On +RewriteBase /tests/fixtures +RewriteCond %{REQUEST_FILENAME} !-f +RewriteCond %{REQUEST_FILENAME} !-d +RewriteRule ^ index.php [QSA,L] diff --git a/vendor/izniburak/router/tests/fixtures/TestController.php b/vendor/izniburak/router/tests/fixtures/TestController.php new file mode 100644 index 0000000..077a30d --- /dev/null +++ b/vendor/izniburak/router/tests/fixtures/TestController.php @@ -0,0 +1,9 @@ + [ + 'controllers' => 'controllers/', + ], + 'namespaces' => [ + 'controllers' => 'Controllers\\', + ], + 'base_folder' => __DIR__, + 'main_method' => 'main', +]; + +$router = new Router($params); + +$router->get('/', function() { + return 'Hello World!'; +}); + +$router->get('/controller', 'TestController@main'); + +$router->run(); diff --git a/vendor/izniburak/router/tests/fixtures/travis-ci-apache b/vendor/izniburak/router/tests/fixtures/travis-ci-apache new file mode 100644 index 0000000..16dc7d0 --- /dev/null +++ b/vendor/izniburak/router/tests/fixtures/travis-ci-apache @@ -0,0 +1,21 @@ + + DocumentRoot %TRAVIS_BUILD_DIR% + + + Options FollowSymLinks MultiViews ExecCGI + AllowOverride All + Require all granted + + + # Wire up Apache to use Travis CI's php-fpm. + + AddHandler php-fcgi .php + Action php-fcgi /php-fcgi + Alias /php-fcgi /usr/lib/cgi-bin/php-fcgi + FastCgiExternalServer /usr/lib/cgi-bin/php-fcgi -host 127.0.0.1:9000 -pass-header Authorization + + + Require all granted + + + diff --git a/vendor/izniburak/router/tests/fixtures/www.conf.default b/vendor/izniburak/router/tests/fixtures/www.conf.default new file mode 100644 index 0000000..7df4d41 --- /dev/null +++ b/vendor/izniburak/router/tests/fixtures/www.conf.default @@ -0,0 +1,384 @@ +; Start a new pool named 'www'. +; the variable $pool can we used in any directive and will be replaced by the +; pool name ('www' here) +[www] + +; Per pool prefix +; It only applies on the following directives: +; - 'slowlog' +; - 'listen' (unixsocket) +; - 'chroot' +; - 'chdir' +; - 'php_values' +; - 'php_admin_values' +; When not set, the global prefix (or /usr) applies instead. +; Note: This directive can also be relative to the global prefix. +; Default Value: none +;prefix = /path/to/pools/$pool + +; Unix user/group of processes +; Note: The user is mandatory. If the group is not set, the default user's group +; will be used. +user = www-data +group = www-data + +; The address on which to accept FastCGI requests. +; Valid syntaxes are: +; 'ip.add.re.ss:port' - to listen on a TCP socket to a specific address on +; a specific port; +; 'port' - to listen on a TCP socket to all addresses on a +; specific port; +; '/path/to/unix/socket' - to listen on a unix socket. +; Note: This value is mandatory. +listen = 127.0.0.1:9000 + +; Set listen(2) backlog. A value of '-1' means unlimited. +; Default Value: 128 (-1 on FreeBSD and OpenBSD) +;listen.backlog = -1 + +; Set permissions for unix socket, if one is used. In Linux, read/write +; permissions must be set in order to allow connections from a web server. Many +; BSD-derived systems allow connections regardless of permissions. +; Default Values: user and group are set as the running user +; mode is set to 0666 +;listen.owner = www-data +;listen.group = www-data +;listen.mode = 0666 + +; List of ipv4 addresses of FastCGI clients which are allowed to connect. +; Equivalent to the FCGI_WEB_SERVER_ADDRS environment variable in the original +; PHP FCGI (5.2.2+). Makes sense only with a tcp listening socket. Each address +; must be separated by a comma. If this value is left blank, connections will be +; accepted from any ip address. +; Default Value: any +;listen.allowed_clients = 127.0.0.1 + +; Choose how the process manager will control the number of child processes. +; Possible Values: +; static - a fixed number (pm.max_children) of child processes; +; dynamic - the number of child processes are set dynamically based on the +; following directives. With this process management, there will be +; always at least 1 children. +; pm.max_children - the maximum number of children that can +; be alive at the same time. +; pm.start_servers - the number of children created on startup. +; pm.min_spare_servers - the minimum number of children in 'idle' +; state (waiting to process). If the number +; of 'idle' processes is less than this +; number then some children will be created. +; pm.max_spare_servers - the maximum number of children in 'idle' +; state (waiting to process). If the number +; of 'idle' processes is greater than this +; number then some children will be killed. +; ondemand - no children are created at startup. Children will be forked when +; new requests will connect. The following parameter are used: +; pm.max_children - the maximum number of children that +; can be alive at the same time. +; pm.process_idle_timeout - The number of seconds after which +; an idle process will be killed. +; Note: This value is mandatory. +pm = dynamic + +; The number of child processes to be created when pm is set to 'static' and the +; maximum number of child processes when pm is set to 'dynamic' or 'ondemand'. +; This value sets the limit on the number of simultaneous requests that will be +; served. Equivalent to the ApacheMaxClients directive with mpm_prefork. +; Equivalent to the PHP_FCGI_CHILDREN environment variable in the original PHP +; CGI. The below defaults are based on a server without much resources. Don't +; forget to tweak pm.* to fit your needs. +; Note: Used when pm is set to 'static', 'dynamic' or 'ondemand' +; Note: This value is mandatory. +pm.max_children = 10 + +; The number of child processes created on startup. +; Note: Used only when pm is set to 'dynamic' +; Default Value: min_spare_servers + (max_spare_servers - min_spare_servers) / 2 +pm.start_servers = 4 + +; The desired minimum number of idle server processes. +; Note: Used only when pm is set to 'dynamic' +; Note: Mandatory when pm is set to 'dynamic' +pm.min_spare_servers = 2 + +; The desired maximum number of idle server processes. +; Note: Used only when pm is set to 'dynamic' +; Note: Mandatory when pm is set to 'dynamic' +pm.max_spare_servers = 6 + +; The number of seconds after which an idle process will be killed. +; Note: Used only when pm is set to 'ondemand' +; Default Value: 10s +;pm.process_idle_timeout = 10s; + +; The number of requests each child process should execute before respawning. +; This can be useful to work around memory leaks in 3rd party libraries. For +; endless request processing specify '0'. Equivalent to PHP_FCGI_MAX_REQUESTS. +; Default Value: 0 +;pm.max_requests = 500 + +; The URI to view the FPM status page. If this value is not set, no URI will be +; recognized as a status page. It shows the following informations: +; pool - the name of the pool; +; process manager - static, dynamic or ondemand; +; start time - the date and time FPM has started; +; start since - number of seconds since FPM has started; +; accepted conn - the number of request accepted by the pool; +; listen queue - the number of request in the queue of pending +; connections (see backlog in listen(2)); +; max listen queue - the maximum number of requests in the queue +; of pending connections since FPM has started; +; listen queue len - the size of the socket queue of pending connections; +; idle processes - the number of idle processes; +; active processes - the number of active processes; +; total processes - the number of idle + active processes; +; max active processes - the maximum number of active processes since FPM +; has started; +; max children reached - number of times, the process limit has been reached, +; when pm tries to start more children (works only for +; pm 'dynamic' and 'ondemand'); +; Value are updated in real time. +; Example output: +; pool: www +; process manager: static +; start time: 01/Jul/2011:17:53:49 +0200 +; start since: 62636 +; accepted conn: 190460 +; listen queue: 0 +; max listen queue: 1 +; listen queue len: 42 +; idle processes: 4 +; active processes: 11 +; total processes: 15 +; max active processes: 12 +; max children reached: 0 +; +; By default the status page output is formatted as text/plain. Passing either +; 'html', 'xml' or 'json' in the query string will return the corresponding +; output syntax. Example: +; http://www.foo.bar/status +; http://www.foo.bar/status?json +; http://www.foo.bar/status?html +; http://www.foo.bar/status?xml +; +; By default the status page only outputs short status. Passing 'full' in the +; query string will also return status for each pool process. +; Example: +; http://www.foo.bar/status?full +; http://www.foo.bar/status?json&full +; http://www.foo.bar/status?html&full +; http://www.foo.bar/status?xml&full +; The Full status returns for each process: +; pid - the PID of the process; +; state - the state of the process (Idle, Running, ...); +; start time - the date and time the process has started; +; start since - the number of seconds since the process has started; +; requests - the number of requests the process has served; +; request duration - the duration in µs of the requests; +; request method - the request method (GET, POST, ...); +; request URI - the request URI with the query string; +; content length - the content length of the request (only with POST); +; user - the user (PHP_AUTH_USER) (or '-' if not set); +; script - the main script called (or '-' if not set); +; last request cpu - the %cpu the last request consumed +; it's always 0 if the process is not in Idle state +; because CPU calculation is done when the request +; processing has terminated; +; last request memory - the max amount of memory the last request consumed +; it's always 0 if the process is not in Idle state +; because memory calculation is done when the request +; processing has terminated; +; If the process is in Idle state, then informations are related to the +; last request the process has served. Otherwise informations are related to +; the current request being served. +; Example output: +; ************************ +; pid: 31330 +; state: Running +; start time: 01/Jul/2011:17:53:49 +0200 +; start since: 63087 +; requests: 12808 +; request duration: 1250261 +; request method: GET +; request URI: /test_mem.php?N=10000 +; content length: 0 +; user: - +; script: /home/fat/web/docs/php/test_mem.php +; last request cpu: 0.00 +; last request memory: 0 +; +; Note: There is a real-time FPM status monitoring sample web page available +; It's available in: ${prefix}/share/fpm/status.html +; +; Note: The value must start with a leading slash (/). The value can be +; anything, but it may not be a good idea to use the .php extension or it +; may conflict with a real PHP file. +; Default Value: not set +;pm.status_path = /status + +; The ping URI to call the monitoring page of FPM. If this value is not set, no +; URI will be recognized as a ping page. This could be used to test from outside +; that FPM is alive and responding, or to +; - create a graph of FPM availability (rrd or such); +; - remove a server from a group if it is not responding (load balancing); +; - trigger alerts for the operating team (24/7). +; Note: The value must start with a leading slash (/). The value can be +; anything, but it may not be a good idea to use the .php extension or it +; may conflict with a real PHP file. +; Default Value: not set +;ping.path = /ping + +; This directive may be used to customize the response of a ping request. The +; response is formatted as text/plain with a 200 response code. +; Default Value: pong +;ping.response = pong + +; The access log file +; Default: not set +;access.log = log/$pool.access.log + +; The access log format. +; The following syntax is allowed +; %%: the '%' character +; %C: %CPU used by the request +; it can accept the following format: +; - %{user}C for user CPU only +; - %{system}C for system CPU only +; - %{total}C for user + system CPU (default) +; %d: time taken to serve the request +; it can accept the following format: +; - %{seconds}d (default) +; - %{miliseconds}d +; - %{mili}d +; - %{microseconds}d +; - %{micro}d +; %e: an environment variable (same as $_ENV or $_SERVER) +; it must be associated with embraces to specify the name of the env +; variable. Some exemples: +; - server specifics like: %{REQUEST_METHOD}e or %{SERVER_PROTOCOL}e +; - HTTP headers like: %{HTTP_HOST}e or %{HTTP_USER_AGENT}e +; %f: script filename +; %l: content-length of the request (for POST request only) +; %m: request method +; %M: peak of memory allocated by PHP +; it can accept the following format: +; - %{bytes}M (default) +; - %{kilobytes}M +; - %{kilo}M +; - %{megabytes}M +; - %{mega}M +; %n: pool name +; %o: ouput header +; it must be associated with embraces to specify the name of the header: +; - %{Content-Type}o +; - %{X-Powered-By}o +; - %{Transfert-Encoding}o +; - .... +; %p: PID of the child that serviced the request +; %P: PID of the parent of the child that serviced the request +; %q: the query string +; %Q: the '?' character if query string exists +; %r: the request URI (without the query string, see %q and %Q) +; %R: remote IP address +; %s: status (response code) +; %t: server time the request was received +; it can accept a strftime(3) format: +; %d/%b/%Y:%H:%M:%S %z (default) +; %T: time the log has been written (the request has finished) +; it can accept a strftime(3) format: +; %d/%b/%Y:%H:%M:%S %z (default) +; %u: remote user +; +; Default: "%R - %u %t \"%m %r\" %s" +;access.format = %R - %u %t "%m %r%Q%q" %s %f %{mili}d %{kilo}M %C%% + +; The log file for slow requests +; Default Value: not set +; Note: slowlog is mandatory if request_slowlog_timeout is set +;slowlog = log/$pool.log.slow + +; The timeout for serving a single request after which a PHP backtrace will be +; dumped to the 'slowlog' file. A value of '0s' means 'off'. +; Available units: s(econds)(default), m(inutes), h(ours), or d(ays) +; Default Value: 0 +;request_slowlog_timeout = 0 + +; The timeout for serving a single request after which the worker process will +; be killed. This option should be used when the 'max_execution_time' ini option +; does not stop script execution for some reason. A value of '0' means 'off'. +; Available units: s(econds)(default), m(inutes), h(ours), or d(ays) +; Default Value: 0 +;request_terminate_timeout = 0 + +; Set open file descriptor rlimit. +; Default Value: system defined value +;rlimit_files = 1024 + +; Set max core size rlimit. +; Possible Values: 'unlimited' or an integer greater or equal to 0 +; Default Value: system defined value +;rlimit_core = 0 + +; Chroot to this directory at the start. This value must be defined as an +; absolute path. When this value is not set, chroot is not used. +; Note: you can prefix with '$prefix' to chroot to the pool prefix or one +; of its subdirectories. If the pool prefix is not set, the global prefix +; will be used instead. +; Note: chrooting is a great security feature and should be used whenever +; possible. However, all PHP paths will be relative to the chroot +; (error_log, sessions.save_path, ...). +; Default Value: not set +;chroot = + +; Chdir to this directory at the start. +; Note: relative path can be used. +; Default Value: current directory or / when chroot +chdir = / + +; Redirect worker stdout and stderr into main error log. If not set, stdout and +; stderr will be redirected to /dev/null according to FastCGI specs. +; Note: on highloaded environement, this can cause some delay in the page +; process time (several ms). +; Default Value: no +;catch_workers_output = yes + +; Limits the extensions of the main script FPM will allow to parse. This can +; prevent configuration mistakes on the web server side. You should only limit +; FPM to .php extensions to prevent malicious users to use other extensions to +; exectute php code. +; Note: set an empty value to allow all extensions. +; Default Value: .php +;security.limit_extensions = .php .php3 .php4 .php5 + +; Pass environment variables like LD_LIBRARY_PATH. All $VARIABLEs are taken from +; the current environment. +; Default Value: clean env +;env[HOSTNAME] = $HOSTNAME +;env[PATH] = /usr/local/bin:/usr/bin:/bin +;env[TMP] = /tmp +;env[TMPDIR] = /tmp +;env[TEMP] = /tmp + +; Additional php.ini defines, specific to this pool of workers. These settings +; overwrite the values previously defined in the php.ini. The directives are the +; same as the PHP SAPI: +; php_value/php_flag - you can set classic ini defines which can +; be overwritten from PHP call 'ini_set'. +; php_admin_value/php_admin_flag - these directives won't be overwritten by +; PHP call 'ini_set' +; For php_*flag, valid values are on, off, 1, 0, true, false, yes or no. + +; Defining 'extension' will load the corresponding shared extension from +; extension_dir. Defining 'disable_functions' or 'disable_classes' will not +; overwrite previously defined php.ini values, but will append the new value +; instead. + +; Note: path INI options can be relative and will be expanded with the prefix +; (pool, global or /usr) + +; Default Value: nothing is defined by default except the values in php.ini and +; specified at startup with the -d argument +;php_admin_value[sendmail_path] = /usr/sbin/sendmail -t -i -f www@my.domain.com +;php_flag[display_errors] = off +;php_admin_value[error_log] = /var/log/fpm-php.www.log +;php_admin_flag[log_errors] = on +;php_admin_value[memory_limit] = 32M diff --git a/vendor/league/plates/.github/workflows/docs.yml b/vendor/league/plates/.github/workflows/docs.yml new file mode 100644 index 0000000..b58513b --- /dev/null +++ b/vendor/league/plates/.github/workflows/docs.yml @@ -0,0 +1,26 @@ +name: docs + +on: + push: + branches: + - v3 + +jobs: + deploy: + runs-on: ubuntu-18.04 + steps: + - uses: actions/checkout@v2 + + - name: Setup Hugo + uses: peaceiris/actions-hugo@v2 + with: + hugo-version: '0.79.1' + + - name: Build + run: hugo --minify -s doc + + - name: Deploy + uses: peaceiris/actions-gh-pages@v3 + with: + github_token: ${{ secrets.GITHUB_TOKEN }} + publish_dir: ./doc/public \ No newline at end of file diff --git a/vendor/league/plates/.github/workflows/php.yml b/vendor/league/plates/.github/workflows/php.yml new file mode 100644 index 0000000..40288ee --- /dev/null +++ b/vendor/league/plates/.github/workflows/php.yml @@ -0,0 +1,35 @@ +name: PHP + +on: [push] + +jobs: + run: + runs-on: 'ubuntu-latest' + strategy: + matrix: + php-versions: ['7.3', '7.4', '8.0'] + phpunit-versions: ['9.5'] + steps: + - name: Checkout + uses: actions/checkout@v2 + + - name: Setup PHP + uses: shivammathur/setup-php@v2 + with: + php-version: ${{ matrix.php-versions }} + extensions: mbstring, intl + ini-values: post_max_size=256M, max_execution_time=180 + coverage: xdebug + tools: php-cs-fixer, phpunit:${{ matrix.phpunit-versions }} + + - name: Validate Composer + run: composer validate + - name: Install Composer Deps + run: composer install + - name: Run Tests + run: phpunit --testdox --coverage-text --coverage-clover=coverage.clover + - name: Upload Scrutinzer + continue-on-error: true + run: | + wget https://scrutinizer-ci.com/ocular.phar + php ocular.phar code-coverage:upload --format=php-clover coverage.clover \ No newline at end of file diff --git a/vendor/league/plates/CONTRIBUTING.md b/vendor/league/plates/CONTRIBUTING.md new file mode 100644 index 0000000..c2cc4f6 --- /dev/null +++ b/vendor/league/plates/CONTRIBUTING.md @@ -0,0 +1,29 @@ +# Contributing + +Contributions are **welcome** and will be fully **credited**. + +We accept contributions via Pull Requests on [Github](https://github.com/thephpleague/plates). + +## Pull Requests + +- **[PSR-2 Coding Standard](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md)** - The easiest way to apply the conventions is to install [PHP Code Sniffer](http://pear.php.net/package/PHP_CodeSniffer). +- **Add tests!** - Your patch won't be accepted if it doesn't have tests. +- **Document any change in behaviour** - Make sure the README and any other relevant documentation are kept up-to-date. +- **Consider our release cycle** - We try to follow semver. Randomly breaking public APIs is not an option. +- **Create topic branches** - Don't ask us to pull from your master branch. +- **One pull request per feature** - If you want to do more than one thing, send multiple pull requests. +- **Send coherent history** - Make sure each individual commit in your pull request is meaningful. If you had to make multiple intermediate commits while developing, please squash them before submitting. + +## Running Tests + +``` bash +$ phpunit +``` + +## Docs + +Docs are served with hugo running on version 0.79 or later. + +You can view the docs locally with `hugo -s doc server` + +**Happy coding**! \ No newline at end of file diff --git a/vendor/league/plates/LICENSE b/vendor/league/plates/LICENSE new file mode 100644 index 0000000..26357d4 --- /dev/null +++ b/vendor/league/plates/LICENSE @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2013 The League of Extraordinary Packages + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. \ No newline at end of file diff --git a/vendor/league/plates/README.md b/vendor/league/plates/README.md new file mode 100644 index 0000000..1f76fd2 --- /dev/null +++ b/vendor/league/plates/README.md @@ -0,0 +1,64 @@ +Plates +====== + +[![Maintainer](http://img.shields.io/badge/maintainer-@ragboyjr-blue.svg?style=flat-square)](https://twitter.com/ragboyjr) +[![Source Code](http://img.shields.io/badge/source-league/plates-blue.svg?style=flat-square)](https://github.com/thephpleague/plates) +[![Latest Version](https://img.shields.io/github/release/thephpleague/plates.svg?style=flat-square)](https://github.com/thephpleague/plates/releases) +[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE) +[![Build Status](https://img.shields.io/github/workflow/status/thephpleague/plates/PHP/v3?style=flat-square)](https://github.com/thephpleague/plates/actions?query=workflow%3APHP+branch%3Av3) +[![Coverage Status](https://img.shields.io/scrutinizer/coverage/g/thephpleague/plates.svg?style=flat-square)](https://scrutinizer-ci.com/g/thephpleague/plates/code-structure) +[![Quality Score](https://img.shields.io/scrutinizer/g/thephpleague/plates.svg?style=flat-square)](https://scrutinizer-ci.com/g/thephpleague/plates) +[![Total Downloads](https://img.shields.io/packagist/dt/league/plates.svg?style=flat-square)](https://packagist.org/packages/league/plates) + +Plates is a native PHP template system that's fast, easy to use and easy to extend. It's inspired by the excellent [Twig](http://twig.sensiolabs.org/) template engine and strives to bring modern template language functionality to native PHP templates. Plates is designed for developers who prefer to use native PHP templates over compiled template languages, such as Twig or Smarty. + +### Highlights + +- Native PHP templates, no new [syntax](https://platesphp.com/templates/syntax/) to learn +- Plates is a template system, not a template language +- Plates encourages the use of existing PHP functions +- Increase code reuse with template [layouts](https://platesphp.com/templates/layouts/) and [inheritance](https://platesphp.com/templates/inheritance/) +- Template [folders](https://platesphp.com/engine/folders/) for grouping templates into namespaces +- [Data](https://platesphp.com/templates/data/#preassigned-and-shared-data) sharing across templates +- Preassign [data](https://platesphp.com/templates/data/#preassigned-and-shared-data) to specific templates +- Built-in [escaping](https://platesphp.com/templates/escaping/) helpers +- Easy to extend using [functions](https://platesphp.com/engine/functions/) and [extensions](https://platesphp.com/engine/extensions/) +- Framework-agnostic, will work with any project +- Decoupled design makes templates easy to test +- Composer ready and PSR-2 compliant + +## Installation + +Plates is available via Composer: + +``` +composer require league/plates +``` + +## Documentation + +Full documentation can be found at [platesphp.com](https://platesphp.com/). + +## Testing + +```bash +phpunit +``` + +## Contributing + +Please see [CONTRIBUTING](https://github.com/thephpleague/plates/blob/master/CONTRIBUTING.md) for details. + +## Security + +If you discover any security related issues, please email ragboyjr@icloud.com instead of using the issue tracker. + +## Credits + +- [RJ Garcia](https://github.com/ragboyjr) (Current Maintainer) +- [Jonathan Reinink](https://github.com/reinink) (Original Author) +- [All Contributors](https://github.com/thephpleague/plates/contributors) + +## License + +The MIT License (MIT). Please see [License File](https://github.com/thephpleague/plates/blob/master/LICENSE) for more information. diff --git a/vendor/league/plates/composer.json b/vendor/league/plates/composer.json new file mode 100644 index 0000000..de9f1f7 --- /dev/null +++ b/vendor/league/plates/composer.json @@ -0,0 +1,52 @@ +{ + "name": "league/plates", + "description": "Plates, the native PHP template system that's fast, easy to use and easy to extend.", + "keywords": [ + "league", + "package", + "templating", + "templates", + "views" + ], + "homepage": "https://platesphp.com", + "license": "MIT", + "authors" : [ + { + "name": "Jonathan Reinink", + "email": "jonathan@reinink.ca", + "role": "Developer" + }, + { + "name": "RJ Garcia", + "email": "ragboyjr@icloud.com", + "role": "Developer" + } + ], + "require" : { + "php": "^7.0|^8.0" + }, + "require-dev": { + "mikey179/vfsstream": "^1.6", + "phpunit/phpunit": "^9.5", + "squizlabs/php_codesniffer": "^3.5" + }, + "autoload": { + "psr-4": { + "League\\Plates\\": "src" + } + }, + "autoload-dev": { + "psr-4": { + "League\\Plates\\Tests\\": "tests" + } + }, + "extra": { + "branch-alias": { + "dev-master": "3.0-dev" + } + }, + "scripts": { + "test": "phpunit --testdox", + "docs": "hugo -s doc server" + } +} diff --git a/vendor/league/plates/doc/config.toml b/vendor/league/plates/doc/config.toml new file mode 100644 index 0000000..8b7c107 --- /dev/null +++ b/vendor/league/plates/doc/config.toml @@ -0,0 +1,15 @@ +baseURL = "https://platesphp.com/" +languageCode = "en-us" +title = "Plates" + +pygmentsUseClasses = true + +googleAnalytics = "UA-46050814-2" + +[params] + tagline = "Native PHP Templates" + description = "Plates is a Twig inspired, native PHP template system that brings modern template language functionality to native PHP templates." + [params.images] + favicon = "favicon/favicon.ico" + appleTouch = "favicon/apple-touch-icon-precomposed.png" + logo = "images/logo.png" \ No newline at end of file diff --git a/vendor/league/plates/doc/content/_index.md b/vendor/league/plates/doc/content/_index.md new file mode 100644 index 0000000..b132422 --- /dev/null +++ b/vendor/league/plates/doc/content/_index.md @@ -0,0 +1,39 @@ ++++ +title = "Introduction" +[menu.main] +parent = "getting-started" +weight = 1 ++++ + +[![Maintainer](http://img.shields.io/badge/maintainer-@ragboyjr-blue.svg?style=flat-square)](https://twitter.com/reinink) +[![Source Code](http://img.shields.io/badge/source-league/plates-blue.svg?style=flat-square)](https://github.com/thephpleague/plates) +[![Latest Version](https://img.shields.io/github/release/thephpleague/plates.svg?style=flat-square)](https://github.com/thephpleague/plates/releases) +[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](https://github.com/thephpleague/plates/blob/master/LICENSE) +{{}}
    {{}} +[![Build Status](https://img.shields.io/github/workflow/status/thephpleague/plates/PHP/v3?style=flat-square)](https://github.com/thephpleague/plates/actions?query=workflow%3APHP+branch%3Av3) +[![Coverage Status](https://img.shields.io/scrutinizer/coverage/g/thephpleague/plates.svg?style=flat-square)](https://scrutinizer-ci.com/g/thephpleague/plates/code-structure) +[![Quality Score](https://img.shields.io/scrutinizer/g/thephpleague/plates.svg?style=flat-square)](https://scrutinizer-ci.com/g/thephpleague/plates) +[![Total Downloads](https://img.shields.io/packagist/dt/league/plates.svg?style=flat-square)](https://packagist.org/packages/league/plates) + +## About + +Plates is a native PHP template system that's fast, easy to use and easy to extend. It's inspired by the excellent [Twig](http://twig.sensiolabs.org/) template engine and strives to bring modern template language functionality to native PHP templates. Plates is designed for developers who prefer to use native PHP templates over compiled template languages, such as Twig or Smarty. + +## Highlights + +- Native PHP templates, no new [syntax]({{< relref "templates/syntax.md" >}}) to learn +- Plates is a template system, not a template language +- Plates encourages the use of existing PHP functions +- Increase code reuse with template [layouts]({{< relref "templates/layouts.md" >}}) and [inheritance]({{< relref "templates/inheritance.md" >}}) +- Template [folders]({{< relref "engine/folders.md" >}}) for grouping templates into namespaces +- [Data]({{< relref "templates/data.md#preassigned-and-shared-data" >}}) sharing across templates +- Preassign [data]({{< relref "templates/data#preassigned-and-shared-data" >}}) to specific templates +- Built-in [escaping]({{< relref "templates/escaping.md" >}}) helpers +- Easy to extend using [functions]({{< relref "engine/functions.md" >}}) and [extensions]({{< relref "engine/extensions.md" >}}) +- Framework-agnostic, will work with any project +- Decoupled design makes templates easy to test +- Composer ready and PSR-2 compliant + +## Questions? + +Plates is maintained by [RJ Garcia](https://twitter.com/ragboyjr) and originally created by [Jonathan Reinink](https://twitter.com/reinink). Submit issues to [Github](https://github.com/thephpleague/plates/issues). diff --git a/vendor/league/plates/doc/content/engine/_index.md b/vendor/league/plates/doc/content/engine/_index.md new file mode 100644 index 0000000..a6f8de9 --- /dev/null +++ b/vendor/league/plates/doc/content/engine/_index.md @@ -0,0 +1,6 @@ ++++ +title = "The Engine" +[menu.main] +identifier = "engine" +weight = 2 ++++ \ No newline at end of file diff --git a/vendor/league/plates/doc/content/engine/extensions.md b/vendor/league/plates/doc/content/engine/extensions.md new file mode 100644 index 0000000..7d20671 --- /dev/null +++ b/vendor/league/plates/doc/content/engine/extensions.md @@ -0,0 +1,119 @@ ++++ +title = "Extensions" +linkTitle = "Engine Extensions" +[menu.main] +parent = "engine" +weight = 5 ++++ + +Creating extensions couldn't be easier, and can really make Plates sing for your specific project. Start by creating a class that implements `\League\Plates\Extension\ExtensionInterface`. Next, register your template [functions]({{< relref "engine/functions.md" >}}) within a `register()` method. + +## Simple extensions example + +~~~ php +use League\Plates\Engine; +use League\Plates\Extension\ExtensionInterface; + +class ChangeCase implements ExtensionInterface +{ + public function register(Engine $engine) + { + $engine->registerFunction('uppercase', [$this, 'uppercaseString']); + $engine->registerFunction('lowercase', [$this, 'lowercaseString']); + } + + public function uppercaseString($var) + { + return strtoupper($var); + } + + public function lowercaseString($var) + { + return strtolower($var); + } +} +~~~ + +To use this extension in your template, simply call your new functions: + +~~~ php +

    Hello, e($this->uppercase($name))?>

    +~~~ + +They can also be used in a [batch]({{< relref "templates/functions.md#batch-function-calls" >}}) compatible function: + +~~~ php +

    Hello e($name, 'uppercase')

    +~~~ + +## Single method extensions + +Alternatively, you may choose to expose the entire extension object to the template using a single function. This can make your templates more legible and also reduce the chance of conflicts with other extensions. + +~~~ php +use League\Plates\Engine; +use League\Plates\Extension\ExtensionInterface; + +class ChangeCase implements ExtensionInterface +{ + public function register(Engine $engine) + { + $engine->registerFunction('case', [$this, 'getObject']); + } + + public function getObject() + { + return $this; + } + + public function upper($var) + { + return strtoupper($var); + } + + public function lower($var) + { + return strtolower($var); + } +} +~~~ + +To use this extension in your template, first call the primary function, then the secondary functions: + +~~~ php +

    Hello, e($this->case()->upper($name))?>

    +~~~ + +## Loading extensions + +To enable an extension, load it into the [engine]({{< relref "engine/overview.md" >}}) object using the `loadExtension()` method. + +~~~ php +$engine->loadExtension(new ChangeCase()); +~~~ + +## Accessing the engine and template + +It may be desirable to access the `engine` or `template` objects from within your extension. Plates makes both of these objects available to you. The engine is automatically passed to the `register()` method, and the template is assigned as a parameter on each function call. + +~~~ php +use League\Plates\Engine; +use League\Plates\Extension\ExtensionInterface; + +class MyExtension implements ExtensionInterface +{ + protected $engine; + public $template; // must be public + + public function register(Engine $engine) + { + $this->engine = $engine; + + // Access template data: + $data = $this->template->data(); + + // Register functions + // ... + } +} +~~~ diff --git a/vendor/league/plates/doc/content/engine/file-extensions.md b/vendor/league/plates/doc/content/engine/file-extensions.md new file mode 100644 index 0000000..e58023b --- /dev/null +++ b/vendor/league/plates/doc/content/engine/file-extensions.md @@ -0,0 +1,35 @@ ++++ +title = "File Extensions" +linkTitle = "Engine File Extensions" +[menu.main] +parent = "engine" +weight = 2 ++++ + +Plates does not enforce a specific template file extension. By default it assumes `.php`. This file extension is automatically appended to your template names when rendered. You are welcome to change the default extension using one of the following methods. + +## Constructor method + +~~~ php +// Create new engine and set the default file extension to ".tpl" +$template = new League\Plates\Engine('/path/to/templates', 'tpl'); +~~~ + +## Setter method + +~~~ php +// Sets the default file extension to ".tpl" after engine instantiation +$template->setFileExtension('tpl'); +~~~ + +## Manually assign + +If you prefer to manually set the file extension, simply set the default file extension to `null`. + +~~~ php +// Disable automatic file extensions +$template->setFileExtension(null); + +// Render template +echo $templates->render('home.php'); +~~~ \ No newline at end of file diff --git a/vendor/league/plates/doc/content/engine/folders.md b/vendor/league/plates/doc/content/engine/folders.md new file mode 100644 index 0000000..c90bfb0 --- /dev/null +++ b/vendor/league/plates/doc/content/engine/folders.md @@ -0,0 +1,49 @@ ++++ +title = "Folders" +linkTitle = "Engine Folders" +[menu.main] +parent = "engine" +weight = 3 ++++ + +Folders make it really easy to organize and access your templates. Folders allow you to group your templates under different namespaces, each of which having their own file system path. + +## Creating folders + +To create folders, use the `addFolder()` method: + +~~~ php +// Create new Plates instance +$templates = new League\Plates\Engine(); + +// Add folders +$templates->addFolder('admin', '/path/to/admin/templates'); +$templates->addFolder('emails', '/path/to/email/templates'); +~~~ + +## Using folders + +To use the folders you created within your project simply append the folder name with two colons before the template name. For example, to render a welcome email: + +~~~ php +$email = $templates->render('emails::welcome'); +~~~ + +This works with template functions as well, such as layouts or nested templates. For example: + +~~~ php +layout('shared::template') ?> +~~~ + +## Folder fallbacks + +When enabled, if a folder template is missing, Plates will automatically fallback and look for a template with the **same** name in the default folder. This can be helpful when using folders to manage themes. To enable fallbacks, simply pass `true` as the third parameter in the `addFolders()` method. + +~~~ php +// Create new Plates engine +$templates = new \League\Plates\Engine('/path/to/default/theme'); + +// Add themes +$templates->addFolder('theme1', '/path/to/theme/1', true); +$templates->addFolder('theme2', '/path/to/theme/2', true); +~~~ \ No newline at end of file diff --git a/vendor/league/plates/doc/content/engine/functions.md b/vendor/league/plates/doc/content/engine/functions.md new file mode 100644 index 0000000..cb9941b --- /dev/null +++ b/vendor/league/plates/doc/content/engine/functions.md @@ -0,0 +1,33 @@ ++++ +title = "Functions" +linkTitle = "Engine Functions" +[menu.main] +parent = "engine" +weight = 4 ++++ + +While [extensions]({{< relref "engine/extensions.md" >}}) are awesome for adding additional reusable functionality to Plates, sometimes it's easier to just create a one-off function for a specific use case. Plates makes this easy to do. + +## Registering functions + +~~~ php +// Create new Plates engine +$templates = new \League\Plates\Engine('/path/to/templates'); + +// Register a one-off function +$templates->registerFunction('uppercase', function ($string) { + return strtoupper($string); +}); +~~~ + +To use this function in a template, simply call it like any other function: + +~~~ php +

    Hello e($this->uppercase($name))

    +~~~ + +It can also be used in a [batch]({{< relref "templates/functions#batch-function-calls">}}) compatible function: + +~~~ php +

    Hello e($name, 'uppercase')

    +~~~ diff --git a/vendor/league/plates/doc/content/engine/overview.md b/vendor/league/plates/doc/content/engine/overview.md new file mode 100644 index 0000000..b7db2ff --- /dev/null +++ b/vendor/league/plates/doc/content/engine/overview.md @@ -0,0 +1,56 @@ ++++ +title = "Overview" +linkTitle = "Engine Overview" +aliases = ["/engine"] +[menu.main] +parent = "engine" +weight = 1 ++++ + +Plates uses a central object called the `Engine`, which is used to store the environment configuration, functions and extensions. It helps decouple your templates from the file system and other dependencies. For example, if you want to change the folder where your templates are stored, you can do so by simply changing the path in one location. + +## Basic usage + +~~~ php +// Create new Plates engine +$templates = new League\Plates\Engine('/path/to/templates'); + +// Add any additional folders +$templates->addFolder('emails', '/path/to/emails'); + +// Load any additional extensions +$templates->loadExtension(new League\Plates\Extension\Asset('/path/to/public')); + +// Create a new template +$template = $templates->make('emails::welcome'); +~~~ + +## Dependency Injection + +Plates is designed to be easily passed around your application and easily injected in your controllers or other application objects. Simply pass an instance of the `Engine` to any consuming objects, and then use either the `make()` method to create a new template, or the `render()` method to render it immediately. For example: + +~~~ php +class Controller +{ + private $templates; + + public function __construct(League\Plates\Engine $templates) + { + $this->templates = $templates; + } + + // Create a template object + public function getIndex() + { + $template = $this->templates->make('home'); + + return $template->render(); + } + + // Render a template directly + public function getIndex() + { + return $this->templates->render('home'); + } +} +~~~ diff --git a/vendor/league/plates/doc/content/extensions/_index.md b/vendor/league/plates/doc/content/extensions/_index.md new file mode 100644 index 0000000..bfe1007 --- /dev/null +++ b/vendor/league/plates/doc/content/extensions/_index.md @@ -0,0 +1,6 @@ ++++ +title = "Extensions" +[menu.main] +identifier = "extensions" +weight = 4 ++++ \ No newline at end of file diff --git a/vendor/league/plates/doc/content/extensions/asset.md b/vendor/league/plates/doc/content/extensions/asset.md new file mode 100644 index 0000000..9d7d05f --- /dev/null +++ b/vendor/league/plates/doc/content/extensions/asset.md @@ -0,0 +1,57 @@ ++++ +title = "Asset" +[menu.main] +parent = "extensions" +weight = 1 ++++ + +The asset extension can be used to quickly create "cache busted" asset URLs in your templates. This is particularly helpful for aggressively cached files that can potentially change in the future, such as CSS files, JavaScript files and images. It works by appending the timestamp of the file's last update to its URL. For example, `/css/all.css` becomes `/css/all.1373577602.css`. As long as the file does not change, the timestamp remains the same and caching occurs. However, if the file is changed, a new URL is automatically generated with a new timestamp, and visitors receive the new file. + +## Installing the asset extension + +The asset extension comes packaged with Plates but is not enabled by default, as it requires extra parameters passed to it at instantiation. + +~~~ php +// Load asset extension +$engine->loadExtension(new League\Plates\Extension\Asset('/path/to/public/assets/', true)); +~~~ + +The first constructor parameter is the file system path of the assets directory. The second is an optional `boolean` parameter that if set to true uses the filename caching method (ie. `file.1373577602.css`) instead of the default query string method (ie. `file.css?v=1373577602`). + +## Filename caching + +To make filename caching work, some URL rewriting is required: + +### Apache example +~~~ php + + RewriteCond %{REQUEST_FILENAME} !-f + RewriteCond %{REQUEST_FILENAME} !-d + RewriteRule ^(.+)\.(\d+)\.(js|css|png|jpg|gif)$ $1.$3 [L] + +~~~ + +### Nginx example + +~~~ php +location ~* (.+)\.(?:\d+)\.(js|css|png|jpg|jpeg|gif)$ { + try_files $uri $1.$2; +} +~~~ + +## Using the asset extension + +~~~ php + + + Asset Extension Example + + + + + + + + + +~~~ \ No newline at end of file diff --git a/vendor/league/plates/doc/content/extensions/community.md b/vendor/league/plates/doc/content/extensions/community.md new file mode 100644 index 0000000..6282d3a --- /dev/null +++ b/vendor/league/plates/doc/content/extensions/community.md @@ -0,0 +1,13 @@ ++++ +title = "Community" +[menu.main] +parent = "extensions" +weight = 3 ++++ + +This is a list of all the known community extensions for the Plates library. Please feel free to submit a [Pull Request](https://github.com/thephpleague/plates) to add your extension to this list. + +- [Laravel Provider](https://github.com/franzliedke/laravel-plates) +- [Attributes Rendering](https://github.com/RobinDev/platesAttributes) - Transforms arrays into html tag attributes. +- [Includer](https://github.com/odahcam/plates-includer) - Include your assets in an expert way. +- [Tapestry](https://github.com/tapestry-cloud/tapestry) - A blog aware, Plates based static site generator. diff --git a/vendor/league/plates/doc/content/extensions/uri.md b/vendor/league/plates/doc/content/extensions/uri.md new file mode 100644 index 0000000..1f3be1a --- /dev/null +++ b/vendor/league/plates/doc/content/extensions/uri.md @@ -0,0 +1,81 @@ ++++ +title = "URI" +[menu.main] +parent = "extensions" +weight = 2 ++++ + +The URI extension is designed to make URI checks within templates easier. The most common use is marking the current page in a menu as "selected". It only has one function, `uri()`, but can do a number of helpful tasks depending on the parameters passed to it. + +## Installing the URI extension + +The URI extension comes packaged with Plates but is not enabled by default, as it requires an extra parameter passed to it at instantiation. + +~~~ php +// Load URI extension using global variable +$engine->loadExtension(new League\Plates\Extension\URI($_SERVER['PATH_INFO'])); + +// Load URI extension using a HttpFoundation's request object +$engine->loadExtension(new League\Plates\Extension\URI($request->getPathInfo())); +~~~ + +## URI example + +~~~ php +
    +~~~ + +## Using the URI extension + +Get the whole URI. + +~~~ php +uri()?> +~~~ + +Get a specified segment of the URI. + +~~~ php +uri(1)?> +~~~ + +Check if a specific segment of the URI (first parameter) equals a given string (second parameter). Returns `true` on success or `false` on failure. + +~~~ php +uri(1, 'home')): ?> +~~~ + +Check if a specific segment of the URI (first parameter) equals a given string (second parameter). Returns string (third parameter) on success or `false` on failure. + +~~~ php +uri(1, 'home', 'success')?> +~~~ + +Check if a specific segment of the URI (first parameter) equals a given string (second parameter). Returns string (third parameter) on success or string (fourth parameter) on failure. + +~~~ php +uri(1, 'home', 'success', 'fail')?> +~~~ + +Check if a regular expression string matches the current URI. Returns `true` on success or `false` on failure. + +~~~ php +uri('/home')): ?> +~~~ + +Check if a regular expression string (first parameter) matches the current URI. Returns string (second parameter) on success or `false` on failure. + +~~~ php +uri('/home', 'success')?> +~~~ + +Check if a regular expression string (first parameter) matches the current URI. Returns string (second parameter) on success or string (third parameter) on failure. + +~~~ php +uri('/home', 'success', 'fail')?> +~~~ \ No newline at end of file diff --git a/vendor/league/plates/doc/content/getting-started/_index.md b/vendor/league/plates/doc/content/getting-started/_index.md new file mode 100644 index 0000000..19d0b83 --- /dev/null +++ b/vendor/league/plates/doc/content/getting-started/_index.md @@ -0,0 +1,6 @@ ++++ +title = "Getting Started" +[menu.main] +identifier = "getting-started" +weight = 1 ++++ \ No newline at end of file diff --git a/vendor/league/plates/doc/content/getting-started/installation.md b/vendor/league/plates/doc/content/getting-started/installation.md new file mode 100644 index 0000000..0e7c9c6 --- /dev/null +++ b/vendor/league/plates/doc/content/getting-started/installation.md @@ -0,0 +1,33 @@ ++++ +title = "Installation" +[menu.main] +parent = "getting-started" +weight = 3 ++++ + +## Using Composer + +Plates is available on [Packagist](https://packagist.org/packages/league/plates) and can be installed using [Composer](https://getcomposer.org/). This can be done by running the following command or by updating your `composer.json` file. + +~~~ bash +composer require league/plates +~~~ + +{{< code-filename composer.json >}} +~~~ javascript +{ + "require": { + "league/plates": "3.*" + } +} +~~~ + +Be sure to also include your Composer autoload file in your project: + +~~~ php +require 'vendor/autoload.php'; +~~~ + +## Downloading .zip file + +This project is also available for download as a `.zip` file on GitHub. Visit the [releases page](https://github.com/thephpleague/plates/releases), select the version you want, and click the "Source code (zip)" download button. \ No newline at end of file diff --git a/vendor/league/plates/doc/content/getting-started/simple-example.md b/vendor/league/plates/doc/content/getting-started/simple-example.md new file mode 100644 index 0000000..1f17799 --- /dev/null +++ b/vendor/league/plates/doc/content/getting-started/simple-example.md @@ -0,0 +1,50 @@ ++++ +title = "Simple Example" +[menu.main] +parent = "getting-started" +weight = 2 ++++ + +Here is a simple example of how to use Plates. We will assume the following directory stucture: + +~~~ +`-- path + `-- to + `-- templates + |-- template.php + |-- profile.php +~~~ + +## Within your controller + +~~~ php +// Create new Plates instance +$templates = new League\Plates\Engine('/path/to/templates'); + +// Render a template +echo $templates->render('profile', ['name' => 'Jonathan']); +~~~ + +## The page template + +{{< code-filename profile.php >}} +~~~ php +layout('template', ['title' => 'User Profile']) ?> + +

    User Profile

    +

    Hello, e($name)?>

    +~~~ + +## The layout template + +{{< code-filename template.php >}} +~~~ php + + + <?=$this->e($title)?> + + + section('content')?> + + +~~~ \ No newline at end of file diff --git a/vendor/league/plates/doc/content/templates/_index.md b/vendor/league/plates/doc/content/templates/_index.md new file mode 100644 index 0000000..19f973f --- /dev/null +++ b/vendor/league/plates/doc/content/templates/_index.md @@ -0,0 +1,6 @@ ++++ +title = "Templates" +[menu.main] +identifier = "templates" +weight = 3 ++++ \ No newline at end of file diff --git a/vendor/league/plates/doc/content/templates/data.md b/vendor/league/plates/doc/content/templates/data.md new file mode 100644 index 0000000..4330eed --- /dev/null +++ b/vendor/league/plates/doc/content/templates/data.md @@ -0,0 +1,60 @@ ++++ +title = "Data" +linkTitle = "Templates Data" +[menu.main] +parent = "templates" +weight = 2 ++++ + +It's very common to share application data (variables) with a template. Data can be whatever you want: strings, arrays, objects, etc. Plates allows you set both template specific data as well as shared template data. + +## Assign data + +Assigning data is done from within your application code, such as a controller. There are a number of ways to assign the data, depending on how you structure your objects. + +~~~ php +// Create new Plates instance +$templates = new League\Plates\Engine('/path/to/templates'); + +// Assign via the engine's render method +echo $templates->render('profile', ['name' => 'Jonathan']); + +// Assign via the engine's make method +$template = $templates->make('profile', ['name' => 'Jonathan']); + +// Assign directly to a template object +$template = $templates->make('profile'); +$template->data(['name' => 'Jonathan']); +~~~ + +## Accessing data + +Template data is available as locally scoped variables at the time of rendering. Continuing with the example above, here is how you would [escape]({{< relref "templates/escaping.md" >}}) and output the "name" value in a template: + +~~~ php +

    Hello e($name)?>

    +~~~ + +

    Prior to Plates 3.0, variables were accessed using the $this pseudo-variable. This is no longer possible. Use the locally scoped variables instead.

    + +## Preassigned and shared data + +If you have data that you want assigned to a specific template each time that template is rendered throughout your application, the `addData()` function can help organize that code in one place. + +~~~ php +$templates->addData(['name' => 'Jonathan'], 'emails::welcome'); +~~~ + +You can pressaign data to more than one template by passing an array of templates: + +~~~ php +$templates->addData(['name' => 'Jonathan'], ['login', 'template']); +~~~ + +To assign data to ALL templates, simply omit the second parameter: + +~~~ php +$templates->addData(['name' => 'Jonathan']); +~~~ + +Keep in mind that shared data is assigned to a template when it's first created, meaning any conflicting data assigned that's afterwards to a specific template will overwrite the shared data. This is generally desired behavior. diff --git a/vendor/league/plates/doc/content/templates/escaping.md b/vendor/league/plates/doc/content/templates/escaping.md new file mode 100644 index 0000000..8cb44b2 --- /dev/null +++ b/vendor/league/plates/doc/content/templates/escaping.md @@ -0,0 +1,49 @@ ++++ +title = "Escaping" +linkTitle = "Templates Escaping" +[menu.main] +parent = "templates" +weight = 8 ++++ + +Escaping is a form of [data filtering](http://www.phptherightway.com/#data_filtering) which sanitizes unsafe, user supplied input prior to outputting it as HTML. Plates provides two shortcuts to the `htmlspecialchars()` function. + +## Escaping example + +~~~ php +

    Hello, escape($name)?>

    + + +

    Hello, e($name)?>

    +~~~ + +## Batch function calls + +The escape functions also support [batch]({{< relref "templates/functions.md#batch-function-calls" >}}) function calls, which allow you to apply multiple functions, including native PHP functions, to a variable at one time. + +~~~ php +

    Welcome e($name, 'strip_tags|strtoupper')?>

    +~~~ + +## Escaping HTML attributes + +

    It's VERY important to always double quote HTML attributes that contain escaped variables, otherwise your template will still be open to injection attacks.

    + +Some [libraries](http://framework.zend.com/manual/2.1/en/modules/zend.escaper.escaping-html-attributes.html) go as far as having a special function for escaping HTML attributes. However, this is somewhat redundant considering that if a developer forgets to properly quote an HTML attribute, they will likely also forget to use this special function. Here is how you properly escape HTML attributes: + +~~~ php + +<?=$this->e($name)?> + + +<?=$this->e($name)?> + + +<?=$this-e($name)?>> +~~~ + +## Automatic escaping + +Probably the biggest drawbacks to native PHP templates is the inability to auto-escape variables properly. Template languages like Twig and Smarty can identify "echoed" variables during a parsing stage and automatically escape them. This cannot be done in native PHP as the language does not offer overloading functionality for it's output functions (ie. `print` and `echo`). + +Don't worry, escaping can still be done safely, it just means you are responsible for manually escaping each variable on output. Consider creating a snippet for one of the above, built-in escaping functions to make this process easier. diff --git a/vendor/league/plates/doc/content/templates/functions.md b/vendor/league/plates/doc/content/templates/functions.md new file mode 100644 index 0000000..ba41bdb --- /dev/null +++ b/vendor/league/plates/doc/content/templates/functions.md @@ -0,0 +1,46 @@ ++++ +title = "Functions" +linkTitle = "Templates Functions" +[menu.main] +parent = "templates" +weight = 3 ++++ + +Template functions in Plates are accessed using the `$this` pseudo-variable. + +~~~ php +

    Hello, escape($name)?>

    +~~~ + + +## Custom fuctions + +In addition to the functions included with Plates, it's also possible to add [one-off functions]({{< relref "engine/functions.md" >}}), or even groups of functions, known as [extensions]({{< relref "engine/extensions.md" >}}). + +## Batch function calls + +Sometimes you need to apply more than function to a variable in your templates. This can become somewhat illegible. The `batch()` function helps by allowing you to apply multiple functions, including native PHP functions, to a variable at one time. + +~~~ php + +

    Welcome escape(strtoupper(strip_tags($name)))?>

    + + +

    Welcome batch($name, 'strip_tags|strtoupper|escape')?>

    +~~~ + +The [escape]({{< relref "templates/escaping.md" >}}) functions also support batch function calls. + +~~~ php +

    Welcome e($name, 'strip_tags|strtoupper')?>

    +~~~ + +The batch functions works well for "piped" functions that accept one parameter, modify it, and then return it. It's important to note that they execute functions left to right and will favour extension functions over native PHP functions if there are conflicts. + +~~~ php + +batch('Jonathan', 'escape|strtolower|strtoupper')?> + + +batch('Jonathan', 'escape|strtoupper|strtolower')?> +~~~ diff --git a/vendor/league/plates/doc/content/templates/inheritance.md b/vendor/league/plates/doc/content/templates/inheritance.md new file mode 100644 index 0000000..d0676e8 --- /dev/null +++ b/vendor/league/plates/doc/content/templates/inheritance.md @@ -0,0 +1,63 @@ ++++ +title = "Inheritance" +linkTitle = "Templates Inheritance" +[menu.main] +parent = "templates" +weight = 7 ++++ + +By combining [layouts]({{< relref "templates/layouts.md" >}}) and [sections]({{< relref "templates/sections.md" >}}), Plates allows you to "build up" your pages using predefined sections. This is best understand using an example: + +## Inheritance example + +The following example illustrates a pretty standard website. Start by creating a site template, which includes your header and footer as well as any predefined content [sections]({{< relref "templates/sections.md" >}}). Notice how Plates makes it possible to even set default section content, in the event that a page doesn't define it. + +{{< code-filename template.php >}} + +~~~ php + + + <?=$this->e($title)?> + + + + + +
    + section('page')?> +
    + + + + + +~~~ + +With the template defined, any page can now "implement" this [layout]({{< relref "templates/layouts.md" >}}). Notice how each section of content is defined between the `start()` and `end()` functions. + +{{< code-filename profile.php >}} + +~~~ php +layout('template', ['title' => 'User Profile']) ?> + +start('page') ?> +

    Welcome!

    +

    Hello e($name)?>

    +stop() ?> + +start('sidebar') ?> + +stop() ?> +~~~ diff --git a/vendor/league/plates/doc/content/templates/layouts.md b/vendor/league/plates/doc/content/templates/layouts.md new file mode 100644 index 0000000..88a2ad7 --- /dev/null +++ b/vendor/league/plates/doc/content/templates/layouts.md @@ -0,0 +1,104 @@ ++++ +title = "Layouts" +linkTitle = "Templates Layouts" +[menu.main] +parent = "templates" +weight = 5 ++++ + +The `layout()` function allows you to define a layout template that a template will implement. It's like having separate header and footer templates in one file. + +## Define a layout + +The `layout()` function can be called anywhere in a template, since the layout template is actually rendered second. Typically it's placed at the top of the file. + +~~~ php +layout('template') ?> + +

    User Profile

    +

    Hello, e($name)?>

    +~~~ + +This function also works with [folders]({{< relref "engine/folders.md" >}}): + +~~~ php +layout('shared::template') ?> +~~~ + +## Assign data + +To assign data (variables) to a layout template, pass them as an array to the `layout()` function. This data will then be available as locally scoped variables within the layout template. + +~~~ php +layout('template', ['title' => 'User Profile']) ?> +~~~ + +## Accessing the content + +To access the rendered template content within the layout, use the `section()` function, passing `'content'` as the section name. This will return all outputted content from the template that hasn't been defined in a [section]({{< relref "templates/sections.md" >}}). + +~~~ php + + + <?=$this->e($title)?> + + + +section('content')?> + + + +~~~ + +## Stacked layouts + +Plates allows stacking of layouts, allowing even further simplification and organization of templates. Instead of just using one main layout, it's possible to break templates into more specific layouts, which themselves implement a main layout. Consider this example: + +### The main site layout + +{{< code-filename template.php >}} + +~~~ php + + + <?=$this->e($title)?> + + + +section('content')?> + + + +~~~ + +### The blog layout + +{{< code-filename blog.php >}} + +~~~ php +layout('template', ['title' => $title]) ?> + +

    The Blog

    + +
    +
    + section('content')?> +
    + +
    +~~~ + +### A blog article + +{{< code-filename blog-article.php >}} + +~~~ php +layout('blog', ['title' => $article->title]) ?> + +

    e($article->title)?>

    +
    + e($article->content)?> +
    +~~~ diff --git a/vendor/league/plates/doc/content/templates/nesting.md b/vendor/league/plates/doc/content/templates/nesting.md new file mode 100644 index 0000000..6243a27 --- /dev/null +++ b/vendor/league/plates/doc/content/templates/nesting.md @@ -0,0 +1,43 @@ ++++ +title = "Nesting" +linkTitle = "Templates Nesting" +[menu.main] +parent = "templates" +weight = 4 ++++ + +Including another template into the current template is done using the `insert()` function: + +~~~ php +insert('partials/header') ?> + +

    Your content.

    + +insert('partials/footer') ?> +~~~ + +The `insert()` function also works with [folders]({{< relref "engine/folders.md" >}}): + +~~~ php +insert('partials::header') ?> +~~~ + +## Alternative syntax + +The `insert()` function automatically outputs the rendered template. If you prefer to manually output the response, use the `fetch()` function instead: + +~~~ php +fetch('partials/header')?> +~~~ + +## Assign data + +To assign data (variables) to a nested template, pass them as an array to the `insert()` or `fetch()` functions. This data will then be available as locally scoped variables within the nested template. + +~~~ php +insert('partials/header', ['name' => 'Jonathan']) ?> + +

    Your content.

    + +insert('partials/footer') ?> +~~~ diff --git a/vendor/league/plates/doc/content/templates/overview.md b/vendor/league/plates/doc/content/templates/overview.md new file mode 100644 index 0000000..e6c7c02 --- /dev/null +++ b/vendor/league/plates/doc/content/templates/overview.md @@ -0,0 +1,72 @@ ++++ +title = "Overview" +linkTitle = "Templates Overview" +[menu.main] +parent = "templates" +weight = 1 ++++ + +Plates templates are very simple PHP objects. Generally you'll want to create these using the two factory methods, `make()` and `render()`, in the [engine]({{< relref "engine/overview.md" >}}). For example: + +~~~ php +// Create new Plates instance +$templates = new League\Plates\Engine('/path/to/templates'); + +// Render a template in a subdirectory +echo $templates->render('partials/header'); + +// Render a template +echo $templates->render('profile', ['name' => 'Jonathan']); +~~~ + +For more information about how Plates is designed to be easily added to your application, see the section on [dependency injection]({{< relref "engine/overview.md#dependency-injection" >}}). + +## Manually creating templates + +It's also possible to create templates manually. The only dependency they require is an instance of the [engine]({{< relref "engine/overview.md" >}}) object. For example: + +~~~ php +// Create new Plates instance +$templates = new League\Plates\Engine('/path/to/templates'); + +// Create a new template +$template = new League\Plates\Template\Template($templates, 'profile'); + +// Render the template +echo $template->render(['name' => 'Jonathan']); + +// You can also render the template using the toString() magic method +echo $template; +~~~ + +## Check if a template exists + +When dynamically loading templates, you may need to check if they exist. This can be done using the engine's `exists()` method: + +~~~ php +if ($templates->exists('articles::beginners_guide')) { + // It exists! +} +~~~ + +You can also run this check on an existing template: + +~~~ php +if ($template->exists()) { + // It exists! +} +~~~ + +## Get a template path + +To get a template path from its name, use the engine's `path()` method: + +~~~ php +$path = $templates->path('articles::beginners_guide'); +~~~ + +You can also get the path from an existing template: + +~~~ php +$path = $template->path(); +~~~ diff --git a/vendor/league/plates/doc/content/templates/sections.md b/vendor/league/plates/doc/content/templates/sections.md new file mode 100644 index 0000000..06d4151 --- /dev/null +++ b/vendor/league/plates/doc/content/templates/sections.md @@ -0,0 +1,83 @@ ++++ +title = "Sections" +linkTitle = "Templates Sections" +[menu.main] +parent = "templates" +weight = 6 ++++ + +The `start()` and `stop` functions allow you to build sections (or blocks) of content within your template, and instead of them being rendered directly, they are saved for use elsewhere. For example, in your [layout]({{< relref "templates/layouts.md" >}}) template. + +## Creating sections + +You define the name of the section with the `start()` function. To end a section call the `stop()` function. + +~~~ php +start('welcome') ?> + +

    Welcome!

    +

    Hello e($name)?>

    + +stop() ?> +~~~ + +## Stacking section content + +By default, when you render a section its content will overwrite any existing content for that section. However, it's possible to append/prepend (or stack) the content instead using the `push()` or `unshift()` method respectively. This can be useful for specifying any JavaScript libraries or CSS files required by your child views. + +~~~ php +push('scripts') ?> + +end() ?> + +unshift('styles') ?> + +end() ?> +~~~ + +

    The end() function is simply an alias of stop(). These functions can be used interchangeably.

    + +## Accessing section content + +Access rendered section content using the name you assigned in the `start()` method. This variable can be accessed from the current template and layout templates using the `section()` function. + +~~~ php +section('welcome')?> +~~~ + +

    Prior to Plates 3.0, accessing template content was done using either the content() or child() functions. For consistency with sections, this is no longer possible.

    + +## Default section content + +In situations where a page doesn't implement a particular section, it's helpful to assign default content. There are a couple ways to do this: + +### Defining it inline + +If the default content can be defined in a single line of code, it's best to simply pass it as the second parameter of the `section()` function. + +~~~ php + +~~~ + +### Use an if statement + +If the default content requires more than a single line of code, it's best to use a simple if statement to check if a section exists, and otherwise display the default. + +~~~ php + +~~~ + diff --git a/vendor/league/plates/doc/content/templates/syntax.md b/vendor/league/plates/doc/content/templates/syntax.md new file mode 100644 index 0000000..6edf881 --- /dev/null +++ b/vendor/league/plates/doc/content/templates/syntax.md @@ -0,0 +1,49 @@ ++++ +title = "Syntax" +linkTitle = "Templates Syntax" +[menu.main] +parent = "templates" +weight = 9 ++++ + +While the actual syntax you use in your templates is entirely your choice (it's just PHP after all), we suggest the following syntax guidelines to help keep templates clean and legible. + +## Guidelines + +- Always use HTML with inline PHP. Never use blocks of PHP. +- Always escape potentially dangerous variables prior to outputting using the built-in escape functions. More on escaping [here]({{< relref "templates/escaping.md" >}}). +- Always use the short echo syntax (`layout('template', ['title' => 'User Profile']) ?> + +

    Welcome!

    +

    Hello e($name)?>

    + +

    Friends

    + + + +

    Invitations

    +

    You have some friend invites!

    + +~~~ diff --git a/vendor/league/plates/doc/layouts/_default/baseof.html b/vendor/league/plates/doc/layouts/_default/baseof.html new file mode 100644 index 0000000..23003f3 --- /dev/null +++ b/vendor/league/plates/doc/layouts/_default/baseof.html @@ -0,0 +1,114 @@ + + + + + + + {{ if .IsHome }} + {{ .Site.Title }} - {{ .Site.Params.tagline }} + {{ else }} + {{ partial "title" . }} | {{ .Site.Title -}} + {{ end }} + {{ if .Site.Params.description }} + + {{ end }} + {{ if .Site.Params.Images.favicon }} + + {{ else }} + + {{ end }} + {{ if .Site.Params.Images.appleTouch }} + + {{ else }} + + {{ end }} + + + + + + + + Fork me on GitHub + + +
    + + The League of Extraordinary Packages + +

    Our Packages:

    +
      + +
    +
    + +
    + + + Presented by The League of Extraordinary Packages + +
    + + + + +
    + + {{ $currentPage := . }} + {{ range .Site.Menus.main }} +

    {{ .Name }}

    + + {{ end }} +
    +
    + {{ template "main" . }} +
    +
    + + + + + + + + + +{{ if .Site.GoogleAnalytics }} + +{{ end }} + + + \ No newline at end of file diff --git a/vendor/league/plates/doc/layouts/_default/list.html b/vendor/league/plates/doc/layouts/_default/list.html new file mode 100644 index 0000000..bcd5d0b --- /dev/null +++ b/vendor/league/plates/doc/layouts/_default/list.html @@ -0,0 +1,4 @@ +{{ define "main" }} +

    {{ .Title }}

    + {{ .Content }} +{{ end }} \ No newline at end of file diff --git a/vendor/league/plates/doc/layouts/_default/single.html b/vendor/league/plates/doc/layouts/_default/single.html new file mode 100644 index 0000000..bcd5d0b --- /dev/null +++ b/vendor/league/plates/doc/layouts/_default/single.html @@ -0,0 +1,4 @@ +{{ define "main" }} +

    {{ .Title }}

    + {{ .Content }} +{{ end }} \ No newline at end of file diff --git a/vendor/league/plates/doc/layouts/partials/title.html b/vendor/league/plates/doc/layouts/partials/title.html new file mode 100644 index 0000000..7094d8d --- /dev/null +++ b/vendor/league/plates/doc/layouts/partials/title.html @@ -0,0 +1,11 @@ +{{ $title := "" }} + +{{ if .Title }} + {{ $title = .Title }} +{{ else if and .IsSection .File }} + {{ $title = path.Base .File.Dir | humanize | title }} +{{ else if and .IsPage .File }} + {{ $title = .File.BaseFileName | humanize | title }} +{{ end }} + +{{ return $title }} \ No newline at end of file diff --git a/vendor/league/plates/doc/layouts/shortcodes/code-filename.html b/vendor/league/plates/doc/layouts/shortcodes/code-filename.html new file mode 100644 index 0000000..0c22bc0 --- /dev/null +++ b/vendor/league/plates/doc/layouts/shortcodes/code-filename.html @@ -0,0 +1 @@ +
    {{ index .Params 0 }}
    \ No newline at end of file diff --git a/vendor/league/plates/doc/layouts/shortcodes/html.html b/vendor/league/plates/doc/layouts/shortcodes/html.html new file mode 100644 index 0000000..1b4165c --- /dev/null +++ b/vendor/league/plates/doc/layouts/shortcodes/html.html @@ -0,0 +1,3 @@ +{{/* ref: https://anaulin.org/blog/hugo-raw-html-shortcode/ */}} + +{{.Inner}} \ No newline at end of file diff --git a/vendor/league/plates/doc/static/CNAME b/vendor/league/plates/doc/static/CNAME new file mode 100644 index 0000000..1e00c34 --- /dev/null +++ b/vendor/league/plates/doc/static/CNAME @@ -0,0 +1 @@ +platesphp.com \ No newline at end of file diff --git a/vendor/league/plates/doc/static/css/custom.css b/vendor/league/plates/doc/static/css/custom.css new file mode 100644 index 0000000..a0d462f --- /dev/null +++ b/vendor/league/plates/doc/static/css/custom.css @@ -0,0 +1,23 @@ +.github { + position: absolute; + top: 0; + right: 0; + border: 0; + z-index: 1000; +} + +@media screen and (max-width: 1065px) { + .github { + display: none; + } +} + +*:focus { + outline: none; +} +.select2-container { + font-family: "Museo 300"; +} +.version-select { + margin: 8px 25px 0px 45px; +} diff --git a/vendor/league/plates/doc/static/favicon/apple-touch-icon-precomposed.png b/vendor/league/plates/doc/static/favicon/apple-touch-icon-precomposed.png new file mode 100644 index 0000000000000000000000000000000000000000..460a2ba1184954e4478277ec9ad08b9166b130ab GIT binary patch literal 5531 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 Pp-T;Quj-U(IfVZYAVm%x literal 0 HcmV?d00001 diff --git a/vendor/league/plates/doc/static/favicon/favicon.ico b/vendor/league/plates/doc/static/favicon/favicon.ico new file mode 100644 index 0000000000000000000000000000000000000000..44d7f3ff4a36a12c417cc785bed908b3a67f4148 GIT binary patch literal 6518 zcmeI0ONbm*6oyN|eHJccGU&ie_w+oHuIhSpSIrE@g%|~+h=L2j$HE7WLRK0TA>xDJ zgD^%!7ZQ9fd@EU~Br8z_7YZ(Pp#~LEQE_21jM&;Q?h z?zy+`tspofI5QX<3v?d~T4x7AGYEn$Tl(*31;H-aTCxce?9c^n(62pyjvHRX91LsV zRIPy#7foI4lJ;JgC9k?(?-Q5Leea5e6jws zZ`SB|z0KW;O~ZW-u1(k1#JMh>y;-{7Zm65j|0>^CmIwOlFKqZ$bF$h-xZ>GcTwC0O z+p*Op+wW8!e=v@G?q}Cc4=I=TyUxrtE}AUw`$xk4?hIJnVAtFE7H-(xuHCH9bN3DHuW$_Ej z)#r*?wz$pYd=;~7v2egu_IcDa(DJ(e9dpV=y509xV^1sYF4gq4 z%HJiz8-gUf17gW3h1D=13YH&^Ye0T;LCzq4IjA z`f;mje6LHRC9C@^KBycW?9YKE^ML_NOv$a<7Z;r6+&*sk@Vfq<&;6t^dO+hgW_>}Y zo4u=;a_%w))NMC=Pns|GH4hjs^AH<8Fn+vj4G{-ibU3=A`H`e%Ueg!*)7UkLv%-wDHJM|1Ky@_E^+D=tA9Z zmw!q4m+XwpIhki{_)5&8&J>5M_;~gP?W;bP?TB&5vp3m!)6Nc@A2^@NhAtSe@yzvA zd=@`%7|uf0_u^|ilb-MmMK;R;XE5;*Ph&~B literal 0 HcmV?d00001 diff --git a/vendor/league/plates/doc/static/images/logo.png b/vendor/league/plates/doc/static/images/logo.png new file mode 100644 index 0000000000000000000000000000000000000000..19cf68a7c3e56530df929a59942768f58abf1deb GIT binary patch literal 2306 zcmaJ@dpwi-A74oq6;7y=RL?dd(&m~J(k>5MyV_>tH}#WfqfqITE-JT^ zO6BNs`iV+NDZMIk%Q`WsLk-=WqhI}=b<+9$@$2`zp6B^~zn|Cp{r+74_-aE~tLB>7 znjsK~xq$)nFnD!`Kc|_~;r~^6#Ts~7sANPb!=>@cWVReaPZ;Fh~6+%jY10@I~6qKRn8VV5bD5!OK zrW;e{2k`{~sd6Yhl@-BF6>>>Dl0De+A1mLkA7_J)#0t5mU^u!Ygpex|+2D;ZVi z3a(rrQwpRKz^KUPNRyNl6ddVaDTrm?WF?BPWr7QaOJU1!AlA*8(j<_{{Qpp~_#0ZG z41@lT_kRj2BDTmNTo|N~Cds*QM)1@ZjlQZeu)X|mw^v3Pw~?<<%0 z{aA?K<>KIAaK_gDSF0yY@cbCJ-v$>xd>eg80?)e~9_$Fl;`<1MDO>?+L`wH?p+Hoy z);cR;wLnNc-}G>*X^HqEzs)v?0c>LQPhGB!ep0EuvD6kXp?-X3k<7FQk+ywV(GgD^ z{HZw&kqqsjrmzzMmS^ zo#&;=Y1HQr4x1!vjxjREV?R1~GdxZoeZfu?bvSC(;MyautRE7xi!}wGgVb1^<;7`> zY&B)|yZfkN%lMzOgByM>&b4@LQJs0%8EbPuJBl<^wf$rDRo1B`=Jsc|1zWi^EKHxV zS3g|RhnA~>dz(ckQVx3Vn(^t=>0bleqJc;6`h*~1#L=aBu+hY?6r^BYm$s^VTw1GR zV&>1=G4S*b(waUeE^@liq^P5rA z_eo0{)T5gNSms#+zqP2lX>P6xZY}UfSq%uw_nRCTeE)N${^zxiqStz*RT)c~vcxoA&gY@XpWHGsIysws&mR~cX^g^HXk1#X>NBu0p5|8nxTW2&_S5|_)Ei!?LVsGo+~6Liyc@A z?eYmy+574q--o{oiG$-_4&nJ@9Z|EQfXg9ES=?HOpZ0AFt*z5+jT^Q}okFeQ+}Aq2 zH$T^TxRxe`M%oqpoI|0Jw=QdkeA+|B>BPcc+72HHTyb}C>E=Bx8Eo#tU9XR?)t8lE zntS^g9T)qoySRO)G#+mqRRWWqy25^Ov4vDwzV}~c))RBge1~&?qg3rE-*;hU(W9K5 zov91*#l8DuJm2z;+HHw`vEh|2!r<6pRaA1NwEXbvKa`cU++Ww%s-H%-+PB0a)Q|gF z#chdQ=g}dvRY=*2@H9dkIscMX>_zkRPRo-=QCM{R1^_?DPI&ab{A#aFsD7XGm|)t= z;P;8EUJMsq=Sf#yYp?F<{ozi1ZtaH$^&K04M!L^!s|-WVWkFiSMxve`P!MyjEGw`e z*At5pO^b0kJJL{Q>fK>eQ~7rGoa>u>KbvXCOw5!9gvupcm#`0fLwkN;ZgUUj$IlyG zGBmGzu&f~tVprHmN#vGqJyGr z$Mz)CBMan-viyYuwl@i?H1v$i$LpEBg?pY_u9~`VR_UsVxPMMTJU*DczXIGdYP^*M MGFbGpv`yRp1F-VQdH?_b literal 0 HcmV?d00001 diff --git a/vendor/league/plates/example/example.php b/vendor/league/plates/example/example.php new file mode 100644 index 0000000..aaffe05 --- /dev/null +++ b/vendor/league/plates/example/example.php @@ -0,0 +1,12 @@ +addData(['company' => 'The Company Name'], 'layout'); + +// Render a template +echo $templates->render('profile', ['name' => 'Jonathan']); diff --git a/vendor/league/plates/example/templates/layout.php b/vendor/league/plates/example/templates/layout.php new file mode 100644 index 0000000..5b5847c --- /dev/null +++ b/vendor/league/plates/example/templates/layout.php @@ -0,0 +1,12 @@ + + + <?=$this->e($title)?> | <?=$this->e($company)?> + + + +section('content')?> + +section('scripts')?> + + + \ No newline at end of file diff --git a/vendor/league/plates/example/templates/profile.php b/vendor/league/plates/example/templates/profile.php new file mode 100644 index 0000000..0797e46 --- /dev/null +++ b/vendor/league/plates/example/templates/profile.php @@ -0,0 +1,12 @@ +layout('layout', ['title' => 'User Profile']) ?> + +

    User Profile

    +

    Hello, e($name)?>!

    + +insert('sidebar') ?> + +push('scripts') ?> + +end() ?> \ No newline at end of file diff --git a/vendor/league/plates/example/templates/sidebar.php b/vendor/league/plates/example/templates/sidebar.php new file mode 100644 index 0000000..13d9ea8 --- /dev/null +++ b/vendor/league/plates/example/templates/sidebar.php @@ -0,0 +1,6 @@ + \ No newline at end of file diff --git a/vendor/league/plates/phpunit.xml.dist b/vendor/league/plates/phpunit.xml.dist new file mode 100644 index 0000000..2184ac9 --- /dev/null +++ b/vendor/league/plates/phpunit.xml.dist @@ -0,0 +1,36 @@ + + + + + + ./tests + + + + + + src + + + + + + + + + + diff --git a/vendor/league/plates/src/Engine.php b/vendor/league/plates/src/Engine.php new file mode 100644 index 0000000..6c89642 --- /dev/null +++ b/vendor/league/plates/src/Engine.php @@ -0,0 +1,279 @@ +directory = new Directory($directory); + $this->fileExtension = new FileExtension($fileExtension); + $this->folders = new Folders(); + $this->functions = new Functions(); + $this->data = new Data(); + } + + /** + * Set path to templates directory. + * @param string|null $directory Pass null to disable the default directory. + * @return Engine + */ + public function setDirectory($directory) + { + $this->directory->set($directory); + + return $this; + } + + /** + * Get path to templates directory. + * @return string + */ + public function getDirectory() + { + return $this->directory->get(); + } + + /** + * Set the template file extension. + * @param string|null $fileExtension Pass null to manually set it. + * @return Engine + */ + public function setFileExtension($fileExtension) + { + $this->fileExtension->set($fileExtension); + + return $this; + } + + /** + * Get the template file extension. + * @return string + */ + public function getFileExtension() + { + return $this->fileExtension->get(); + } + + /** + * Add a new template folder for grouping templates under different namespaces. + * @param string $name + * @param string $directory + * @param boolean $fallback + * @return Engine + */ + public function addFolder($name, $directory, $fallback = false) + { + $this->folders->add($name, $directory, $fallback); + + return $this; + } + + /** + * Remove a template folder. + * @param string $name + * @return Engine + */ + public function removeFolder($name) + { + $this->folders->remove($name); + + return $this; + } + + /** + * Get collection of all template folders. + * @return Folders + */ + public function getFolders() + { + return $this->folders; + } + + /** + * Add preassigned template data. + * @param array $data; + * @param null|string|array $templates; + * @return Engine + */ + public function addData(array $data, $templates = null) + { + $this->data->add($data, $templates); + + return $this; + } + + /** + * Get all preassigned template data. + * @param null|string $template; + * @return array + */ + public function getData($template = null) + { + return $this->data->get($template); + } + + /** + * Register a new template function. + * @param string $name; + * @param callback $callback; + * @return Engine + */ + public function registerFunction($name, $callback) + { + $this->functions->add($name, $callback); + + return $this; + } + + /** + * Remove a template function. + * @param string $name; + * @return Engine + */ + public function dropFunction($name) + { + $this->functions->remove($name); + + return $this; + } + + /** + * Get a template function. + * @param string $name + * @return Func + */ + public function getFunction($name) + { + return $this->functions->get($name); + } + + /** + * Check if a template function exists. + * @param string $name + * @return boolean + */ + public function doesFunctionExist($name) + { + return $this->functions->exists($name); + } + + /** + * Load an extension. + * @param ExtensionInterface $extension + * @return Engine + */ + public function loadExtension(ExtensionInterface $extension) + { + $extension->register($this); + + return $this; + } + + /** + * Load multiple extensions. + * @param array $extensions + * @return Engine + */ + public function loadExtensions(array $extensions = array()) + { + foreach ($extensions as $extension) { + $this->loadExtension($extension); + } + + return $this; + } + + /** + * Get a template path. + * @param string $name + * @return string + */ + public function path($name) + { + $name = new Name($this, $name); + + return $name->getPath(); + } + + /** + * Check if a template exists. + * @param string $name + * @return boolean + */ + public function exists($name) + { + $name = new Name($this, $name); + + return $name->doesPathExist(); + } + + /** + * Create a new template. + * @param string $name + * @return Template + */ + public function make($name) + { + return new Template($this, $name); + } + + /** + * Create a new template and render it. + * @param string $name + * @param array $data + * @return string + */ + public function render($name, array $data = array()) + { + return $this->make($name)->render($data); + } +} diff --git a/vendor/league/plates/src/Extension/Asset.php b/vendor/league/plates/src/Extension/Asset.php new file mode 100644 index 0000000..1db5393 --- /dev/null +++ b/vendor/league/plates/src/Extension/Asset.php @@ -0,0 +1,85 @@ +path = rtrim($path, '/'); + $this->filenameMethod = $filenameMethod; + } + + /** + * Register extension function. + * @param Engine $engine + * @return null + */ + public function register(Engine $engine) + { + $engine->registerFunction('asset', array($this, 'cachedAssetUrl')); + } + + /** + * Create "cache busted" asset URL. + * @param string $url + * @return string + */ + public function cachedAssetUrl($url) + { + $filePath = $this->path . '/' . ltrim($url, '/'); + + if (!file_exists($filePath)) { + throw new LogicException( + 'Unable to locate the asset "' . $url . '" in the "' . $this->path . '" directory.' + ); + } + + $lastUpdated = filemtime($filePath); + $pathInfo = pathinfo($url); + + if ($pathInfo['dirname'] === '.') { + $directory = ''; + } elseif ($pathInfo['dirname'] === DIRECTORY_SEPARATOR) { + $directory = '/'; + } else { + $directory = $pathInfo['dirname'] . '/'; + } + + if ($this->filenameMethod) { + return $directory . $pathInfo['filename'] . '.' . $lastUpdated . '.' . $pathInfo['extension']; + } + + return $directory . $pathInfo['filename'] . '.' . $pathInfo['extension'] . '?v=' . $lastUpdated; + } +} diff --git a/vendor/league/plates/src/Extension/ExtensionInterface.php b/vendor/league/plates/src/Extension/ExtensionInterface.php new file mode 100644 index 0000000..0164d1e --- /dev/null +++ b/vendor/league/plates/src/Extension/ExtensionInterface.php @@ -0,0 +1,13 @@ +uri = $uri; + $this->parts = explode('/', $this->uri); + } + + /** + * Register extension functions. + * @param Engine $engine + * @return null + */ + public function register(Engine $engine) + { + $engine->registerFunction('uri', array($this, 'runUri')); + } + + /** + * Perform URI check. + * @param null|integer|string $var1 + * @param mixed $var2 + * @param mixed $var3 + * @param mixed $var4 + * @return mixed + */ + public function runUri($var1 = null, $var2 = null, $var3 = null, $var4 = null) + { + if (is_null($var1)) { + return $this->uri; + } + + if (is_numeric($var1) and is_null($var2)) { + return array_key_exists($var1, $this->parts) ? $this->parts[$var1] : null; + } + + if (is_numeric($var1) and is_string($var2)) { + return $this->checkUriSegmentMatch($var1, $var2, $var3, $var4); + } + + if (is_string($var1)) { + return $this->checkUriRegexMatch($var1, $var2, $var3); + } + + throw new LogicException('Invalid use of the uri function.'); + } + + /** + * Perform a URI segment match. + * @param integer $key + * @param string $string + * @param mixed $returnOnTrue + * @param mixed $returnOnFalse + * @return mixed + */ + protected function checkUriSegmentMatch($key, $string, $returnOnTrue = null, $returnOnFalse = null) + { + if (array_key_exists($key, $this->parts) && $this->parts[$key] === $string) { + return is_null($returnOnTrue) ? true : $returnOnTrue; + } + + return is_null($returnOnFalse) ? false : $returnOnFalse; + } + + /** + * Perform a regular express match. + * @param string $regex + * @param mixed $returnOnTrue + * @param mixed $returnOnFalse + * @return mixed + */ + protected function checkUriRegexMatch($regex, $returnOnTrue = null, $returnOnFalse = null) + { + if (preg_match('#^' . $regex . '$#', $this->uri) === 1) { + return is_null($returnOnTrue) ? true : $returnOnTrue; + } + + return is_null($returnOnFalse) ? false : $returnOnFalse; + } +} diff --git a/vendor/league/plates/src/Template/Data.php b/vendor/league/plates/src/Template/Data.php new file mode 100644 index 0000000..aa4d1e1 --- /dev/null +++ b/vendor/league/plates/src/Template/Data.php @@ -0,0 +1,93 @@ +shareWithAll($data); + } + + if (is_array($templates)) { + return $this->shareWithSome($data, $templates); + } + + if (is_string($templates)) { + return $this->shareWithSome($data, array($templates)); + } + + throw new LogicException( + 'The templates variable must be null, an array or a string, ' . gettype($templates) . ' given.' + ); + } + + /** + * Add data shared with all templates. + * @param array $data; + * @return Data + */ + public function shareWithAll($data) + { + $this->sharedVariables = array_merge($this->sharedVariables, $data); + + return $this; + } + + /** + * Add data shared with some templates. + * @param array $data; + * @param array $templates; + * @return Data + */ + public function shareWithSome($data, array $templates) + { + foreach ($templates as $template) { + if (isset($this->templateVariables[$template])) { + $this->templateVariables[$template] = array_merge($this->templateVariables[$template], $data); + } else { + $this->templateVariables[$template] = $data; + } + } + + return $this; + } + + /** + * Get template data. + * @param null|string $template; + * @return array + */ + public function get($template = null) + { + if (isset($template, $this->templateVariables[$template])) { + return array_merge($this->sharedVariables, $this->templateVariables[$template]); + } + + return $this->sharedVariables; + } +} diff --git a/vendor/league/plates/src/Template/Directory.php b/vendor/league/plates/src/Template/Directory.php new file mode 100644 index 0000000..f5de537 --- /dev/null +++ b/vendor/league/plates/src/Template/Directory.php @@ -0,0 +1,53 @@ +set($path); + } + + /** + * Set path to templates directory. + * @param string|null $path Pass null to disable the default directory. + * @return Directory + */ + public function set($path) + { + if (!is_null($path) and !is_dir($path)) { + throw new LogicException( + 'The specified path "' . $path . '" does not exist.' + ); + } + + $this->path = $path; + + return $this; + } + + /** + * Get path to templates directory. + * @return string + */ + public function get() + { + return $this->path; + } +} diff --git a/vendor/league/plates/src/Template/FileExtension.php b/vendor/league/plates/src/Template/FileExtension.php new file mode 100644 index 0000000..57646bd --- /dev/null +++ b/vendor/league/plates/src/Template/FileExtension.php @@ -0,0 +1,45 @@ +set($fileExtension); + } + + /** + * Set the template file extension. + * @param null|string $fileExtension + * @return FileExtension + */ + public function set($fileExtension) + { + $this->fileExtension = $fileExtension; + + return $this; + } + + /** + * Get the template file extension. + * @return string + */ + public function get() + { + return $this->fileExtension; + } +} diff --git a/vendor/league/plates/src/Template/Folder.php b/vendor/league/plates/src/Template/Folder.php new file mode 100644 index 0000000..01fcbdd --- /dev/null +++ b/vendor/league/plates/src/Template/Folder.php @@ -0,0 +1,109 @@ +setName($name); + $this->setPath($path); + $this->setFallback($fallback); + } + + /** + * Set the folder name. + * @param string $name + * @return Folder + */ + public function setName($name) + { + $this->name = $name; + + return $this; + } + + /** + * Get the folder name. + * @return string + */ + public function getName() + { + return $this->name; + } + + /** + * Set the folder path. + * @param string $path + * @return Folder + */ + public function setPath($path) + { + if (!is_dir($path)) { + throw new LogicException('The specified directory path "' . $path . '" does not exist.'); + } + + $this->path = $path; + + return $this; + } + + /** + * Get the folder path. + * @return string + */ + public function getPath() + { + return $this->path; + } + + /** + * Set the folder fallback status. + * @param boolean $fallback + * @return Folder + */ + public function setFallback($fallback) + { + $this->fallback = $fallback; + + return $this; + } + + /** + * Get the folder fallback status. + * @return boolean + */ + public function getFallback() + { + return $this->fallback; + } +} diff --git a/vendor/league/plates/src/Template/Folders.php b/vendor/league/plates/src/Template/Folders.php new file mode 100644 index 0000000..9bf266a --- /dev/null +++ b/vendor/league/plates/src/Template/Folders.php @@ -0,0 +1,75 @@ +exists($name)) { + throw new LogicException('The template folder "' . $name . '" is already being used.'); + } + + $this->folders[$name] = new Folder($name, $path, $fallback); + + return $this; + } + + /** + * Remove a template folder. + * @param string $name + * @return Folders + */ + public function remove($name) + { + if (!$this->exists($name)) { + throw new LogicException('The template folder "' . $name . '" was not found.'); + } + + unset($this->folders[$name]); + + return $this; + } + + /** + * Get a template folder. + * @param string $name + * @return Folder + */ + public function get($name) + { + if (!$this->exists($name)) { + throw new LogicException('The template folder "' . $name . '" was not found.'); + } + + return $this->folders[$name]; + } + + /** + * Check if a template folder exists. + * @param string $name + * @return boolean + */ + public function exists($name) + { + return isset($this->folders[$name]); + } +} diff --git a/vendor/league/plates/src/Template/Func.php b/vendor/league/plates/src/Template/Func.php new file mode 100644 index 0000000..79141f4 --- /dev/null +++ b/vendor/league/plates/src/Template/Func.php @@ -0,0 +1,107 @@ +setName($name); + $this->setCallback($callback); + } + + /** + * Set the function name. + * @param string $name + * @return Func + */ + public function setName($name) + { + if (preg_match('/^[a-zA-Z_\x7f-\xff][a-zA-Z0-9_\x7f-\xff]*$/', $name) !== 1) { + throw new LogicException( + 'Not a valid function name.' + ); + } + + $this->name = $name; + + return $this; + } + + /** + * Get the function name. + * @return string + */ + public function getName() + { + return $this->name; + } + + /** + * Set the function callback + * @param callable $callback + * @return Func + */ + public function setCallback($callback) + { + if (!is_callable($callback, true)) { + throw new LogicException( + 'Not a valid function callback.' + ); + } + + $this->callback = $callback; + + return $this; + } + + /** + * Get the function callback. + * @return callable + */ + public function getCallback() + { + return $this->callback; + } + + /** + * Call the function. + * @param Template $template + * @param array $arguments + * @return mixed + */ + public function call(Template $template = null, $arguments = array()) + { + if (is_array($this->callback) and + isset($this->callback[0]) and + $this->callback[0] instanceof ExtensionInterface + ) { + $this->callback[0]->template = $template; + } + + return call_user_func_array($this->callback, $arguments); + } +} diff --git a/vendor/league/plates/src/Template/Functions.php b/vendor/league/plates/src/Template/Functions.php new file mode 100644 index 0000000..e0e4c2c --- /dev/null +++ b/vendor/league/plates/src/Template/Functions.php @@ -0,0 +1,78 @@ +exists($name)) { + throw new LogicException( + 'The template function name "' . $name . '" is already registered.' + ); + } + + $this->functions[$name] = new Func($name, $callback); + + return $this; + } + + /** + * Remove a template function. + * @param string $name; + * @return Functions + */ + public function remove($name) + { + if (!$this->exists($name)) { + throw new LogicException( + 'The template function "' . $name . '" was not found.' + ); + } + + unset($this->functions[$name]); + + return $this; + } + + /** + * Get a template function. + * @param string $name + * @return Func + */ + public function get($name) + { + if (!$this->exists($name)) { + throw new LogicException('The template function "' . $name . '" was not found.'); + } + + return $this->functions[$name]; + } + + /** + * Check if a template function exists. + * @param string $name + * @return boolean + */ + public function exists($name) + { + return isset($this->functions[$name]); + } +} diff --git a/vendor/league/plates/src/Template/Name.php b/vendor/league/plates/src/Template/Name.php new file mode 100644 index 0000000..a866923 --- /dev/null +++ b/vendor/league/plates/src/Template/Name.php @@ -0,0 +1,206 @@ +setEngine($engine); + $this->setName($name); + } + + /** + * Set the engine. + * @param Engine $engine + * @return Name + */ + public function setEngine(Engine $engine) + { + $this->engine = $engine; + + return $this; + } + + /** + * Get the engine. + * @return Engine + */ + public function getEngine() + { + return $this->engine; + } + + /** + * Set the original name and parse it. + * @param string $name + * @return Name + */ + public function setName($name) + { + $this->name = $name; + + $parts = explode('::', $this->name); + + if (count($parts) === 1) { + $this->setFile($parts[0]); + } elseif (count($parts) === 2) { + $this->setFolder($parts[0]); + $this->setFile($parts[1]); + } else { + throw new LogicException( + 'The template name "' . $this->name . '" is not valid. ' . + 'Do not use the folder namespace separator "::" more than once.' + ); + } + + return $this; + } + + /** + * Get the original name. + * @return string + */ + public function getName() + { + return $this->name; + } + + /** + * Set the parsed template folder. + * @param string $folder + * @return Name + */ + public function setFolder($folder) + { + $this->folder = $this->engine->getFolders()->get($folder); + + return $this; + } + + /** + * Get the parsed template folder. + * @return string + */ + public function getFolder() + { + return $this->folder; + } + + /** + * Set the parsed template file. + * @param string $file + * @return Name + */ + public function setFile($file) + { + if ($file === '') { + throw new LogicException( + 'The template name "' . $this->name . '" is not valid. ' . + 'The template name cannot be empty.' + ); + } + + $this->file = $file; + + if (!is_null($this->engine->getFileExtension())) { + $this->file .= '.' . $this->engine->getFileExtension(); + } + + return $this; + } + + /** + * Get the parsed template file. + * @return string + */ + public function getFile() + { + return $this->file; + } + + /** + * Resolve template path. + * @return string + */ + public function getPath() + { + if (is_null($this->folder)) { + return "{$this->getDefaultDirectory()}/{$this->file}"; + } + + $path = "{$this->folder->getPath()}/{$this->file}"; + + if ( + !is_file($path) + && $this->folder->getFallback() + && is_file("{$this->getDefaultDirectory()}/{$this->file}") + ) { + $path = "{$this->getDefaultDirectory()}/{$this->file}"; + } + + return $path; + } + + /** + * Check if template path exists. + * @return boolean + */ + public function doesPathExist() + { + return is_file($this->getPath()); + } + + /** + * Get the default templates directory. + * @return string + */ + protected function getDefaultDirectory() + { + $directory = $this->engine->getDirectory(); + + if (is_null($directory)) { + throw new LogicException( + 'The template name "' . $this->name . '" is not valid. '. + 'The default directory has not been defined.' + ); + } + + return $directory; + } +} diff --git a/vendor/league/plates/src/Template/Template.php b/vendor/league/plates/src/Template/Template.php new file mode 100644 index 0000000..64ee438 --- /dev/null +++ b/vendor/league/plates/src/Template/Template.php @@ -0,0 +1,384 @@ +engine = $engine; + $this->name = new Name($engine, $name); + + $this->data($this->engine->getData($name)); + } + + /** + * Magic method used to call extension functions. + * @param string $name + * @param array $arguments + * @return mixed + */ + public function __call($name, $arguments) + { + return $this->engine->getFunction($name)->call($this, $arguments); + } + + /** + * Alias for render() method. + * @throws \Throwable + * @throws \Exception + * @return string + */ + public function __toString() + { + return $this->render(); + } + + /** + * Assign or get template data. + * @param array $data + * @return mixed + */ + public function data(array $data = null) + { + if (is_null($data)) { + return $this->data; + } + + $this->data = array_merge($this->data, $data); + } + + /** + * Check if the template exists. + * @return boolean + */ + public function exists() + { + return $this->name->doesPathExist(); + } + + /** + * Get the template path. + * @return string + */ + public function path() + { + return $this->name->getPath(); + } + + /** + * Render the template and layout. + * @param array $data + * @throws \Throwable + * @throws \Exception + * @return string + */ + public function render(array $data = array()) + { + $this->data($data); + unset($data); + extract($this->data); + + if (!$this->exists()) { + throw new LogicException( + 'The template "' . $this->name->getName() . '" could not be found at "' . $this->path() . '".' + ); + } + + try { + $level = ob_get_level(); + ob_start(); + + include $this->path(); + + $content = ob_get_clean(); + + if (isset($this->layoutName)) { + $layout = $this->engine->make($this->layoutName); + $layout->sections = array_merge($this->sections, array('content' => $content)); + $content = $layout->render($this->layoutData); + } + + return $content; + } catch (Throwable $e) { + while (ob_get_level() > $level) { + ob_end_clean(); + } + + throw $e; + } catch (Exception $e) { + while (ob_get_level() > $level) { + ob_end_clean(); + } + + throw $e; + } + } + + /** + * Set the template's layout. + * @param string $name + * @param array $data + * @return null + */ + public function layout($name, array $data = array()) + { + $this->layoutName = $name; + $this->layoutData = $data; + } + + /** + * Start a new section block. + * @param string $name + * @return null + */ + public function start($name) + { + if ($name === 'content') { + throw new LogicException( + 'The section name "content" is reserved.' + ); + } + + if ($this->sectionName) { + throw new LogicException('You cannot nest sections within other sections.'); + } + + $this->sectionName = $name; + + ob_start(); + } + + /** + * Start a new section block in APPEND mode. + * @param string $name + * @return null + */ + public function push($name) + { + $this->appendSection = true; /* for backward compatibility */ + $this->sectionMode = self::SECTION_MODE_APPEND; + $this->start($name); + } + + /** + * Start a new section block in PREPEND mode. + * @param string $name + * @return null + */ + public function unshift($name) + { + $this->appendSection = false; /* for backward compatibility */ + $this->sectionMode = self::SECTION_MODE_PREPEND; + $this->start($name); + } + + /** + * Stop the current section block. + * @return null + */ + public function stop() + { + if (is_null($this->sectionName)) { + throw new LogicException( + 'You must start a section before you can stop it.' + ); + } + + if (!isset($this->sections[$this->sectionName])) { + $this->sections[$this->sectionName] = ''; + } + + switch ($this->sectionMode) { + + case self::SECTION_MODE_REWRITE: + $this->sections[$this->sectionName] = ob_get_clean(); + break; + + case self::SECTION_MODE_APPEND: + $this->sections[$this->sectionName] .= ob_get_clean(); + break; + + case self::SECTION_MODE_PREPEND: + $this->sections[$this->sectionName] = ob_get_clean().$this->sections[$this->sectionName]; + break; + + } + $this->sectionName = null; + $this->sectionMode = self::SECTION_MODE_REWRITE; + $this->appendSection = false; /* for backward compatibility */ + } + + /** + * Alias of stop(). + * @return null + */ + public function end() + { + $this->stop(); + } + + /** + * Returns the content for a section block. + * @param string $name Section name + * @param string $default Default section content + * @return string|null + */ + public function section($name, $default = null) + { + if (!isset($this->sections[$name])) { + return $default; + } + + return $this->sections[$name]; + } + + /** + * Fetch a rendered template. + * @param string $name + * @param array $data + * @return string + */ + public function fetch($name, array $data = array()) + { + return $this->engine->render($name, $data); + } + + /** + * Output a rendered template. + * @param string $name + * @param array $data + * @return null + */ + public function insert($name, array $data = array()) + { + echo $this->engine->render($name, $data); + } + + /** + * Apply multiple functions to variable. + * @param mixed $var + * @param string $functions + * @return mixed + */ + public function batch($var, $functions) + { + foreach (explode('|', $functions) as $function) { + if ($this->engine->doesFunctionExist($function)) { + $var = call_user_func(array($this, $function), $var); + } elseif (is_callable($function)) { + $var = call_user_func($function, $var); + } else { + throw new LogicException( + 'The batch function could not find the "' . $function . '" function.' + ); + } + } + + return $var; + } + + /** + * Escape string. + * @param string $string + * @param null|string $functions + * @return string + */ + public function escape($string, $functions = null) + { + static $flags; + + if (!isset($flags)) { + $flags = ENT_QUOTES | (defined('ENT_SUBSTITUTE') ? ENT_SUBSTITUTE : 0); + } + + if ($functions) { + $string = $this->batch($string, $functions); + } + + return htmlspecialchars($string, $flags, 'UTF-8'); + } + + /** + * Alias to escape function. + * @param string $string + * @param null|string $functions + * @return string + */ + public function e($string, $functions = null) + { + return $this->escape($string, $functions); + } +} diff --git a/vendor/odan/session/.cs.php b/vendor/odan/session/.cs.php new file mode 100644 index 0000000..ee27392 --- /dev/null +++ b/vendor/odan/session/.cs.php @@ -0,0 +1,44 @@ +setUsingCache(false) + ->setRiskyAllowed(true) + //->setCacheFile(__DIR__ . '/.php_cs.cache') + ->setRules([ + '@PSR1' => true, + '@PSR2' => true, + '@Symfony' => true, + 'psr4' => true, + // custom rules + 'align_multiline_comment' => ['comment_type' => 'phpdocs_only'], // psr-5 + 'phpdoc_to_comment' => false, + 'no_superfluous_phpdoc_tags' => false, + 'array_indentation' => true, + 'array_syntax' => ['syntax' => 'short'], + 'cast_spaces' => ['space' => 'none'], + 'concat_space' => ['spacing' => 'one'], + 'compact_nullable_typehint' => true, + 'declare_equal_normalize' => ['space' => 'single'], + 'increment_style' => ['style' => 'post'], + 'list_syntax' => ['syntax' => 'short'], + 'no_short_echo_tag' => true, + 'phpdoc_add_missing_param_annotation' => ['only_untyped' => false], + 'phpdoc_align' => false, + 'phpdoc_no_empty_return' => false, + 'phpdoc_order' => true, // psr-5 + 'phpdoc_no_useless_inheritdoc' => false, + 'protected_to_private' => false, + 'yoda_style' => false, + 'method_argument_space' => ['on_multiline' => 'ensure_fully_multiline'], + 'ordered_imports' => [ + 'sort_algorithm' => 'alpha', + 'imports_order' => ['class', 'const', 'function'] + ], + 'single_line_throw' => false, + ]) + ->setFinder(PhpCsFixer\Finder::create() + ->in(__DIR__ . '/src') + ->in(__DIR__ . '/tests') + ->name('*.php') + ->ignoreDotFiles(true) + ->ignoreVCS(true)); diff --git a/vendor/odan/session/.github/workflows/build.yml b/vendor/odan/session/.github/workflows/build.yml new file mode 100644 index 0000000..2d8b905 --- /dev/null +++ b/vendor/odan/session/.github/workflows/build.yml @@ -0,0 +1,48 @@ +name: build + +on: [push, pull_request] + +jobs: + run: + runs-on: ${{ matrix.operating-system }} + strategy: + matrix: + operating-system: [ubuntu-latest] + php-versions: ['7.3', '7.4', '8.0'] + name: PHP ${{ matrix.php-versions }} Test on ${{ matrix.operating-system }} + + steps: + - name: Checkout + uses: actions/checkout@v1 + + - name: Setup PHP + uses: shivammathur/setup-php@v2 + with: + php-version: ${{ matrix.php-versions }} + extensions: mbstring, pdo, pdo_mysql, intl, zip + coverage: none + + - name: Check PHP Version + run: php -v + + - name: Check Composer Version + run: composer -V + + - name: Check PHP Extensions + run: php -m + + - name: Validate composer.json and composer.lock + run: composer validate + + - name: Install dependencies for PHP 7 + if: matrix.php-versions < '8.0' + run: composer update --prefer-dist --no-progress + + - name: Install dependencies for PHP 8 + if: matrix.php-versions >= '8.0' + run: composer update --prefer-dist --no-progress --ignore-platform-reqs + + - name: Run test suite + run: composer check + env: + PHP_CS_FIXER_IGNORE_ENV: 1 diff --git a/vendor/odan/session/LICENSE b/vendor/odan/session/LICENSE new file mode 100644 index 0000000..fa19b85 --- /dev/null +++ b/vendor/odan/session/LICENSE @@ -0,0 +1,22 @@ +The MIT License (MIT) + +Copyright (c) 2021 odan + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + diff --git a/vendor/odan/session/README.md b/vendor/odan/session/README.md new file mode 100644 index 0000000..65e0f81 --- /dev/null +++ b/vendor/odan/session/README.md @@ -0,0 +1,14 @@ +# Session handler + +[![Latest Version on Packagist](https://img.shields.io/github/release/odan/session.svg)](https://github.com/odan/session/releases) +[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg)](LICENSE) +[![Build Status](https://github.com/odan/session/workflows/build/badge.svg)](https://github.com/odan/session/actions) +[![Code Coverage](https://scrutinizer-ci.com/g/odan/session/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/odan/session/?branch=master) +[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/odan/session/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/odan/session/?branch=master) +[![Total Downloads](https://img.shields.io/packagist/dt/odan/session.svg)](https://packagist.org/packages/odan/session/stats) + +A session handler for PHP + +* Issues: +* Documentation for v4: +* Documentation for v5: diff --git a/vendor/odan/session/_config.yml b/vendor/odan/session/_config.yml new file mode 100644 index 0000000..c419263 --- /dev/null +++ b/vendor/odan/session/_config.yml @@ -0,0 +1 @@ +theme: jekyll-theme-cayman \ No newline at end of file diff --git a/vendor/odan/session/composer.json b/vendor/odan/session/composer.json new file mode 100644 index 0000000..56d8a8b --- /dev/null +++ b/vendor/odan/session/composer.json @@ -0,0 +1,56 @@ +{ + "name": "odan/session", + "type": "library", + "description": "A Slim session handler", + "keywords": [ + "slim", + "session" + ], + "homepage": "https://github.com/odan/session", + "license": "MIT", + "require": { + "php": "^7.3 || ^8.0", + "psr/http-message": "^1.0", + "psr/http-server-handler": "^1.0", + "psr/http-server-middleware": "^1.0" + }, + "require-dev": { + "friendsofphp/php-cs-fixer": "^2.16", + "middlewares/utils": "^3.1", + "overtrue/phplint": "^1.1 || ^2.0", + "phpstan/phpstan": "0.*", + "phpunit/phpunit": "^7 || ^8 || ^9", + "slim/psr7": "^1.1", + "squizlabs/php_codesniffer": "^3.4" + }, + "scripts": { + "check": [ + "@lint", + "@cs:check", + "@sniffer:check", + "@phpstan", + "@test:coverage" + ], + "cs:check": "php-cs-fixer fix --dry-run --format=txt --verbose --diff --diff-format=udiff --config=.cs.php", + "cs:fix": "php-cs-fixer fix --config=.cs.php", + "lint": "phplint ./ --exclude=vendor --no-interaction --no-cache", + "phpstan": "phpstan analyse src --level=max -c phpstan.neon --no-progress --ansi", + "sniffer:check": "phpcs --standard=phpcs.xml", + "sniffer:fix": "phpcbf --standard=phpcs.xml", + "test": "phpunit --configuration phpunit.xml --do-not-cache-result", + "test:coverage": "phpunit --configuration phpunit.xml --do-not-cache-result --coverage-clover build/logs/clover.xml --coverage-html build/coverage" + }, + "autoload": { + "psr-4": { + "Odan\\Session\\": "src/" + } + }, + "autoload-dev": { + "psr-4": { + "Odan\\Session\\Test\\": "tests/" + } + }, + "config": { + "sort-packages": true + } +} diff --git a/vendor/odan/session/phpcs.xml b/vendor/odan/session/phpcs.xml new file mode 100644 index 0000000..55c4e02 --- /dev/null +++ b/vendor/odan/session/phpcs.xml @@ -0,0 +1,39 @@ + + + + + + + + + ./src + ./tests + + + + + + warning + + + warning + */tests/ + + + warning + + + warning + + + + warning + + + warning + + \ No newline at end of file diff --git a/vendor/odan/session/phpstan.neon b/vendor/odan/session/phpstan.neon new file mode 100644 index 0000000..8789eb7 --- /dev/null +++ b/vendor/odan/session/phpstan.neon @@ -0,0 +1,4 @@ +parameters: + checkGenericClassInNonGenericObjectType: false + checkMissingIterableValueType: false + inferPrivatePropertyTypeFromConstructor: true diff --git a/vendor/odan/session/phpunit.xml b/vendor/odan/session/phpunit.xml new file mode 100644 index 0000000..ee34618 --- /dev/null +++ b/vendor/odan/session/phpunit.xml @@ -0,0 +1,17 @@ + + + + + tests + + + + + src + + vendor + build + + + + diff --git a/vendor/odan/session/src/Exception/SessionException.php b/vendor/odan/session/src/Exception/SessionException.php new file mode 100644 index 0000000..23cde5a --- /dev/null +++ b/vendor/odan/session/src/Exception/SessionException.php @@ -0,0 +1,12 @@ +storage = $storage; + $this->storageKey = $storageKey; + } + + /** + * {@inheritdoc} + */ + public function add(string $key, string $message): void + { + // Create array for this key + if (!isset($this->storage[$this->storageKey][$key])) { + $this->storage[$this->storageKey][$key] = []; + } + + // Push onto the array + $this->storage[$this->storageKey][$key][] = $message; + } + + /** + * {@inheritdoc} + */ + public function get(string $key): array + { + if (!$this->has($key)) { + return []; + } + + $return = $this->storage[$this->storageKey][$key]; + unset($this->storage[$this->storageKey][$key]); + + return (array)$return; + } + + /** + * {@inheritdoc} + */ + public function has(string $key): bool + { + return isset($this->storage[$this->storageKey][$key]); + } + + /** + * {@inheritdoc} + */ + public function clear(): void + { + if ($this->storage->offsetExists($this->storageKey)) { + $this->storage->offsetUnset($this->storageKey); + } + } + + /** + * {@inheritdoc} + */ + public function set(string $key, array $messages): void + { + $this->storage[$this->storageKey][$key] = $messages; + } + + /** + * {@inheritdoc} + */ + public function all(): array + { + $result = $this->storage[$this->storageKey] ?? []; + $this->clear(); + + return (array)$result; + } +} diff --git a/vendor/odan/session/src/FlashInterface.php b/vendor/odan/session/src/FlashInterface.php new file mode 100644 index 0000000..bfb6307 --- /dev/null +++ b/vendor/odan/session/src/FlashInterface.php @@ -0,0 +1,61 @@ + $messages The messages + * + * @return void + */ + public function set(string $key, array $messages): void; + + /** + * Gets all flash messages. + * + * @return array All messages. Can be an empty array. + */ + public function all(): array; +} diff --git a/vendor/odan/session/src/MemorySession.php b/vendor/odan/session/src/MemorySession.php new file mode 100644 index 0000000..4ca2edd --- /dev/null +++ b/vendor/odan/session/src/MemorySession.php @@ -0,0 +1,285 @@ +storage = new ArrayObject(); + $this->flash = new Flash($this->storage); + + $this->setCookieParams(0, '/', '', false, true); + + $config = []; + foreach ((array)ini_get_all('session') as $key => $value) { + $config[substr($key, 8)] = $value['local_value']; + } + + $this->setOptions($config); + } + + /** + * Get storage. + * + * @return ArrayObject The storage + */ + public function getStorage(): ArrayObject + { + return $this->storage; + } + + /** + * Get flash instance. + * + * @return FlashInterface The flash instance + */ + public function getFlash(): FlashInterface + { + return $this->flash; + } + + /** + * {@inheritdoc} + */ + public function start(): void + { + if (!$this->id) { + $this->regenerateId(); + } + + $this->started = true; + } + + /** + * {@inheritdoc} + */ + public function isStarted(): bool + { + return $this->started; + } + + /** + * {@inheritdoc} + */ + public function regenerateId(): void + { + $this->id = str_replace('.', '', uniqid('sess_', true)); + } + + /** + * {@inheritdoc} + */ + public function destroy(): void + { + $this->storage->exchangeArray([]); + $this->regenerateId(); + } + + /** + * {@inheritdoc} + */ + public function getId(): string + { + return $this->id; + } + + /** + * {@inheritdoc} + */ + public function setId(string $id): void + { + if ($this->isStarted()) { + throw new RuntimeException('Cannot change session id when session is active'); + } + + $this->id = $id; + } + + /** + * {@inheritdoc} + */ + public function getName(): string + { + return $this->name; + } + + /** + * {@inheritdoc} + */ + public function setName(string $name): void + { + if ($this->isStarted()) { + throw new RuntimeException('Cannot change session name when session is active'); + } + $this->name = $name; + } + + /** + * {@inheritdoc} + */ + public function has(string $key): bool + { + if (empty($this->storage)) { + return false; + } + + return $this->storage->offsetExists($key); + } + + /** + * {@inheritdoc} + */ + public function get(string $key) + { + if ($this->has($key)) { + return $this->storage->offsetGet($key); + } + + return null; + } + + /** + * {@inheritdoc} + */ + public function all(): array + { + return (array)$this->storage; + } + + /** + * {@inheritdoc} + */ + public function set(string $key, $value): void + { + $this->storage[$key] = $value; + } + + /** + * {@inheritdoc} + */ + public function replace(array $values): void + { + $this->storage->exchangeArray(array_replace_recursive($this->storage->getArrayCopy(), $values)); + } + + /** + * {@inheritdoc} + */ + public function remove(string $key): void + { + $this->storage->offsetUnset($key); + } + + /** + * {@inheritdoc} + */ + public function clear(): void + { + $this->storage->exchangeArray([]); + } + + /** + * {@inheritdoc} + */ + public function count(): int + { + return $this->storage->count(); + } + + /** + * {@inheritdoc} + */ + public function save(): void + { + } + + /** + * {@inheritdoc} + */ + public function setOptions(array $config): void + { + foreach ($config as $key => $value) { + $this->config[$key] = $value; + } + } + + /** + * {@inheritdoc} + */ + public function getOptions(): array + { + return $this->config; + } + + /** + * {@inheritdoc} + */ + public function setCookieParams( + int $lifetime, + string $path = null, + string $domain = null, + bool $secure = false, + bool $httpOnly = false + ): void { + $this->cookie = [ + 'lifetime' => $lifetime, + 'path' => $path, + 'domain' => $domain, + 'secure' => $secure, + 'httponly' => $httpOnly, + ]; + } + + /** + * {@inheritdoc} + */ + public function getCookieParams(): array + { + return $this->cookie; + } +} diff --git a/vendor/odan/session/src/Middleware/SessionMiddleware.php b/vendor/odan/session/src/Middleware/SessionMiddleware.php new file mode 100644 index 0000000..556b44b --- /dev/null +++ b/vendor/odan/session/src/Middleware/SessionMiddleware.php @@ -0,0 +1,50 @@ +session = $session; + } + + /** + * Invoke middleware. + * + * @param ServerRequestInterface $request The request + * @param RequestHandlerInterface $handler The handler + * + * @return ResponseInterface The response + */ + public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface + { + if (!$this->session->isStarted()) { + $this->session->start(); + } + + $response = $handler->handle($request); + $this->session->save(); + + return $response; + } +} diff --git a/vendor/odan/session/src/PhpSession.php b/vendor/odan/session/src/PhpSession.php new file mode 100644 index 0000000..e6c0bb7 --- /dev/null +++ b/vendor/odan/session/src/PhpSession.php @@ -0,0 +1,295 @@ +storage = $storage ?? new ArrayObject(); + $this->flash = $flash ?? new Flash($this->storage); + } + + /** + * Get flash instance. + * + * @return FlashInterface The flash instance + */ + public function getFlash(): FlashInterface + { + return $this->flash; + } + + /** + * {@inheritdoc} + */ + public function start(): void + { + if ($this->isStarted()) { + throw new SessionException('Failed to start the session: Already started.'); + } + + if (headers_sent($file, $line) && filter_var(ini_get('session.use_cookies'), FILTER_VALIDATE_BOOLEAN)) { + throw new SessionException( + sprintf( + 'Failed to start the session because headers have already been sent by "%s" at line %d.', + $file, + $line + ) + ); + } + + // Try and start the session + if (!session_start()) { + throw new SessionException('Failed to start the session.'); + } + + // Load the session + $this->storage->exchangeArray($_SESSION ?? []); + } + + /** + * {@inheritdoc} + */ + public function isStarted(): bool + { + return session_status() === PHP_SESSION_ACTIVE; + } + + /** + * {@inheritdoc} + */ + public function regenerateId(): void + { + if (!$this->isStarted()) { + throw new SessionException('Cannot regenerate the session ID for non-active sessions.'); + } + + if (headers_sent()) { + throw new SessionException('Headers have already been sent.'); + } + + if (!session_regenerate_id(true)) { + throw new SessionException('The session ID could not be regenerated.'); + } + } + + /** + * {@inheritdoc} + */ + public function destroy(): void + { + // Cannot regenerate the session ID for non-active sessions. + if (!$this->isStarted()) { + return; + } + + $this->clear(); + + if (ini_get('session.use_cookies')) { + $params = session_get_cookie_params(); + setcookie( + $this->getName(), + '', + time() - 42000, + $params['path'], + $params['domain'], + $params['secure'], + $params['httponly'] + ); + } + + if (session_unset() === false) { + throw new SessionException('The session could not be unset.'); + } + + if (session_destroy() === false) { + throw new SessionException('The session could not be destroyed.'); + } + } + + /** + * {@inheritdoc} + */ + public function getId(): string + { + return (string)session_id(); + } + + /** + * {@inheritdoc} + */ + public function setId(string $id): void + { + if ($this->isStarted()) { + throw new SessionException('Cannot change session id when session is active'); + } + + session_id($id); + } + + /** + * {@inheritdoc} + */ + public function getName(): string + { + return (string)session_name(); + } + + /** + * {@inheritdoc} + */ + public function setName(string $name): void + { + if ($this->isStarted()) { + throw new SessionException('Cannot change session name when session is active'); + } + session_name($name); + } + + /** + * {@inheritdoc} + */ + public function has(string $key): bool + { + if (empty($this->storage)) { + return false; + } + + return $this->storage->offsetExists($key); + } + + /** + * {@inheritdoc} + */ + public function get(string $key) + { + return $this->has($key) ? $this->storage->offsetGet($key) : null; + } + + /** + * {@inheritdoc} + */ + public function all(): array + { + return (array)$this->storage; + } + + /** + * {@inheritdoc} + */ + public function set(string $key, $value): void + { + $this->storage->offsetSet($key, $value); + } + + /** + * {@inheritdoc} + */ + public function replace(array $values): void + { + $this->storage->exchangeArray( + array_replace_recursive($this->storage->getArrayCopy(), $values) + ); + } + + /** + * {@inheritdoc} + */ + public function remove(string $key): void + { + $this->storage->offsetUnset($key); + } + + /** + * {@inheritdoc} + */ + public function clear(): void + { + $this->storage->exchangeArray([]); + } + + /** + * {@inheritdoc} + */ + public function count(): int + { + return $this->storage->count(); + } + + /** + * {@inheritdoc} + */ + public function save(): void + { + $_SESSION = (array)$this->storage; + session_write_close(); + } + + /** + * {@inheritdoc} + */ + public function setOptions(array $config): void + { + foreach ($config as $key => $value) { + ini_set('session.' . $key, $value); + } + } + + /** + * {@inheritdoc} + */ + public function getOptions(): array + { + $config = []; + + foreach ((array)ini_get_all('session') as $key => $value) { + $config[substr($key, 8)] = $value['local_value']; + } + + return $config; + } + + /** + * {@inheritdoc} + */ + public function setCookieParams( + int $lifetime, + string $path = null, + string $domain = null, + bool $secure = false, + bool $httpOnly = false + ): void { + session_set_cookie_params($lifetime, $path ?? '/', $domain, $secure, $httpOnly); + } + + /** + * {@inheritdoc} + */ + public function getCookieParams(): array + { + return session_get_cookie_params(); + } +} diff --git a/vendor/odan/session/src/SessionAwareInterface.php b/vendor/odan/session/src/SessionAwareInterface.php new file mode 100644 index 0000000..8d60553 --- /dev/null +++ b/vendor/odan/session/src/SessionAwareInterface.php @@ -0,0 +1,16 @@ +session = $session; + } +} diff --git a/vendor/odan/session/src/SessionInterface.php b/vendor/odan/session/src/SessionInterface.php new file mode 100644 index 0000000..ac02791 --- /dev/null +++ b/vendor/odan/session/src/SessionInterface.php @@ -0,0 +1,201 @@ + value pair. + * + * @param array $attributes The new attributes + */ + public function replace(array $attributes): void; + + /** + * Deletes an attribute by key. + * + * @param string $key The key to remove + */ + public function remove(string $key): void; + + /** + * Clear all attributes. + */ + public function clear(): void; + + /** + * Returns the number of attributes. + * + * @return int The number of keys + */ + public function count(): int; + + /** + * Force the session to be saved and closed. + * + * This method is generally not required for real sessions as the session + * will be automatically saved at the end of code execution. + * + * @throws SessionException On error + */ + public function save(): void; + + /** + * Set session runtime configuration. + * + * @see http://php.net/manual/en/session.configuration.php + * + * @param array $config The session options + */ + public function setOptions(array $config): void; + + /** + * Get session runtime configuration. + * + * @return array The options + */ + public function getOptions(): array; + + /** + * Set cookie parameters. + * + * @see http://php.net/manual/en/function.session-set-cookie-params.php + * + * @param int $lifetime The lifetime of the cookie in seconds + * @param string|null $path The path where information is stored + * @param string|null $domain The domain of the cookie + * @param bool $secure The cookie should only be sent over secure connections + * @param bool $httpOnly The cookie can only be accessed through the HTTP protocol + */ + public function setCookieParams( + int $lifetime, + string $path = null, + string $domain = null, + bool $secure = false, + bool $httpOnly = false + ): void; + + /** + * Get cookie parameters. + * + * @see http://php.net/manual/en/function.session-get-cookie-params.php + * + * @return array The cookie parameters + */ + public function getCookieParams(): array; +} diff --git a/vendor/phpmailer/phpmailer/COMMITMENT b/vendor/phpmailer/phpmailer/COMMITMENT new file mode 100644 index 0000000..a687e0d --- /dev/null +++ b/vendor/phpmailer/phpmailer/COMMITMENT @@ -0,0 +1,46 @@ +GPL Cooperation Commitment +Version 1.0 + +Before filing or continuing to prosecute any legal proceeding or claim +(other than a Defensive Action) arising from termination of a Covered +License, we commit to extend to the person or entity ('you') accused +of violating the Covered License the following provisions regarding +cure and reinstatement, taken from GPL version 3. As used here, the +term 'this License' refers to the specific Covered License being +enforced. + + However, if you cease all violation of this License, then your + license from a particular copyright holder is reinstated (a) + provisionally, unless and until the copyright holder explicitly + and finally terminates your license, and (b) permanently, if the + copyright holder fails to notify you of the violation by some + reasonable means prior to 60 days after the cessation. + + Moreover, your license from a particular copyright holder is + reinstated permanently if the copyright holder notifies you of the + violation by some reasonable means, this is the first time you + have received notice of violation of this License (for any work) + from that copyright holder, and you cure the violation prior to 30 + days after your receipt of the notice. + +We intend this Commitment to be irrevocable, and binding and +enforceable against us and assignees of or successors to our +copyrights. + +Definitions + +'Covered License' means the GNU General Public License, version 2 +(GPLv2), the GNU Lesser General Public License, version 2.1 +(LGPLv2.1), or the GNU Library General Public License, version 2 +(LGPLv2), all as published by the Free Software Foundation. + +'Defensive Action' means a legal proceeding or claim that We bring +against you in response to a prior proceeding or claim initiated by +you or your affiliate. + +'We' means each contributor to this repository as of the date of +inclusion of this file, including subsidiaries of a corporate +contributor. + +This work is available under a Creative Commons Attribution-ShareAlike +4.0 International license (https://creativecommons.org/licenses/by-sa/4.0/). diff --git a/vendor/phpmailer/phpmailer/LICENSE b/vendor/phpmailer/phpmailer/LICENSE new file mode 100644 index 0000000..f166cc5 --- /dev/null +++ b/vendor/phpmailer/phpmailer/LICENSE @@ -0,0 +1,502 @@ + GNU LESSER GENERAL PUBLIC LICENSE + Version 2.1, February 1999 + + Copyright (C) 1991, 1999 Free Software Foundation, Inc. + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + +[This is the first released version of the Lesser GPL. It also counts + as the successor of the GNU Library Public License, version 2, hence + the version number 2.1.] + + Preamble + + The licenses for most software are designed to take away your +freedom to share and change it. By contrast, the GNU General Public +Licenses are intended to guarantee your freedom to share and change +free software--to make sure the software is free for all its users. + + This license, the Lesser General Public License, applies to some +specially designated software packages--typically libraries--of the +Free Software Foundation and other authors who decide to use it. You +can use it too, but we suggest you first think carefully about whether +this license or the ordinary General Public License is the better +strategy to use in any particular case, based on the explanations below. + + When we speak of free software, we are referring to freedom of use, +not price. Our General Public Licenses are designed to make sure that +you have the freedom to distribute copies of free software (and charge +for this service if you wish); that you receive source code or can get +it if you want it; that you can change the software and use pieces of +it in new free programs; and that you are informed that you can do +these things. + + To protect your rights, we need to make restrictions that forbid +distributors to deny you these rights or to ask you to surrender these +rights. These restrictions translate to certain responsibilities for +you if you distribute copies of the library or if you modify it. + + For example, if you distribute copies of the library, whether gratis +or for a fee, you must give the recipients all the rights that we gave +you. You must make sure that they, too, receive or can get the source +code. If you link other code with the library, you must provide +complete object files to the recipients, so that they can relink them +with the library after making changes to the library and recompiling +it. And you must show them these terms so they know their rights. + + We protect your rights with a two-step method: (1) we copyright the +library, and (2) we offer you this license, which gives you legal +permission to copy, distribute and/or modify the library. + + To protect each distributor, we want to make it very clear that +there is no warranty for the free library. Also, if the library is +modified by someone else and passed on, the recipients should know +that what they have is not the original version, so that the original +author's reputation will not be affected by problems that might be +introduced by others. + + Finally, software patents pose a constant threat to the existence of +any free program. We wish to make sure that a company cannot +effectively restrict the users of a free program by obtaining a +restrictive license from a patent holder. Therefore, we insist that +any patent license obtained for a version of the library must be +consistent with the full freedom of use specified in this license. + + Most GNU software, including some libraries, is covered by the +ordinary GNU General Public License. This license, the GNU Lesser +General Public License, applies to certain designated libraries, and +is quite different from the ordinary General Public License. We use +this license for certain libraries in order to permit linking those +libraries into non-free programs. + + When a program is linked with a library, whether statically or using +a shared library, the combination of the two is legally speaking a +combined work, a derivative of the original library. The ordinary +General Public License therefore permits such linking only if the +entire combination fits its criteria of freedom. The Lesser General +Public License permits more lax criteria for linking other code with +the library. + + We call this license the "Lesser" General Public License because it +does Less to protect the user's freedom than the ordinary General +Public License. It also provides other free software developers Less +of an advantage over competing non-free programs. These disadvantages +are the reason we use the ordinary General Public License for many +libraries. However, the Lesser license provides advantages in certain +special circumstances. + + For example, on rare occasions, there may be a special need to +encourage the widest possible use of a certain library, so that it becomes +a de-facto standard. To achieve this, non-free programs must be +allowed to use the library. A more frequent case is that a free +library does the same job as widely used non-free libraries. In this +case, there is little to gain by limiting the free library to free +software only, so we use the Lesser General Public License. + + In other cases, permission to use a particular library in non-free +programs enables a greater number of people to use a large body of +free software. For example, permission to use the GNU C Library in +non-free programs enables many more people to use the whole GNU +operating system, as well as its variant, the GNU/Linux operating +system. + + Although the Lesser General Public License is Less protective of the +users' freedom, it does ensure that the user of a program that is +linked with the Library has the freedom and the wherewithal to run +that program using a modified version of the Library. + + The precise terms and conditions for copying, distribution and +modification follow. Pay close attention to the difference between a +"work based on the library" and a "work that uses the library". The +former contains code derived from the library, whereas the latter must +be combined with the library in order to run. + + GNU LESSER GENERAL PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + 0. This License Agreement applies to any software library or other +program which contains a notice placed by the copyright holder or +other authorized party saying it may be distributed under the terms of +this Lesser General Public License (also called "this License"). +Each licensee is addressed as "you". + + A "library" means a collection of software functions and/or data +prepared so as to be conveniently linked with application programs +(which use some of those functions and data) to form executables. + + The "Library", below, refers to any such software library or work +which has been distributed under these terms. A "work based on the +Library" means either the Library or any derivative work under +copyright law: that is to say, a work containing the Library or a +portion of it, either verbatim or with modifications and/or translated +straightforwardly into another language. (Hereinafter, translation is +included without limitation in the term "modification".) + + "Source code" for a work means the preferred form of the work for +making modifications to it. For a library, complete source code means +all the source code for all modules it contains, plus any associated +interface definition files, plus the scripts used to control compilation +and installation of the library. + + Activities other than copying, distribution and modification are not +covered by this License; they are outside its scope. The act of +running a program using the Library is not restricted, and output from +such a program is covered only if its contents constitute a work based +on the Library (independent of the use of the Library in a tool for +writing it). Whether that is true depends on what the Library does +and what the program that uses the Library does. + + 1. You may copy and distribute verbatim copies of the Library's +complete source code as you receive it, in any medium, provided that +you conspicuously and appropriately publish on each copy an +appropriate copyright notice and disclaimer of warranty; keep intact +all the notices that refer to this License and to the absence of any +warranty; and distribute a copy of this License along with the +Library. + + You may charge a fee for the physical act of transferring a copy, +and you may at your option offer warranty protection in exchange for a +fee. + + 2. You may modify your copy or copies of the Library or any portion +of it, thus forming a work based on the Library, and copy and +distribute such modifications or work under the terms of Section 1 +above, provided that you also meet all of these conditions: + + a) The modified work must itself be a software library. + + b) You must cause the files modified to carry prominent notices + stating that you changed the files and the date of any change. + + c) You must cause the whole of the work to be licensed at no + charge to all third parties under the terms of this License. + + d) If a facility in the modified Library refers to a function or a + table of data to be supplied by an application program that uses + the facility, other than as an argument passed when the facility + is invoked, then you must make a good faith effort to ensure that, + in the event an application does not supply such function or + table, the facility still operates, and performs whatever part of + its purpose remains meaningful. + + (For example, a function in a library to compute square roots has + a purpose that is entirely well-defined independent of the + application. Therefore, Subsection 2d requires that any + application-supplied function or table used by this function must + be optional: if the application does not supply it, the square + root function must still compute square roots.) + +These requirements apply to the modified work as a whole. If +identifiable sections of that work are not derived from the Library, +and can be reasonably considered independent and separate works in +themselves, then this License, and its terms, do not apply to those +sections when you distribute them as separate works. But when you +distribute the same sections as part of a whole which is a work based +on the Library, the distribution of the whole must be on the terms of +this License, whose permissions for other licensees extend to the +entire whole, and thus to each and every part regardless of who wrote +it. + +Thus, it is not the intent of this section to claim rights or contest +your rights to work written entirely by you; rather, the intent is to +exercise the right to control the distribution of derivative or +collective works based on the Library. + +In addition, mere aggregation of another work not based on the Library +with the Library (or with a work based on the Library) on a volume of +a storage or distribution medium does not bring the other work under +the scope of this License. + + 3. You may opt to apply the terms of the ordinary GNU General Public +License instead of this License to a given copy of the Library. To do +this, you must alter all the notices that refer to this License, so +that they refer to the ordinary GNU General Public License, version 2, +instead of to this License. (If a newer version than version 2 of the +ordinary GNU General Public License has appeared, then you can specify +that version instead if you wish.) Do not make any other change in +these notices. + + Once this change is made in a given copy, it is irreversible for +that copy, so the ordinary GNU General Public License applies to all +subsequent copies and derivative works made from that copy. + + This option is useful when you wish to copy part of the code of +the Library into a program that is not a library. + + 4. You may copy and distribute the Library (or a portion or +derivative of it, under Section 2) in object code or executable form +under the terms of Sections 1 and 2 above provided that you accompany +it with the complete corresponding machine-readable source code, which +must be distributed under the terms of Sections 1 and 2 above on a +medium customarily used for software interchange. + + If distribution of object code is made by offering access to copy +from a designated place, then offering equivalent access to copy the +source code from the same place satisfies the requirement to +distribute the source code, even though third parties are not +compelled to copy the source along with the object code. + + 5. A program that contains no derivative of any portion of the +Library, but is designed to work with the Library by being compiled or +linked with it, is called a "work that uses the Library". Such a +work, in isolation, is not a derivative work of the Library, and +therefore falls outside the scope of this License. + + However, linking a "work that uses the Library" with the Library +creates an executable that is a derivative of the Library (because it +contains portions of the Library), rather than a "work that uses the +library". The executable is therefore covered by this License. +Section 6 states terms for distribution of such executables. + + When a "work that uses the Library" uses material from a header file +that is part of the Library, the object code for the work may be a +derivative work of the Library even though the source code is not. +Whether this is true is especially significant if the work can be +linked without the Library, or if the work is itself a library. The +threshold for this to be true is not precisely defined by law. + + If such an object file uses only numerical parameters, data +structure layouts and accessors, and small macros and small inline +functions (ten lines or less in length), then the use of the object +file is unrestricted, regardless of whether it is legally a derivative +work. (Executables containing this object code plus portions of the +Library will still fall under Section 6.) + + Otherwise, if the work is a derivative of the Library, you may +distribute the object code for the work under the terms of Section 6. +Any executables containing that work also fall under Section 6, +whether or not they are linked directly with the Library itself. + + 6. As an exception to the Sections above, you may also combine or +link a "work that uses the Library" with the Library to produce a +work containing portions of the Library, and distribute that work +under terms of your choice, provided that the terms permit +modification of the work for the customer's own use and reverse +engineering for debugging such modifications. + + You must give prominent notice with each copy of the work that the +Library is used in it and that the Library and its use are covered by +this License. You must supply a copy of this License. If the work +during execution displays copyright notices, you must include the +copyright notice for the Library among them, as well as a reference +directing the user to the copy of this License. Also, you must do one +of these things: + + a) Accompany the work with the complete corresponding + machine-readable source code for the Library including whatever + changes were used in the work (which must be distributed under + Sections 1 and 2 above); and, if the work is an executable linked + with the Library, with the complete machine-readable "work that + uses the Library", as object code and/or source code, so that the + user can modify the Library and then relink to produce a modified + executable containing the modified Library. (It is understood + that the user who changes the contents of definitions files in the + Library will not necessarily be able to recompile the application + to use the modified definitions.) + + b) Use a suitable shared library mechanism for linking with the + Library. A suitable mechanism is one that (1) uses at run time a + copy of the library already present on the user's computer system, + rather than copying library functions into the executable, and (2) + will operate properly with a modified version of the library, if + the user installs one, as long as the modified version is + interface-compatible with the version that the work was made with. + + c) Accompany the work with a written offer, valid for at + least three years, to give the same user the materials + specified in Subsection 6a, above, for a charge no more + than the cost of performing this distribution. + + d) If distribution of the work is made by offering access to copy + from a designated place, offer equivalent access to copy the above + specified materials from the same place. + + e) Verify that the user has already received a copy of these + materials or that you have already sent this user a copy. + + For an executable, the required form of the "work that uses the +Library" must include any data and utility programs needed for +reproducing the executable from it. However, as a special exception, +the materials to be distributed need not include anything that is +normally distributed (in either source or binary form) with the major +components (compiler, kernel, and so on) of the operating system on +which the executable runs, unless that component itself accompanies +the executable. + + It may happen that this requirement contradicts the license +restrictions of other proprietary libraries that do not normally +accompany the operating system. Such a contradiction means you cannot +use both them and the Library together in an executable that you +distribute. + + 7. You may place library facilities that are a work based on the +Library side-by-side in a single library together with other library +facilities not covered by this License, and distribute such a combined +library, provided that the separate distribution of the work based on +the Library and of the other library facilities is otherwise +permitted, and provided that you do these two things: + + a) Accompany the combined library with a copy of the same work + based on the Library, uncombined with any other library + facilities. This must be distributed under the terms of the + Sections above. + + b) Give prominent notice with the combined library of the fact + that part of it is a work based on the Library, and explaining + where to find the accompanying uncombined form of the same work. + + 8. You may not copy, modify, sublicense, link with, or distribute +the Library except as expressly provided under this License. Any +attempt otherwise to copy, modify, sublicense, link with, or +distribute the Library is void, and will automatically terminate your +rights under this License. However, parties who have received copies, +or rights, from you under this License will not have their licenses +terminated so long as such parties remain in full compliance. + + 9. You are not required to accept this License, since you have not +signed it. However, nothing else grants you permission to modify or +distribute the Library or its derivative works. These actions are +prohibited by law if you do not accept this License. Therefore, by +modifying or distributing the Library (or any work based on the +Library), you indicate your acceptance of this License to do so, and +all its terms and conditions for copying, distributing or modifying +the Library or works based on it. + + 10. Each time you redistribute the Library (or any work based on the +Library), the recipient automatically receives a license from the +original licensor to copy, distribute, link with or modify the Library +subject to these terms and conditions. You may not impose any further +restrictions on the recipients' exercise of the rights granted herein. +You are not responsible for enforcing compliance by third parties with +this License. + + 11. If, as a consequence of a court judgment or allegation of patent +infringement or for any other reason (not limited to patent issues), +conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot +distribute so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you +may not distribute the Library at all. For example, if a patent +license would not permit royalty-free redistribution of the Library by +all those who receive copies directly or indirectly through you, then +the only way you could satisfy both it and this License would be to +refrain entirely from distribution of the Library. + +If any portion of this section is held invalid or unenforceable under any +particular circumstance, the balance of the section is intended to apply, +and the section as a whole is intended to apply in other circumstances. + +It is not the purpose of this section to induce you to infringe any +patents or other property right claims or to contest validity of any +such claims; this section has the sole purpose of protecting the +integrity of the free software distribution system which is +implemented by public license practices. Many people have made +generous contributions to the wide range of software distributed +through that system in reliance on consistent application of that +system; it is up to the author/donor to decide if he or she is willing +to distribute software through any other system and a licensee cannot +impose that choice. + +This section is intended to make thoroughly clear what is believed to +be a consequence of the rest of this License. + + 12. If the distribution and/or use of the Library is restricted in +certain countries either by patents or by copyrighted interfaces, the +original copyright holder who places the Library under this License may add +an explicit geographical distribution limitation excluding those countries, +so that distribution is permitted only in or among countries not thus +excluded. In such case, this License incorporates the limitation as if +written in the body of this License. + + 13. The Free Software Foundation may publish revised and/or new +versions of the Lesser General Public License from time to time. +Such new versions will be similar in spirit to the present version, +but may differ in detail to address new problems or concerns. + +Each version is given a distinguishing version number. If the Library +specifies a version number of this License which applies to it and +"any later version", you have the option of following the terms and +conditions either of that version or of any later version published by +the Free Software Foundation. If the Library does not specify a +license version number, you may choose any version ever published by +the Free Software Foundation. + + 14. If you wish to incorporate parts of the Library into other free +programs whose distribution conditions are incompatible with these, +write to the author to ask for permission. For software which is +copyrighted by the Free Software Foundation, write to the Free +Software Foundation; we sometimes make exceptions for this. Our +decision will be guided by the two goals of preserving the free status +of all derivatives of our free software and of promoting the sharing +and reuse of software generally. + + NO WARRANTY + + 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO +WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW. +EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR +OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY +KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE +LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME +THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + + 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN +WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY +AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU +FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR +CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE +LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING +RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A +FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF +SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGES. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Libraries + + If you develop a new library, and you want it to be of the greatest +possible use to the public, we recommend making it free software that +everyone can redistribute and change. You can do so by permitting +redistribution under these terms (or, alternatively, under the terms of the +ordinary General Public License). + + To apply these terms, attach the following notices to the library. It is +safest to attach them to the start of each source file to most effectively +convey the exclusion of warranty; and each file should have at least the +"copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with this library; if not, write to the Free Software + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + +Also add information on how to contact you by electronic and paper mail. + +You should also get your employer (if you work as a programmer) or your +school, if any, to sign a "copyright disclaimer" for the library, if +necessary. Here is a sample; alter the names: + + Yoyodyne, Inc., hereby disclaims all copyright interest in the + library `Frob' (a library for tweaking knobs) written by James Random Hacker. + + , 1 April 1990 + Ty Coon, President of Vice + +That's all there is to it! \ No newline at end of file diff --git a/vendor/phpmailer/phpmailer/README.md b/vendor/phpmailer/phpmailer/README.md new file mode 100644 index 0000000..81b0897 --- /dev/null +++ b/vendor/phpmailer/phpmailer/README.md @@ -0,0 +1,227 @@ +![PHPMailer](https://raw.github.com/PHPMailer/PHPMailer/master/examples/images/phpmailer.png) + +# PHPMailer – A full-featured email creation and transfer class for PHP + +[![Test status](https://github.com/PHPMailer/PHPMailer/workflows/Tests/badge.svg)](https://github.com/PHPMailer/PHPMailer/actions) +[![codecov.io](https://codecov.io/gh/PHPMailer/PHPMailer/branch/master/graph/badge.svg?token=iORZpwmYmM)](https://codecov.io/gh/PHPMailer/PHPMailer) +[![Latest Stable Version](https://poser.pugx.org/phpmailer/phpmailer/v/stable.svg)](https://packagist.org/packages/phpmailer/phpmailer) +[![Total Downloads](https://poser.pugx.org/phpmailer/phpmailer/downloads)](https://packagist.org/packages/phpmailer/phpmailer) +[![License](https://poser.pugx.org/phpmailer/phpmailer/license.svg)](https://packagist.org/packages/phpmailer/phpmailer) +[![API Docs](https://github.com/phpmailer/phpmailer/workflows/Docs/badge.svg)](https://phpmailer.github.io/PHPMailer/) + +## Features +- Probably the world's most popular code for sending email from PHP! +- Used by many open-source projects: WordPress, Drupal, 1CRM, SugarCRM, Yii, Joomla! and many more +- Integrated SMTP support – send without a local mail server +- Send emails with multiple To, CC, BCC and Reply-to addresses +- Multipart/alternative emails for mail clients that do not read HTML email +- Add attachments, including inline +- Support for UTF-8 content and 8bit, base64, binary, and quoted-printable encodings +- SMTP authentication with LOGIN, PLAIN, CRAM-MD5, and XOAUTH2 mechanisms over SMTPS and SMTP+STARTTLS transports +- Validates email addresses automatically +- Protects against header injection attacks +- Error messages in over 50 languages! +- DKIM and S/MIME signing support +- Compatible with PHP 5.5 and later, including PHP 8.1 +- Namespaced to prevent name clashes +- Much more! + +## Why you might need it +Many PHP developers need to send email from their code. The only PHP function that supports this directly is [`mail()`](https://www.php.net/manual/en/function.mail.php). However, it does not provide any assistance for making use of popular features such as encryption, authentication, HTML messages, and attachments. + +Formatting email correctly is surprisingly difficult. There are myriad overlapping (and conflicting) standards, requiring tight adherence to horribly complicated formatting and encoding rules – the vast majority of code that you'll find online that uses the `mail()` function directly is just plain wrong, if not unsafe! + +The PHP `mail()` function usually sends via a local mail server, typically fronted by a `sendmail` binary on Linux, BSD, and macOS platforms, however, Windows usually doesn't include a local mail server; PHPMailer's integrated SMTP client allows email sending on all platforms without needing a local mail server. Be aware though, that the `mail()` function should be avoided when possible; it's both faster and [safer](https://exploitbox.io/paper/Pwning-PHP-Mail-Function-For-Fun-And-RCE.html) to use SMTP to localhost. + +*Please* don't be tempted to do it yourself – if you don't use PHPMailer, there are many other excellent libraries that +you should look at before rolling your own. Try [SwiftMailer](https://swiftmailer.symfony.com/) +, [Laminas/Mail](https://docs.laminas.dev/laminas-mail/), [ZetaComponents](https://github.com/zetacomponents/Mail) etc. + +## License +This software is distributed under the [LGPL 2.1](http://www.gnu.org/licenses/lgpl-2.1.html) license, along with the [GPL Cooperation Commitment](https://gplcc.github.io/gplcc/). Please read [LICENSE](https://github.com/PHPMailer/PHPMailer/blob/master/LICENSE) for information on the software availability and distribution. + +## Installation & loading +PHPMailer is available on [Packagist](https://packagist.org/packages/phpmailer/phpmailer) (using semantic versioning), and installation via [Composer](https://getcomposer.org) is the recommended way to install PHPMailer. Just add this line to your `composer.json` file: + +```json +"phpmailer/phpmailer": "^6.5" +``` + +or run + +```sh +composer require phpmailer/phpmailer +``` + +Note that the `vendor` folder and the `vendor/autoload.php` script are generated by Composer; they are not part of PHPMailer. + +If you want to use the Gmail XOAUTH2 authentication class, you will also need to add a dependency on the `league/oauth2-client` package in your `composer.json`. + +Alternatively, if you're not using Composer, you +can [download PHPMailer as a zip file](https://github.com/PHPMailer/PHPMailer/archive/master.zip), (note that docs and examples are not included in the zip file), then copy the contents of the PHPMailer folder into one of the `include_path` directories specified in your PHP configuration and load each class file manually: + +```php +SMTPDebug = SMTP::DEBUG_SERVER; //Enable verbose debug output + $mail->isSMTP(); //Send using SMTP + $mail->Host = 'smtp.example.com'; //Set the SMTP server to send through + $mail->SMTPAuth = true; //Enable SMTP authentication + $mail->Username = 'user@example.com'; //SMTP username + $mail->Password = 'secret'; //SMTP password + $mail->SMTPSecure = PHPMailer::ENCRYPTION_SMTPS; //Enable implicit TLS encryption + $mail->Port = 465; //TCP port to connect to; use 587 if you have set `SMTPSecure = PHPMailer::ENCRYPTION_STARTTLS` + + //Recipients + $mail->setFrom('from@example.com', 'Mailer'); + $mail->addAddress('joe@example.net', 'Joe User'); //Add a recipient + $mail->addAddress('ellen@example.com'); //Name is optional + $mail->addReplyTo('info@example.com', 'Information'); + $mail->addCC('cc@example.com'); + $mail->addBCC('bcc@example.com'); + + //Attachments + $mail->addAttachment('/var/tmp/file.tar.gz'); //Add attachments + $mail->addAttachment('/tmp/image.jpg', 'new.jpg'); //Optional name + + //Content + $mail->isHTML(true); //Set email format to HTML + $mail->Subject = 'Here is the subject'; + $mail->Body = 'This is the HTML message body in bold!'; + $mail->AltBody = 'This is the body in plain text for non-HTML mail clients'; + + $mail->send(); + echo 'Message has been sent'; +} catch (Exception $e) { + echo "Message could not be sent. Mailer Error: {$mail->ErrorInfo}"; +} +``` + +You'll find plenty to play with in the [examples](https://github.com/PHPMailer/PHPMailer/tree/master/examples) folder, which covers many common scenarios including sending through gmail, building contact forms, sending to mailing lists, and more. + +If you are re-using the instance (e.g. when sending to a mailing list), you may need to clear the recipient list to avoid sending duplicate messages. See [the mailing list example](https://github.com/PHPMailer/PHPMailer/blob/master/examples/mailing_list.phps) for further guidance. + +That's it. You should now be ready to use PHPMailer! + +## Localization +PHPMailer defaults to English, but in the [language](https://github.com/PHPMailer/PHPMailer/tree/master/language/) folder you'll find many translations for PHPMailer error messages that you may encounter. Their filenames contain [ISO 639-1](http://en.wikipedia.org/wiki/ISO_639-1) language code for the translations, for example `fr` for French. To specify a language, you need to tell PHPMailer which one to use, like this: + +```php +//To load the French version +$mail->setLanguage('fr', '/optional/path/to/language/directory/'); +``` + +We welcome corrections and new languages – if you're looking for corrections, run the [PHPMailerLangTest.php](https://github.com/PHPMailer/PHPMailer/tree/master/test/PHPMailerLangTest.php) script in the tests folder and it will show any missing translations. + +## Documentation +Start reading at the [GitHub wiki](https://github.com/PHPMailer/PHPMailer/wiki). If you're having trouble, head for [the troubleshooting guide](https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting) as it's frequently updated. + +Examples of how to use PHPMailer for common scenarios can be found in the [examples](https://github.com/PHPMailer/PHPMailer/tree/master/examples) folder. If you're looking for a good starting point, we recommend you start with [the Gmail example](https://github.com/PHPMailer/PHPMailer/tree/master/examples/gmail.phps). + +To reduce PHPMailer's deployed code footprint, examples are not included if you load PHPMailer via Composer or via [GitHub's zip file download](https://github.com/PHPMailer/PHPMailer/archive/master.zip), so you'll need to either clone the git repository or use the above links to get to the examples directly. + +Complete generated API documentation is [available online](https://phpmailer.github.io/PHPMailer/). + +You can generate complete API-level documentation by running `phpdoc` in the top-level folder, and documentation will appear in the `docs` folder, though you'll need to have [PHPDocumentor](http://www.phpdoc.org) installed. You may find [the unit tests](https://github.com/PHPMailer/PHPMailer/blob/master/test/PHPMailerTest.php) a good reference for how to do various operations such as encryption. + +If the documentation doesn't cover what you need, search the [many questions on Stack Overflow](http://stackoverflow.com/questions/tagged/phpmailer), and before you ask a question about "SMTP Error: Could not connect to SMTP host.", [read the troubleshooting guide](https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting). + +## Tests +[PHPMailer tests](https://github.com/PHPMailer/PHPMailer/tree/master/test/) use PHPUnit 9, with [a polyfill](https://github.com/Yoast/PHPUnit-Polyfills) to let 9-style tests run on older PHPUnit and PHP versions. + +[![Test status](https://github.com/PHPMailer/PHPMailer/workflows/Tests/badge.svg)](https://github.com/PHPMailer/PHPMailer/actions) + +If this isn't passing, is there something you can do to help? + +## Security +Please disclose any vulnerabilities found responsibly – report security issues to the maintainers privately. + +See [SECURITY](https://github.com/PHPMailer/PHPMailer/tree/master/SECURITY.md) and [PHPMailer's security advisories on GitHub](https://github.com/PHPMailer/PHPMailer/security). + +## Contributing +Please submit bug reports, suggestions and pull requests to the [GitHub issue tracker](https://github.com/PHPMailer/PHPMailer/issues). + +We're particularly interested in fixing edge-cases, expanding test coverage and updating translations. + +If you found a mistake in the docs, or want to add something, go ahead and amend the wiki – anyone can edit it. + +If you have git clones from prior to the move to the PHPMailer GitHub organisation, you'll need to update any remote URLs referencing the old GitHub location with a command like this from within your clone: + +```sh +git remote set-url upstream https://github.com/PHPMailer/PHPMailer.git +``` + +Please *don't* use the SourceForge or Google Code projects any more; they are obsolete and no longer maintained. + +## Sponsorship +Development time and resources for PHPMailer are provided by [Smartmessages.net](https://info.smartmessages.net/), the world's only privacy-first email marketing system. + +Smartmessages.net privacy-first email marketing logo + +Donations are very welcome, whether in beer ðŸº, T-shirts 👕, or cold, hard cash 💰. Sponsorship through GitHub is a simple and convenient way to say "thank you" to PHPMailer's maintainers and contributors – just click the "Sponsor" button [on the project page](https://github.com/PHPMailer/PHPMailer). If your company uses PHPMailer, consider taking part in Tidelift's enterprise support programme. + +## PHPMailer For Enterprise + +Available as part of the Tidelift Subscription. + +The maintainers of PHPMailer and thousands of other packages are working with Tidelift to deliver commercial +support and maintenance for the open source packages you use to build your applications. Save time, reduce risk, and +improve code health, while paying the maintainers of the exact packages you +use. [Learn more.](https://tidelift.com/subscription/pkg/packagist-phpmailer-phpmailer?utm_source=packagist-phpmailer-phpmailer&utm_medium=referral&utm_campaign=enterprise&utm_term=repo) + +## Changelog +See [changelog](changelog.md). + +## History +- PHPMailer was originally written in 2001 by Brent R. Matzelle as a [SourceForge project](http://sourceforge.net/projects/phpmailer/). +- [Marcus Bointon](https://github.com/Synchro) (`coolbru` on SF) and Andy Prevost (`codeworxtech`) took over the project in 2004. +- Became an Apache incubator project on Google Code in 2010, managed by Jim Jagielski. +- Marcus created [his fork on GitHub](https://github.com/Synchro/PHPMailer) in 2008. +- Jim and Marcus decide to join forces and use GitHub as the canonical and official repo for PHPMailer in 2013. +- PHPMailer moves to [the PHPMailer organisation](https://github.com/PHPMailer) on GitHub in 2013. + +### What's changed since moving from SourceForge? +- Official successor to the SourceForge and Google Code projects. +- Test suite. +- Continuous integration with Github Actions. +- Composer support. +- Public development. +- Additional languages and language strings. +- CRAM-MD5 authentication support. +- Preserves full repo history of authors, commits and branches from the original SourceForge project. diff --git a/vendor/phpmailer/phpmailer/SECURITY.md b/vendor/phpmailer/phpmailer/SECURITY.md new file mode 100644 index 0000000..035a87f --- /dev/null +++ b/vendor/phpmailer/phpmailer/SECURITY.md @@ -0,0 +1,37 @@ +# Security notices relating to PHPMailer + +Please disclose any security issues or vulnerabilities found through [Tidelift's coordinated disclosure system](https://tidelift.com/security) or to the maintainers privately. + +PHPMailer 6.4.1 and earlier contain a vulnerability that can result in untrusted code being called (if such code is injected into the host project's scope by other means). If the `$patternselect` parameter to `validateAddress()` is set to `'php'` (the default, defined by `PHPMailer::$validator`), and the global namespace contains a function called `php`, it will be called in preference to the built-in validator of the same name. Mitigated in PHPMailer 6.5.0 by denying the use of simple strings as validator function names. Recorded as [CVE-2021-3603](https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2021-3603). Reported by [Vikrant Singh Chauhan](mailto:vi@hackberry.xyz) via [huntr.dev](https://www.huntr.dev/). + +PHPMailer versions 6.4.1 and earlier contain a possible remote code execution vulnerability through the `$lang_path` parameter of the `setLanguage()` method. If the `$lang_path` parameter is passed unfiltered from user input, it can be set to [a UNC path](https://docs.microsoft.com/en-us/dotnet/standard/io/file-path-formats#unc-paths), and if an attacker is also able to persuade the server to load a file from that UNC path, a script file under their control may be executed. This vulnerability only applies to systems that resolve UNC paths, typically only Microsoft Windows. +PHPMailer 6.5.0 mitigates this by no longer treating translation files as PHP code, but by parsing their text content directly. This approach avoids the possibility of executing unknown code while retaining backward compatibility. This isn't ideal, so the current translation format is deprecated and will be replaced in the next major release. Recorded as [CVE-2021-34551](https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2021-34551). Reported by [Jilin Diting Information Technology Co., Ltd](https://listensec.com) via Tidelift. + +PHPMailer versions between 6.1.8 and 6.4.0 contain a regression of the earlier CVE-2018-19296 object injection vulnerability as a result of [a fix for Windows UNC paths in 6.1.8](https://github.com/PHPMailer/PHPMailer/commit/e2e07a355ee8ff36aba21d0242c5950c56e4c6f9). Recorded as [CVE-2020-36326](https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2020-36326). Reported by Fariskhi Vidyan via Tidelift. 6.4.1 fixes this issue, and also enforces stricter checks for URL schemes in local path contexts. + +PHPMailer versions 6.1.5 and earlier contain an output escaping bug that occurs in `Content-Type` and `Content-Disposition` when filenames passed into `addAttachment` and other methods that accept attachment names contain double quote characters, in contravention of RFC822 3.4.1. No specific vulnerability has been found relating to this, but it could allow file attachments to bypass attachment filters that are based on matching filename extensions. Recorded as [CVE-2020-13625](https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2020-13625). Reported by Elar Lang of Clarified Security. + +PHPMailer versions prior to 6.0.6 and 5.2.27 are vulnerable to an object injection attack by passing `phar://` paths into `addAttachment()` and other functions that may receive unfiltered local paths, possibly leading to RCE. Recorded as [CVE-2018-19296](https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2018-19296). See [this article](https://knasmueller.net/5-answers-about-php-phar-exploitation) for more info on this type of vulnerability. Mitigated by blocking the use of paths containing URL-protocol style prefixes such as `phar://`. Reported by Sehun Oh of cyberone.kr. + +PHPMailer versions prior to 5.2.24 (released July 26th 2017) have an XSS vulnerability in one of the code examples, [CVE-2017-11503](https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2017-11503). The `code_generator.phps` example did not filter user input prior to output. This file is distributed with a `.phps` extension, so it it not normally executable unless it is explicitly renamed, and the file is not included when PHPMailer is loaded through composer, so it is safe by default. There was also an undisclosed potential XSS vulnerability in the default exception handler (unused by default). Patches for both issues kindly provided by Patrick Monnerat of the Fedora Project. + +PHPMailer versions prior to 5.2.22 (released January 9th 2017) have a local file disclosure vulnerability, [CVE-2017-5223](https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2017-5223). If content passed into `msgHTML()` is sourced from unfiltered user input, relative paths can map to absolute local file paths and added as attachments. Also note that `addAttachment` (just like `file_get_contents`, `passthru`, `unlink`, etc) should not be passed user-sourced params either! Reported by Yongxiang Li of Asiasecurity. + +PHPMailer versions prior to 5.2.20 (released December 28th 2016) are vulnerable to [CVE-2016-10045](https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2016-10045) a remote code execution vulnerability, responsibly reported by [Dawid Golunski](https://legalhackers.com/advisories/PHPMailer-Exploit-Remote-Code-Exec-CVE-2016-10045-Vuln-Patch-Bypass.html), and patched by Paul Buonopane (@Zenexer). + +PHPMailer versions prior to 5.2.18 (released December 2016) are vulnerable to [CVE-2016-10033](https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2016-10033) a remote code execution vulnerability, responsibly reported by [Dawid Golunski](http://legalhackers.com/advisories/PHPMailer-Exploit-Remote-Code-Exec-CVE-2016-10033-Vuln.html). + +PHPMailer versions prior to 5.2.14 (released November 2015) are vulnerable to [CVE-2015-8476](https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2015-8476) an SMTP CRLF injection bug permitting arbitrary message sending. + +PHPMailer versions prior to 5.2.10 (released May 2015) are vulnerable to [CVE-2008-5619](https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2008-5619), a remote code execution vulnerability in the bundled html2text library. This file was removed in 5.2.10, so if you are using a version prior to that and make use of the html2text function, it's vitally important that you upgrade and remove this file. + +PHPMailer versions prior to 2.0.7 and 2.2.1 are vulnerable to [CVE-2012-0796](https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2012-0796), an email header injection attack. + +Joomla 1.6.0 uses PHPMailer in an unsafe way, allowing it to reveal local file paths, reported in [CVE-2011-3747](https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2011-3747). + +PHPMailer didn't sanitise the `$lang_path` parameter in `SetLanguage`. This wasn't a problem in itself, but some apps (PHPClassifieds, ATutor) also failed to sanitise user-provided parameters passed to it, permitting semi-arbitrary local file inclusion, reported in [CVE-2010-4914](https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2010-4914), [CVE-2007-2021](https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2007-2021) and [CVE-2006-5734](https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2006-5734). + +PHPMailer 1.7.2 and earlier contained a possible DDoS vulnerability reported in [CVE-2005-1807](https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2005-1807). + +PHPMailer 1.7 and earlier (June 2003) have a possible vulnerability in the `SendmailSend` method where shell commands may not be sanitised. Reported in [CVE-2007-3215](https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2007-3215). + diff --git a/vendor/phpmailer/phpmailer/VERSION b/vendor/phpmailer/phpmailer/VERSION new file mode 100644 index 0000000..3d5762e --- /dev/null +++ b/vendor/phpmailer/phpmailer/VERSION @@ -0,0 +1 @@ +6.5.1 \ No newline at end of file diff --git a/vendor/phpmailer/phpmailer/composer.json b/vendor/phpmailer/phpmailer/composer.json new file mode 100644 index 0000000..28557f5 --- /dev/null +++ b/vendor/phpmailer/phpmailer/composer.json @@ -0,0 +1,71 @@ +{ + "name": "phpmailer/phpmailer", + "type": "library", + "description": "PHPMailer is a full-featured email creation and transfer class for PHP", + "authors": [ + { + "name": "Marcus Bointon", + "email": "phpmailer@synchromedia.co.uk" + }, + { + "name": "Jim Jagielski", + "email": "jimjag@gmail.com" + }, + { + "name": "Andy Prevost", + "email": "codeworxtech@users.sourceforge.net" + }, + { + "name": "Brent R. Matzelle" + } + ], + "funding": [ + { + "url": "https://github.com/Synchro", + "type": "github" + } + ], + "require": { + "php": ">=5.5.0", + "ext-ctype": "*", + "ext-filter": "*", + "ext-hash": "*" + }, + "require-dev": { + "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0", + "doctrine/annotations": "^1.2", + "php-parallel-lint/php-console-highlighter": "^0.5.0", + "php-parallel-lint/php-parallel-lint": "^1.3", + "phpcompatibility/php-compatibility": "^9.3.5", + "roave/security-advisories": "dev-latest", + "squizlabs/php_codesniffer": "^3.6.0", + "yoast/phpunit-polyfills": "^1.0.0" + }, + "suggest": { + "ext-mbstring": "Needed to send email in multibyte encoding charset or decode encoded addresses", + "hayageek/oauth2-yahoo": "Needed for Yahoo XOAUTH2 authentication", + "league/oauth2-google": "Needed for Google XOAUTH2 authentication", + "psr/log": "For optional PSR-3 debug logging", + "stevenmaguire/oauth2-microsoft": "Needed for Microsoft XOAUTH2 authentication", + "symfony/polyfill-mbstring": "To support UTF-8 if the Mbstring PHP extension is not enabled (^1.2)" + }, + "autoload": { + "psr-4": { + "PHPMailer\\PHPMailer\\": "src/" + } + }, + "autoload-dev": { + "psr-4": { + "PHPMailer\\Test\\": "test/" + } + }, + "license": "LGPL-2.1-only", + "scripts": { + "check": "./vendor/bin/phpcs", + "test": "./vendor/bin/phpunit --no-coverage", + "coverage": "./vendor/bin/phpunit", + "lint": [ + "@php ./vendor/php-parallel-lint/php-parallel-lint/parallel-lint . -e php,phps --exclude vendor --exclude .git --exclude build" + ] + } +} diff --git a/vendor/phpmailer/phpmailer/get_oauth_token.php b/vendor/phpmailer/phpmailer/get_oauth_token.php new file mode 100644 index 0000000..befdc34 --- /dev/null +++ b/vendor/phpmailer/phpmailer/get_oauth_token.php @@ -0,0 +1,146 @@ + + * @author Jim Jagielski (jimjag) + * @author Andy Prevost (codeworxtech) + * @author Brent R. Matzelle (original founder) + * @copyright 2012 - 2020 Marcus Bointon + * @copyright 2010 - 2012 Jim Jagielski + * @copyright 2004 - 2009 Andy Prevost + * @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License + * @note This program is distributed in the hope that it will be useful - WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. + */ + +/** + * Get an OAuth2 token from an OAuth2 provider. + * * Install this script on your server so that it's accessible + * as [https/http]:////get_oauth_token.php + * e.g.: http://localhost/phpmailer/get_oauth_token.php + * * Ensure dependencies are installed with 'composer install' + * * Set up an app in your Google/Yahoo/Microsoft account + * * Set the script address as the app's redirect URL + * If no refresh token is obtained when running this file, + * revoke access to your app and run the script again. + */ + +namespace PHPMailer\PHPMailer; + +/** + * Aliases for League Provider Classes + * Make sure you have added these to your composer.json and run `composer install` + * Plenty to choose from here: + * @see http://oauth2-client.thephpleague.com/providers/thirdparty/ + */ +//@see https://github.com/thephpleague/oauth2-google +use League\OAuth2\Client\Provider\Google; +//@see https://packagist.org/packages/hayageek/oauth2-yahoo +use Hayageek\OAuth2\Client\Provider\Yahoo; +//@see https://github.com/stevenmaguire/oauth2-microsoft +use Stevenmaguire\OAuth2\Client\Provider\Microsoft; + +if (!isset($_GET['code']) && !isset($_GET['provider'])) { + ?> + +Select Provider:
    +Google
    +Yahoo
    +Microsoft/Outlook/Hotmail/Live/Office365
    + + + $clientId, + 'clientSecret' => $clientSecret, + 'redirectUri' => $redirectUri, + 'accessType' => 'offline' +]; + +$options = []; +$provider = null; + +switch ($providerName) { + case 'Google': + $provider = new Google($params); + $options = [ + 'scope' => [ + 'https://mail.google.com/' + ] + ]; + break; + case 'Yahoo': + $provider = new Yahoo($params); + break; + case 'Microsoft': + $provider = new Microsoft($params); + $options = [ + 'scope' => [ + 'wl.imap', + 'wl.offline_access' + ] + ]; + break; +} + +if (null === $provider) { + exit('Provider missing'); +} + +if (!isset($_GET['code'])) { + //If we don't have an authorization code then get one + $authUrl = $provider->getAuthorizationUrl($options); + $_SESSION['oauth2state'] = $provider->getState(); + header('Location: ' . $authUrl); + exit; + //Check given state against previously stored one to mitigate CSRF attack +} elseif (empty($_GET['state']) || ($_GET['state'] !== $_SESSION['oauth2state'])) { + unset($_SESSION['oauth2state']); + unset($_SESSION['provider']); + exit('Invalid state'); +} else { + unset($_SESSION['provider']); + //Try to get an access token (using the authorization code grant) + $token = $provider->getAccessToken( + 'authorization_code', + [ + 'code' => $_GET['code'] + ] + ); + //Use this to interact with an API on the users behalf + //Use this to get a new access token if the old one expires + echo 'Refresh Token: ', $token->getRefreshToken(); +} diff --git a/vendor/phpmailer/phpmailer/language/phpmailer.lang-af.php b/vendor/phpmailer/phpmailer/language/phpmailer.lang-af.php new file mode 100644 index 0000000..0b2a72d --- /dev/null +++ b/vendor/phpmailer/phpmailer/language/phpmailer.lang-af.php @@ -0,0 +1,26 @@ + + */ + +$PHPMAILER_LANG['authenticate'] = 'خطأ SMTP : لا يمكن تأكيد الهوية.'; +$PHPMAILER_LANG['connect_host'] = 'خطأ SMTP: لا يمكن الاتصال بالخادم SMTP.'; +$PHPMAILER_LANG['data_not_accepted'] = 'خطأ SMTP: لم يتم قبول المعلومات .'; +$PHPMAILER_LANG['empty_message'] = 'نص الرسالة Ùارغ'; +$PHPMAILER_LANG['encoding'] = 'ترميز غير معروÙ: '; +$PHPMAILER_LANG['execute'] = 'لا يمكن تنÙيذ : '; +$PHPMAILER_LANG['file_access'] = 'لا يمكن الوصول للملÙ: '; +$PHPMAILER_LANG['file_open'] = 'خطأ ÙÙŠ الملÙ: لا يمكن Ùتحه: '; +$PHPMAILER_LANG['from_failed'] = 'خطأ على مستوى عنوان المرسل : '; +$PHPMAILER_LANG['instantiate'] = 'لا يمكن توÙير خدمة البريد.'; +$PHPMAILER_LANG['invalid_address'] = 'الإرسال غير ممكن لأن عنوان البريد الإلكتروني غير صالح: '; +$PHPMAILER_LANG['mailer_not_supported'] = ' برنامج الإرسال غير مدعوم.'; +$PHPMAILER_LANG['provide_address'] = 'يجب توÙير عنوان البريد الإلكتروني لمستلم واحد على الأقل.'; +$PHPMAILER_LANG['recipients_failed'] = 'خطأ SMTP: الأخطاء التالية Ùشل ÙÙŠ الارسال لكل من : '; +$PHPMAILER_LANG['signing'] = 'خطأ ÙÙŠ التوقيع: '; +$PHPMAILER_LANG['smtp_connect_failed'] = 'SMTP Connect() غير ممكن.'; +$PHPMAILER_LANG['smtp_error'] = 'خطأ على مستوى الخادم SMTP: '; +$PHPMAILER_LANG['variable_set'] = 'لا يمكن تعيين أو إعادة تعيين متغير: '; +$PHPMAILER_LANG['extension_missing'] = 'الإضاÙØ© غير موجودة: '; diff --git a/vendor/phpmailer/phpmailer/language/phpmailer.lang-az.php b/vendor/phpmailer/phpmailer/language/phpmailer.lang-az.php new file mode 100644 index 0000000..552167e --- /dev/null +++ b/vendor/phpmailer/phpmailer/language/phpmailer.lang-az.php @@ -0,0 +1,27 @@ + + */ + +$PHPMAILER_LANG['authenticate'] = 'SMTP GreÅ¡ka: Neuspjela prijava.'; +$PHPMAILER_LANG['connect_host'] = 'SMTP GreÅ¡ka: Nije moguće spojiti se sa SMTP serverom.'; +$PHPMAILER_LANG['data_not_accepted'] = 'SMTP GreÅ¡ka: Podatci nisu prihvaćeni.'; +$PHPMAILER_LANG['empty_message'] = 'Sadržaj poruke je prazan.'; +$PHPMAILER_LANG['encoding'] = 'Nepoznata kriptografija: '; +$PHPMAILER_LANG['execute'] = 'Nije moguće izvrÅ¡iti naredbu: '; +$PHPMAILER_LANG['file_access'] = 'Nije moguće pristupiti datoteci: '; +$PHPMAILER_LANG['file_open'] = 'Nije moguće otvoriti datoteku: '; +$PHPMAILER_LANG['from_failed'] = 'SMTP GreÅ¡ka: Slanje sa navedenih e-mail adresa nije uspjelo: '; +$PHPMAILER_LANG['recipients_failed'] = 'SMTP GreÅ¡ka: Slanje na navedene e-mail adrese nije uspjelo: '; +$PHPMAILER_LANG['instantiate'] = 'Ne mogu pokrenuti mail funkcionalnost.'; +$PHPMAILER_LANG['invalid_address'] = 'E-mail nije poslan. Neispravna e-mail adresa: '; +$PHPMAILER_LANG['mailer_not_supported'] = ' mailer nije podržan.'; +$PHPMAILER_LANG['provide_address'] = 'DefiniÅ¡ite barem jednu adresu primaoca.'; +$PHPMAILER_LANG['signing'] = 'GreÅ¡ka prilikom prijave: '; +$PHPMAILER_LANG['smtp_connect_failed'] = 'Spajanje na SMTP server nije uspjelo.'; +$PHPMAILER_LANG['smtp_error'] = 'SMTP greÅ¡ka: '; +$PHPMAILER_LANG['variable_set'] = 'Nije moguće postaviti varijablu ili je vratiti nazad: '; +$PHPMAILER_LANG['extension_missing'] = 'Nedostaje ekstenzija: '; diff --git a/vendor/phpmailer/phpmailer/language/phpmailer.lang-be.php b/vendor/phpmailer/phpmailer/language/phpmailer.lang-be.php new file mode 100644 index 0000000..9e92dda --- /dev/null +++ b/vendor/phpmailer/phpmailer/language/phpmailer.lang-be.php @@ -0,0 +1,27 @@ + + */ + +$PHPMAILER_LANG['authenticate'] = 'Памылка SMTP: памылка ідÑнтыфікацыі.'; +$PHPMAILER_LANG['connect_host'] = 'Памылка SMTP: нельга ÑžÑтанавіць ÑувÑзь з SMTP-Ñерверам.'; +$PHPMAILER_LANG['data_not_accepted'] = 'Памылка SMTP: звеÑткі непрынÑÑ‚Ñ‹Ñ.'; +$PHPMAILER_LANG['empty_message'] = 'ПуÑтое паведамленне.'; +$PHPMAILER_LANG['encoding'] = 'ÐевÑÐ´Ð¾Ð¼Ð°Ñ ÐºÐ°Ð´Ñ‹Ñ€Ð¾ÑžÐºÐ° Ñ‚ÑкÑту: '; +$PHPMAILER_LANG['execute'] = 'Ðельга выканаць каманду: '; +$PHPMAILER_LANG['file_access'] = 'ÐÑма доÑтупу да файла: '; +$PHPMAILER_LANG['file_open'] = 'Ðельга адкрыць файл: '; +$PHPMAILER_LANG['from_failed'] = 'ÐÑправільны Ð°Ð´Ñ€Ð°Ñ Ð°Ð´Ð¿Ñ€Ð°ÑžÐ½Ñ–ÐºÐ°: '; +$PHPMAILER_LANG['instantiate'] = 'Ðельга прымÑніць функцыю mail().'; +$PHPMAILER_LANG['invalid_address'] = 'Ðельга даÑлаць паведамленне, нÑправільны email атрымальніка: '; +$PHPMAILER_LANG['provide_address'] = 'Запоўніце, калі лаÑка, правільны email атрымальніка.'; +$PHPMAILER_LANG['mailer_not_supported'] = ' - паштовы Ñервер не падтрымліваецца.'; +$PHPMAILER_LANG['recipients_failed'] = 'Памылка SMTP: нÑÐ¿Ñ€Ð°Ð²Ñ–Ð»ÑŒÐ½Ñ‹Ñ Ð°Ñ‚Ñ€Ñ‹Ð¼Ð°Ð»ÑŒÐ½Ñ–ÐºÑ–: '; +$PHPMAILER_LANG['signing'] = 'Памылка подпіÑу паведамленнÑ: '; +$PHPMAILER_LANG['smtp_connect_failed'] = 'Памылка ÑувÑзі з SMTP-Ñерверам.'; +$PHPMAILER_LANG['smtp_error'] = 'Памылка SMTP: '; +$PHPMAILER_LANG['variable_set'] = 'Ðельга ÑžÑтанавіць або перамÑніць значÑнне пераменнай: '; +//$PHPMAILER_LANG['extension_missing'] = 'Extension missing: '; diff --git a/vendor/phpmailer/phpmailer/language/phpmailer.lang-bg.php b/vendor/phpmailer/phpmailer/language/phpmailer.lang-bg.php new file mode 100644 index 0000000..c41f675 --- /dev/null +++ b/vendor/phpmailer/phpmailer/language/phpmailer.lang-bg.php @@ -0,0 +1,27 @@ + + */ + +$PHPMAILER_LANG['authenticate'] = 'SMTP грешка: Ðе може да Ñе удоÑтовери пред Ñървъра.'; +$PHPMAILER_LANG['connect_host'] = 'SMTP грешка: Ðе може да Ñе Ñвърже Ñ SMTP хоÑта.'; +$PHPMAILER_LANG['data_not_accepted'] = 'SMTP грешка: данните не Ñа приети.'; +$PHPMAILER_LANG['empty_message'] = 'Съдържанието на Ñъобщението е празно'; +$PHPMAILER_LANG['encoding'] = 'ÐеизвеÑтно кодиране: '; +$PHPMAILER_LANG['execute'] = 'Ðе може да Ñе изпълни: '; +$PHPMAILER_LANG['file_access'] = 'ÐÑма доÑтъп до файл: '; +$PHPMAILER_LANG['file_open'] = 'Файлова грешка: Ðе може да Ñе отвори файл: '; +$PHPMAILER_LANG['from_failed'] = 'Следните адреÑи за подател Ñа невалидни: '; +$PHPMAILER_LANG['instantiate'] = 'Ðе може да Ñе инÑтанцира функциÑта mail.'; +$PHPMAILER_LANG['invalid_address'] = 'Ðевалиден адреÑ: '; +$PHPMAILER_LANG['mailer_not_supported'] = ' - пощенÑки Ñървър не Ñе поддържа.'; +$PHPMAILER_LANG['provide_address'] = 'ТрÑбва да предоÑтавите поне един email Ð°Ð´Ñ€ÐµÑ Ð·Ð° получател.'; +$PHPMAILER_LANG['recipients_failed'] = 'SMTP грешка: Следните адреÑи за Получател Ñа невалидни: '; +$PHPMAILER_LANG['signing'] = 'Грешка при подпиÑване: '; +$PHPMAILER_LANG['smtp_connect_failed'] = 'SMTP провален connect().'; +$PHPMAILER_LANG['smtp_error'] = 'SMTP Ñървърна грешка: '; +$PHPMAILER_LANG['variable_set'] = 'Ðе може да Ñе уÑтанови или възÑтанови променлива: '; +$PHPMAILER_LANG['extension_missing'] = 'ЛипÑва разширение: '; diff --git a/vendor/phpmailer/phpmailer/language/phpmailer.lang-ca.php b/vendor/phpmailer/phpmailer/language/phpmailer.lang-ca.php new file mode 100644 index 0000000..3468485 --- /dev/null +++ b/vendor/phpmailer/phpmailer/language/phpmailer.lang-ca.php @@ -0,0 +1,27 @@ + + */ + +$PHPMAILER_LANG['authenticate'] = 'Error SMTP: No s’ha pogut autenticar.'; +$PHPMAILER_LANG['connect_host'] = 'Error SMTP: No es pot connectar al servidor SMTP.'; +$PHPMAILER_LANG['data_not_accepted'] = 'Error SMTP: Dades no acceptades.'; +$PHPMAILER_LANG['empty_message'] = 'El cos del missatge està buit.'; +$PHPMAILER_LANG['encoding'] = 'Codificació desconeguda: '; +$PHPMAILER_LANG['execute'] = 'No es pot executar: '; +$PHPMAILER_LANG['file_access'] = 'No es pot accedir a l’arxiu: '; +$PHPMAILER_LANG['file_open'] = 'Error d’Arxiu: No es pot obrir l’arxiu: '; +$PHPMAILER_LANG['from_failed'] = 'La(s) següent(s) adreces de remitent han fallat: '; +$PHPMAILER_LANG['instantiate'] = 'No s’ha pogut crear una instància de la funció Mail.'; +$PHPMAILER_LANG['invalid_address'] = 'Adreça d’email invalida: '; +$PHPMAILER_LANG['mailer_not_supported'] = ' mailer no està suportat'; +$PHPMAILER_LANG['provide_address'] = 'S’ha de proveir almenys una adreça d’email com a destinatari.'; +$PHPMAILER_LANG['recipients_failed'] = 'Error SMTP: Els següents destinataris han fallat: '; +$PHPMAILER_LANG['signing'] = 'Error al signar: '; +$PHPMAILER_LANG['smtp_connect_failed'] = 'Ha fallat el SMTP Connect().'; +$PHPMAILER_LANG['smtp_error'] = 'Error del servidor SMTP: '; +$PHPMAILER_LANG['variable_set'] = 'No s’ha pogut establir o restablir la variable: '; +//$PHPMAILER_LANG['extension_missing'] = 'Extension missing: '; diff --git a/vendor/phpmailer/phpmailer/language/phpmailer.lang-ch.php b/vendor/phpmailer/phpmailer/language/phpmailer.lang-ch.php new file mode 100644 index 0000000..500c952 --- /dev/null +++ b/vendor/phpmailer/phpmailer/language/phpmailer.lang-ch.php @@ -0,0 +1,27 @@ + + */ + +$PHPMAILER_LANG['authenticate'] = 'SMTP 错误:身份验è¯å¤±è´¥ã€‚'; +$PHPMAILER_LANG['connect_host'] = 'SMTP 错误: ä¸èƒ½è¿žæŽ¥SMTP主机。'; +$PHPMAILER_LANG['data_not_accepted'] = 'SMTP 错误: æ•°æ®ä¸å¯æŽ¥å—。'; +//$PHPMAILER_LANG['empty_message'] = 'Message body empty'; +$PHPMAILER_LANG['encoding'] = '未知编ç ï¼š'; +$PHPMAILER_LANG['execute'] = 'ä¸èƒ½æ‰§è¡Œ: '; +$PHPMAILER_LANG['file_access'] = 'ä¸èƒ½è®¿é—®æ–‡ä»¶ï¼š'; +$PHPMAILER_LANG['file_open'] = '文件错误:ä¸èƒ½æ‰“开文件:'; +$PHPMAILER_LANG['from_failed'] = '下é¢çš„å‘é€åœ°å€é‚®ä»¶å‘é€å¤±è´¥äº†ï¼š '; +$PHPMAILER_LANG['instantiate'] = 'ä¸èƒ½å®žçŽ°mail方法。'; +//$PHPMAILER_LANG['invalid_address'] = 'Invalid address: '; +$PHPMAILER_LANG['mailer_not_supported'] = ' 您所选择的å‘é€é‚®ä»¶çš„方法并ä¸æ”¯æŒã€‚'; +$PHPMAILER_LANG['provide_address'] = '您必须æ供至少一个 收信人的email地å€ã€‚'; +$PHPMAILER_LANG['recipients_failed'] = 'SMTP 错误: 下é¢çš„ 收件人失败了: '; +//$PHPMAILER_LANG['signing'] = 'Signing Error: '; +//$PHPMAILER_LANG['smtp_connect_failed'] = 'SMTP Connect() failed.'; +//$PHPMAILER_LANG['smtp_error'] = 'SMTP server error: '; +//$PHPMAILER_LANG['variable_set'] = 'Cannot set or reset variable: '; +//$PHPMAILER_LANG['extension_missing'] = 'Extension missing: '; diff --git a/vendor/phpmailer/phpmailer/language/phpmailer.lang-cs.php b/vendor/phpmailer/phpmailer/language/phpmailer.lang-cs.php new file mode 100644 index 0000000..e770a1a --- /dev/null +++ b/vendor/phpmailer/phpmailer/language/phpmailer.lang-cs.php @@ -0,0 +1,28 @@ + + * Rewrite and extension of the work by Mikael Stokkebro + * + */ + +$PHPMAILER_LANG['authenticate'] = 'SMTP fejl: Login mislykkedes.'; +$PHPMAILER_LANG['connect_host'] = 'SMTP fejl: Forbindelse til SMTP serveren kunne ikke oprettes.'; +$PHPMAILER_LANG['data_not_accepted'] = 'SMTP fejl: Data blev ikke accepteret.'; +$PHPMAILER_LANG['empty_message'] = 'Meddelelsen er uden indhold'; +$PHPMAILER_LANG['encoding'] = 'Ukendt encode-format: '; +$PHPMAILER_LANG['execute'] = 'Kunne ikke afvikle: '; +$PHPMAILER_LANG['file_access'] = 'Kunne ikke tilgÃ¥ filen: '; +$PHPMAILER_LANG['file_open'] = 'Fil fejl: Kunne ikke Ã¥bne filen: '; +$PHPMAILER_LANG['from_failed'] = 'Følgende afsenderadresse er forkert: '; +$PHPMAILER_LANG['instantiate'] = 'Email funktionen kunne ikke initialiseres.'; +$PHPMAILER_LANG['invalid_address'] = 'Udgyldig adresse: '; +$PHPMAILER_LANG['mailer_not_supported'] = ' mailer understøttes ikke.'; +$PHPMAILER_LANG['provide_address'] = 'Indtast mindst en modtagers email adresse.'; +$PHPMAILER_LANG['recipients_failed'] = 'SMTP fejl: Følgende modtagere er forkerte: '; +$PHPMAILER_LANG['signing'] = 'Signeringsfejl: '; +$PHPMAILER_LANG['smtp_connect_failed'] = 'SMTP Connect() fejlede.'; +$PHPMAILER_LANG['smtp_error'] = 'SMTP server fejl: '; +$PHPMAILER_LANG['variable_set'] = 'Kunne ikke definere eller nulstille variablen: '; +$PHPMAILER_LANG['extension_missing'] = 'Udvidelse mangler: '; diff --git a/vendor/phpmailer/phpmailer/language/phpmailer.lang-de.php b/vendor/phpmailer/phpmailer/language/phpmailer.lang-de.php new file mode 100644 index 0000000..e7e59d2 --- /dev/null +++ b/vendor/phpmailer/phpmailer/language/phpmailer.lang-de.php @@ -0,0 +1,28 @@ + + */ + +$PHPMAILER_LANG['authenticate'] = 'Error SMTP: Imposible autentificar.'; +$PHPMAILER_LANG['connect_host'] = 'Error SMTP: Imposible conectar al servidor SMTP.'; +$PHPMAILER_LANG['data_not_accepted'] = 'Error SMTP: Datos no aceptados.'; +$PHPMAILER_LANG['empty_message'] = 'El cuerpo del mensaje está vacío.'; +$PHPMAILER_LANG['encoding'] = 'Codificación desconocida: '; +$PHPMAILER_LANG['execute'] = 'Imposible ejecutar: '; +$PHPMAILER_LANG['file_access'] = 'Imposible acceder al archivo: '; +$PHPMAILER_LANG['file_open'] = 'Error de Archivo: Imposible abrir el archivo: '; +$PHPMAILER_LANG['from_failed'] = 'La(s) siguiente(s) direcciones de remitente fallaron: '; +$PHPMAILER_LANG['instantiate'] = 'Imposible crear una instancia de la función Mail.'; +$PHPMAILER_LANG['invalid_address'] = 'Imposible enviar: dirección de email inválido: '; +$PHPMAILER_LANG['mailer_not_supported'] = ' mailer no está soportado.'; +$PHPMAILER_LANG['provide_address'] = 'Debe proporcionar al menos una dirección de email de destino.'; +$PHPMAILER_LANG['recipients_failed'] = 'Error SMTP: Los siguientes destinos fallaron: '; +$PHPMAILER_LANG['signing'] = 'Error al firmar: '; +$PHPMAILER_LANG['smtp_connect_failed'] = 'SMTP Connect() falló.'; +$PHPMAILER_LANG['smtp_error'] = 'Error del servidor SMTP: '; +$PHPMAILER_LANG['variable_set'] = 'No se pudo configurar la variable: '; +$PHPMAILER_LANG['extension_missing'] = 'Extensión faltante: '; diff --git a/vendor/phpmailer/phpmailer/language/phpmailer.lang-et.php b/vendor/phpmailer/phpmailer/language/phpmailer.lang-et.php new file mode 100644 index 0000000..93addc9 --- /dev/null +++ b/vendor/phpmailer/phpmailer/language/phpmailer.lang-et.php @@ -0,0 +1,28 @@ + + */ + +$PHPMAILER_LANG['authenticate'] = 'SMTP Viga: Autoriseerimise viga.'; +$PHPMAILER_LANG['connect_host'] = 'SMTP Viga: Ei õnnestunud luua ühendust SMTP serveriga.'; +$PHPMAILER_LANG['data_not_accepted'] = 'SMTP Viga: Vigased andmed.'; +$PHPMAILER_LANG['empty_message'] = 'Tühi kirja sisu'; +$PHPMAILER_LANG["encoding"] = 'Tundmatu kodeering: '; +$PHPMAILER_LANG['execute'] = 'Tegevus ebaõnnestus: '; +$PHPMAILER_LANG['file_access'] = 'Pole piisavalt õiguseid järgneva faili avamiseks: '; +$PHPMAILER_LANG['file_open'] = 'Faili Viga: Faili avamine ebaõnnestus: '; +$PHPMAILER_LANG['from_failed'] = 'Järgnev saatja e-posti aadress on vigane: '; +$PHPMAILER_LANG['instantiate'] = 'mail funktiooni käivitamine ebaõnnestus.'; +$PHPMAILER_LANG['invalid_address'] = 'Saatmine peatatud, e-posti address vigane: '; +$PHPMAILER_LANG['provide_address'] = 'Te peate määrama vähemalt ühe saaja e-posti aadressi.'; +$PHPMAILER_LANG['mailer_not_supported'] = ' maileri tugi puudub.'; +$PHPMAILER_LANG['recipients_failed'] = 'SMTP Viga: Järgnevate saajate e-posti aadressid on vigased: '; +$PHPMAILER_LANG["signing"] = 'Viga allkirjastamisel: '; +$PHPMAILER_LANG['smtp_connect_failed'] = 'SMTP Connect() ebaõnnestus.'; +$PHPMAILER_LANG['smtp_error'] = 'SMTP serveri viga: '; +$PHPMAILER_LANG['variable_set'] = 'Ei õnnestunud määrata või lähtestada muutujat: '; +$PHPMAILER_LANG['extension_missing'] = 'Nõutud laiendus on puudu: '; diff --git a/vendor/phpmailer/phpmailer/language/phpmailer.lang-fa.php b/vendor/phpmailer/phpmailer/language/phpmailer.lang-fa.php new file mode 100644 index 0000000..295a47f --- /dev/null +++ b/vendor/phpmailer/phpmailer/language/phpmailer.lang-fa.php @@ -0,0 +1,28 @@ + + * @author Mohammad Hossein Mojtahedi + */ + +$PHPMAILER_LANG['authenticate'] = 'خطای SMTP: احراز هویت با شکست مواجه شد.'; +$PHPMAILER_LANG['connect_host'] = 'خطای SMTP: اتصال به سرور SMTP برقرار نشد.'; +$PHPMAILER_LANG['data_not_accepted'] = 'خطای SMTP: داده‌ها نا‌درست هستند.'; +$PHPMAILER_LANG['empty_message'] = 'بخش متن پیام خالی است.'; +$PHPMAILER_LANG['encoding'] = 'کد‌گذاری نا‌شناخته: '; +$PHPMAILER_LANG['execute'] = 'امکان اجرا وجود ندارد: '; +$PHPMAILER_LANG['file_access'] = 'امکان دسترسی به Ùایل وجود ندارد: '; +$PHPMAILER_LANG['file_open'] = 'خطای File: امکان بازکردن Ùایل وجود ندارد: '; +$PHPMAILER_LANG['from_failed'] = 'آدرس Ùرستنده اشتباه است: '; +$PHPMAILER_LANG['instantiate'] = 'امکان معرÙÛŒ تابع ایمیل وجود ندارد.'; +$PHPMAILER_LANG['invalid_address'] = 'آدرس ایمیل معتبر نیست: '; +$PHPMAILER_LANG['mailer_not_supported'] = ' mailer پشتیبانی نمی‌شود.'; +$PHPMAILER_LANG['provide_address'] = 'باید حداقل یک آدرس گیرنده وارد کنید.'; +$PHPMAILER_LANG['recipients_failed'] = 'خطای SMTP: ارسال به آدرس گیرنده با خطا مواجه شد: '; +$PHPMAILER_LANG['signing'] = 'خطا در امضا: '; +$PHPMAILER_LANG['smtp_connect_failed'] = 'خطا در اتصال به SMTP.'; +$PHPMAILER_LANG['smtp_error'] = 'خطا در SMTP Server: '; +$PHPMAILER_LANG['variable_set'] = 'امکان ارسال یا ارسال مجدد متغیر‌ها وجود ندارد: '; +$PHPMAILER_LANG['extension_missing'] = 'اÙزونه موجود نیست: '; diff --git a/vendor/phpmailer/phpmailer/language/phpmailer.lang-fi.php b/vendor/phpmailer/phpmailer/language/phpmailer.lang-fi.php new file mode 100644 index 0000000..243c054 --- /dev/null +++ b/vendor/phpmailer/phpmailer/language/phpmailer.lang-fi.php @@ -0,0 +1,28 @@ + + */ + +$PHPMAILER_LANG['authenticate'] = 'SMTP feilur: Kundi ikki góðkenna.'; +$PHPMAILER_LANG['connect_host'] = 'SMTP feilur: Kundi ikki knýta samband við SMTP vert.'; +$PHPMAILER_LANG['data_not_accepted'] = 'SMTP feilur: Data ikki góðkent.'; +//$PHPMAILER_LANG['empty_message'] = 'Message body empty'; +$PHPMAILER_LANG['encoding'] = 'Ókend encoding: '; +$PHPMAILER_LANG['execute'] = 'Kundi ikki útføra: '; +$PHPMAILER_LANG['file_access'] = 'Kundi ikki tilganga fílu: '; +$PHPMAILER_LANG['file_open'] = 'Fílu feilur: Kundi ikki opna fílu: '; +$PHPMAILER_LANG['from_failed'] = 'fylgjandi Frá/From adressa miseydnaðist: '; +$PHPMAILER_LANG['instantiate'] = 'Kuni ikki instantiera mail funktión.'; +//$PHPMAILER_LANG['invalid_address'] = 'Invalid address: '; +$PHPMAILER_LANG['mailer_not_supported'] = ' er ikki supporterað.'; +$PHPMAILER_LANG['provide_address'] = 'Tú skal uppgeva minst móttakara-emailadressu(r).'; +$PHPMAILER_LANG['recipients_failed'] = 'SMTP Feilur: Fylgjandi móttakarar miseydnaðust: '; +//$PHPMAILER_LANG['signing'] = 'Signing Error: '; +//$PHPMAILER_LANG['smtp_connect_failed'] = 'SMTP Connect() failed.'; +//$PHPMAILER_LANG['smtp_error'] = 'SMTP server error: '; +//$PHPMAILER_LANG['variable_set'] = 'Cannot set or reset variable: '; +//$PHPMAILER_LANG['extension_missing'] = 'Extension missing: '; diff --git a/vendor/phpmailer/phpmailer/language/phpmailer.lang-fr.php b/vendor/phpmailer/phpmailer/language/phpmailer.lang-fr.php new file mode 100644 index 0000000..b57f0ec --- /dev/null +++ b/vendor/phpmailer/phpmailer/language/phpmailer.lang-fr.php @@ -0,0 +1,32 @@ + + */ + +$PHPMAILER_LANG['authenticate'] = 'Erro SMTP: Non puido ser autentificado.'; +$PHPMAILER_LANG['connect_host'] = 'Erro SMTP: Non puido conectar co servidor SMTP.'; +$PHPMAILER_LANG['data_not_accepted'] = 'Erro SMTP: Datos non aceptados.'; +$PHPMAILER_LANG['empty_message'] = 'Corpo da mensaxe vacía'; +$PHPMAILER_LANG['encoding'] = 'Codificación descoñecida: '; +$PHPMAILER_LANG['execute'] = 'Non puido ser executado: '; +$PHPMAILER_LANG['file_access'] = 'Nob puido acceder ó arquivo: '; +$PHPMAILER_LANG['file_open'] = 'Erro de Arquivo: No puido abrir o arquivo: '; +$PHPMAILER_LANG['from_failed'] = 'A(s) seguinte(s) dirección(s) de remitente(s) deron erro: '; +$PHPMAILER_LANG['instantiate'] = 'Non puido crear unha instancia da función Mail.'; +$PHPMAILER_LANG['invalid_address'] = 'Non puido envia-lo correo: dirección de email inválida: '; +$PHPMAILER_LANG['mailer_not_supported'] = ' mailer non está soportado.'; +$PHPMAILER_LANG['provide_address'] = 'Debe engadir polo menos unha dirección de email coma destino.'; +$PHPMAILER_LANG['recipients_failed'] = 'Erro SMTP: Os seguintes destinos fallaron: '; +$PHPMAILER_LANG['signing'] = 'Erro ó firmar: '; +$PHPMAILER_LANG['smtp_connect_failed'] = 'SMTP Connect() fallou.'; +$PHPMAILER_LANG['smtp_error'] = 'Erro do servidor SMTP: '; +$PHPMAILER_LANG['variable_set'] = 'Non puidemos axustar ou reaxustar a variábel: '; +//$PHPMAILER_LANG['extension_missing'] = 'Extension missing: '; diff --git a/vendor/phpmailer/phpmailer/language/phpmailer.lang-he.php b/vendor/phpmailer/phpmailer/language/phpmailer.lang-he.php new file mode 100644 index 0000000..b123aa5 --- /dev/null +++ b/vendor/phpmailer/phpmailer/language/phpmailer.lang-he.php @@ -0,0 +1,27 @@ + + */ + +$PHPMAILER_LANG['authenticate'] = 'שגי×ת SMTP: פעולת ×”×ימות נכשלה.'; +$PHPMAILER_LANG['connect_host'] = 'שגי×ת SMTP: ×œ× ×”×¦×œ×—×ª×™ להתחבר לשרת SMTP.'; +$PHPMAILER_LANG['data_not_accepted'] = 'שגי×ת SMTP: מידע ×œ× ×”×ª×§×‘×œ.'; +$PHPMAILER_LANG['empty_message'] = 'גוף ההודעה ריק'; +$PHPMAILER_LANG['invalid_address'] = 'כתובת שגויה: '; +$PHPMAILER_LANG['encoding'] = 'קידוד ×œ× ×ž×•×›×¨: '; +$PHPMAILER_LANG['execute'] = '×œ× ×”×¦×œ×—×ª×™ להפעיל ×ת: '; +$PHPMAILER_LANG['file_access'] = '×œ× × ×™×ª×Ÿ לגשת לקובץ: '; +$PHPMAILER_LANG['file_open'] = 'שגי×ת קובץ: ×œ× × ×™×ª×Ÿ לגשת לקובץ: '; +$PHPMAILER_LANG['from_failed'] = 'כתובות ×”× ×ž×¢× ×™× ×”×‘×ות נכשלו: '; +$PHPMAILER_LANG['instantiate'] = '×œ× ×”×¦×œ×—×ª×™ להפעיל ×ת פונקציית המייל.'; +$PHPMAILER_LANG['mailer_not_supported'] = ' ××™× ×” נתמכת.'; +$PHPMAILER_LANG['provide_address'] = 'חובה לספק לפחות כתובת ×חת של מקבל המייל.'; +$PHPMAILER_LANG['recipients_failed'] = 'שגי×ת SMTP: ×”× ×ž×¢× ×™× ×”×‘××™× × ×›×©×œ×•: '; +$PHPMAILER_LANG['signing'] = 'שגי×ת חתימה: '; +$PHPMAILER_LANG['smtp_connect_failed'] = 'SMTP Connect() failed.'; +$PHPMAILER_LANG['smtp_error'] = 'שגי×ת שרת SMTP: '; +$PHPMAILER_LANG['variable_set'] = '×œ× × ×™×ª×Ÿ לקבוע ×ו לשנות ×ת המשתנה: '; +//$PHPMAILER_LANG['extension_missing'] = 'Extension missing: '; diff --git a/vendor/phpmailer/phpmailer/language/phpmailer.lang-hi.php b/vendor/phpmailer/phpmailer/language/phpmailer.lang-hi.php new file mode 100644 index 0000000..d973a35 --- /dev/null +++ b/vendor/phpmailer/phpmailer/language/phpmailer.lang-hi.php @@ -0,0 +1,27 @@ + + */ + +$PHPMAILER_LANG['authenticate'] = 'SMTP तà¥à¤°à¥à¤Ÿà¤¿: पà¥à¤°à¤¾à¤®à¤¾à¤£à¤¿à¤•à¤¤à¤¾ की जांच नहीं हो सका। '; +$PHPMAILER_LANG['connect_host'] = 'SMTP तà¥à¤°à¥à¤Ÿà¤¿: SMTP सरà¥à¤µà¤° से कनेकà¥à¤Ÿ नहीं हो सका। '; +$PHPMAILER_LANG['data_not_accepted'] = 'SMTP तà¥à¤°à¥à¤Ÿà¤¿: डेटा सà¥à¤µà¥€à¤•à¤¾à¤° नहीं किया जाता है। '; +$PHPMAILER_LANG['empty_message'] = 'संदेश खाली है। '; +$PHPMAILER_LANG['encoding'] = 'अजà¥à¤žà¤¾à¤¤ à¤à¤¨à¥à¤•à¥‹à¤¡à¤¿à¤‚ग पà¥à¤°à¤•à¤¾à¤°à¥¤ '; +$PHPMAILER_LANG['execute'] = 'आदेश को निषà¥à¤ªà¤¾à¤¦à¤¿à¤¤ करने में विफल। '; +$PHPMAILER_LANG['file_access'] = 'फ़ाइल उपलबà¥à¤§ नहीं है। '; +$PHPMAILER_LANG['file_open'] = 'फ़ाइल तà¥à¤°à¥à¤Ÿà¤¿: फाइल को खोला नहीं जा सका। '; +$PHPMAILER_LANG['from_failed'] = 'पà¥à¤°à¥‡à¤·à¤• का पता गलत है। '; +$PHPMAILER_LANG['instantiate'] = 'मेल फ़ंकà¥à¤¶à¤¨ कॉल नहीं कर सकता है।'; +$PHPMAILER_LANG['invalid_address'] = 'पता गलत है। '; +$PHPMAILER_LANG['mailer_not_supported'] = 'मेल सरà¥à¤µà¤° के साथ काम नहीं करता है। '; +$PHPMAILER_LANG['provide_address'] = 'आपको कम से कम à¤à¤• पà¥à¤°à¤¾à¤ªà¥à¤¤à¤•à¤°à¥à¤¤à¤¾ का ई-मेल पता पà¥à¤°à¤¦à¤¾à¤¨ करना होगा।'; +$PHPMAILER_LANG['recipients_failed'] = 'SMTP तà¥à¤°à¥à¤Ÿà¤¿: निमà¥à¤¨ पà¥à¤°à¤¾à¤ªà¥à¤¤à¤•à¤°à¥à¤¤à¤¾à¤“ं को पते भेजने में विफल। '; +$PHPMAILER_LANG['signing'] = 'साइनअप तà¥à¤°à¥à¤Ÿà¤¿:। '; +$PHPMAILER_LANG['smtp_connect_failed'] = 'SMTP का connect () फ़ंकà¥à¤¶à¤¨ विफल हà¥à¤†à¥¤ '; +$PHPMAILER_LANG['smtp_error'] = 'SMTP सरà¥à¤µà¤° तà¥à¤°à¥à¤Ÿà¤¿à¥¤ '; +$PHPMAILER_LANG['variable_set'] = 'चर को बना या संशोधित नहीं किया जा सकता। '; +$PHPMAILER_LANG['extension_missing'] = 'à¤à¤•à¥à¤¸à¤Ÿà¥‡à¤¨à¥à¤·à¤¨ गायब है: '; diff --git a/vendor/phpmailer/phpmailer/language/phpmailer.lang-hr.php b/vendor/phpmailer/phpmailer/language/phpmailer.lang-hr.php new file mode 100644 index 0000000..cacb6c3 --- /dev/null +++ b/vendor/phpmailer/phpmailer/language/phpmailer.lang-hr.php @@ -0,0 +1,27 @@ + + */ + +$PHPMAILER_LANG['authenticate'] = 'SMTP GreÅ¡ka: Neuspjela autentikacija.'; +$PHPMAILER_LANG['connect_host'] = 'SMTP GreÅ¡ka: Ne mogu se spojiti na SMTP poslužitelj.'; +$PHPMAILER_LANG['data_not_accepted'] = 'SMTP GreÅ¡ka: Podatci nisu prihvaćeni.'; +$PHPMAILER_LANG['empty_message'] = 'Sadržaj poruke je prazan.'; +$PHPMAILER_LANG['encoding'] = 'Nepoznati encoding: '; +$PHPMAILER_LANG['execute'] = 'Nije moguće izvrÅ¡iti naredbu: '; +$PHPMAILER_LANG['file_access'] = 'Nije moguće pristupiti datoteci: '; +$PHPMAILER_LANG['file_open'] = 'Nije moguće otvoriti datoteku: '; +$PHPMAILER_LANG['from_failed'] = 'SMTP GreÅ¡ka: Slanje s navedenih e-mail adresa nije uspjelo: '; +$PHPMAILER_LANG['recipients_failed'] = 'SMTP GreÅ¡ka: Slanje na navedenih e-mail adresa nije uspjelo: '; +$PHPMAILER_LANG['instantiate'] = 'Ne mogu pokrenuti mail funkcionalnost.'; +$PHPMAILER_LANG['invalid_address'] = 'E-mail nije poslan. Neispravna e-mail adresa: '; +$PHPMAILER_LANG['mailer_not_supported'] = ' mailer nije podržan.'; +$PHPMAILER_LANG['provide_address'] = 'Definirajte barem jednu adresu primatelja.'; +$PHPMAILER_LANG['signing'] = 'GreÅ¡ka prilikom prijave: '; +$PHPMAILER_LANG['smtp_connect_failed'] = 'Spajanje na SMTP poslužitelj nije uspjelo.'; +$PHPMAILER_LANG['smtp_error'] = 'GreÅ¡ka SMTP poslužitelja: '; +$PHPMAILER_LANG['variable_set'] = 'Ne mogu postaviti varijablu niti ju vratiti nazad: '; +$PHPMAILER_LANG['extension_missing'] = 'Nedostaje proÅ¡irenje: '; diff --git a/vendor/phpmailer/phpmailer/language/phpmailer.lang-hu.php b/vendor/phpmailer/phpmailer/language/phpmailer.lang-hu.php new file mode 100644 index 0000000..e6b58b0 --- /dev/null +++ b/vendor/phpmailer/phpmailer/language/phpmailer.lang-hu.php @@ -0,0 +1,27 @@ + + */ + +$PHPMAILER_LANG['authenticate'] = 'SMTP -Õ« Õ½Õ­Õ¡Õ¬: Õ¹Õ°Õ¡Õ»Õ¸Õ²Õ¾Õ¥Ö Õ½Õ¿Õ¸Ö‚Õ£Õ¥Õ¬ Õ«Õ½Õ¯Õ¸Ö‚Õ©ÕµÕ¸Ö‚Õ¶Õ¨.'; +$PHPMAILER_LANG['connect_host'] = 'SMTP -Õ« Õ½Õ­Õ¡Õ¬: Õ¹Õ°Õ¡Õ»Õ¸Õ²Õ¾Õ¥Ö Õ¯Õ¡Õº Õ°Õ¡Õ½Õ¿Õ¡Õ¿Õ¥Õ¬ SMTP Õ½Õ¥Ö€Õ¾Õ¥Ö€Õ« Õ°Õ¥Õ¿.'; +$PHPMAILER_LANG['data_not_accepted'] = 'SMTP -Õ« Õ½Õ­Õ¡Õ¬: Õ¿Õ¾ÕµÕ¡Õ¬Õ¶Õ¥Ö€Õ¨ Õ¨Õ¶Õ¤Õ¸Ö‚Õ¶Õ¾Õ¡Õ® Õ¹Õ¥Õ¶.'; +$PHPMAILER_LANG['empty_message'] = 'Õ€Õ¡Õ²Õ¸Ö€Õ¤Õ¡Õ£Ö€Õ¸Ö‚Õ©ÕµÕ¸Ö‚Õ¶Õ¨ Õ¤Õ¡Õ¿Õ¡Ö€Õ¯ Õ§'; +$PHPMAILER_LANG['encoding'] = 'Ô¿Õ¸Õ¤Õ¡Õ¾Õ¸Ö€Õ´Õ¡Õ¶ Õ¡Õ¶Õ°Õ¡ÕµÕ¿ Õ¿Õ¥Õ½Õ¡Õ¯: '; +$PHPMAILER_LANG['execute'] = 'Õ‰Õ°Õ¡Õ»Õ¸Õ²Õ¾Õ¥Ö Õ«Ö€Õ¡Õ¯Õ¡Õ¶Õ¡ÖÕ¶Õ¥Õ¬ Õ°Ö€Õ¡Õ´Õ¡Õ¶Õ¨: '; +$PHPMAILER_LANG['file_access'] = 'Õ–Õ¡ÕµÕ¬Õ¨ Õ°Õ¡Õ½Õ¡Õ¶Õ¥Õ¬Õ« Õ¹Õ§: '; +$PHPMAILER_LANG['file_open'] = 'Õ–Õ¡ÕµÕ¬Õ« Õ½Õ­Õ¡Õ¬: Ö†Õ¡ÕµÕ¬Õ¨ Õ¹Õ°Õ¡Õ»Õ¸Õ²Õ¾Õ¥Ö Õ¢Õ¡ÖÕ¥Õ¬: '; +$PHPMAILER_LANG['from_failed'] = 'ÕˆÖ‚Õ²Õ¡Ö€Õ¯Õ¸Õ²Õ« Õ°Õ¥Õ¿Ö‡ÕµÕ¡Õ¬ Õ°Õ¡Õ½ÖÕ¥Õ¶ Õ½Õ­Õ¡Õ¬ Õ§: '; +$PHPMAILER_LANG['instantiate'] = 'Õ€Õ¶Õ¡Ö€Õ¡Õ¾Õ¸Ö€ Õ¹Õ§ Õ¯Õ¡Õ¶Õ¹Õ¥Õ¬ mail Ö†Õ¸Ö‚Õ¶Õ¯ÖÕ«Õ¡Õ¶.'; +$PHPMAILER_LANG['invalid_address'] = 'Õ€Õ¡Õ½ÖÕ¥Õ¶ Õ½Õ­Õ¡Õ¬ Õ§: '; +$PHPMAILER_LANG['mailer_not_supported'] = ' ÖƒÕ¸Õ½Õ¿Õ¡ÕµÕ«Õ¶ Õ½Õ¥Ö€Õ¾Õ¥Ö€Õ« Õ°Õ¥Õ¿ Õ¹Õ« Õ¡Õ·Õ­Õ¡Õ¿Õ¸Ö‚Õ´.'; +$PHPMAILER_LANG['provide_address'] = 'Ô±Õ¶Õ°Ö€Õ¡ÕªÕ¥Õ·Õ¿ Õ§ Õ¿Ö€Õ¡Õ´Õ¡Õ¤Ö€Õ¥Õ¬ Õ£Õ¸Õ¶Õ¥ Õ´Õ¥Õ¯ Õ½Õ¿Õ¡ÖÕ¸Õ²Õ« e-mail Õ°Õ¡Õ½ÖÕ¥.'; +$PHPMAILER_LANG['recipients_failed'] = 'SMTP -Õ« Õ½Õ­Õ¡Õ¬: Õ¹Õ« Õ°Õ¡Õ»Õ¸Õ²Õ¾Õ¥Õ¬ Õ¸Ö‚Õ²Õ¡Ö€Õ¯Õ¥Õ¬ Õ°Õ¥Õ¿Ö‡ÕµÕ¡Õ¬ Õ½Õ¿Õ¡ÖÕ¸Õ²Õ¶Õ¥Ö€Õ« Õ°Õ¡Õ½ÖÕ¥Õ¶Õ¥Ö€Õ«Õ¶: '; +$PHPMAILER_LANG['signing'] = 'ÕÕ¿Õ¸Ö€Õ¡Õ£Ö€Õ´Õ¡Õ¶ Õ½Õ­Õ¡Õ¬: '; +$PHPMAILER_LANG['smtp_connect_failed'] = 'SMTP -Õ« connect() Ö†Õ¸Ö‚Õ¶Õ¯ÖÕ«Õ¡Õ¶ Õ¹Õ« Õ°Õ¡Õ»Õ¸Õ²Õ¾Õ¥Õ¬'; +$PHPMAILER_LANG['smtp_error'] = 'SMTP Õ½Õ¥Ö€Õ¾Õ¥Ö€Õ« Õ½Õ­Õ¡Õ¬: '; +$PHPMAILER_LANG['variable_set'] = 'Õ‰Õ« Õ°Õ¡Õ»Õ¸Õ²Õ¾Õ¸Ö‚Õ´ Õ½Õ¿Õ¥Õ²Õ®Õ¥Õ¬ Õ¯Õ¡Õ´ Õ¾Õ¥Ö€Õ¡ÖƒÕ¸Õ­Õ¥Õ¬ ÖƒÕ¸ÖƒÕ¸Õ­Õ¡Õ¯Õ¡Õ¶Õ¨: '; +$PHPMAILER_LANG['extension_missing'] = 'Õ€Õ¡Õ¾Õ¥Õ¬Õ¾Õ¡Õ®Õ¨ Õ¢Õ¡ÖÕ¡Õ¯Õ¡ÕµÕ¸Ö‚Õ´ Õ§: '; diff --git a/vendor/phpmailer/phpmailer/language/phpmailer.lang-id.php b/vendor/phpmailer/phpmailer/language/phpmailer.lang-id.php new file mode 100644 index 0000000..212a11f --- /dev/null +++ b/vendor/phpmailer/phpmailer/language/phpmailer.lang-id.php @@ -0,0 +1,31 @@ + + * @author @januridp + * @author Ian Mustafa + */ + +$PHPMAILER_LANG['authenticate'] = 'Kesalahan SMTP: Tidak dapat mengotentikasi.'; +$PHPMAILER_LANG['connect_host'] = 'Kesalahan SMTP: Tidak dapat terhubung ke host SMTP.'; +$PHPMAILER_LANG['data_not_accepted'] = 'Kesalahan SMTP: Data tidak diterima.'; +$PHPMAILER_LANG['empty_message'] = 'Isi pesan kosong'; +$PHPMAILER_LANG['encoding'] = 'Pengkodean karakter tidak dikenali: '; +$PHPMAILER_LANG['execute'] = 'Tidak dapat menjalankan proses: '; +$PHPMAILER_LANG['file_access'] = 'Tidak dapat mengakses berkas: '; +$PHPMAILER_LANG['file_open'] = 'Kesalahan Berkas: Berkas tidak dapat dibuka: '; +$PHPMAILER_LANG['from_failed'] = 'Alamat pengirim berikut mengakibatkan kesalahan: '; +$PHPMAILER_LANG['instantiate'] = 'Tidak dapat menginisialisasi fungsi surel.'; +$PHPMAILER_LANG['invalid_address'] = 'Gagal terkirim, alamat surel tidak sesuai: '; +$PHPMAILER_LANG['invalid_hostentry'] = 'Gagal terkirim, entri host tidak sesuai: '; +$PHPMAILER_LANG['invalid_host'] = 'Gagal terkirim, host tidak sesuai: '; +$PHPMAILER_LANG['provide_address'] = 'Harus tersedia minimal satu alamat tujuan'; +$PHPMAILER_LANG['mailer_not_supported'] = ' mailer tidak didukung'; +$PHPMAILER_LANG['recipients_failed'] = 'Kesalahan SMTP: Alamat tujuan berikut menyebabkan kesalahan: '; +$PHPMAILER_LANG['signing'] = 'Kesalahan dalam penandatangan SSL: '; +$PHPMAILER_LANG['smtp_connect_failed'] = 'SMTP Connect() gagal.'; +$PHPMAILER_LANG['smtp_error'] = 'Kesalahan pada pelayan SMTP: '; +$PHPMAILER_LANG['variable_set'] = 'Tidak dapat mengatur atau mengatur ulang variabel: '; +$PHPMAILER_LANG['extension_missing'] = 'Ekstensi PHP tidak tersedia: '; diff --git a/vendor/phpmailer/phpmailer/language/phpmailer.lang-it.php b/vendor/phpmailer/phpmailer/language/phpmailer.lang-it.php new file mode 100644 index 0000000..08a6b73 --- /dev/null +++ b/vendor/phpmailer/phpmailer/language/phpmailer.lang-it.php @@ -0,0 +1,28 @@ + + * @author Stefano Sabatini + */ + +$PHPMAILER_LANG['authenticate'] = 'SMTP Error: Impossibile autenticarsi.'; +$PHPMAILER_LANG['connect_host'] = 'SMTP Error: Impossibile connettersi all\'host SMTP.'; +$PHPMAILER_LANG['data_not_accepted'] = 'SMTP Error: Dati non accettati dal server.'; +$PHPMAILER_LANG['empty_message'] = 'Il corpo del messaggio è vuoto'; +$PHPMAILER_LANG['encoding'] = 'Codifica dei caratteri sconosciuta: '; +$PHPMAILER_LANG['execute'] = 'Impossibile eseguire l\'operazione: '; +$PHPMAILER_LANG['file_access'] = 'Impossibile accedere al file: '; +$PHPMAILER_LANG['file_open'] = 'File Error: Impossibile aprire il file: '; +$PHPMAILER_LANG['from_failed'] = 'I seguenti indirizzi mittenti hanno generato errore: '; +$PHPMAILER_LANG['instantiate'] = 'Impossibile istanziare la funzione mail'; +$PHPMAILER_LANG['invalid_address'] = 'Impossibile inviare, l\'indirizzo email non è valido: '; +$PHPMAILER_LANG['provide_address'] = 'Deve essere fornito almeno un indirizzo ricevente'; +$PHPMAILER_LANG['mailer_not_supported'] = 'Mailer non supportato'; +$PHPMAILER_LANG['recipients_failed'] = 'SMTP Error: I seguenti indirizzi destinatari hanno generato un errore: '; +$PHPMAILER_LANG['signing'] = 'Errore nella firma: '; +$PHPMAILER_LANG['smtp_connect_failed'] = 'SMTP Connect() fallita.'; +$PHPMAILER_LANG['smtp_error'] = 'Errore del server SMTP: '; +$PHPMAILER_LANG['variable_set'] = 'Impossibile impostare o resettare la variabile: '; +$PHPMAILER_LANG['extension_missing'] = 'Estensione mancante: '; diff --git a/vendor/phpmailer/phpmailer/language/phpmailer.lang-ja.php b/vendor/phpmailer/phpmailer/language/phpmailer.lang-ja.php new file mode 100644 index 0000000..c76f526 --- /dev/null +++ b/vendor/phpmailer/phpmailer/language/phpmailer.lang-ja.php @@ -0,0 +1,29 @@ + + * @author Yoshi Sakai + * @author Arisophy + */ + +$PHPMAILER_LANG['authenticate'] = 'SMTPエラー: èªè¨¼ã§ãã¾ã›ã‚“ã§ã—ãŸã€‚'; +$PHPMAILER_LANG['connect_host'] = 'SMTPエラー: SMTPホストã«æŽ¥ç¶šã§ãã¾ã›ã‚“ã§ã—ãŸã€‚'; +$PHPMAILER_LANG['data_not_accepted'] = 'SMTPエラー: データãŒå—ã‘付ã‘られã¾ã›ã‚“ã§ã—ãŸã€‚'; +$PHPMAILER_LANG['empty_message'] = 'メール本文ãŒç©ºã§ã™ã€‚'; +$PHPMAILER_LANG['encoding'] = 'ä¸æ˜Žãªã‚¨ãƒ³ã‚³ãƒ¼ãƒ‡ã‚£ãƒ³ã‚°: '; +$PHPMAILER_LANG['execute'] = '実行ã§ãã¾ã›ã‚“ã§ã—ãŸ: '; +$PHPMAILER_LANG['file_access'] = 'ファイルã«ã‚¢ã‚¯ã‚»ã‚¹ã§ãã¾ã›ã‚“: '; +$PHPMAILER_LANG['file_open'] = 'ファイルエラー: ファイルを開ã‘ã¾ã›ã‚“: '; +$PHPMAILER_LANG['from_failed'] = 'Fromアドレスを登録ã™ã‚‹éš›ã«ã‚¨ãƒ©ãƒ¼ãŒç™ºç”Ÿã—ã¾ã—ãŸ: '; +$PHPMAILER_LANG['instantiate'] = 'メール関数ãŒæ­£å¸¸ã«å‹•ä½œã—ã¾ã›ã‚“ã§ã—ãŸã€‚'; +$PHPMAILER_LANG['invalid_address'] = 'ä¸æ­£ãªãƒ¡ãƒ¼ãƒ«ã‚¢ãƒ‰ãƒ¬ã‚¹: '; +$PHPMAILER_LANG['provide_address'] = 'å°‘ãªãã¨ã‚‚1ã¤ãƒ¡ãƒ¼ãƒ«ã‚¢ãƒ‰ãƒ¬ã‚¹ã‚’ 指定ã™ã‚‹å¿…è¦ãŒã‚ã‚Šã¾ã™ã€‚'; +$PHPMAILER_LANG['mailer_not_supported'] = ' メーラーãŒã‚µãƒãƒ¼ãƒˆã•ã‚Œã¦ã„ã¾ã›ã‚“。'; +$PHPMAILER_LANG['recipients_failed'] = 'SMTPエラー: 次ã®å—信者アドレス㫠間é•ã„ãŒã‚ã‚Šã¾ã™: '; +$PHPMAILER_LANG['signing'] = 'ç½²åエラー: '; +$PHPMAILER_LANG['smtp_connect_failed'] = 'SMTP接続ã«å¤±æ•—ã—ã¾ã—ãŸã€‚'; +$PHPMAILER_LANG['smtp_error'] = 'SMTPサーãƒãƒ¼ã‚¨ãƒ©ãƒ¼: '; +$PHPMAILER_LANG['variable_set'] = '変数ãŒå­˜åœ¨ã—ã¾ã›ã‚“: '; +$PHPMAILER_LANG['extension_missing'] = '拡張機能ãŒè¦‹ã¤ã‹ã‚Šã¾ã›ã‚“: '; diff --git a/vendor/phpmailer/phpmailer/language/phpmailer.lang-ka.php b/vendor/phpmailer/phpmailer/language/phpmailer.lang-ka.php new file mode 100644 index 0000000..51fe403 --- /dev/null +++ b/vendor/phpmailer/phpmailer/language/phpmailer.lang-ka.php @@ -0,0 +1,27 @@ + + */ + +$PHPMAILER_LANG['authenticate'] = 'SMTP შეცდáƒáƒ›áƒ: áƒáƒ•áƒ¢áƒáƒ áƒ˜áƒ–áƒáƒªáƒ˜áƒ შეუძლებელიáƒ.'; +$PHPMAILER_LANG['connect_host'] = 'SMTP შეცდáƒáƒ›áƒ: SMTP სერვერთáƒáƒœ დáƒáƒ™áƒáƒ•áƒ¨áƒ˜áƒ áƒ”ბრშეუძლებელიáƒ.'; +$PHPMAILER_LANG['data_not_accepted'] = 'SMTP შეცდáƒáƒ›áƒ: მáƒáƒœáƒáƒªáƒ”მები áƒáƒ  იქნრმიღებული.'; +$PHPMAILER_LANG['encoding'] = 'კáƒáƒ“ირების უცნáƒáƒ‘ი ტიპი: '; +$PHPMAILER_LANG['execute'] = 'შეუძლებელირშემდეგი ბრძáƒáƒœáƒ”ბის შესრულებáƒ: '; +$PHPMAILER_LANG['file_access'] = 'შეუძლებელირწვდáƒáƒ›áƒ ფáƒáƒ˜áƒšáƒ—áƒáƒœ: '; +$PHPMAILER_LANG['file_open'] = 'ფáƒáƒ˜áƒšáƒ£áƒ áƒ˜ სისტემის შეცდáƒáƒ›áƒ: áƒáƒ  იხსნებრფáƒáƒ˜áƒšáƒ˜: '; +$PHPMAILER_LANG['from_failed'] = 'გáƒáƒ›áƒ’ზáƒáƒ•áƒœáƒ˜áƒ¡ áƒáƒ áƒáƒ¡áƒ¬áƒáƒ áƒ˜ მისáƒáƒ›áƒáƒ áƒ—ი: '; +$PHPMAILER_LANG['instantiate'] = 'mail ფუნქციის გáƒáƒ¨áƒ•áƒ”ბრვერ ხერხდებáƒ.'; +$PHPMAILER_LANG['provide_address'] = 'გთხáƒáƒ•áƒ— მიუთითáƒáƒ— ერთი áƒáƒ“რესáƒáƒ¢áƒ˜áƒ¡ e-mail მისáƒáƒ›áƒáƒ áƒ—ი მáƒáƒ˜áƒœáƒª.'; +$PHPMAILER_LANG['mailer_not_supported'] = ' - სáƒáƒ¤áƒáƒ¡áƒ¢áƒ სერვერის მხáƒáƒ áƒ“áƒáƒ­áƒ”რრáƒáƒ  áƒáƒ áƒ˜áƒ¡.'; +$PHPMAILER_LANG['recipients_failed'] = 'SMTP შეცდáƒáƒ›áƒ: შემდეგ მისáƒáƒ›áƒáƒ áƒ—ებზე გáƒáƒ’ზáƒáƒ•áƒœáƒ ვერ მáƒáƒ®áƒ”რხდáƒ: '; +$PHPMAILER_LANG['empty_message'] = 'შეტყáƒáƒ‘ინებრცáƒáƒ áƒ˜áƒ”ლიáƒ'; +$PHPMAILER_LANG['invalid_address'] = 'áƒáƒ  გáƒáƒ˜áƒ’ზáƒáƒ•áƒœáƒ, e-mail მისáƒáƒ›áƒáƒ áƒ—ის áƒáƒ áƒáƒ¡áƒ¬áƒáƒ áƒ˜ ფáƒáƒ áƒ›áƒáƒ¢áƒ˜: '; +$PHPMAILER_LANG['signing'] = 'ხელმáƒáƒ¬áƒ”რის შეცდáƒáƒ›áƒ: '; +$PHPMAILER_LANG['smtp_connect_failed'] = 'შეცდáƒáƒ›áƒ SMTP სერვერთáƒáƒœ დáƒáƒ™áƒáƒ•áƒ¨áƒ˜áƒ áƒ”ბისáƒáƒ¡'; +$PHPMAILER_LANG['smtp_error'] = 'SMTP სერვერის შეცდáƒáƒ›áƒ: '; +$PHPMAILER_LANG['variable_set'] = 'შეუძლებელირშემდეგი ცვლáƒáƒ“ის შექმნრáƒáƒœ შეცვლáƒ: '; +$PHPMAILER_LANG['extension_missing'] = 'ბიბლიáƒáƒ—ეკრáƒáƒ  áƒáƒ áƒ¡áƒ”ბáƒáƒ‘ს: '; diff --git a/vendor/phpmailer/phpmailer/language/phpmailer.lang-ko.php b/vendor/phpmailer/phpmailer/language/phpmailer.lang-ko.php new file mode 100644 index 0000000..8c97dd9 --- /dev/null +++ b/vendor/phpmailer/phpmailer/language/phpmailer.lang-ko.php @@ -0,0 +1,27 @@ + + */ + +$PHPMAILER_LANG['authenticate'] = 'SMTP 오류: ì¸ì¦í•  수 없습니다.'; +$PHPMAILER_LANG['connect_host'] = 'SMTP 오류: SMTP í˜¸ìŠ¤íŠ¸ì— ì ‘ì†í•  수 없습니다.'; +$PHPMAILER_LANG['data_not_accepted'] = 'SMTP 오류: ë°ì´í„°ê°€ 받아들여지지 않았습니다.'; +$PHPMAILER_LANG['empty_message'] = '메세지 ë‚´ìš©ì´ ì—†ìŠµë‹ˆë‹¤'; +$PHPMAILER_LANG['encoding'] = 'ì•Œ 수 없는 ì¸ì½”딩: '; +$PHPMAILER_LANG['execute'] = '실행 불가: '; +$PHPMAILER_LANG['file_access'] = 'íŒŒì¼ ì ‘ê·¼ 불가: '; +$PHPMAILER_LANG['file_open'] = 'íŒŒì¼ ì˜¤ë¥˜: 파ì¼ì„ ì—´ 수 없습니다: '; +$PHPMAILER_LANG['from_failed'] = 'ë‹¤ìŒ From 주소ì—ì„œ 오류가 ë°œìƒí–ˆìŠµë‹ˆë‹¤: '; +$PHPMAILER_LANG['instantiate'] = 'mail 함수를 ì¸ìŠ¤í„´ìŠ¤í™”í•  수 없습니다'; +$PHPMAILER_LANG['invalid_address'] = 'ìž˜ëª»ëœ ì£¼ì†Œ: '; +$PHPMAILER_LANG['mailer_not_supported'] = ' ë©”ì¼ëŸ¬ëŠ” 지ì›ë˜ì§€ 않습니다.'; +$PHPMAILER_LANG['provide_address'] = 'ì ì–´ë„ í•œ ê°œ ì´ìƒì˜ ìˆ˜ì‹ ìž ë©”ì¼ ì£¼ì†Œë¥¼ 제공해야 합니다.'; +$PHPMAILER_LANG['recipients_failed'] = 'SMTP 오류: ë‹¤ìŒ ìˆ˜ì‹ ìžì—ì„œ 오류가 ë°œìƒí–ˆìŠµë‹ˆë‹¤: '; +$PHPMAILER_LANG['signing'] = '서명 오류: '; +$PHPMAILER_LANG['smtp_connect_failed'] = 'SMTP ì—°ê²°ì„ ì‹¤íŒ¨í•˜ì˜€ìŠµë‹ˆë‹¤.'; +$PHPMAILER_LANG['smtp_error'] = 'SMTP 서버 오류: '; +$PHPMAILER_LANG['variable_set'] = '변수 설정 ë° ì´ˆê¸°í™” 불가: '; +$PHPMAILER_LANG['extension_missing'] = 'í™•ìž¥ìž ì—†ìŒ: '; diff --git a/vendor/phpmailer/phpmailer/language/phpmailer.lang-lt.php b/vendor/phpmailer/phpmailer/language/phpmailer.lang-lt.php new file mode 100644 index 0000000..4f115b1 --- /dev/null +++ b/vendor/phpmailer/phpmailer/language/phpmailer.lang-lt.php @@ -0,0 +1,27 @@ + + */ + +$PHPMAILER_LANG['authenticate'] = 'SMTP klaida: autentifikacija nepavyko.'; +$PHPMAILER_LANG['connect_host'] = 'SMTP klaida: nepavyksta prisijungti prie SMTP stoties.'; +$PHPMAILER_LANG['data_not_accepted'] = 'SMTP klaida: duomenys nepriimti.'; +$PHPMAILER_LANG['empty_message'] = 'LaiÅ¡ko turinys tuÅ¡Äias'; +$PHPMAILER_LANG['encoding'] = 'Neatpažinta koduotÄ—: '; +$PHPMAILER_LANG['execute'] = 'Nepavyko įvykdyti komandos: '; +$PHPMAILER_LANG['file_access'] = 'Byla nepasiekiama: '; +$PHPMAILER_LANG['file_open'] = 'Bylos klaida: Nepavyksta atidaryti: '; +$PHPMAILER_LANG['from_failed'] = 'Neteisingas siuntÄ—jo adresas: '; +$PHPMAILER_LANG['instantiate'] = 'Nepavyko paleisti mail funkcijos.'; +$PHPMAILER_LANG['invalid_address'] = 'Neteisingas adresas: '; +$PHPMAILER_LANG['mailer_not_supported'] = ' paÅ¡to stotis nepalaikoma.'; +$PHPMAILER_LANG['provide_address'] = 'Nurodykite bent vienÄ… gavÄ—jo adresÄ….'; +$PHPMAILER_LANG['recipients_failed'] = 'SMTP klaida: nepavyko iÅ¡siųsti Å¡iems gavÄ—jams: '; +$PHPMAILER_LANG['signing'] = 'Prisijungimo klaida: '; +$PHPMAILER_LANG['smtp_connect_failed'] = 'SMTP susijungimo klaida'; +$PHPMAILER_LANG['smtp_error'] = 'SMTP stoties klaida: '; +$PHPMAILER_LANG['variable_set'] = 'Nepavyko priskirti reikÅ¡mÄ—s kintamajam: '; +//$PHPMAILER_LANG['extension_missing'] = 'Extension missing: '; diff --git a/vendor/phpmailer/phpmailer/language/phpmailer.lang-lv.php b/vendor/phpmailer/phpmailer/language/phpmailer.lang-lv.php new file mode 100644 index 0000000..679b18c --- /dev/null +++ b/vendor/phpmailer/phpmailer/language/phpmailer.lang-lv.php @@ -0,0 +1,27 @@ + + */ + +$PHPMAILER_LANG['authenticate'] = 'SMTP kļūda: AutorizÄcija neizdevÄs.'; +$PHPMAILER_LANG['connect_host'] = 'SMTP Kļūda: Nevar izveidot savienojumu ar SMTP serveri.'; +$PHPMAILER_LANG['data_not_accepted'] = 'SMTP Kļūda: Nepieņem informÄciju.'; +$PHPMAILER_LANG['empty_message'] = 'Ziņojuma teksts ir tukÅ¡s'; +$PHPMAILER_LANG['encoding'] = 'NeatpazÄ«ts kodÄ“jums: '; +$PHPMAILER_LANG['execute'] = 'NeizdevÄs izpildÄ«t komandu: '; +$PHPMAILER_LANG['file_access'] = 'Fails nav pieejams: '; +$PHPMAILER_LANG['file_open'] = 'Faila kļūda: Nevar atvÄ“rt failu: '; +$PHPMAILER_LANG['from_failed'] = 'Nepareiza sÅ«tÄ«tÄja adrese: '; +$PHPMAILER_LANG['instantiate'] = 'Nevar palaist sÅ«tÄ«Å¡anas funkciju.'; +$PHPMAILER_LANG['invalid_address'] = 'Nepareiza adrese: '; +$PHPMAILER_LANG['mailer_not_supported'] = ' sÅ«tÄ«tÄjs netiek atbalstÄ«ts.'; +$PHPMAILER_LANG['provide_address'] = 'LÅ«dzu, norÄdiet vismaz vienu adresÄtu.'; +$PHPMAILER_LANG['recipients_failed'] = 'SMTP kļūda: neizdevÄs nosÅ«tÄ«t Å¡Ädiem saņēmÄ“jiem: '; +$PHPMAILER_LANG['signing'] = 'AutorizÄcijas kļūda: '; +$PHPMAILER_LANG['smtp_connect_failed'] = 'SMTP savienojuma kļūda'; +$PHPMAILER_LANG['smtp_error'] = 'SMTP servera kļūda: '; +$PHPMAILER_LANG['variable_set'] = 'Nevar pieÅ¡Ä·irt mainÄ«gÄ vÄ“rtÄ«bu: '; +//$PHPMAILER_LANG['extension_missing'] = 'Extension missing: '; diff --git a/vendor/phpmailer/phpmailer/language/phpmailer.lang-mg.php b/vendor/phpmailer/phpmailer/language/phpmailer.lang-mg.php new file mode 100644 index 0000000..8a94f6a --- /dev/null +++ b/vendor/phpmailer/phpmailer/language/phpmailer.lang-mg.php @@ -0,0 +1,27 @@ + + */ + +$PHPMAILER_LANG['authenticate'] = 'Hadisoana SMTP: Tsy nahomby ny fanamarinana.'; +$PHPMAILER_LANG['connect_host'] = 'SMTP Error: Tsy afaka mampifandray amin\'ny mpampiantrano SMTP.'; +$PHPMAILER_LANG['data_not_accepted'] = 'SMTP diso: tsy voarakitra ny angona.'; +$PHPMAILER_LANG['empty_message'] = 'Tsy misy ny votoaty mailaka.'; +$PHPMAILER_LANG['encoding'] = 'Tsy fantatra encoding: '; +$PHPMAILER_LANG['execute'] = 'Tsy afaka manatanteraka ity baiko manaraka ity: '; +$PHPMAILER_LANG['file_access'] = 'Tsy nahomby ny fidirana amin\'ity rakitra ity: '; +$PHPMAILER_LANG['file_open'] = 'Hadisoana diso: Tsy afaka nanokatra ity file manaraka ity: '; +$PHPMAILER_LANG['from_failed'] = 'Ny adiresy iraka manaraka dia diso: '; +$PHPMAILER_LANG['instantiate'] = 'Tsy afaka nanomboka ny hetsika mail.'; +$PHPMAILER_LANG['invalid_address'] = 'Tsy mety ny adiresy: '; +$PHPMAILER_LANG['mailer_not_supported'] = ' mailer tsy manohana.'; +$PHPMAILER_LANG['provide_address'] = 'Alefaso azafady iray adiresy iray farafahakeliny.'; +$PHPMAILER_LANG['recipients_failed'] = 'SMTP Error: Tsy mety ireo mpanaraka ireto: '; +$PHPMAILER_LANG['signing'] = 'Error nandritra ny sonia:'; +$PHPMAILER_LANG['smtp_connect_failed'] = 'Tsy nahomby ny fifandraisana tamin\'ny server SMTP.'; +$PHPMAILER_LANG['smtp_error'] = 'Fahadisoana tamin\'ny server SMTP: '; +$PHPMAILER_LANG['variable_set'] = 'Tsy azo atao ny mametraka na mamerina ny variable: '; +$PHPMAILER_LANG['extension_missing'] = 'Tsy hita ny ampahany: '; diff --git a/vendor/phpmailer/phpmailer/language/phpmailer.lang-ms.php b/vendor/phpmailer/phpmailer/language/phpmailer.lang-ms.php new file mode 100644 index 0000000..71db338 --- /dev/null +++ b/vendor/phpmailer/phpmailer/language/phpmailer.lang-ms.php @@ -0,0 +1,27 @@ + + */ + +$PHPMAILER_LANG['authenticate'] = 'Ralat SMTP: Tidak dapat pengesahan.'; +$PHPMAILER_LANG['connect_host'] = 'Ralat SMTP: Tidak dapat menghubungi hos pelayan SMTP.'; +$PHPMAILER_LANG['data_not_accepted'] = 'Ralat SMTP: Data tidak diterima oleh pelayan.'; +$PHPMAILER_LANG['empty_message'] = 'Tiada isi untuk mesej'; +$PHPMAILER_LANG['encoding'] = 'Pengekodan tidak diketahui: '; +$PHPMAILER_LANG['execute'] = 'Tidak dapat melaksanakan: '; +$PHPMAILER_LANG['file_access'] = 'Tidak dapat mengakses fail: '; +$PHPMAILER_LANG['file_open'] = 'Ralat Fail: Tidak dapat membuka fail: '; +$PHPMAILER_LANG['from_failed'] = 'Berikut merupakan ralat dari alamat e-mel: '; +$PHPMAILER_LANG['instantiate'] = 'Tidak dapat memberi contoh fungsi e-mel.'; +$PHPMAILER_LANG['invalid_address'] = 'Alamat emel tidak sah: '; +$PHPMAILER_LANG['mailer_not_supported'] = ' jenis penghantar emel tidak disokong.'; +$PHPMAILER_LANG['provide_address'] = 'Anda perlu menyediakan sekurang-kurangnya satu alamat e-mel penerima.'; +$PHPMAILER_LANG['recipients_failed'] = 'Ralat SMTP: Penerima e-mel berikut telah gagal: '; +$PHPMAILER_LANG['signing'] = 'Ralat pada tanda tangan: '; +$PHPMAILER_LANG['smtp_connect_failed'] = 'SMTP Connect() telah gagal.'; +$PHPMAILER_LANG['smtp_error'] = 'Ralat pada pelayan SMTP: '; +$PHPMAILER_LANG['variable_set'] = 'Tidak boleh menetapkan atau menetapkan semula pembolehubah: '; +$PHPMAILER_LANG['extension_missing'] = 'Sambungan hilang: '; diff --git a/vendor/phpmailer/phpmailer/language/phpmailer.lang-nb.php b/vendor/phpmailer/phpmailer/language/phpmailer.lang-nb.php new file mode 100644 index 0000000..65793ce --- /dev/null +++ b/vendor/phpmailer/phpmailer/language/phpmailer.lang-nb.php @@ -0,0 +1,26 @@ + + */ + +$PHPMAILER_LANG['authenticate'] = 'SMTP-fout: authenticatie mislukt.'; +$PHPMAILER_LANG['buggy_php'] = 'PHP versie gededecteerd die onderhavig is aan een bug die kan resulteren in gecorrumpeerde berichten. Om dit te voorkomen, gebruik SMTP voor het verzenden van berichten, zet de mail.add_x_header optie in uw php.ini file uit, gebruik MacOS of Linux, of pas de gebruikte PHP versie aan naar versie 7.0.17+ or 7.1.3+.'; +$PHPMAILER_LANG['connect_host'] = 'SMTP-fout: kon niet verbinden met SMTP-host.'; +$PHPMAILER_LANG['data_not_accepted'] = 'SMTP-fout: data niet geaccepteerd.'; +$PHPMAILER_LANG['empty_message'] = 'Berichttekst is leeg'; +$PHPMAILER_LANG['encoding'] = 'Onbekende codering: '; +$PHPMAILER_LANG['execute'] = 'Kon niet uitvoeren: '; +$PHPMAILER_LANG['extension_missing'] = 'Extensie afwezig: '; +$PHPMAILER_LANG['file_access'] = 'Kreeg geen toegang tot bestand: '; +$PHPMAILER_LANG['file_open'] = 'Bestandsfout: kon bestand niet openen: '; +$PHPMAILER_LANG['from_failed'] = 'Het volgende afzendersadres is mislukt: '; +$PHPMAILER_LANG['instantiate'] = 'Kon mailfunctie niet initialiseren.'; +$PHPMAILER_LANG['invalid_address'] = 'Ongeldig adres: '; +$PHPMAILER_LANG['invalid_header'] = 'Ongeldige header naam of waarde'; +$PHPMAILER_LANG['invalid_hostentry'] = 'Ongeldige hostentry: '; +$PHPMAILER_LANG['invalid_host'] = 'Ongeldige host: '; +$PHPMAILER_LANG['mailer_not_supported'] = ' mailer wordt niet ondersteund.'; +$PHPMAILER_LANG['provide_address'] = 'Er moet minstens één ontvanger worden opgegeven.'; +$PHPMAILER_LANG['recipients_failed'] = 'SMTP-fout: de volgende ontvangers zijn mislukt: '; +$PHPMAILER_LANG['signing'] = 'Signeerfout: '; +$PHPMAILER_LANG['smtp_code'] = 'SMTP code: '; +$PHPMAILER_LANG['smtp_code_ex'] = 'Aanvullende SMTP informatie: '; +$PHPMAILER_LANG['smtp_connect_failed'] = 'SMTP Verbinding mislukt.'; +$PHPMAILER_LANG['smtp_detail'] = 'Detail: '; +$PHPMAILER_LANG['smtp_error'] = 'SMTP-serverfout: '; +$PHPMAILER_LANG['variable_set'] = 'Kan de volgende variabele niet instellen of resetten: '; diff --git a/vendor/phpmailer/phpmailer/language/phpmailer.lang-pl.php b/vendor/phpmailer/phpmailer/language/phpmailer.lang-pl.php new file mode 100644 index 0000000..23caa71 --- /dev/null +++ b/vendor/phpmailer/phpmailer/language/phpmailer.lang-pl.php @@ -0,0 +1,27 @@ + + */ + +$PHPMAILER_LANG['authenticate'] = 'Erro do SMTP: Não foi possível realizar a autenticação.'; +$PHPMAILER_LANG['connect_host'] = 'Erro do SMTP: Não foi possível realizar ligação com o servidor SMTP.'; +$PHPMAILER_LANG['data_not_accepted'] = 'Erro do SMTP: Os dados foram rejeitados.'; +$PHPMAILER_LANG['empty_message'] = 'A mensagem no e-mail está vazia.'; +$PHPMAILER_LANG['encoding'] = 'Codificação desconhecida: '; +$PHPMAILER_LANG['execute'] = 'Não foi possível executar: '; +$PHPMAILER_LANG['file_access'] = 'Não foi possível aceder o ficheiro: '; +$PHPMAILER_LANG['file_open'] = 'Abertura do ficheiro: Não foi possível abrir o ficheiro: '; +$PHPMAILER_LANG['from_failed'] = 'Ocorreram falhas nos endereços dos seguintes remententes: '; +$PHPMAILER_LANG['instantiate'] = 'Não foi possível iniciar uma instância da função mail.'; +$PHPMAILER_LANG['invalid_address'] = 'Não foi enviado nenhum e-mail para o endereço de e-mail inválido: '; +$PHPMAILER_LANG['mailer_not_supported'] = ' mailer não é suportado.'; +$PHPMAILER_LANG['provide_address'] = 'Tem de fornecer pelo menos um endereço como destinatário do e-mail.'; +$PHPMAILER_LANG['recipients_failed'] = 'Erro do SMTP: O endereço do seguinte destinatário falhou: '; +$PHPMAILER_LANG['signing'] = 'Erro ao assinar: '; +$PHPMAILER_LANG['smtp_connect_failed'] = 'SMTP Connect() falhou.'; +$PHPMAILER_LANG['smtp_error'] = 'Erro de servidor SMTP: '; +$PHPMAILER_LANG['variable_set'] = 'Não foi possível definir ou redefinir a variável: '; +$PHPMAILER_LANG['extension_missing'] = 'Extensão em falta: '; diff --git a/vendor/phpmailer/phpmailer/language/phpmailer.lang-pt_br.php b/vendor/phpmailer/phpmailer/language/phpmailer.lang-pt_br.php new file mode 100644 index 0000000..d863809 --- /dev/null +++ b/vendor/phpmailer/phpmailer/language/phpmailer.lang-pt_br.php @@ -0,0 +1,30 @@ + + * @author Lucas Guimarães + * @author Phelipe Alves + * @author Fabio Beneditto + */ + +$PHPMAILER_LANG['authenticate'] = 'Erro de SMTP: Não foi possível autenticar.'; +$PHPMAILER_LANG['connect_host'] = 'Erro de SMTP: Não foi possível conectar ao servidor SMTP.'; +$PHPMAILER_LANG['data_not_accepted'] = 'Erro de SMTP: Dados rejeitados.'; +$PHPMAILER_LANG['empty_message'] = 'Mensagem vazia'; +$PHPMAILER_LANG['encoding'] = 'Codificação desconhecida: '; +$PHPMAILER_LANG['execute'] = 'Não foi possível executar: '; +$PHPMAILER_LANG['file_access'] = 'Não foi possível acessar o arquivo: '; +$PHPMAILER_LANG['file_open'] = 'Erro de Arquivo: Não foi possível abrir o arquivo: '; +$PHPMAILER_LANG['from_failed'] = 'Os seguintes remetentes falharam: '; +$PHPMAILER_LANG['instantiate'] = 'Não foi possível instanciar a função mail.'; +$PHPMAILER_LANG['invalid_address'] = 'Endereço de e-mail inválido: '; +$PHPMAILER_LANG['mailer_not_supported'] = ' mailer não é suportado.'; +$PHPMAILER_LANG['provide_address'] = 'Você deve informar pelo menos um destinatário.'; +$PHPMAILER_LANG['recipients_failed'] = 'Erro de SMTP: Os seguintes destinatários falharam: '; +$PHPMAILER_LANG['signing'] = 'Erro de Assinatura: '; +$PHPMAILER_LANG['smtp_connect_failed'] = 'SMTP Connect() falhou.'; +$PHPMAILER_LANG['smtp_error'] = 'Erro de servidor SMTP: '; +$PHPMAILER_LANG['variable_set'] = 'Não foi possível definir ou redefinir a variável: '; +$PHPMAILER_LANG['extension_missing'] = 'Extensão não existe: '; diff --git a/vendor/phpmailer/phpmailer/language/phpmailer.lang-ro.php b/vendor/phpmailer/phpmailer/language/phpmailer.lang-ro.php new file mode 100644 index 0000000..292ec1e --- /dev/null +++ b/vendor/phpmailer/phpmailer/language/phpmailer.lang-ro.php @@ -0,0 +1,27 @@ + + */ + +$PHPMAILER_LANG['authenticate'] = 'Eroare SMTP: Autentificarea a eÈ™uat.'; +$PHPMAILER_LANG['connect_host'] = 'Eroare SMTP: Conectarea la serverul SMTP a eÈ™uat.'; +$PHPMAILER_LANG['data_not_accepted'] = 'Eroare SMTP: Datele nu au fost acceptate.'; +$PHPMAILER_LANG['empty_message'] = 'Mesajul este gol.'; +$PHPMAILER_LANG['encoding'] = 'Encodare necunoscută: '; +$PHPMAILER_LANG['execute'] = 'Nu se poate executa următoarea comandă: '; +$PHPMAILER_LANG['file_access'] = 'Nu se poate accesa următorul fiÈ™ier: '; +$PHPMAILER_LANG['file_open'] = 'Eroare fiÈ™ier: Nu se poate deschide următorul fiÈ™ier: '; +$PHPMAILER_LANG['from_failed'] = 'Următoarele adrese From au dat eroare: '; +$PHPMAILER_LANG['instantiate'] = 'FuncÈ›ia mail nu a putut fi iniÈ›ializată.'; +$PHPMAILER_LANG['invalid_address'] = 'Adresa de email nu este validă: '; +$PHPMAILER_LANG['mailer_not_supported'] = ' mailer nu este suportat.'; +$PHPMAILER_LANG['provide_address'] = 'Trebuie să adăugaÈ›i cel puÈ›in o adresă de email.'; +$PHPMAILER_LANG['recipients_failed'] = 'Eroare SMTP: Următoarele adrese de email au eÈ™uat: '; +$PHPMAILER_LANG['signing'] = 'A aparut o problemă la semnarea emailului. '; +$PHPMAILER_LANG['smtp_connect_failed'] = 'Conectarea la serverul SMTP a eÈ™uat.'; +$PHPMAILER_LANG['smtp_error'] = 'Eroare server SMTP: '; +$PHPMAILER_LANG['variable_set'] = 'Nu se poate seta/reseta variabila. '; +$PHPMAILER_LANG['extension_missing'] = 'LipseÈ™te extensia: '; diff --git a/vendor/phpmailer/phpmailer/language/phpmailer.lang-ru.php b/vendor/phpmailer/phpmailer/language/phpmailer.lang-ru.php new file mode 100644 index 0000000..8c8c5e8 --- /dev/null +++ b/vendor/phpmailer/phpmailer/language/phpmailer.lang-ru.php @@ -0,0 +1,28 @@ + + * @author Foster Snowhill + */ + +$PHPMAILER_LANG['authenticate'] = 'Ошибка SMTP: ошибка авторизации.'; +$PHPMAILER_LANG['connect_host'] = 'Ошибка SMTP: не удаетÑÑ Ð¿Ð¾Ð´ÐºÐ»ÑŽÑ‡Ð¸Ñ‚ÑŒÑÑ Ðº SMTP-Ñерверу.'; +$PHPMAILER_LANG['data_not_accepted'] = 'Ошибка SMTP: данные не принÑÑ‚Ñ‹.'; +$PHPMAILER_LANG['encoding'] = 'ÐеизвеÑÑ‚Ð½Ð°Ñ ÐºÐ¾Ð´Ð¸Ñ€Ð¾Ð²ÐºÐ°: '; +$PHPMAILER_LANG['execute'] = 'Ðевозможно выполнить команду: '; +$PHPMAILER_LANG['file_access'] = 'Ðет доÑтупа к файлу: '; +$PHPMAILER_LANG['file_open'] = 'Ð¤Ð°Ð¹Ð»Ð¾Ð²Ð°Ñ Ð¾ÑˆÐ¸Ð±ÐºÐ°: не удаётÑÑ Ð¾Ñ‚ÐºÑ€Ñ‹Ñ‚ÑŒ файл: '; +$PHPMAILER_LANG['from_failed'] = 'Ðеверный Ð°Ð´Ñ€ÐµÑ Ð¾Ñ‚Ð¿Ñ€Ð°Ð²Ð¸Ñ‚ÐµÐ»Ñ: '; +$PHPMAILER_LANG['instantiate'] = 'Ðевозможно запуÑтить функцию mail().'; +$PHPMAILER_LANG['provide_address'] = 'ПожалуйÑта, введите Ñ…Ð¾Ñ‚Ñ Ð±Ñ‹ один email-Ð°Ð´Ñ€ÐµÑ Ð¿Ð¾Ð»ÑƒÑ‡Ð°Ñ‚ÐµÐ»Ñ.'; +$PHPMAILER_LANG['mailer_not_supported'] = ' — почтовый Ñервер не поддерживаетÑÑ.'; +$PHPMAILER_LANG['recipients_failed'] = 'Ошибка SMTP: не удалаÑÑŒ отправка таким адреÑатам: '; +$PHPMAILER_LANG['empty_message'] = 'ПуÑтое Ñообщение'; +$PHPMAILER_LANG['invalid_address'] = 'Ðе отправлено из-за неправильного формата email-адреÑа: '; +$PHPMAILER_LANG['signing'] = 'Ошибка подпиÑи: '; +$PHPMAILER_LANG['smtp_connect_failed'] = 'Ошибка ÑÐ¾ÐµÐ´Ð¸Ð½ÐµÐ½Ð¸Ñ Ñ SMTP-Ñервером'; +$PHPMAILER_LANG['smtp_error'] = 'Ошибка SMTP-Ñервера: '; +$PHPMAILER_LANG['variable_set'] = 'Ðевозможно уÑтановить или ÑброÑить переменную: '; +$PHPMAILER_LANG['extension_missing'] = 'РаÑширение отÑутÑтвует: '; diff --git a/vendor/phpmailer/phpmailer/language/phpmailer.lang-sk.php b/vendor/phpmailer/phpmailer/language/phpmailer.lang-sk.php new file mode 100644 index 0000000..028f5bc --- /dev/null +++ b/vendor/phpmailer/phpmailer/language/phpmailer.lang-sk.php @@ -0,0 +1,30 @@ + + * @author Peter Orlický + */ + +$PHPMAILER_LANG['authenticate'] = 'SMTP Error: Chyba autentifikácie.'; +$PHPMAILER_LANG['connect_host'] = 'SMTP Error: Nebolo možné nadviazaÅ¥ spojenie so SMTP serverom.'; +$PHPMAILER_LANG['data_not_accepted'] = 'SMTP Error: Dáta neboli prijaté'; +$PHPMAILER_LANG['empty_message'] = 'Prázdne telo správy.'; +$PHPMAILER_LANG['encoding'] = 'Neznáme kódovanie: '; +$PHPMAILER_LANG['execute'] = 'Nedá sa vykonaÅ¥: '; +$PHPMAILER_LANG['file_access'] = 'Súbor nebol nájdený: '; +$PHPMAILER_LANG['file_open'] = 'File Error: Súbor sa otvoriÅ¥ pre Äítanie: '; +$PHPMAILER_LANG['from_failed'] = 'Následujúca adresa From je nesprávna: '; +$PHPMAILER_LANG['instantiate'] = 'Nedá sa vytvoriÅ¥ inÅ¡tancia emailovej funkcie.'; +$PHPMAILER_LANG['invalid_address'] = 'Neodoslané, emailová adresa je nesprávna: '; +$PHPMAILER_LANG['invalid_hostentry'] = 'Záznam hostiteľa je nesprávny: '; +$PHPMAILER_LANG['invalid_host'] = 'Hostiteľ je nesprávny: '; +$PHPMAILER_LANG['mailer_not_supported'] = ' emailový klient nieje podporovaný.'; +$PHPMAILER_LANG['provide_address'] = 'Musíte zadaÅ¥ aspoň jednu emailovú adresu príjemcu.'; +$PHPMAILER_LANG['recipients_failed'] = 'SMTP Error: Adresy príjemcov niesu správne '; +$PHPMAILER_LANG['signing'] = 'Chyba prihlasovania: '; +$PHPMAILER_LANG['smtp_connect_failed'] = 'SMTP Connect() zlyhalo.'; +$PHPMAILER_LANG['smtp_error'] = 'SMTP chyba serveru: '; +$PHPMAILER_LANG['variable_set'] = 'Nemožno nastaviÅ¥ alebo resetovaÅ¥ premennú: '; +$PHPMAILER_LANG['extension_missing'] = 'Chýba rozšírenie: '; diff --git a/vendor/phpmailer/phpmailer/language/phpmailer.lang-sl.php b/vendor/phpmailer/phpmailer/language/phpmailer.lang-sl.php new file mode 100644 index 0000000..c437a88 --- /dev/null +++ b/vendor/phpmailer/phpmailer/language/phpmailer.lang-sl.php @@ -0,0 +1,31 @@ + + * @author Filip Å  + * @author Blaž Oražem + */ + +$PHPMAILER_LANG['authenticate'] = 'SMTP napaka: Avtentikacija ni uspela.'; +$PHPMAILER_LANG['connect_host'] = 'SMTP napaka: Vzpostavljanje povezave s SMTP gostiteljem ni uspelo.'; +$PHPMAILER_LANG['data_not_accepted'] = 'SMTP napaka: Strežnik zavraÄa podatke.'; +$PHPMAILER_LANG['empty_message'] = 'E-poÅ¡tno sporoÄilo nima vsebine.'; +$PHPMAILER_LANG['encoding'] = 'Nepoznan tip kodiranja: '; +$PHPMAILER_LANG['execute'] = 'Operacija ni uspela: '; +$PHPMAILER_LANG['file_access'] = 'Nimam dostopa do datoteke: '; +$PHPMAILER_LANG['file_open'] = 'Ne morem odpreti datoteke: '; +$PHPMAILER_LANG['from_failed'] = 'Neveljaven e-naslov poÅ¡iljatelja: '; +$PHPMAILER_LANG['instantiate'] = 'Ne morem inicializirati mail funkcije.'; +$PHPMAILER_LANG['invalid_address'] = 'E-poÅ¡tno sporoÄilo ni bilo poslano. E-naslov je neveljaven: '; +$PHPMAILER_LANG['invalid_hostentry'] = 'Neveljaven vnos gostitelja: '; +$PHPMAILER_LANG['invalid_host'] = 'Neveljaven gostitelj: '; +$PHPMAILER_LANG['mailer_not_supported'] = ' mailer ni podprt.'; +$PHPMAILER_LANG['provide_address'] = 'Prosimo, vnesite vsaj enega naslovnika.'; +$PHPMAILER_LANG['recipients_failed'] = 'SMTP napaka: SledeÄi naslovniki so neveljavni: '; +$PHPMAILER_LANG['signing'] = 'Napaka pri podpisovanju: '; +$PHPMAILER_LANG['smtp_connect_failed'] = 'Ne morem vzpostaviti povezave s SMTP strežnikom.'; +$PHPMAILER_LANG['smtp_error'] = 'Napaka SMTP strežnika: '; +$PHPMAILER_LANG['variable_set'] = 'Ne morem nastaviti oz. ponastaviti spremenljivke: '; +$PHPMAILER_LANG['extension_missing'] = 'ManjkajoÄa razÅ¡iritev: '; diff --git a/vendor/phpmailer/phpmailer/language/phpmailer.lang-sr.php b/vendor/phpmailer/phpmailer/language/phpmailer.lang-sr.php new file mode 100644 index 0000000..0b5280f --- /dev/null +++ b/vendor/phpmailer/phpmailer/language/phpmailer.lang-sr.php @@ -0,0 +1,28 @@ + + * @author MiloÅ¡ Milanović + */ + +$PHPMAILER_LANG['authenticate'] = 'SMTP грешка: аутентификација није уÑпела.'; +$PHPMAILER_LANG['connect_host'] = 'SMTP грешка: повезивање Ñа SMTP Ñервером није уÑпело.'; +$PHPMAILER_LANG['data_not_accepted'] = 'SMTP грешка: подаци ниÑу прихваћени.'; +$PHPMAILER_LANG['empty_message'] = 'Садржај поруке је празан.'; +$PHPMAILER_LANG['encoding'] = 'Ðепознато кодирање: '; +$PHPMAILER_LANG['execute'] = 'Ðије могуће извршити наредбу: '; +$PHPMAILER_LANG['file_access'] = 'Ðије могуће приÑтупити датотеци: '; +$PHPMAILER_LANG['file_open'] = 'Ðије могуће отворити датотеку: '; +$PHPMAILER_LANG['from_failed'] = 'SMTP грешка: Ñлање Ñа Ñледећих адреÑа није уÑпело: '; +$PHPMAILER_LANG['recipients_failed'] = 'SMTP грешка: Ñлање на Ñледеће адреÑе није уÑпело: '; +$PHPMAILER_LANG['instantiate'] = 'Ðије могуће покренути mail функцију.'; +$PHPMAILER_LANG['invalid_address'] = 'Порука није поÑлата. ÐеиÑправна адреÑа: '; +$PHPMAILER_LANG['mailer_not_supported'] = ' мејлер није подржан.'; +$PHPMAILER_LANG['provide_address'] = 'Дефинишите бар једну адреÑу примаоца.'; +$PHPMAILER_LANG['signing'] = 'Грешка приликом пријаве: '; +$PHPMAILER_LANG['smtp_connect_failed'] = 'Повезивање Ñа SMTP Ñервером није уÑпело.'; +$PHPMAILER_LANG['smtp_error'] = 'Грешка SMTP Ñервера: '; +$PHPMAILER_LANG['variable_set'] = 'Ðије могуће задати нити реÑетовати променљиву: '; +$PHPMAILER_LANG['extension_missing'] = 'ÐедоÑтаје проширење: '; diff --git a/vendor/phpmailer/phpmailer/language/phpmailer.lang-sr_latn.php b/vendor/phpmailer/phpmailer/language/phpmailer.lang-sr_latn.php new file mode 100644 index 0000000..6213832 --- /dev/null +++ b/vendor/phpmailer/phpmailer/language/phpmailer.lang-sr_latn.php @@ -0,0 +1,28 @@ + + * @author MiloÅ¡ Milanović + */ + +$PHPMAILER_LANG['authenticate'] = 'SMTP greÅ¡ka: autentifikacija nije uspela.'; +$PHPMAILER_LANG['connect_host'] = 'SMTP greÅ¡ka: povezivanje sa SMTP serverom nije uspelo.'; +$PHPMAILER_LANG['data_not_accepted'] = 'SMTP greÅ¡ka: podaci nisu prihvaćeni.'; +$PHPMAILER_LANG['empty_message'] = 'Sadržaj poruke je prazan.'; +$PHPMAILER_LANG['encoding'] = 'Nepoznato kodiranje: '; +$PHPMAILER_LANG['execute'] = 'Nije moguće izvrÅ¡iti naredbu: '; +$PHPMAILER_LANG['file_access'] = 'Nije moguće pristupiti datoteci: '; +$PHPMAILER_LANG['file_open'] = 'Nije moguće otvoriti datoteku: '; +$PHPMAILER_LANG['from_failed'] = 'SMTP greÅ¡ka: slanje sa sledećih adresa nije uspelo: '; +$PHPMAILER_LANG['recipients_failed'] = 'SMTP greÅ¡ka: slanje na sledeće adrese nije uspelo: '; +$PHPMAILER_LANG['instantiate'] = 'Nije moguće pokrenuti mail funkciju.'; +$PHPMAILER_LANG['invalid_address'] = 'Poruka nije poslata. Neispravna adresa: '; +$PHPMAILER_LANG['mailer_not_supported'] = ' majler nije podržan.'; +$PHPMAILER_LANG['provide_address'] = 'DefiniÅ¡ite bar jednu adresu primaoca.'; +$PHPMAILER_LANG['signing'] = 'GreÅ¡ka prilikom prijave: '; +$PHPMAILER_LANG['smtp_connect_failed'] = 'Povezivanje sa SMTP serverom nije uspelo.'; +$PHPMAILER_LANG['smtp_error'] = 'GreÅ¡ka SMTP servera: '; +$PHPMAILER_LANG['variable_set'] = 'Nije moguće zadati niti resetovati promenljivu: '; +$PHPMAILER_LANG['extension_missing'] = 'Nedostaje proÅ¡irenje: '; diff --git a/vendor/phpmailer/phpmailer/language/phpmailer.lang-sv.php b/vendor/phpmailer/phpmailer/language/phpmailer.lang-sv.php new file mode 100644 index 0000000..9872c19 --- /dev/null +++ b/vendor/phpmailer/phpmailer/language/phpmailer.lang-sv.php @@ -0,0 +1,27 @@ + + */ + +$PHPMAILER_LANG['authenticate'] = 'SMTP fel: Kunde inte autentisera.'; +$PHPMAILER_LANG['connect_host'] = 'SMTP fel: Kunde inte ansluta till SMTP-server.'; +$PHPMAILER_LANG['data_not_accepted'] = 'SMTP fel: Data accepterades inte.'; +//$PHPMAILER_LANG['empty_message'] = 'Message body empty'; +$PHPMAILER_LANG['encoding'] = 'Okänt encode-format: '; +$PHPMAILER_LANG['execute'] = 'Kunde inte köra: '; +$PHPMAILER_LANG['file_access'] = 'Ingen Ã¥tkomst till fil: '; +$PHPMAILER_LANG['file_open'] = 'Fil fel: Kunde inte öppna fil: '; +$PHPMAILER_LANG['from_failed'] = 'Följande avsändaradress är felaktig: '; +$PHPMAILER_LANG['instantiate'] = 'Kunde inte initiera e-postfunktion.'; +$PHPMAILER_LANG['invalid_address'] = 'Felaktig adress: '; +$PHPMAILER_LANG['provide_address'] = 'Du mÃ¥ste ange minst en mottagares e-postadress.'; +$PHPMAILER_LANG['mailer_not_supported'] = ' mailer stöds inte.'; +$PHPMAILER_LANG['recipients_failed'] = 'SMTP fel: Följande mottagare är felaktig: '; +$PHPMAILER_LANG['signing'] = 'Signeringsfel: '; +$PHPMAILER_LANG['smtp_connect_failed'] = 'SMTP Connect() misslyckades.'; +$PHPMAILER_LANG['smtp_error'] = 'SMTP serverfel: '; +$PHPMAILER_LANG['variable_set'] = 'Kunde inte definiera eller Ã¥terställa variabel: '; +$PHPMAILER_LANG['extension_missing'] = 'Tillägg ej tillgängligt: '; diff --git a/vendor/phpmailer/phpmailer/language/phpmailer.lang-tl.php b/vendor/phpmailer/phpmailer/language/phpmailer.lang-tl.php new file mode 100644 index 0000000..d15bed1 --- /dev/null +++ b/vendor/phpmailer/phpmailer/language/phpmailer.lang-tl.php @@ -0,0 +1,28 @@ + + */ + +$PHPMAILER_LANG['authenticate'] = 'SMTP Error: Hindi mapatotohanan.'; +$PHPMAILER_LANG['connect_host'] = 'SMTP Error: Hindi makakonekta sa SMTP host.'; +$PHPMAILER_LANG['data_not_accepted'] = 'SMTP Error: Ang datos ay hindi naitanggap.'; +$PHPMAILER_LANG['empty_message'] = 'Walang laman ang mensahe'; +$PHPMAILER_LANG['encoding'] = 'Hindi alam ang encoding: '; +$PHPMAILER_LANG['execute'] = 'Hindi maisasagawa: '; +$PHPMAILER_LANG['file_access'] = 'Hindi ma-access ang file: '; +$PHPMAILER_LANG['file_open'] = 'File Error: Hindi mabuksan ang file: '; +$PHPMAILER_LANG['from_failed'] = 'Ang sumusunod na address ay nabigo: '; +$PHPMAILER_LANG['instantiate'] = 'Hindi maisimulan ang instance ng mail function.'; +$PHPMAILER_LANG['invalid_address'] = 'Hindi wasto ang address na naibigay: '; +$PHPMAILER_LANG['mailer_not_supported'] = 'Ang mailer ay hindi suportado.'; +$PHPMAILER_LANG['provide_address'] = 'Kailangan mong magbigay ng kahit isang email address na tatanggap.'; +$PHPMAILER_LANG['recipients_failed'] = 'SMTP Error: Ang mga sumusunod na tatanggap ay nabigo: '; +$PHPMAILER_LANG['signing'] = 'Hindi ma-sign: '; +$PHPMAILER_LANG['smtp_connect_failed'] = 'Ang SMTP connect() ay nabigo.'; +$PHPMAILER_LANG['smtp_error'] = 'Ang server ng SMTP ay nabigo: '; +$PHPMAILER_LANG['variable_set'] = 'Hindi matatakda o ma-reset ang mga variables: '; +$PHPMAILER_LANG['extension_missing'] = 'Nawawala ang extension: '; diff --git a/vendor/phpmailer/phpmailer/language/phpmailer.lang-tr.php b/vendor/phpmailer/phpmailer/language/phpmailer.lang-tr.php new file mode 100644 index 0000000..f938f80 --- /dev/null +++ b/vendor/phpmailer/phpmailer/language/phpmailer.lang-tr.php @@ -0,0 +1,31 @@ + + * @fixed by Boris Yurchenko + */ + +$PHPMAILER_LANG['authenticate'] = 'Помилка SMTP: помилка авторизації.'; +$PHPMAILER_LANG['connect_host'] = 'Помилка SMTP: не вдаєтьÑÑ Ð¿Ñ–Ð´\'єднатиÑÑ Ð´Ð¾ SMTP-Ñерверу.'; +$PHPMAILER_LANG['data_not_accepted'] = 'Помилка SMTP: дані не прийнÑто.'; +$PHPMAILER_LANG['encoding'] = 'Ðевідоме кодуваннÑ: '; +$PHPMAILER_LANG['execute'] = 'Ðеможливо виконати команду: '; +$PHPMAILER_LANG['file_access'] = 'Ðемає доÑтупу до файлу: '; +$PHPMAILER_LANG['file_open'] = 'Помилка файлової ÑиÑтеми: не вдаєтьÑÑ Ð²Ñ–Ð´ÐºÑ€Ð¸Ñ‚Ð¸ файл: '; +$PHPMAILER_LANG['from_failed'] = 'Ðевірна адреÑа відправника: '; +$PHPMAILER_LANG['instantiate'] = 'Ðеможливо запуÑтити функцію mail().'; +$PHPMAILER_LANG['provide_address'] = 'Будь лаÑка, введіть хоча б одну email-адреÑу отримувача.'; +$PHPMAILER_LANG['mailer_not_supported'] = ' - поштовий Ñервер не підтримуєтьÑÑ.'; +$PHPMAILER_LANG['recipients_failed'] = 'Помилка SMTP: не вдалоÑÑ Ð²Ñ–Ð´Ð¿Ñ€Ð°Ð²Ð»ÐµÐ½Ð½Ñ Ð´Ð»Ñ Ñ‚Ð°ÐºÐ¸Ñ… отримувачів: '; +$PHPMAILER_LANG['empty_message'] = 'ПуÑте повідомленнÑ'; +$PHPMAILER_LANG['invalid_address'] = 'Ðе відправлено через неправильний формат email-адреÑи: '; +$PHPMAILER_LANG['signing'] = 'Помилка підпиÑу: '; +$PHPMAILER_LANG['smtp_connect_failed'] = 'Помилка з\'Ñ”Ð´Ð½Ð°Ð½Ð½Ñ Ð· SMTP-Ñервером'; +$PHPMAILER_LANG['smtp_error'] = 'Помилка SMTP-Ñервера: '; +$PHPMAILER_LANG['variable_set'] = 'Ðеможливо вÑтановити або Ñкинути змінну: '; +$PHPMAILER_LANG['extension_missing'] = 'Ð Ð¾Ð·ÑˆÐ¸Ñ€ÐµÐ½Ð½Ñ Ð²Ñ–Ð´Ñутнє: '; diff --git a/vendor/phpmailer/phpmailer/language/phpmailer.lang-vi.php b/vendor/phpmailer/phpmailer/language/phpmailer.lang-vi.php new file mode 100644 index 0000000..d65576e --- /dev/null +++ b/vendor/phpmailer/phpmailer/language/phpmailer.lang-vi.php @@ -0,0 +1,27 @@ + + */ + +$PHPMAILER_LANG['authenticate'] = 'Lá»—i SMTP: Không thể xác thá»±c.'; +$PHPMAILER_LANG['connect_host'] = 'Lá»—i SMTP: Không thể kết nối máy chủ SMTP.'; +$PHPMAILER_LANG['data_not_accepted'] = 'Lá»—i SMTP: Dữ liệu không được chấp nhận.'; +$PHPMAILER_LANG['empty_message'] = 'Không có ná»™i dung'; +$PHPMAILER_LANG['encoding'] = 'Mã hóa không xác định: '; +$PHPMAILER_LANG['execute'] = 'Không thá»±c hiện được: '; +$PHPMAILER_LANG['file_access'] = 'Không thể truy cập tệp tin '; +$PHPMAILER_LANG['file_open'] = 'Lá»—i Tập tin: Không thể mở tệp tin: '; +$PHPMAILER_LANG['from_failed'] = 'Lá»—i địa chỉ gá»­i Ä‘i: '; +$PHPMAILER_LANG['instantiate'] = 'Không dùng được các hàm gá»­i thÆ°.'; +$PHPMAILER_LANG['invalid_address'] = 'Äại chỉ emai không đúng: '; +$PHPMAILER_LANG['mailer_not_supported'] = ' trình gá»­i thÆ° không được há»— trợ.'; +$PHPMAILER_LANG['provide_address'] = 'Bạn phải cung cấp ít nhất má»™t địa chỉ ngÆ°á»i nhận.'; +$PHPMAILER_LANG['recipients_failed'] = 'Lá»—i SMTP: lá»—i địa chỉ ngÆ°á»i nhận: '; +$PHPMAILER_LANG['signing'] = 'Lá»—i đăng nhập: '; +$PHPMAILER_LANG['smtp_connect_failed'] = 'Lá»—i kết nối vá»›i SMTP'; +$PHPMAILER_LANG['smtp_error'] = 'Lá»—i máy chủ smtp '; +$PHPMAILER_LANG['variable_set'] = 'Không thể thiết lập hoặc thiết lập lại biến: '; +//$PHPMAILER_LANG['extension_missing'] = 'Extension missing: '; diff --git a/vendor/phpmailer/phpmailer/language/phpmailer.lang-zh.php b/vendor/phpmailer/phpmailer/language/phpmailer.lang-zh.php new file mode 100644 index 0000000..35e4e70 --- /dev/null +++ b/vendor/phpmailer/phpmailer/language/phpmailer.lang-zh.php @@ -0,0 +1,29 @@ + + * @author Peter Dave Hello <@PeterDaveHello/> + * @author Jason Chiang + */ + +$PHPMAILER_LANG['authenticate'] = 'SMTP 錯誤:登入失敗。'; +$PHPMAILER_LANG['connect_host'] = 'SMTP 錯誤:無法連線到 SMTP 主機。'; +$PHPMAILER_LANG['data_not_accepted'] = 'SMTP 錯誤:無法接å—的資料。'; +$PHPMAILER_LANG['empty_message'] = '郵件內容為空'; +$PHPMAILER_LANG['encoding'] = '未知編碼: '; +$PHPMAILER_LANG['execute'] = '無法執行:'; +$PHPMAILER_LANG['file_access'] = '無法存å–檔案:'; +$PHPMAILER_LANG['file_open'] = '檔案錯誤:無法開啟檔案:'; +$PHPMAILER_LANG['from_failed'] = '發é€åœ°å€éŒ¯èª¤ï¼š'; +$PHPMAILER_LANG['instantiate'] = '未知函數呼å«ã€‚'; +$PHPMAILER_LANG['invalid_address'] = '因為電å­éƒµä»¶åœ°å€ç„¡æ•ˆï¼Œç„¡æ³•å‚³é€: '; +$PHPMAILER_LANG['mailer_not_supported'] = 'ä¸æ”¯æ´çš„發信客戶端。'; +$PHPMAILER_LANG['provide_address'] = 'å¿…é ˆæ供至少一個收件人地å€ã€‚'; +$PHPMAILER_LANG['recipients_failed'] = 'SMTP 錯誤:以下收件人地å€éŒ¯èª¤ï¼š'; +$PHPMAILER_LANG['signing'] = 'é›»å­ç°½ç« éŒ¯èª¤: '; +$PHPMAILER_LANG['smtp_connect_failed'] = 'SMTP 連線失敗'; +$PHPMAILER_LANG['smtp_error'] = 'SMTP 伺æœå™¨éŒ¯èª¤: '; +$PHPMAILER_LANG['variable_set'] = '無法設定或é‡è¨­è®Šæ•¸: '; +$PHPMAILER_LANG['extension_missing'] = 'éºå¤±æ¨¡çµ„ Extension: '; diff --git a/vendor/phpmailer/phpmailer/language/phpmailer.lang-zh_cn.php b/vendor/phpmailer/phpmailer/language/phpmailer.lang-zh_cn.php new file mode 100644 index 0000000..728a499 --- /dev/null +++ b/vendor/phpmailer/phpmailer/language/phpmailer.lang-zh_cn.php @@ -0,0 +1,29 @@ + + * @author young + * @author Teddysun + */ + +$PHPMAILER_LANG['authenticate'] = 'SMTP 错误:登录失败。'; +$PHPMAILER_LANG['connect_host'] = 'SMTP 错误:无法连接到 SMTP 主机。'; +$PHPMAILER_LANG['data_not_accepted'] = 'SMTP 错误:数æ®ä¸è¢«æŽ¥å—。'; +$PHPMAILER_LANG['empty_message'] = '邮件正文为空。'; +$PHPMAILER_LANG['encoding'] = '未知编ç ï¼š'; +$PHPMAILER_LANG['execute'] = '无法执行:'; +$PHPMAILER_LANG['file_access'] = '无法访问文件:'; +$PHPMAILER_LANG['file_open'] = '文件错误:无法打开文件:'; +$PHPMAILER_LANG['from_failed'] = 'å‘é€åœ°å€é”™è¯¯ï¼š'; +$PHPMAILER_LANG['instantiate'] = '未知函数调用。'; +$PHPMAILER_LANG['invalid_address'] = 'å‘é€å¤±è´¥ï¼Œç”µå­é‚®ç®±åœ°å€æ˜¯æ— æ•ˆçš„:'; +$PHPMAILER_LANG['mailer_not_supported'] = 'å‘信客户端ä¸è¢«æ”¯æŒã€‚'; +$PHPMAILER_LANG['provide_address'] = 'å¿…é¡»æ供至少一个收件人地å€ã€‚'; +$PHPMAILER_LANG['recipients_failed'] = 'SMTP 错误:收件人地å€é”™è¯¯ï¼š'; +$PHPMAILER_LANG['signing'] = '登录失败:'; +$PHPMAILER_LANG['smtp_connect_failed'] = 'SMTPæœåŠ¡å™¨è¿žæŽ¥å¤±è´¥ã€‚'; +$PHPMAILER_LANG['smtp_error'] = 'SMTPæœåŠ¡å™¨å‡ºé”™ï¼š'; +$PHPMAILER_LANG['variable_set'] = '无法设置或é‡ç½®å˜é‡ï¼š'; +$PHPMAILER_LANG['extension_missing'] = 'ä¸¢å¤±æ¨¡å— Extension:'; diff --git a/vendor/phpmailer/phpmailer/src/Exception.php b/vendor/phpmailer/phpmailer/src/Exception.php new file mode 100644 index 0000000..52eaf95 --- /dev/null +++ b/vendor/phpmailer/phpmailer/src/Exception.php @@ -0,0 +1,40 @@ + + * @author Jim Jagielski (jimjag) + * @author Andy Prevost (codeworxtech) + * @author Brent R. Matzelle (original founder) + * @copyright 2012 - 2020 Marcus Bointon + * @copyright 2010 - 2012 Jim Jagielski + * @copyright 2004 - 2009 Andy Prevost + * @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License + * @note This program is distributed in the hope that it will be useful - WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. + */ + +namespace PHPMailer\PHPMailer; + +/** + * PHPMailer exception handler. + * + * @author Marcus Bointon + */ +class Exception extends \Exception +{ + /** + * Prettify error message output. + * + * @return string + */ + public function errorMessage() + { + return '' . htmlspecialchars($this->getMessage(), ENT_COMPAT | ENT_HTML401) . "
    \n"; + } +} diff --git a/vendor/phpmailer/phpmailer/src/OAuth.php b/vendor/phpmailer/phpmailer/src/OAuth.php new file mode 100644 index 0000000..c93d0be --- /dev/null +++ b/vendor/phpmailer/phpmailer/src/OAuth.php @@ -0,0 +1,139 @@ + + * @author Jim Jagielski (jimjag) + * @author Andy Prevost (codeworxtech) + * @author Brent R. Matzelle (original founder) + * @copyright 2012 - 2020 Marcus Bointon + * @copyright 2010 - 2012 Jim Jagielski + * @copyright 2004 - 2009 Andy Prevost + * @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License + * @note This program is distributed in the hope that it will be useful - WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. + */ + +namespace PHPMailer\PHPMailer; + +use League\OAuth2\Client\Grant\RefreshToken; +use League\OAuth2\Client\Provider\AbstractProvider; +use League\OAuth2\Client\Token\AccessToken; + +/** + * OAuth - OAuth2 authentication wrapper class. + * Uses the oauth2-client package from the League of Extraordinary Packages. + * + * @see http://oauth2-client.thephpleague.com + * + * @author Marcus Bointon (Synchro/coolbru) + */ +class OAuth +{ + /** + * An instance of the League OAuth Client Provider. + * + * @var AbstractProvider + */ + protected $provider; + + /** + * The current OAuth access token. + * + * @var AccessToken + */ + protected $oauthToken; + + /** + * The user's email address, usually used as the login ID + * and also the from address when sending email. + * + * @var string + */ + protected $oauthUserEmail = ''; + + /** + * The client secret, generated in the app definition of the service you're connecting to. + * + * @var string + */ + protected $oauthClientSecret = ''; + + /** + * The client ID, generated in the app definition of the service you're connecting to. + * + * @var string + */ + protected $oauthClientId = ''; + + /** + * The refresh token, used to obtain new AccessTokens. + * + * @var string + */ + protected $oauthRefreshToken = ''; + + /** + * OAuth constructor. + * + * @param array $options Associative array containing + * `provider`, `userName`, `clientSecret`, `clientId` and `refreshToken` elements + */ + public function __construct($options) + { + $this->provider = $options['provider']; + $this->oauthUserEmail = $options['userName']; + $this->oauthClientSecret = $options['clientSecret']; + $this->oauthClientId = $options['clientId']; + $this->oauthRefreshToken = $options['refreshToken']; + } + + /** + * Get a new RefreshToken. + * + * @return RefreshToken + */ + protected function getGrant() + { + return new RefreshToken(); + } + + /** + * Get a new AccessToken. + * + * @return AccessToken + */ + protected function getToken() + { + return $this->provider->getAccessToken( + $this->getGrant(), + ['refresh_token' => $this->oauthRefreshToken] + ); + } + + /** + * Generate a base64-encoded OAuth token. + * + * @return string + */ + public function getOauth64() + { + //Get a new token if it's not available or has expired + if (null === $this->oauthToken || $this->oauthToken->hasExpired()) { + $this->oauthToken = $this->getToken(); + } + + return base64_encode( + 'user=' . + $this->oauthUserEmail . + "\001auth=Bearer " . + $this->oauthToken . + "\001\001" + ); + } +} diff --git a/vendor/phpmailer/phpmailer/src/PHPMailer.php b/vendor/phpmailer/phpmailer/src/PHPMailer.php new file mode 100644 index 0000000..5b6dcfa --- /dev/null +++ b/vendor/phpmailer/phpmailer/src/PHPMailer.php @@ -0,0 +1,5029 @@ + + * @author Jim Jagielski (jimjag) + * @author Andy Prevost (codeworxtech) + * @author Brent R. Matzelle (original founder) + * @copyright 2012 - 2020 Marcus Bointon + * @copyright 2010 - 2012 Jim Jagielski + * @copyright 2004 - 2009 Andy Prevost + * @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License + * @note This program is distributed in the hope that it will be useful - WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. + */ + +namespace PHPMailer\PHPMailer; + +/** + * PHPMailer - PHP email creation and transport class. + * + * @author Marcus Bointon (Synchro/coolbru) + * @author Jim Jagielski (jimjag) + * @author Andy Prevost (codeworxtech) + * @author Brent R. Matzelle (original founder) + */ +class PHPMailer +{ + const CHARSET_ASCII = 'us-ascii'; + const CHARSET_ISO88591 = 'iso-8859-1'; + const CHARSET_UTF8 = 'utf-8'; + + const CONTENT_TYPE_PLAINTEXT = 'text/plain'; + const CONTENT_TYPE_TEXT_CALENDAR = 'text/calendar'; + const CONTENT_TYPE_TEXT_HTML = 'text/html'; + const CONTENT_TYPE_MULTIPART_ALTERNATIVE = 'multipart/alternative'; + const CONTENT_TYPE_MULTIPART_MIXED = 'multipart/mixed'; + const CONTENT_TYPE_MULTIPART_RELATED = 'multipart/related'; + + const ENCODING_7BIT = '7bit'; + const ENCODING_8BIT = '8bit'; + const ENCODING_BASE64 = 'base64'; + const ENCODING_BINARY = 'binary'; + const ENCODING_QUOTED_PRINTABLE = 'quoted-printable'; + + const ENCRYPTION_STARTTLS = 'tls'; + const ENCRYPTION_SMTPS = 'ssl'; + + const ICAL_METHOD_REQUEST = 'REQUEST'; + const ICAL_METHOD_PUBLISH = 'PUBLISH'; + const ICAL_METHOD_REPLY = 'REPLY'; + const ICAL_METHOD_ADD = 'ADD'; + const ICAL_METHOD_CANCEL = 'CANCEL'; + const ICAL_METHOD_REFRESH = 'REFRESH'; + const ICAL_METHOD_COUNTER = 'COUNTER'; + const ICAL_METHOD_DECLINECOUNTER = 'DECLINECOUNTER'; + + /** + * Email priority. + * Options: null (default), 1 = High, 3 = Normal, 5 = low. + * When null, the header is not set at all. + * + * @var int|null + */ + public $Priority; + + /** + * The character set of the message. + * + * @var string + */ + public $CharSet = self::CHARSET_ISO88591; + + /** + * The MIME Content-type of the message. + * + * @var string + */ + public $ContentType = self::CONTENT_TYPE_PLAINTEXT; + + /** + * The message encoding. + * Options: "8bit", "7bit", "binary", "base64", and "quoted-printable". + * + * @var string + */ + public $Encoding = self::ENCODING_8BIT; + + /** + * Holds the most recent mailer error message. + * + * @var string + */ + public $ErrorInfo = ''; + + /** + * The From email address for the message. + * + * @var string + */ + public $From = ''; + + /** + * The From name of the message. + * + * @var string + */ + public $FromName = ''; + + /** + * The envelope sender of the message. + * This will usually be turned into a Return-Path header by the receiver, + * and is the address that bounces will be sent to. + * If not empty, will be passed via `-f` to sendmail or as the 'MAIL FROM' value over SMTP. + * + * @var string + */ + public $Sender = ''; + + /** + * The Subject of the message. + * + * @var string + */ + public $Subject = ''; + + /** + * An HTML or plain text message body. + * If HTML then call isHTML(true). + * + * @var string + */ + public $Body = ''; + + /** + * The plain-text message body. + * This body can be read by mail clients that do not have HTML email + * capability such as mutt & Eudora. + * Clients that can read HTML will view the normal Body. + * + * @var string + */ + public $AltBody = ''; + + /** + * An iCal message part body. + * Only supported in simple alt or alt_inline message types + * To generate iCal event structures, use classes like EasyPeasyICS or iCalcreator. + * + * @see http://sprain.ch/blog/downloads/php-class-easypeasyics-create-ical-files-with-php/ + * @see http://kigkonsult.se/iCalcreator/ + * + * @var string + */ + public $Ical = ''; + + /** + * Value-array of "method" in Contenttype header "text/calendar" + * + * @var string[] + */ + protected static $IcalMethods = [ + self::ICAL_METHOD_REQUEST, + self::ICAL_METHOD_PUBLISH, + self::ICAL_METHOD_REPLY, + self::ICAL_METHOD_ADD, + self::ICAL_METHOD_CANCEL, + self::ICAL_METHOD_REFRESH, + self::ICAL_METHOD_COUNTER, + self::ICAL_METHOD_DECLINECOUNTER, + ]; + + /** + * The complete compiled MIME message body. + * + * @var string + */ + protected $MIMEBody = ''; + + /** + * The complete compiled MIME message headers. + * + * @var string + */ + protected $MIMEHeader = ''; + + /** + * Extra headers that createHeader() doesn't fold in. + * + * @var string + */ + protected $mailHeader = ''; + + /** + * Word-wrap the message body to this number of chars. + * Set to 0 to not wrap. A useful value here is 78, for RFC2822 section 2.1.1 compliance. + * + * @see static::STD_LINE_LENGTH + * + * @var int + */ + public $WordWrap = 0; + + /** + * Which method to use to send mail. + * Options: "mail", "sendmail", or "smtp". + * + * @var string + */ + public $Mailer = 'mail'; + + /** + * The path to the sendmail program. + * + * @var string + */ + public $Sendmail = '/usr/sbin/sendmail'; + + /** + * Whether mail() uses a fully sendmail-compatible MTA. + * One which supports sendmail's "-oi -f" options. + * + * @var bool + */ + public $UseSendmailOptions = true; + + /** + * The email address that a reading confirmation should be sent to, also known as read receipt. + * + * @var string + */ + public $ConfirmReadingTo = ''; + + /** + * The hostname to use in the Message-ID header and as default HELO string. + * If empty, PHPMailer attempts to find one with, in order, + * $_SERVER['SERVER_NAME'], gethostname(), php_uname('n'), or the value + * 'localhost.localdomain'. + * + * @see PHPMailer::$Helo + * + * @var string + */ + public $Hostname = ''; + + /** + * An ID to be used in the Message-ID header. + * If empty, a unique id will be generated. + * You can set your own, but it must be in the format "", + * as defined in RFC5322 section 3.6.4 or it will be ignored. + * + * @see https://tools.ietf.org/html/rfc5322#section-3.6.4 + * + * @var string + */ + public $MessageID = ''; + + /** + * The message Date to be used in the Date header. + * If empty, the current date will be added. + * + * @var string + */ + public $MessageDate = ''; + + /** + * SMTP hosts. + * Either a single hostname or multiple semicolon-delimited hostnames. + * You can also specify a different port + * for each host by using this format: [hostname:port] + * (e.g. "smtp1.example.com:25;smtp2.example.com"). + * You can also specify encryption type, for example: + * (e.g. "tls://smtp1.example.com:587;ssl://smtp2.example.com:465"). + * Hosts will be tried in order. + * + * @var string + */ + public $Host = 'localhost'; + + /** + * The default SMTP server port. + * + * @var int + */ + public $Port = 25; + + /** + * The SMTP HELO/EHLO name used for the SMTP connection. + * Default is $Hostname. If $Hostname is empty, PHPMailer attempts to find + * one with the same method described above for $Hostname. + * + * @see PHPMailer::$Hostname + * + * @var string + */ + public $Helo = ''; + + /** + * What kind of encryption to use on the SMTP connection. + * Options: '', static::ENCRYPTION_STARTTLS, or static::ENCRYPTION_SMTPS. + * + * @var string + */ + public $SMTPSecure = ''; + + /** + * Whether to enable TLS encryption automatically if a server supports it, + * even if `SMTPSecure` is not set to 'tls'. + * Be aware that in PHP >= 5.6 this requires that the server's certificates are valid. + * + * @var bool + */ + public $SMTPAutoTLS = true; + + /** + * Whether to use SMTP authentication. + * Uses the Username and Password properties. + * + * @see PHPMailer::$Username + * @see PHPMailer::$Password + * + * @var bool + */ + public $SMTPAuth = false; + + /** + * Options array passed to stream_context_create when connecting via SMTP. + * + * @var array + */ + public $SMTPOptions = []; + + /** + * SMTP username. + * + * @var string + */ + public $Username = ''; + + /** + * SMTP password. + * + * @var string + */ + public $Password = ''; + + /** + * SMTP auth type. + * Options are CRAM-MD5, LOGIN, PLAIN, XOAUTH2, attempted in that order if not specified. + * + * @var string + */ + public $AuthType = ''; + + /** + * An instance of the PHPMailer OAuth class. + * + * @var OAuth + */ + protected $oauth; + + /** + * The SMTP server timeout in seconds. + * Default of 5 minutes (300sec) is from RFC2821 section 4.5.3.2. + * + * @var int + */ + public $Timeout = 300; + + /** + * Comma separated list of DSN notifications + * 'NEVER' under no circumstances a DSN must be returned to the sender. + * If you use NEVER all other notifications will be ignored. + * 'SUCCESS' will notify you when your mail has arrived at its destination. + * 'FAILURE' will arrive if an error occurred during delivery. + * 'DELAY' will notify you if there is an unusual delay in delivery, but the actual + * delivery's outcome (success or failure) is not yet decided. + * + * @see https://tools.ietf.org/html/rfc3461 See section 4.1 for more information about NOTIFY + */ + public $dsn = ''; + + /** + * SMTP class debug output mode. + * Debug output level. + * Options: + * @see SMTP::DEBUG_OFF: No output + * @see SMTP::DEBUG_CLIENT: Client messages + * @see SMTP::DEBUG_SERVER: Client and server messages + * @see SMTP::DEBUG_CONNECTION: As SERVER plus connection status + * @see SMTP::DEBUG_LOWLEVEL: Noisy, low-level data output, rarely needed + * + * @see SMTP::$do_debug + * + * @var int + */ + public $SMTPDebug = 0; + + /** + * How to handle debug output. + * Options: + * * `echo` Output plain-text as-is, appropriate for CLI + * * `html` Output escaped, line breaks converted to `
    `, appropriate for browser output + * * `error_log` Output to error log as configured in php.ini + * By default PHPMailer will use `echo` if run from a `cli` or `cli-server` SAPI, `html` otherwise. + * Alternatively, you can provide a callable expecting two params: a message string and the debug level: + * + * ```php + * $mail->Debugoutput = function($str, $level) {echo "debug level $level; message: $str";}; + * ``` + * + * Alternatively, you can pass in an instance of a PSR-3 compatible logger, though only `debug` + * level output is used: + * + * ```php + * $mail->Debugoutput = new myPsr3Logger; + * ``` + * + * @see SMTP::$Debugoutput + * + * @var string|callable|\Psr\Log\LoggerInterface + */ + public $Debugoutput = 'echo'; + + /** + * Whether to keep the SMTP connection open after each message. + * If this is set to true then the connection will remain open after a send, + * and closing the connection will require an explicit call to smtpClose(). + * It's a good idea to use this if you are sending multiple messages as it reduces overhead. + * See the mailing list example for how to use it. + * + * @var bool + */ + public $SMTPKeepAlive = false; + + /** + * Whether to split multiple to addresses into multiple messages + * or send them all in one message. + * Only supported in `mail` and `sendmail` transports, not in SMTP. + * + * @var bool + * + * @deprecated 6.0.0 PHPMailer isn't a mailing list manager! + */ + public $SingleTo = false; + + /** + * Storage for addresses when SingleTo is enabled. + * + * @var array + */ + protected $SingleToArray = []; + + /** + * Whether to generate VERP addresses on send. + * Only applicable when sending via SMTP. + * + * @see https://en.wikipedia.org/wiki/Variable_envelope_return_path + * @see http://www.postfix.org/VERP_README.html Postfix VERP info + * + * @var bool + */ + public $do_verp = false; + + /** + * Whether to allow sending messages with an empty body. + * + * @var bool + */ + public $AllowEmpty = false; + + /** + * DKIM selector. + * + * @var string + */ + public $DKIM_selector = ''; + + /** + * DKIM Identity. + * Usually the email address used as the source of the email. + * + * @var string + */ + public $DKIM_identity = ''; + + /** + * DKIM passphrase. + * Used if your key is encrypted. + * + * @var string + */ + public $DKIM_passphrase = ''; + + /** + * DKIM signing domain name. + * + * @example 'example.com' + * + * @var string + */ + public $DKIM_domain = ''; + + /** + * DKIM Copy header field values for diagnostic use. + * + * @var bool + */ + public $DKIM_copyHeaderFields = true; + + /** + * DKIM Extra signing headers. + * + * @example ['List-Unsubscribe', 'List-Help'] + * + * @var array + */ + public $DKIM_extraHeaders = []; + + /** + * DKIM private key file path. + * + * @var string + */ + public $DKIM_private = ''; + + /** + * DKIM private key string. + * + * If set, takes precedence over `$DKIM_private`. + * + * @var string + */ + public $DKIM_private_string = ''; + + /** + * Callback Action function name. + * + * The function that handles the result of the send email action. + * It is called out by send() for each email sent. + * + * Value can be any php callable: http://www.php.net/is_callable + * + * Parameters: + * bool $result result of the send action + * array $to email addresses of the recipients + * array $cc cc email addresses + * array $bcc bcc email addresses + * string $subject the subject + * string $body the email body + * string $from email address of sender + * string $extra extra information of possible use + * "smtp_transaction_id' => last smtp transaction id + * + * @var string + */ + public $action_function = ''; + + /** + * What to put in the X-Mailer header. + * Options: An empty string for PHPMailer default, whitespace/null for none, or a string to use. + * + * @var string|null + */ + public $XMailer = ''; + + /** + * Which validator to use by default when validating email addresses. + * May be a callable to inject your own validator, but there are several built-in validators. + * The default validator uses PHP's FILTER_VALIDATE_EMAIL filter_var option. + * + * @see PHPMailer::validateAddress() + * + * @var string|callable + */ + public static $validator = 'php'; + + /** + * An instance of the SMTP sender class. + * + * @var SMTP + */ + protected $smtp; + + /** + * The array of 'to' names and addresses. + * + * @var array + */ + protected $to = []; + + /** + * The array of 'cc' names and addresses. + * + * @var array + */ + protected $cc = []; + + /** + * The array of 'bcc' names and addresses. + * + * @var array + */ + protected $bcc = []; + + /** + * The array of reply-to names and addresses. + * + * @var array + */ + protected $ReplyTo = []; + + /** + * An array of all kinds of addresses. + * Includes all of $to, $cc, $bcc. + * + * @see PHPMailer::$to + * @see PHPMailer::$cc + * @see PHPMailer::$bcc + * + * @var array + */ + protected $all_recipients = []; + + /** + * An array of names and addresses queued for validation. + * In send(), valid and non duplicate entries are moved to $all_recipients + * and one of $to, $cc, or $bcc. + * This array is used only for addresses with IDN. + * + * @see PHPMailer::$to + * @see PHPMailer::$cc + * @see PHPMailer::$bcc + * @see PHPMailer::$all_recipients + * + * @var array + */ + protected $RecipientsQueue = []; + + /** + * An array of reply-to names and addresses queued for validation. + * In send(), valid and non duplicate entries are moved to $ReplyTo. + * This array is used only for addresses with IDN. + * + * @see PHPMailer::$ReplyTo + * + * @var array + */ + protected $ReplyToQueue = []; + + /** + * The array of attachments. + * + * @var array + */ + protected $attachment = []; + + /** + * The array of custom headers. + * + * @var array + */ + protected $CustomHeader = []; + + /** + * The most recent Message-ID (including angular brackets). + * + * @var string + */ + protected $lastMessageID = ''; + + /** + * The message's MIME type. + * + * @var string + */ + protected $message_type = ''; + + /** + * The array of MIME boundary strings. + * + * @var array + */ + protected $boundary = []; + + /** + * The array of available text strings for the current language. + * + * @var array + */ + protected $language = []; + + /** + * The number of errors encountered. + * + * @var int + */ + protected $error_count = 0; + + /** + * The S/MIME certificate file path. + * + * @var string + */ + protected $sign_cert_file = ''; + + /** + * The S/MIME key file path. + * + * @var string + */ + protected $sign_key_file = ''; + + /** + * The optional S/MIME extra certificates ("CA Chain") file path. + * + * @var string + */ + protected $sign_extracerts_file = ''; + + /** + * The S/MIME password for the key. + * Used only if the key is encrypted. + * + * @var string + */ + protected $sign_key_pass = ''; + + /** + * Whether to throw exceptions for errors. + * + * @var bool + */ + protected $exceptions = false; + + /** + * Unique ID used for message ID and boundaries. + * + * @var string + */ + protected $uniqueid = ''; + + /** + * The PHPMailer Version number. + * + * @var string + */ + const VERSION = '6.5.1'; + + /** + * Error severity: message only, continue processing. + * + * @var int + */ + const STOP_MESSAGE = 0; + + /** + * Error severity: message, likely ok to continue processing. + * + * @var int + */ + const STOP_CONTINUE = 1; + + /** + * Error severity: message, plus full stop, critical error reached. + * + * @var int + */ + const STOP_CRITICAL = 2; + + /** + * The SMTP standard CRLF line break. + * If you want to change line break format, change static::$LE, not this. + */ + const CRLF = "\r\n"; + + /** + * "Folding White Space" a white space string used for line folding. + */ + const FWS = ' '; + + /** + * SMTP RFC standard line ending; Carriage Return, Line Feed. + * + * @var string + */ + protected static $LE = self::CRLF; + + /** + * The maximum line length supported by mail(). + * + * Background: mail() will sometimes corrupt messages + * with headers headers longer than 65 chars, see #818. + * + * @var int + */ + const MAIL_MAX_LINE_LENGTH = 63; + + /** + * The maximum line length allowed by RFC 2822 section 2.1.1. + * + * @var int + */ + const MAX_LINE_LENGTH = 998; + + /** + * The lower maximum line length allowed by RFC 2822 section 2.1.1. + * This length does NOT include the line break + * 76 means that lines will be 77 or 78 chars depending on whether + * the line break format is LF or CRLF; both are valid. + * + * @var int + */ + const STD_LINE_LENGTH = 76; + + /** + * Constructor. + * + * @param bool $exceptions Should we throw external exceptions? + */ + public function __construct($exceptions = null) + { + if (null !== $exceptions) { + $this->exceptions = (bool) $exceptions; + } + //Pick an appropriate debug output format automatically + $this->Debugoutput = (strpos(PHP_SAPI, 'cli') !== false ? 'echo' : 'html'); + } + + /** + * Destructor. + */ + public function __destruct() + { + //Close any open SMTP connection nicely + $this->smtpClose(); + } + + /** + * Call mail() in a safe_mode-aware fashion. + * Also, unless sendmail_path points to sendmail (or something that + * claims to be sendmail), don't pass params (not a perfect fix, + * but it will do). + * + * @param string $to To + * @param string $subject Subject + * @param string $body Message Body + * @param string $header Additional Header(s) + * @param string|null $params Params + * + * @return bool + */ + private function mailPassthru($to, $subject, $body, $header, $params) + { + //Check overloading of mail function to avoid double-encoding + if (ini_get('mbstring.func_overload') & 1) { + $subject = $this->secureHeader($subject); + } else { + $subject = $this->encodeHeader($this->secureHeader($subject)); + } + //Calling mail() with null params breaks + $this->edebug('Sending with mail()'); + $this->edebug('Sendmail path: ' . ini_get('sendmail_path')); + $this->edebug("Envelope sender: {$this->Sender}"); + $this->edebug("To: {$to}"); + $this->edebug("Subject: {$subject}"); + $this->edebug("Headers: {$header}"); + if (!$this->UseSendmailOptions || null === $params) { + $result = @mail($to, $subject, $body, $header); + } else { + $this->edebug("Additional params: {$params}"); + $result = @mail($to, $subject, $body, $header, $params); + } + $this->edebug('Result: ' . ($result ? 'true' : 'false')); + return $result; + } + + /** + * Output debugging info via a user-defined method. + * Only generates output if debug output is enabled. + * + * @see PHPMailer::$Debugoutput + * @see PHPMailer::$SMTPDebug + * + * @param string $str + */ + protected function edebug($str) + { + if ($this->SMTPDebug <= 0) { + return; + } + //Is this a PSR-3 logger? + if ($this->Debugoutput instanceof \Psr\Log\LoggerInterface) { + $this->Debugoutput->debug($str); + + return; + } + //Avoid clash with built-in function names + if (is_callable($this->Debugoutput) && !in_array($this->Debugoutput, ['error_log', 'html', 'echo'])) { + call_user_func($this->Debugoutput, $str, $this->SMTPDebug); + + return; + } + switch ($this->Debugoutput) { + case 'error_log': + //Don't output, just log + /** @noinspection ForgottenDebugOutputInspection */ + error_log($str); + break; + case 'html': + //Cleans up output a bit for a better looking, HTML-safe output + echo htmlentities( + preg_replace('/[\r\n]+/', '', $str), + ENT_QUOTES, + 'UTF-8' + ), "
    \n"; + break; + case 'echo': + default: + //Normalize line breaks + $str = preg_replace('/\r\n|\r/m', "\n", $str); + echo gmdate('Y-m-d H:i:s'), + "\t", + //Trim trailing space + trim( + //Indent for readability, except for trailing break + str_replace( + "\n", + "\n \t ", + trim($str) + ) + ), + "\n"; + } + } + + /** + * Sets message type to HTML or plain. + * + * @param bool $isHtml True for HTML mode + */ + public function isHTML($isHtml = true) + { + if ($isHtml) { + $this->ContentType = static::CONTENT_TYPE_TEXT_HTML; + } else { + $this->ContentType = static::CONTENT_TYPE_PLAINTEXT; + } + } + + /** + * Send messages using SMTP. + */ + public function isSMTP() + { + $this->Mailer = 'smtp'; + } + + /** + * Send messages using PHP's mail() function. + */ + public function isMail() + { + $this->Mailer = 'mail'; + } + + /** + * Send messages using $Sendmail. + */ + public function isSendmail() + { + $ini_sendmail_path = ini_get('sendmail_path'); + + if (false === stripos($ini_sendmail_path, 'sendmail')) { + $this->Sendmail = '/usr/sbin/sendmail'; + } else { + $this->Sendmail = $ini_sendmail_path; + } + $this->Mailer = 'sendmail'; + } + + /** + * Send messages using qmail. + */ + public function isQmail() + { + $ini_sendmail_path = ini_get('sendmail_path'); + + if (false === stripos($ini_sendmail_path, 'qmail')) { + $this->Sendmail = '/var/qmail/bin/qmail-inject'; + } else { + $this->Sendmail = $ini_sendmail_path; + } + $this->Mailer = 'qmail'; + } + + /** + * Add a "To" address. + * + * @param string $address The email address to send to + * @param string $name + * + * @throws Exception + * + * @return bool true on success, false if address already used or invalid in some way + */ + public function addAddress($address, $name = '') + { + return $this->addOrEnqueueAnAddress('to', $address, $name); + } + + /** + * Add a "CC" address. + * + * @param string $address The email address to send to + * @param string $name + * + * @throws Exception + * + * @return bool true on success, false if address already used or invalid in some way + */ + public function addCC($address, $name = '') + { + return $this->addOrEnqueueAnAddress('cc', $address, $name); + } + + /** + * Add a "BCC" address. + * + * @param string $address The email address to send to + * @param string $name + * + * @throws Exception + * + * @return bool true on success, false if address already used or invalid in some way + */ + public function addBCC($address, $name = '') + { + return $this->addOrEnqueueAnAddress('bcc', $address, $name); + } + + /** + * Add a "Reply-To" address. + * + * @param string $address The email address to reply to + * @param string $name + * + * @throws Exception + * + * @return bool true on success, false if address already used or invalid in some way + */ + public function addReplyTo($address, $name = '') + { + return $this->addOrEnqueueAnAddress('Reply-To', $address, $name); + } + + /** + * Add an address to one of the recipient arrays or to the ReplyTo array. Because PHPMailer + * can't validate addresses with an IDN without knowing the PHPMailer::$CharSet (that can still + * be modified after calling this function), addition of such addresses is delayed until send(). + * Addresses that have been added already return false, but do not throw exceptions. + * + * @param string $kind One of 'to', 'cc', 'bcc', or 'ReplyTo' + * @param string $address The email address to send, resp. to reply to + * @param string $name + * + * @throws Exception + * + * @return bool true on success, false if address already used or invalid in some way + */ + protected function addOrEnqueueAnAddress($kind, $address, $name) + { + $address = trim($address); + $name = trim(preg_replace('/[\r\n]+/', '', $name)); //Strip breaks and trim + $pos = strrpos($address, '@'); + if (false === $pos) { + //At-sign is missing. + $error_message = sprintf( + '%s (%s): %s', + $this->lang('invalid_address'), + $kind, + $address + ); + $this->setError($error_message); + $this->edebug($error_message); + if ($this->exceptions) { + throw new Exception($error_message); + } + + return false; + } + $params = [$kind, $address, $name]; + //Enqueue addresses with IDN until we know the PHPMailer::$CharSet. + if (static::idnSupported() && $this->has8bitChars(substr($address, ++$pos))) { + if ('Reply-To' !== $kind) { + if (!array_key_exists($address, $this->RecipientsQueue)) { + $this->RecipientsQueue[$address] = $params; + + return true; + } + } elseif (!array_key_exists($address, $this->ReplyToQueue)) { + $this->ReplyToQueue[$address] = $params; + + return true; + } + + return false; + } + + //Immediately add standard addresses without IDN. + return call_user_func_array([$this, 'addAnAddress'], $params); + } + + /** + * Add an address to one of the recipient arrays or to the ReplyTo array. + * Addresses that have been added already return false, but do not throw exceptions. + * + * @param string $kind One of 'to', 'cc', 'bcc', or 'ReplyTo' + * @param string $address The email address to send, resp. to reply to + * @param string $name + * + * @throws Exception + * + * @return bool true on success, false if address already used or invalid in some way + */ + protected function addAnAddress($kind, $address, $name = '') + { + if (!in_array($kind, ['to', 'cc', 'bcc', 'Reply-To'])) { + $error_message = sprintf( + '%s: %s', + $this->lang('Invalid recipient kind'), + $kind + ); + $this->setError($error_message); + $this->edebug($error_message); + if ($this->exceptions) { + throw new Exception($error_message); + } + + return false; + } + if (!static::validateAddress($address)) { + $error_message = sprintf( + '%s (%s): %s', + $this->lang('invalid_address'), + $kind, + $address + ); + $this->setError($error_message); + $this->edebug($error_message); + if ($this->exceptions) { + throw new Exception($error_message); + } + + return false; + } + if ('Reply-To' !== $kind) { + if (!array_key_exists(strtolower($address), $this->all_recipients)) { + $this->{$kind}[] = [$address, $name]; + $this->all_recipients[strtolower($address)] = true; + + return true; + } + } elseif (!array_key_exists(strtolower($address), $this->ReplyTo)) { + $this->ReplyTo[strtolower($address)] = [$address, $name]; + + return true; + } + + return false; + } + + /** + * Parse and validate a string containing one or more RFC822-style comma-separated email addresses + * of the form "display name
    " into an array of name/address pairs. + * Uses the imap_rfc822_parse_adrlist function if the IMAP extension is available. + * Note that quotes in the name part are removed. + * + * @see http://www.andrew.cmu.edu/user/agreen1/testing/mrbs/web/Mail/RFC822.php A more careful implementation + * + * @param string $addrstr The address list string + * @param bool $useimap Whether to use the IMAP extension to parse the list + * + * @return array + */ + public static function parseAddresses($addrstr, $useimap = true, $charset = self::CHARSET_ISO88591) + { + $addresses = []; + if ($useimap && function_exists('imap_rfc822_parse_adrlist')) { + //Use this built-in parser if it's available + $list = imap_rfc822_parse_adrlist($addrstr, ''); + // Clear any potential IMAP errors to get rid of notices being thrown at end of script. + imap_errors(); + foreach ($list as $address) { + if ( + '.SYNTAX-ERROR.' !== $address->host && + static::validateAddress($address->mailbox . '@' . $address->host) + ) { + //Decode the name part if it's present and encoded + if ( + property_exists($address, 'personal') && + //Check for a Mbstring constant rather than using extension_loaded, which is sometimes disabled + defined('MB_CASE_UPPER') && + preg_match('/^=\?.*\?=$/s', $address->personal) + ) { + $origCharset = mb_internal_encoding(); + mb_internal_encoding($charset); + //Undo any RFC2047-encoded spaces-as-underscores + $address->personal = str_replace('_', '=20', $address->personal); + //Decode the name + $address->personal = mb_decode_mimeheader($address->personal); + mb_internal_encoding($origCharset); + } + + $addresses[] = [ + 'name' => (property_exists($address, 'personal') ? $address->personal : ''), + 'address' => $address->mailbox . '@' . $address->host, + ]; + } + } + } else { + //Use this simpler parser + $list = explode(',', $addrstr); + foreach ($list as $address) { + $address = trim($address); + //Is there a separate name part? + if (strpos($address, '<') === false) { + //No separate name, just use the whole thing + if (static::validateAddress($address)) { + $addresses[] = [ + 'name' => '', + 'address' => $address, + ]; + } + } else { + list($name, $email) = explode('<', $address); + $email = trim(str_replace('>', '', $email)); + $name = trim($name); + if (static::validateAddress($email)) { + //Check for a Mbstring constant rather than using extension_loaded, which is sometimes disabled + //If this name is encoded, decode it + if (defined('MB_CASE_UPPER') && preg_match('/^=\?.*\?=$/s', $name)) { + $origCharset = mb_internal_encoding(); + mb_internal_encoding($charset); + //Undo any RFC2047-encoded spaces-as-underscores + $name = str_replace('_', '=20', $name); + //Decode the name + $name = mb_decode_mimeheader($name); + mb_internal_encoding($origCharset); + } + $addresses[] = [ + //Remove any surrounding quotes and spaces from the name + 'name' => trim($name, '\'" '), + 'address' => $email, + ]; + } + } + } + } + + return $addresses; + } + + /** + * Set the From and FromName properties. + * + * @param string $address + * @param string $name + * @param bool $auto Whether to also set the Sender address, defaults to true + * + * @throws Exception + * + * @return bool + */ + public function setFrom($address, $name = '', $auto = true) + { + $address = trim($address); + $name = trim(preg_replace('/[\r\n]+/', '', $name)); //Strip breaks and trim + //Don't validate now addresses with IDN. Will be done in send(). + $pos = strrpos($address, '@'); + if ( + (false === $pos) + || ((!$this->has8bitChars(substr($address, ++$pos)) || !static::idnSupported()) + && !static::validateAddress($address)) + ) { + $error_message = sprintf( + '%s (From): %s', + $this->lang('invalid_address'), + $address + ); + $this->setError($error_message); + $this->edebug($error_message); + if ($this->exceptions) { + throw new Exception($error_message); + } + + return false; + } + $this->From = $address; + $this->FromName = $name; + if ($auto && empty($this->Sender)) { + $this->Sender = $address; + } + + return true; + } + + /** + * Return the Message-ID header of the last email. + * Technically this is the value from the last time the headers were created, + * but it's also the message ID of the last sent message except in + * pathological cases. + * + * @return string + */ + public function getLastMessageID() + { + return $this->lastMessageID; + } + + /** + * Check that a string looks like an email address. + * Validation patterns supported: + * * `auto` Pick best pattern automatically; + * * `pcre8` Use the squiloople.com pattern, requires PCRE > 8.0; + * * `pcre` Use old PCRE implementation; + * * `php` Use PHP built-in FILTER_VALIDATE_EMAIL; + * * `html5` Use the pattern given by the HTML5 spec for 'email' type form input elements. + * * `noregex` Don't use a regex: super fast, really dumb. + * Alternatively you may pass in a callable to inject your own validator, for example: + * + * ```php + * PHPMailer::validateAddress('user@example.com', function($address) { + * return (strpos($address, '@') !== false); + * }); + * ``` + * + * You can also set the PHPMailer::$validator static to a callable, allowing built-in methods to use your validator. + * + * @param string $address The email address to check + * @param string|callable $patternselect Which pattern to use + * + * @return bool + */ + public static function validateAddress($address, $patternselect = null) + { + if (null === $patternselect) { + $patternselect = static::$validator; + } + //Don't allow strings as callables, see SECURITY.md and CVE-2021-3603 + if (is_callable($patternselect) && !is_string($patternselect)) { + return call_user_func($patternselect, $address); + } + //Reject line breaks in addresses; it's valid RFC5322, but not RFC5321 + if (strpos($address, "\n") !== false || strpos($address, "\r") !== false) { + return false; + } + switch ($patternselect) { + case 'pcre': //Kept for BC + case 'pcre8': + /* + * A more complex and more permissive version of the RFC5322 regex on which FILTER_VALIDATE_EMAIL + * is based. + * In addition to the addresses allowed by filter_var, also permits: + * * dotless domains: `a@b` + * * comments: `1234 @ local(blah) .machine .example` + * * quoted elements: `'"test blah"@example.org'` + * * numeric TLDs: `a@b.123` + * * unbracketed IPv4 literals: `a@192.168.0.1` + * * IPv6 literals: 'first.last@[IPv6:a1::]' + * Not all of these will necessarily work for sending! + * + * @see http://squiloople.com/2009/12/20/email-address-validation/ + * @copyright 2009-2010 Michael Rushton + * Feel free to use and redistribute this code. But please keep this copyright notice. + */ + return (bool) preg_match( + '/^(?!(?>(?1)"?(?>\\\[ -~]|[^"])"?(?1)){255,})(?!(?>(?1)"?(?>\\\[ -~]|[^"])"?(?1)){65,}@)' . + '((?>(?>(?>((?>(?>(?>\x0D\x0A)?[\t ])+|(?>[\t ]*\x0D\x0A)?[\t ]+)?)(\((?>(?2)' . + '(?>[\x01-\x08\x0B\x0C\x0E-\'*-\[\]-\x7F]|\\\[\x00-\x7F]|(?3)))*(?2)\)))+(?2))|(?2))?)' . + '([!#-\'*+\/-9=?^-~-]+|"(?>(?2)(?>[\x01-\x08\x0B\x0C\x0E-!#-\[\]-\x7F]|\\\[\x00-\x7F]))*' . + '(?2)")(?>(?1)\.(?1)(?4))*(?1)@(?!(?1)[a-z0-9-]{64,})(?1)(?>([a-z0-9](?>[a-z0-9-]*[a-z0-9])?)' . + '(?>(?1)\.(?!(?1)[a-z0-9-]{64,})(?1)(?5)){0,126}|\[(?:(?>IPv6:(?>([a-f0-9]{1,4})(?>:(?6)){7}' . + '|(?!(?:.*[a-f0-9][:\]]){8,})((?6)(?>:(?6)){0,6})?::(?7)?))|(?>(?>IPv6:(?>(?6)(?>:(?6)){5}:' . + '|(?!(?:.*[a-f0-9]:){6,})(?8)?::(?>((?6)(?>:(?6)){0,4}):)?))?(25[0-5]|2[0-4][0-9]|1[0-9]{2}' . + '|[1-9]?[0-9])(?>\.(?9)){3}))\])(?1)$/isD', + $address + ); + case 'html5': + /* + * This is the pattern used in the HTML5 spec for validation of 'email' type form input elements. + * + * @see https://html.spec.whatwg.org/#e-mail-state-(type=email) + */ + return (bool) preg_match( + '/^[a-zA-Z0-9.!#$%&\'*+\/=?^_`{|}~-]+@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}' . + '[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*$/sD', + $address + ); + case 'php': + default: + return filter_var($address, FILTER_VALIDATE_EMAIL) !== false; + } + } + + /** + * Tells whether IDNs (Internationalized Domain Names) are supported or not. This requires the + * `intl` and `mbstring` PHP extensions. + * + * @return bool `true` if required functions for IDN support are present + */ + public static function idnSupported() + { + return function_exists('idn_to_ascii') && function_exists('mb_convert_encoding'); + } + + /** + * Converts IDN in given email address to its ASCII form, also known as punycode, if possible. + * Important: Address must be passed in same encoding as currently set in PHPMailer::$CharSet. + * This function silently returns unmodified address if: + * - No conversion is necessary (i.e. domain name is not an IDN, or is already in ASCII form) + * - Conversion to punycode is impossible (e.g. required PHP functions are not available) + * or fails for any reason (e.g. domain contains characters not allowed in an IDN). + * + * @see PHPMailer::$CharSet + * + * @param string $address The email address to convert + * + * @return string The encoded address in ASCII form + */ + public function punyencodeAddress($address) + { + //Verify we have required functions, CharSet, and at-sign. + $pos = strrpos($address, '@'); + if ( + !empty($this->CharSet) && + false !== $pos && + static::idnSupported() + ) { + $domain = substr($address, ++$pos); + //Verify CharSet string is a valid one, and domain properly encoded in this CharSet. + if ($this->has8bitChars($domain) && @mb_check_encoding($domain, $this->CharSet)) { + //Convert the domain from whatever charset it's in to UTF-8 + $domain = mb_convert_encoding($domain, self::CHARSET_UTF8, $this->CharSet); + //Ignore IDE complaints about this line - method signature changed in PHP 5.4 + $errorcode = 0; + if (defined('INTL_IDNA_VARIANT_UTS46')) { + //Use the current punycode standard (appeared in PHP 7.2) + $punycode = idn_to_ascii($domain, $errorcode, \INTL_IDNA_VARIANT_UTS46); + } elseif (defined('INTL_IDNA_VARIANT_2003')) { + //Fall back to this old, deprecated/removed encoding + $punycode = idn_to_ascii($domain, $errorcode, \INTL_IDNA_VARIANT_2003); + } else { + //Fall back to a default we don't know about + $punycode = idn_to_ascii($domain, $errorcode); + } + if (false !== $punycode) { + return substr($address, 0, $pos) . $punycode; + } + } + } + + return $address; + } + + /** + * Create a message and send it. + * Uses the sending method specified by $Mailer. + * + * @throws Exception + * + * @return bool false on error - See the ErrorInfo property for details of the error + */ + public function send() + { + try { + if (!$this->preSend()) { + return false; + } + + return $this->postSend(); + } catch (Exception $exc) { + $this->mailHeader = ''; + $this->setError($exc->getMessage()); + if ($this->exceptions) { + throw $exc; + } + + return false; + } + } + + /** + * Prepare a message for sending. + * + * @throws Exception + * + * @return bool + */ + public function preSend() + { + if ( + 'smtp' === $this->Mailer + || ('mail' === $this->Mailer && (\PHP_VERSION_ID >= 80000 || stripos(PHP_OS, 'WIN') === 0)) + ) { + //SMTP mandates RFC-compliant line endings + //and it's also used with mail() on Windows + static::setLE(self::CRLF); + } else { + //Maintain backward compatibility with legacy Linux command line mailers + static::setLE(PHP_EOL); + } + //Check for buggy PHP versions that add a header with an incorrect line break + if ( + 'mail' === $this->Mailer + && ((\PHP_VERSION_ID >= 70000 && \PHP_VERSION_ID < 70017) + || (\PHP_VERSION_ID >= 70100 && \PHP_VERSION_ID < 70103)) + && ini_get('mail.add_x_header') === '1' + && stripos(PHP_OS, 'WIN') === 0 + ) { + trigger_error($this->lang('buggy_php'), E_USER_WARNING); + } + + try { + $this->error_count = 0; //Reset errors + $this->mailHeader = ''; + + //Dequeue recipient and Reply-To addresses with IDN + foreach (array_merge($this->RecipientsQueue, $this->ReplyToQueue) as $params) { + $params[1] = $this->punyencodeAddress($params[1]); + call_user_func_array([$this, 'addAnAddress'], $params); + } + if (count($this->to) + count($this->cc) + count($this->bcc) < 1) { + throw new Exception($this->lang('provide_address'), self::STOP_CRITICAL); + } + + //Validate From, Sender, and ConfirmReadingTo addresses + foreach (['From', 'Sender', 'ConfirmReadingTo'] as $address_kind) { + $this->$address_kind = trim($this->$address_kind); + if (empty($this->$address_kind)) { + continue; + } + $this->$address_kind = $this->punyencodeAddress($this->$address_kind); + if (!static::validateAddress($this->$address_kind)) { + $error_message = sprintf( + '%s (%s): %s', + $this->lang('invalid_address'), + $address_kind, + $this->$address_kind + ); + $this->setError($error_message); + $this->edebug($error_message); + if ($this->exceptions) { + throw new Exception($error_message); + } + + return false; + } + } + + //Set whether the message is multipart/alternative + if ($this->alternativeExists()) { + $this->ContentType = static::CONTENT_TYPE_MULTIPART_ALTERNATIVE; + } + + $this->setMessageType(); + //Refuse to send an empty message unless we are specifically allowing it + if (!$this->AllowEmpty && empty($this->Body)) { + throw new Exception($this->lang('empty_message'), self::STOP_CRITICAL); + } + + //Trim subject consistently + $this->Subject = trim($this->Subject); + //Create body before headers in case body makes changes to headers (e.g. altering transfer encoding) + $this->MIMEHeader = ''; + $this->MIMEBody = $this->createBody(); + //createBody may have added some headers, so retain them + $tempheaders = $this->MIMEHeader; + $this->MIMEHeader = $this->createHeader(); + $this->MIMEHeader .= $tempheaders; + + //To capture the complete message when using mail(), create + //an extra header list which createHeader() doesn't fold in + if ('mail' === $this->Mailer) { + if (count($this->to) > 0) { + $this->mailHeader .= $this->addrAppend('To', $this->to); + } else { + $this->mailHeader .= $this->headerLine('To', 'undisclosed-recipients:;'); + } + $this->mailHeader .= $this->headerLine( + 'Subject', + $this->encodeHeader($this->secureHeader($this->Subject)) + ); + } + + //Sign with DKIM if enabled + if ( + !empty($this->DKIM_domain) + && !empty($this->DKIM_selector) + && (!empty($this->DKIM_private_string) + || (!empty($this->DKIM_private) + && static::isPermittedPath($this->DKIM_private) + && file_exists($this->DKIM_private) + ) + ) + ) { + $header_dkim = $this->DKIM_Add( + $this->MIMEHeader . $this->mailHeader, + $this->encodeHeader($this->secureHeader($this->Subject)), + $this->MIMEBody + ); + $this->MIMEHeader = static::stripTrailingWSP($this->MIMEHeader) . static::$LE . + static::normalizeBreaks($header_dkim) . static::$LE; + } + + return true; + } catch (Exception $exc) { + $this->setError($exc->getMessage()); + if ($this->exceptions) { + throw $exc; + } + + return false; + } + } + + /** + * Actually send a message via the selected mechanism. + * + * @throws Exception + * + * @return bool + */ + public function postSend() + { + try { + //Choose the mailer and send through it + switch ($this->Mailer) { + case 'sendmail': + case 'qmail': + return $this->sendmailSend($this->MIMEHeader, $this->MIMEBody); + case 'smtp': + return $this->smtpSend($this->MIMEHeader, $this->MIMEBody); + case 'mail': + return $this->mailSend($this->MIMEHeader, $this->MIMEBody); + default: + $sendMethod = $this->Mailer . 'Send'; + if (method_exists($this, $sendMethod)) { + return $this->$sendMethod($this->MIMEHeader, $this->MIMEBody); + } + + return $this->mailSend($this->MIMEHeader, $this->MIMEBody); + } + } catch (Exception $exc) { + if ($this->Mailer === 'smtp' && $this->SMTPKeepAlive == true) { + $this->smtp->reset(); + } + $this->setError($exc->getMessage()); + $this->edebug($exc->getMessage()); + if ($this->exceptions) { + throw $exc; + } + } + + return false; + } + + /** + * Send mail using the $Sendmail program. + * + * @see PHPMailer::$Sendmail + * + * @param string $header The message headers + * @param string $body The message body + * + * @throws Exception + * + * @return bool + */ + protected function sendmailSend($header, $body) + { + if ($this->Mailer === 'qmail') { + $this->edebug('Sending with qmail'); + } else { + $this->edebug('Sending with sendmail'); + } + $header = static::stripTrailingWSP($header) . static::$LE . static::$LE; + //This sets the SMTP envelope sender which gets turned into a return-path header by the receiver + //A space after `-f` is optional, but there is a long history of its presence + //causing problems, so we don't use one + //Exim docs: http://www.exim.org/exim-html-current/doc/html/spec_html/ch-the_exim_command_line.html + //Sendmail docs: http://www.sendmail.org/~ca/email/man/sendmail.html + //Qmail docs: http://www.qmail.org/man/man8/qmail-inject.html + //Example problem: https://www.drupal.org/node/1057954 + if (empty($this->Sender) && !empty(ini_get('sendmail_from'))) { + //PHP config has a sender address we can use + $this->Sender = ini_get('sendmail_from'); + } + //CVE-2016-10033, CVE-2016-10045: Don't pass -f if characters will be escaped. + if (!empty($this->Sender) && static::validateAddress($this->Sender) && self::isShellSafe($this->Sender)) { + if ($this->Mailer === 'qmail') { + $sendmailFmt = '%s -f%s'; + } else { + $sendmailFmt = '%s -oi -f%s -t'; + } + } else { + //allow sendmail to choose a default envelope sender. It may + //seem preferable to force it to use the From header as with + //SMTP, but that introduces new problems (see + //), and + //it has historically worked this way. + $sendmailFmt = '%s -oi -t'; + } + + $sendmail = sprintf($sendmailFmt, escapeshellcmd($this->Sendmail), $this->Sender); + $this->edebug('Sendmail path: ' . $this->Sendmail); + $this->edebug('Sendmail command: ' . $sendmail); + $this->edebug('Envelope sender: ' . $this->Sender); + $this->edebug("Headers: {$header}"); + + if ($this->SingleTo) { + foreach ($this->SingleToArray as $toAddr) { + $mail = @popen($sendmail, 'w'); + if (!$mail) { + throw new Exception($this->lang('execute') . $this->Sendmail, self::STOP_CRITICAL); + } + $this->edebug("To: {$toAddr}"); + fwrite($mail, 'To: ' . $toAddr . "\n"); + fwrite($mail, $header); + fwrite($mail, $body); + $result = pclose($mail); + $addrinfo = static::parseAddresses($toAddr, true, $this->charSet); + $this->doCallback( + ($result === 0), + [[$addrinfo['address'], $addrinfo['name']]], + $this->cc, + $this->bcc, + $this->Subject, + $body, + $this->From, + [] + ); + $this->edebug("Result: " . ($result === 0 ? 'true' : 'false')); + if (0 !== $result) { + throw new Exception($this->lang('execute') . $this->Sendmail, self::STOP_CRITICAL); + } + } + } else { + $mail = @popen($sendmail, 'w'); + if (!$mail) { + throw new Exception($this->lang('execute') . $this->Sendmail, self::STOP_CRITICAL); + } + fwrite($mail, $header); + fwrite($mail, $body); + $result = pclose($mail); + $this->doCallback( + ($result === 0), + $this->to, + $this->cc, + $this->bcc, + $this->Subject, + $body, + $this->From, + [] + ); + $this->edebug("Result: " . ($result === 0 ? 'true' : 'false')); + if (0 !== $result) { + throw new Exception($this->lang('execute') . $this->Sendmail, self::STOP_CRITICAL); + } + } + + return true; + } + + /** + * Fix CVE-2016-10033 and CVE-2016-10045 by disallowing potentially unsafe shell characters. + * Note that escapeshellarg and escapeshellcmd are inadequate for our purposes, especially on Windows. + * + * @see https://github.com/PHPMailer/PHPMailer/issues/924 CVE-2016-10045 bug report + * + * @param string $string The string to be validated + * + * @return bool + */ + protected static function isShellSafe($string) + { + //Future-proof + if ( + escapeshellcmd($string) !== $string + || !in_array(escapeshellarg($string), ["'$string'", "\"$string\""]) + ) { + return false; + } + + $length = strlen($string); + + for ($i = 0; $i < $length; ++$i) { + $c = $string[$i]; + + //All other characters have a special meaning in at least one common shell, including = and +. + //Full stop (.) has a special meaning in cmd.exe, but its impact should be negligible here. + //Note that this does permit non-Latin alphanumeric characters based on the current locale. + if (!ctype_alnum($c) && strpos('@_-.', $c) === false) { + return false; + } + } + + return true; + } + + /** + * Check whether a file path is of a permitted type. + * Used to reject URLs and phar files from functions that access local file paths, + * such as addAttachment. + * + * @param string $path A relative or absolute path to a file + * + * @return bool + */ + protected static function isPermittedPath($path) + { + //Matches scheme definition from https://tools.ietf.org/html/rfc3986#section-3.1 + return !preg_match('#^[a-z][a-z\d+.-]*://#i', $path); + } + + /** + * Check whether a file path is safe, accessible, and readable. + * + * @param string $path A relative or absolute path to a file + * + * @return bool + */ + protected static function fileIsAccessible($path) + { + if (!static::isPermittedPath($path)) { + return false; + } + $readable = file_exists($path); + //If not a UNC path (expected to start with \\), check read permission, see #2069 + if (strpos($path, '\\\\') !== 0) { + $readable = $readable && is_readable($path); + } + return $readable; + } + + /** + * Send mail using the PHP mail() function. + * + * @see http://www.php.net/manual/en/book.mail.php + * + * @param string $header The message headers + * @param string $body The message body + * + * @throws Exception + * + * @return bool + */ + protected function mailSend($header, $body) + { + $header = static::stripTrailingWSP($header) . static::$LE . static::$LE; + + $toArr = []; + foreach ($this->to as $toaddr) { + $toArr[] = $this->addrFormat($toaddr); + } + $to = implode(', ', $toArr); + + $params = null; + //This sets the SMTP envelope sender which gets turned into a return-path header by the receiver + //A space after `-f` is optional, but there is a long history of its presence + //causing problems, so we don't use one + //Exim docs: http://www.exim.org/exim-html-current/doc/html/spec_html/ch-the_exim_command_line.html + //Sendmail docs: http://www.sendmail.org/~ca/email/man/sendmail.html + //Qmail docs: http://www.qmail.org/man/man8/qmail-inject.html + //Example problem: https://www.drupal.org/node/1057954 + //CVE-2016-10033, CVE-2016-10045: Don't pass -f if characters will be escaped. + if (empty($this->Sender) && !empty(ini_get('sendmail_from'))) { + //PHP config has a sender address we can use + $this->Sender = ini_get('sendmail_from'); + } + if (!empty($this->Sender) && static::validateAddress($this->Sender)) { + if (self::isShellSafe($this->Sender)) { + $params = sprintf('-f%s', $this->Sender); + } + $old_from = ini_get('sendmail_from'); + ini_set('sendmail_from', $this->Sender); + } + $result = false; + if ($this->SingleTo && count($toArr) > 1) { + foreach ($toArr as $toAddr) { + $result = $this->mailPassthru($toAddr, $this->Subject, $body, $header, $params); + $addrinfo = static::parseAddresses($toAddr, true, $this->charSet); + $this->doCallback( + $result, + [[$addrinfo['address'], $addrinfo['name']]], + $this->cc, + $this->bcc, + $this->Subject, + $body, + $this->From, + [] + ); + } + } else { + $result = $this->mailPassthru($to, $this->Subject, $body, $header, $params); + $this->doCallback($result, $this->to, $this->cc, $this->bcc, $this->Subject, $body, $this->From, []); + } + if (isset($old_from)) { + ini_set('sendmail_from', $old_from); + } + if (!$result) { + throw new Exception($this->lang('instantiate'), self::STOP_CRITICAL); + } + + return true; + } + + /** + * Get an instance to use for SMTP operations. + * Override this function to load your own SMTP implementation, + * or set one with setSMTPInstance. + * + * @return SMTP + */ + public function getSMTPInstance() + { + if (!is_object($this->smtp)) { + $this->smtp = new SMTP(); + } + + return $this->smtp; + } + + /** + * Provide an instance to use for SMTP operations. + * + * @return SMTP + */ + public function setSMTPInstance(SMTP $smtp) + { + $this->smtp = $smtp; + + return $this->smtp; + } + + /** + * Send mail via SMTP. + * Returns false if there is a bad MAIL FROM, RCPT, or DATA input. + * + * @see PHPMailer::setSMTPInstance() to use a different class. + * + * @uses \PHPMailer\PHPMailer\SMTP + * + * @param string $header The message headers + * @param string $body The message body + * + * @throws Exception + * + * @return bool + */ + protected function smtpSend($header, $body) + { + $header = static::stripTrailingWSP($header) . static::$LE . static::$LE; + $bad_rcpt = []; + if (!$this->smtpConnect($this->SMTPOptions)) { + throw new Exception($this->lang('smtp_connect_failed'), self::STOP_CRITICAL); + } + //Sender already validated in preSend() + if ('' === $this->Sender) { + $smtp_from = $this->From; + } else { + $smtp_from = $this->Sender; + } + if (!$this->smtp->mail($smtp_from)) { + $this->setError($this->lang('from_failed') . $smtp_from . ' : ' . implode(',', $this->smtp->getError())); + throw new Exception($this->ErrorInfo, self::STOP_CRITICAL); + } + + $callbacks = []; + //Attempt to send to all recipients + foreach ([$this->to, $this->cc, $this->bcc] as $togroup) { + foreach ($togroup as $to) { + if (!$this->smtp->recipient($to[0], $this->dsn)) { + $error = $this->smtp->getError(); + $bad_rcpt[] = ['to' => $to[0], 'error' => $error['detail']]; + $isSent = false; + } else { + $isSent = true; + } + + $callbacks[] = ['issent' => $isSent, 'to' => $to[0], 'name' => $to[1]]; + } + } + + //Only send the DATA command if we have viable recipients + if ((count($this->all_recipients) > count($bad_rcpt)) && !$this->smtp->data($header . $body)) { + throw new Exception($this->lang('data_not_accepted'), self::STOP_CRITICAL); + } + + $smtp_transaction_id = $this->smtp->getLastTransactionID(); + + if ($this->SMTPKeepAlive) { + $this->smtp->reset(); + } else { + $this->smtp->quit(); + $this->smtp->close(); + } + + foreach ($callbacks as $cb) { + $this->doCallback( + $cb['issent'], + [[$cb['to'], $cb['name']]], + [], + [], + $this->Subject, + $body, + $this->From, + ['smtp_transaction_id' => $smtp_transaction_id] + ); + } + + //Create error message for any bad addresses + if (count($bad_rcpt) > 0) { + $errstr = ''; + foreach ($bad_rcpt as $bad) { + $errstr .= $bad['to'] . ': ' . $bad['error']; + } + throw new Exception($this->lang('recipients_failed') . $errstr, self::STOP_CONTINUE); + } + + return true; + } + + /** + * Initiate a connection to an SMTP server. + * Returns false if the operation failed. + * + * @param array $options An array of options compatible with stream_context_create() + * + * @throws Exception + * + * @uses \PHPMailer\PHPMailer\SMTP + * + * @return bool + */ + public function smtpConnect($options = null) + { + if (null === $this->smtp) { + $this->smtp = $this->getSMTPInstance(); + } + + //If no options are provided, use whatever is set in the instance + if (null === $options) { + $options = $this->SMTPOptions; + } + + //Already connected? + if ($this->smtp->connected()) { + return true; + } + + $this->smtp->setTimeout($this->Timeout); + $this->smtp->setDebugLevel($this->SMTPDebug); + $this->smtp->setDebugOutput($this->Debugoutput); + $this->smtp->setVerp($this->do_verp); + $hosts = explode(';', $this->Host); + $lastexception = null; + + foreach ($hosts as $hostentry) { + $hostinfo = []; + if ( + !preg_match( + '/^(?:(ssl|tls):\/\/)?(.+?)(?::(\d+))?$/', + trim($hostentry), + $hostinfo + ) + ) { + $this->edebug($this->lang('invalid_hostentry') . ' ' . trim($hostentry)); + //Not a valid host entry + continue; + } + //$hostinfo[1]: optional ssl or tls prefix + //$hostinfo[2]: the hostname + //$hostinfo[3]: optional port number + //The host string prefix can temporarily override the current setting for SMTPSecure + //If it's not specified, the default value is used + + //Check the host name is a valid name or IP address before trying to use it + if (!static::isValidHost($hostinfo[2])) { + $this->edebug($this->lang('invalid_host') . ' ' . $hostinfo[2]); + continue; + } + $prefix = ''; + $secure = $this->SMTPSecure; + $tls = (static::ENCRYPTION_STARTTLS === $this->SMTPSecure); + if ('ssl' === $hostinfo[1] || ('' === $hostinfo[1] && static::ENCRYPTION_SMTPS === $this->SMTPSecure)) { + $prefix = 'ssl://'; + $tls = false; //Can't have SSL and TLS at the same time + $secure = static::ENCRYPTION_SMTPS; + } elseif ('tls' === $hostinfo[1]) { + $tls = true; + //TLS doesn't use a prefix + $secure = static::ENCRYPTION_STARTTLS; + } + //Do we need the OpenSSL extension? + $sslext = defined('OPENSSL_ALGO_SHA256'); + if (static::ENCRYPTION_STARTTLS === $secure || static::ENCRYPTION_SMTPS === $secure) { + //Check for an OpenSSL constant rather than using extension_loaded, which is sometimes disabled + if (!$sslext) { + throw new Exception($this->lang('extension_missing') . 'openssl', self::STOP_CRITICAL); + } + } + $host = $hostinfo[2]; + $port = $this->Port; + if ( + array_key_exists(3, $hostinfo) && + is_numeric($hostinfo[3]) && + $hostinfo[3] > 0 && + $hostinfo[3] < 65536 + ) { + $port = (int) $hostinfo[3]; + } + if ($this->smtp->connect($prefix . $host, $port, $this->Timeout, $options)) { + try { + if ($this->Helo) { + $hello = $this->Helo; + } else { + $hello = $this->serverHostname(); + } + $this->smtp->hello($hello); + //Automatically enable TLS encryption if: + //* it's not disabled + //* we have openssl extension + //* we are not already using SSL + //* the server offers STARTTLS + if ($this->SMTPAutoTLS && $sslext && 'ssl' !== $secure && $this->smtp->getServerExt('STARTTLS')) { + $tls = true; + } + if ($tls) { + if (!$this->smtp->startTLS()) { + throw new Exception($this->lang('connect_host')); + } + //We must resend EHLO after TLS negotiation + $this->smtp->hello($hello); + } + if ( + $this->SMTPAuth && !$this->smtp->authenticate( + $this->Username, + $this->Password, + $this->AuthType, + $this->oauth + ) + ) { + throw new Exception($this->lang('authenticate')); + } + + return true; + } catch (Exception $exc) { + $lastexception = $exc; + $this->edebug($exc->getMessage()); + //We must have connected, but then failed TLS or Auth, so close connection nicely + $this->smtp->quit(); + } + } + } + //If we get here, all connection attempts have failed, so close connection hard + $this->smtp->close(); + //As we've caught all exceptions, just report whatever the last one was + if ($this->exceptions && null !== $lastexception) { + throw $lastexception; + } + + return false; + } + + /** + * Close the active SMTP session if one exists. + */ + public function smtpClose() + { + if ((null !== $this->smtp) && $this->smtp->connected()) { + $this->smtp->quit(); + $this->smtp->close(); + } + } + + /** + * Set the language for error messages. + * The default language is English. + * + * @param string $langcode ISO 639-1 2-character language code (e.g. French is "fr") + * Optionally, the language code can be enhanced with a 4-character + * script annotation and/or a 2-character country annotation. + * @param string $lang_path Path to the language file directory, with trailing separator (slash).D + * Do not set this from user input! + * + * @return bool Returns true if the requested language was loaded, false otherwise. + */ + public function setLanguage($langcode = 'en', $lang_path = '') + { + //Backwards compatibility for renamed language codes + $renamed_langcodes = [ + 'br' => 'pt_br', + 'cz' => 'cs', + 'dk' => 'da', + 'no' => 'nb', + 'se' => 'sv', + 'rs' => 'sr', + 'tg' => 'tl', + 'am' => 'hy', + ]; + + if (array_key_exists($langcode, $renamed_langcodes)) { + $langcode = $renamed_langcodes[$langcode]; + } + + //Define full set of translatable strings in English + $PHPMAILER_LANG = [ + 'authenticate' => 'SMTP Error: Could not authenticate.', + 'buggy_php' => 'Your version of PHP is affected by a bug that may result in corrupted messages.' . + ' To fix it, switch to sending using SMTP, disable the mail.add_x_header option in' . + ' your php.ini, switch to MacOS or Linux, or upgrade your PHP to version 7.0.17+ or 7.1.3+.', + 'connect_host' => 'SMTP Error: Could not connect to SMTP host.', + 'data_not_accepted' => 'SMTP Error: data not accepted.', + 'empty_message' => 'Message body empty', + 'encoding' => 'Unknown encoding: ', + 'execute' => 'Could not execute: ', + 'extension_missing' => 'Extension missing: ', + 'file_access' => 'Could not access file: ', + 'file_open' => 'File Error: Could not open file: ', + 'from_failed' => 'The following From address failed: ', + 'instantiate' => 'Could not instantiate mail function.', + 'invalid_address' => 'Invalid address: ', + 'invalid_header' => 'Invalid header name or value', + 'invalid_hostentry' => 'Invalid hostentry: ', + 'invalid_host' => 'Invalid host: ', + 'mailer_not_supported' => ' mailer is not supported.', + 'provide_address' => 'You must provide at least one recipient email address.', + 'recipients_failed' => 'SMTP Error: The following recipients failed: ', + 'signing' => 'Signing Error: ', + 'smtp_code' => 'SMTP code: ', + 'smtp_code_ex' => 'Additional SMTP info: ', + 'smtp_connect_failed' => 'SMTP connect() failed.', + 'smtp_detail' => 'Detail: ', + 'smtp_error' => 'SMTP server error: ', + 'variable_set' => 'Cannot set or reset variable: ', + ]; + if (empty($lang_path)) { + //Calculate an absolute path so it can work if CWD is not here + $lang_path = dirname(__DIR__) . DIRECTORY_SEPARATOR . 'language' . DIRECTORY_SEPARATOR; + } + + //Validate $langcode + $foundlang = true; + $langcode = strtolower($langcode); + if ( + !preg_match('/^(?P[a-z]{2})(?P + + +For security reasons, Tracy is visible only on localhost. Look into the source code to see how to enable Tracy.

    '; +} diff --git a/vendor/tracy/tracy/examples/ajax-jquery.php b/vendor/tracy/tracy/examples/ajax-jquery.php new file mode 100644 index 0000000..9703175 --- /dev/null +++ b/vendor/tracy/tracy/examples/ajax-jquery.php @@ -0,0 +1,82 @@ + + + +

    Tracy: AJAX demo

    + +

    + see Debug Bar in the bottom right corner +

    + +

    + use ESC to toggle BlueScreen +

    + + + + + + +For security reasons, Tracy is visible only on localhost. Look into the source code to see how to enable Tracy.

    '; +} diff --git a/vendor/tracy/tracy/examples/assets/E_COMPILE_ERROR.php b/vendor/tracy/tracy/examples/assets/E_COMPILE_ERROR.php new file mode 100644 index 0000000..f78d3bd --- /dev/null +++ b/vendor/tracy/tracy/examples/assets/E_COMPILE_ERROR.php @@ -0,0 +1,5 @@ +YWU|R0!;uuoF`1X!tp0*`VOX4#B2On6H-qoLQ zY;cs>-?dt&`_if{Y2T06C$5+3IzRdOH>K&yk5&c8xUp2--jV<2w)Nq=|DG@EEBIJk zRwVGfJkH$w-JRo%@75hHo!0#~X5Q1h{X31)&&{zces*T2F+m1jf#suB;yYzNhI+@G z`X8OilO_&0N1WZn^{*qF&N$AV(7 z$e1Us)LW;imprlikxc((`{I4_&lUXscRm!Jb$G}1|BDR!i*?>P7d1aE?6d!6K3%21 z*ni#=nfrp4a?36EsTA4t71ww_shIQZ$E*_{EzW+lo%pzL*5hua@ z1vFOXzNn?_am#%=MOHu!(N8L5p1;_2;-$s8k2X(AWS&>Z71{U|+wg-7o!2hY|5)a% zGf3|<#p91nj(=_dnOO-o-{t|(t_ryV6Tf1k_aM6_SM~$VpL3=fLT&C##^Q%VFUl-1)wqGx`<4xb=JFhFR9!jm3Df(P_^$3XG zTzT~vh%T5nV7HhRllKlyRbtwT%u zqJheCA5A)5T3rA9s+nHp9joP^vy_4AW*^>j>y+w|+$RR>&5Ah-Z(E#M{WeB!pKk7) zy;VSEyXTx+tsLWYXQH;e{rAEb3$LC3n2axp+{t`rZ$8WL;kBX{yrA^%>FVdQ&MBb@ E076@ftN;K2 literal 0 HcmV?d00001 diff --git a/vendor/tracy/tracy/examples/assets/style.css b/vendor/tracy/tracy/examples/assets/style.css new file mode 100644 index 0000000..6a75aea --- /dev/null +++ b/vendor/tracy/tracy/examples/assets/style.css @@ -0,0 +1,33 @@ +html { + font: 15px/1.5 Tahoma, sans-serif; + color: #333; + background: #fff; + margin: 0 1.6em; + padding: 0; +} + +html.arrow { + background: #fff url(arrow.png) no-repeat bottom right; + height: 100%; +} + +h1, h2 { + font-size: 210%; + font-weight: normal; + color: #036; +} + +h2 { + margin-top: 2em; + font-size: 140%; +} + +pre.tracy-dump { + border: 1px solid silver; + padding: 1em; + margin: 1em 0; +} + +a { + color: #000080; +} diff --git a/vendor/tracy/tracy/examples/barDump.php b/vendor/tracy/tracy/examples/barDump.php new file mode 100644 index 0000000..b7ce68e --- /dev/null +++ b/vendor/tracy/tracy/examples/barDump.php @@ -0,0 +1,32 @@ + + + +

    Tracy: bar dump demo

    + +

    You can dump variables to bar in rightmost bottom egde.

    + +test', 'String'); + + +if (Debugger::$productionMode) { + echo '

    For security reasons, Tracy is visible only on localhost. Look into the source code to see how to enable Tracy.

    '; +} diff --git a/vendor/tracy/tracy/examples/dump-snapshot.php b/vendor/tracy/tracy/examples/dump-snapshot.php new file mode 100644 index 0000000..617142d --- /dev/null +++ b/vendor/tracy/tracy/examples/dump-snapshot.php @@ -0,0 +1,56 @@ + + + +

    Tracy: Dumper with common snapshot demo

    + +
    + &$snapshot]); +echo Dumper::toHtml($obj, [Dumper::SNAPSHOT => &$snapshot]); + + + +// changed array is detected +$arr[0] = 'CHANGED!'; +echo Dumper::toHtml($arr, [Dumper::SNAPSHOT => &$snapshot]); + + +// changed object is not detected, because is part of snapshot +$obj->x = 'CHANGED!'; +echo Dumper::toHtml($obj, [Dumper::SNAPSHOT => &$snapshot]); + + +// prints snapshot +echo ''; +echo '
    '; + +if (Debugger::$productionMode) { + echo '

    For security reasons, Tracy is visible only on localhost. Look into the source code to see how to enable Tracy.

    '; +} diff --git a/vendor/tracy/tracy/examples/dump.php b/vendor/tracy/tracy/examples/dump.php new file mode 100644 index 0000000..8672022 --- /dev/null +++ b/vendor/tracy/tracy/examples/dump.php @@ -0,0 +1,99 @@ + + + +

    Tracy: dump() demo

    + +Basic Types\n"; + +dump('any string', 123, [true, false, null]); + + + +echo "

    Dark Mode

    \n"; + +Debugger::$dumpTheme = 'dark'; + +dump('any string'); + + + +echo "

    Objects

    \n"; +echo "

    Hover over the name \$baz to see property declaring class and over the hash #5 to see same objects.

    \n"; + +class ParentClass +{ + public $foo = [10, 20]; + + protected $bar = 30; + + private $baz = 'parent'; +} + +class ChildClass extends ParentClass +{ + private $baz = 'child'; +} + + +$obj = new ChildClass; +$obj->dynamic = 'hello'; +$obj->selfReference = $obj; + +dump($obj); + + + +echo "

    Strings

    \n"; +echo "

    Hover over the string to see length.

    \n"; + +$arr = [ + 'single line' => 'hello', + 'binary' => "binary\xA0string", + 'multi line' => "first\r\nsecond\nthird\n indented line", + 'long' => str_repeat('tracy ', 1000), // affected by Tracy\Debugger::$maxLength +]; + +dump($arr); + + +echo "

    References and Recursion

    \n"; +echo "

    Hover over the reference &1 to see referenced values.

    \n"; + +$arr = ['first', 'second', 'third']; +$arr[] = &$arr[0]; +$arr[] = &$arr[1]; +$arr[] = &$arr; + +dump($arr); + + +echo "

    Special Types

    \n"; + +$arr = [ + fopen(__FILE__, 'r'), + new class {}, + function ($x, $y) use (&$arr, $obj) {}, +]; + +dump($arr); + + + +if (Debugger::$productionMode) { + echo '

    For security reasons, Tracy is visible only on localhost. Look into the source code to see how to enable Tracy.

    '; +} diff --git a/vendor/tracy/tracy/examples/exception.php b/vendor/tracy/tracy/examples/exception.php new file mode 100644 index 0000000..3accca0 --- /dev/null +++ b/vendor/tracy/tracy/examples/exception.php @@ -0,0 +1,52 @@ + + + +

    Tracy: exception demo

    + +second(true, false); + } + + + public function second($arg1, $arg2) + { + self::third([1, 2, 3]); + } + + + public static function third($arg1) + { + throw new Exception('The my exception', 123); + } +} + + +function demo($a, $b) +{ + $demo = new DemoClass; + $demo->first($a, $b); +} + + +if (Debugger::$productionMode) { + echo '

    For security reasons, Tracy is visible only on localhost. Look into the source code to see how to enable Tracy.

    '; +} + +demo(10, 'any string'); diff --git a/vendor/tracy/tracy/examples/fatal-error.php b/vendor/tracy/tracy/examples/fatal-error.php new file mode 100644 index 0000000..391d471 --- /dev/null +++ b/vendor/tracy/tracy/examples/fatal-error.php @@ -0,0 +1,24 @@ + + + +

    Tracy: fatal error demo

    + +For security reasons, Tracy is visible only on localhost. Look into the source code to see how to enable Tracy.

    '; +} + +require __DIR__ . '/assets/E_COMPILE_ERROR.php'; diff --git a/vendor/tracy/tracy/examples/firelogger.php b/vendor/tracy/tracy/examples/firelogger.php new file mode 100644 index 0000000..b3e2009 --- /dev/null +++ b/vendor/tracy/tracy/examples/firelogger.php @@ -0,0 +1,45 @@ + 'val1', 'key2' => true]]; + +// will show in FireLogger +Debugger::fireLog('Hello World'); +Debugger::fireLog($arr); + + +function first($arg1, $arg2) +{ + second(true, false); +} + + +function second($arg1, $arg2) +{ + third([1, 2, 3]); +} + + +function third($arg1) +{ + throw new Exception('The my exception', 123); +} + + +try { + first(10, 'any string'); +} catch (Exception $e) { + Debugger::fireLog($e); +} + +?> + + +

    Tracy: FireLogger demo

    + +

    How to enable FireLogger?

    diff --git a/vendor/tracy/tracy/examples/notice.php b/vendor/tracy/tracy/examples/notice.php new file mode 100644 index 0000000..ff67554 --- /dev/null +++ b/vendor/tracy/tracy/examples/notice.php @@ -0,0 +1,33 @@ + + + +

    Tracy Notice and StrictMode demo

    + +For security reasons, Tracy is visible only on localhost. Look into the source code to see how to enable Tracy.

    '; +} diff --git a/vendor/tracy/tracy/examples/output-debugger.php b/vendor/tracy/tracy/examples/output-debugger.php new file mode 100644 index 0000000..bfd79f4 --- /dev/null +++ b/vendor/tracy/tracy/examples/output-debugger.php @@ -0,0 +1,17 @@ +'; +} + + +head(); +echo '

    Output Debugger demo

    '; diff --git a/vendor/tracy/tracy/examples/preloading.php b/vendor/tracy/tracy/examples/preloading.php new file mode 100644 index 0000000..154918c --- /dev/null +++ b/vendor/tracy/tracy/examples/preloading.php @@ -0,0 +1,37 @@ + + + +

    Tracy: Preloading

    + + + + + + +For security reasons, Tracy is visible only on localhost. Look into the source code to see how to enable Tracy.

    '; +} diff --git a/vendor/tracy/tracy/examples/redirect.php b/vendor/tracy/tracy/examples/redirect.php new file mode 100644 index 0000000..4ec6b6c --- /dev/null +++ b/vendor/tracy/tracy/examples/redirect.php @@ -0,0 +1,36 @@ + + + +

    Tracy: redirect demo

    + +

    redirect again or redirect to AJAX demo

    + +For security reasons, Tracy is visible only on localhost. Look into the source code to see how to enable Tracy.

    '; +} diff --git a/vendor/tracy/tracy/examples/warning.php b/vendor/tracy/tracy/examples/warning.php new file mode 100644 index 0000000..98f2e5e --- /dev/null +++ b/vendor/tracy/tracy/examples/warning.php @@ -0,0 +1,26 @@ + + + +

    Tracy Warning and StrictMode demo

    + +For security reasons, Tracy is visible only on localhost. Look into the source code to see how to enable Tracy.

    '; +} diff --git a/vendor/tracy/tracy/license.md b/vendor/tracy/tracy/license.md new file mode 100644 index 0000000..5a56617 --- /dev/null +++ b/vendor/tracy/tracy/license.md @@ -0,0 +1,55 @@ +Licenses +======== + +Good news! You may use Tracy under the terms of either the New BSD License +or the GNU General Public License (GPL) version 2 or 3. + +The BSD License is recommended for most projects. It is easy to understand and it +places almost no restrictions on what you can do with the framework. If the GPL +fits better to your project, you can use the framework under this license. + +You don't have to notify anyone which license you are using. You can freely +use Tracy in commercial projects as long as the copyright header +remains intact. + + +New BSD License +--------------- + +Copyright (c) 2004, 2014 David Grudl (https://davidgrudl.com) +All rights reserved. + +Redistribution and use in source and binary forms, with or without modification, +are permitted provided that the following conditions are met: + + * Redistributions of source code must retain the above copyright notice, + this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. + + * Neither the name of "Tracy" nor the names of its contributors + may be used to endorse or promote products derived from this software + without specific prior written permission. + +This software is provided by the copyright holders and contributors "as is" and +any express or implied warranties, including, but not limited to, the implied +warranties of merchantability and fitness for a particular purpose are +disclaimed. In no event shall the copyright owner or contributors be liable for +any direct, indirect, incidental, special, exemplary, or consequential damages +(including, but not limited to, procurement of substitute goods or services; +loss of use, data, or profits; or business interruption) however caused and on +any theory of liability, whether in contract, strict liability, or tort +(including negligence or otherwise) arising in any way out of the use of this +software, even if advised of the possibility of such damage. + + +GNU General Public License +-------------------------- + +GPL licenses are very very long, so instead of including them here we offer +you URLs with full text: + +- [GPL version 2](http://www.gnu.org/licenses/gpl-2.0.html) +- [GPL version 3](http://www.gnu.org/licenses/gpl-3.0.html) diff --git a/vendor/tracy/tracy/readme.md b/vendor/tracy/tracy/readme.md new file mode 100644 index 0000000..4abdd18 --- /dev/null +++ b/vendor/tracy/tracy/readme.md @@ -0,0 +1,425 @@ +[Tracy](https://tracy.nette.org) - PHP debugger +============================================== + +[![Downloads this Month](https://img.shields.io/packagist/dm/tracy/tracy.svg)](https://packagist.org/packages/tracy/tracy) +[![Tests](https://github.com/nette/tracy/workflows/Tests/badge.svg?branch=master)](https://github.com/nette/tracy/actions) +[![Build Status Windows](https://ci.appveyor.com/api/projects/status/github/nette/tracy?branch=master&svg=true)](https://ci.appveyor.com/project/dg/tracy/branch/master) +[![Latest Stable Version](https://poser.pugx.org/tracy/tracy/v/stable)](https://github.com/nette/tracy/releases) +[![License](https://img.shields.io/badge/license-New%20BSD-blue.svg)](https://github.com/nette/tracy/blob/master/license.md) + + +Introduction +------------ + +Tracy library is a useful helper for everyday PHP programmers. It helps you to: + +- quickly detect and correct errors +- log errors +- dump variables +- measure execution time of scripts/queries +- see memory consumption + + +PHP is a perfect language for making hardly detectable errors because it gives great flexibility to programmers. Tracy\Debugger is more valuable because of that. It is an ultimate tool among the diagnostic ones. +If you are meeting Tracy for the first time, believe me, your life starts to be divided into one before the Tracy and the one with her. Welcome to the good part! + +Documentation can be found on the [website](https://tracy.nette.org). + + +[Support Tracy](https://github.com/sponsors/dg) +----------------------------------------------- + +Do you like Tracy? Are you looking forward to the new features? + +[![Buy me a coffee](https://files.nette.org/icons/donation-3.svg)](https://github.com/sponsors/dg) + +Thank you! + + +Installation and requirements +----------------------------- + +The recommended way to is via Composer: + +```shell +composer require tracy/tracy +``` + +Alternatively, you can download the whole package or [tracy.phar](https://github.com/nette/tracy/releases) file. + +| Tracy | compatible with PHP | compatible with browsers +|-----------|---------------|---------- +| Tracy 2.8 | PHP 7.2 – 8.1 | Chrome 55+, Firefox 53+, Safari 11+ and iOS Safari 11+ +| Tracy 2.7 | PHP 7.1 – 8.0 | Chrome 55+, Firefox 53+, MS Edge 16+, Safari 11+ and iOS Safari 11+ +| Tracy 2.6 | PHP 7.1 – 8.0 | Chrome 49+, Firefox 45+, MS Edge 14+, Safari 10+ and iOS Safari 10.2+ +| Tracy 2.5 | PHP 5.4 – 7.4 | Chrome 49+, Firefox 45+, MS Edge 12+, Safari 10+ and iOS Safari 10.2+ +| Tracy 2.4 | PHP 5.4 – 7.2 | Chrome 29+, Firefox 28+, IE 11+ (except AJAX), MS Edge 12+, Safari 9+ and iOS Safari 9.2+ + + +Usage +----- + +Activating Tracy is easy. Simply add these two lines of code, preferably just after library loading (like `require 'vendor/autoload.php'`) and before any output is sent to browser: + +```php +use Tracy\Debugger; + +Debugger::enable(); +``` + +The first thing you will notice on the website is a Debugger Bar. + +(If you do not see anything, it means that Tracy is running in production mode. For security reasons, Tracy is visible only on localhost. +You may force Tracy to run in development mode by passing the `Debugger::DEVELOPMENT` as the first parameter of `enable()` method.) + +The `enable()` involves changing the error reporting level to E_ALL. + + +Debugger Bar +------------ + +The Debugger Bar is a floating panel. It is displayed in the bottom right corner of a page. You can move it using the mouse. It will remember its position after the page reloading. + +[![Debugger-Bar](https://nette.github.io/tracy/images/tracy-bar.png)](https://nette.github.io/tracy/tracy-debug-bar.html) + +You can add other useful panels to the Debugger Bar. You can find interesting ones in [addons](https://componette.org) or you can [create your own](https://tracy.nette.org/en/extensions). + +If you do not want to show Debugger Bar, set: + +```php +Debugger::$showBar = false; +``` + + +Visualization of errors and exceptions +-------------------------------------- + +Surely, you know how PHP reports errors: there is something like this in the page source code: + +```pre +Parse error: syntax error, unexpected '}' in HomepagePresenter.php on line 15 +``` + +or uncaught exception: + +```pre +Fatal error: Uncaught Nette\MemberAccessException: Call to undefined method Nette\Application\UI\Form::addTest()? in /sandbox/vendor/nette/utils/src/Utils/ObjectMixin.php:100 +Stack trace: +#0 /sandbox/vendor/nette/utils/src/Utils/Object.php(75): Nette\Utils\ObjectMixin::call(Object(Nette\Application\UI\Form), 'addTest', Array) +#1 /sandbox/app/forms/SignFormFactory.php(32): Nette\Object->__call('addTest', Array) +#2 /sandbox/app/presenters/SignPresenter.php(21): App\Forms\SignFormFactory->create() +#3 /sandbox/vendor/nette/component-model/src/ComponentModel/Container.php(181): App\Presenters\SignPresenter->createComponentSignInForm('signInForm') +#4 /sandbox/vendor/nette/component-model/src/ComponentModel/Container.php(139): Nette\ComponentModel\Container->createComponent('signInForm') +#5 /sandbox/temp/cache/latte/15206b353f351f6bfca2c36cc.php(17): Nette\ComponentModel\Co in /sandbox/vendor/nette/utils/src/Utils/ObjectMixin.php on line 100
    +``` + +It is not so easy to navigate through this output. If you enable Tracy, both errors and exceptions are displayed in a completely different form: + +[![Uncaught exception rendered by Tracy](https://nette.github.io/tracy/images/tracy-exception.png)](https://nette.github.io/tracy/tracy-exception.html) + +The error message literally screams. You can see a part of the source code with the highlighted line where the error occurred. A message clearly explains an error. The entire site is [interactive, try it](https://nette.github.io/tracy/tracy-exception.html). + +And you know what? Fatal errors are captured and displayed in the same way. No need to install any extension (click for live example): + +[![Fatal error rendered by Tracy](https://nette.github.io/tracy/images/tracy-error.png)](https://nette.github.io/tracy/tracy-error.html) + +Errors like a typo in a variable name or an attempt to open a nonexistent file generate reports of E_NOTICE or E_WARNING level. These can be easily overlooked and/or can be completely hidden in a web page graphic layout. Let Tracy manage them: + +[![Notice rendered by Tracy](https://nette.github.io/tracy/images/tracy-notice2.png)](https://nette.github.io/tracy/tracy-debug-bar.html) + +Or they may be displayed like errors: + +```php +Debugger::$strictMode = true; // display all errors +Debugger::$strictMode = E_ALL & ~E_DEPRECATED & ~E_USER_DEPRECATED; // all errors except deprecated notices +``` + +[![Notice rendered by Tracy](https://nette.github.io/tracy/images/tracy-notice.png)](https://nette.github.io/tracy/tracy-notice.html) + +In order to detect misspellings when assigning to an object, we use [trait Nette\SmartObject](https://doc.nette.org/en/3.0/smartobject). + + +Content Security Policy +----------------------- + +If your site uses Content Security Policy, you'll need to add `'nonce-'` to `script-src` and eventually the same nonce to `style-src` for Tracy to work properly. Some 3rd plugins may require additional directives. Avoid adding `'unsafe-inline'` & `'unsafe-eval'` in production mode, if you can. + +Configuration example for [Nette Framework](https://nette.org): + +```neon +http: + csp: + script-src: nonce + style-src: nonce +``` + + +Faster loading +-------------- + +The basic integration is straightforward, however if you have slow blocking scripts in web page, they can slow the Tracy loading. +The solution is to place `` into your template before +any scripts: + +```html + + + + ...<title> + <?php Tracy\Debugger::renderLoader() ?> + <link rel="stylesheet" href="assets/style.css"> + <script src="https://code.jquery.com/jquery-3.1.1.min.js"></script> +</head> +``` + + +AJAX and redirected requests +---------------------------- + +Tracy is able to show Debug bar and Bluescreens for AJAX and redirected requests. You just have to start session before Tracy: + +```php +session_start(); +Debugger::enable(); +``` + +In case you use non-standard session handler, you can start Tracy immediately (in order to handle any errors), then initialize your session handler +and then inform Tracy that session is ready to use via `dispatch()`: + +```php +Debugger::enable(); + +// initialize session handler +session_start(); + +Debugger::dispatch(); +``` + + +Opening files in the editor +--------------------------- + +When the error page is displayed, you can click on file names and they will open in your editor with the cursor on the corresponding line. Files can also be created (action `create file`) or bug fixed in them (action `fix it`). In order to do this, you need to [configure the browser and the system](https://tracy.nette.org/cs/open-files-in-ide). + + +Production mode and error logging +--------------------------------- + +As you can see, Tracy is quite eloquent. It is appreciated in a development environment, but on a production server, it would cause a disaster. Any debugging information cannot be listed there. Therefore Tracy has an environment autodetection and logging functionality. Instead of showing herself, Tracy stores information into a log file and shows the visitor a user-comprehensible server error message: + +[![Server Error 500](https://nette.github.io/tracy/images/tracy-error2.png)](https://nette.github.io/tracy/tracy-production.html) + +Production output mode suppresses all debugging information which is sent out via `dump()` or `Debugger::fireLog()`, and of course all error messages generated by PHP. So, even if you forget `dump($obj)` in the source code, you do not have to worry about it on your production server. Nothing will be seen. + +The output mode is set by the first parameter of `Debugger::enable()`. You can specify either a constant `Debugger::PRODUCTION` or `Debugger::DEVELOPMENT`. Other option is to set it up in a way, that development mode will be on when the application is accessed from a defined IP address with a defined value of `tracy-debug` cookie. The syntax used to achieve this is `cookie-value@ip-address`. + +If it is not specified, the default value `Debugger::DETECT` is used. In this case, the system detects a server by IP address. The production mode is chosen if an application is accessed via a public IP address. A local IP address leads to development mode. It is not necessary to set the mode in most cases. The mode is correctly recognized when you are launching the application on your local server or in production. + +In the production mode, Tracy automatically captures all errors and exceptions into a text log. Unless you specify otherwise, it will be stored in log/error.log. This error logging is extremely useful. Imagine, that all users of your application are actually betatesters. They are doing cutting-edge work for free when hunting bugs and you would be silly if you threw away their valuable reports to a recycle bin unnoticed. + +If you need to log your own messages or caught exceptions, use the method `log()`: + +```php +Debugger::log('Unexpected error'); // text message + +try { + criticalOperation(); +} catch (Exception $e) { + Debugger::log($e); // log exception + // or + Debugger::log($e, Debugger::ERROR); // also sends an email notification +} +``` + +A directory for errors logging can be set by the second parameter of the enable() method: + +```php +Debugger::enable(Debugger::DETECT, __DIR__ . '/mylog'); +``` + +If you want Tracy to log PHP errors like `E_NOTICE` or `E_WARNING` with detailed information (HTML report), set `Debugger::$logSeverity`: + +```php +Debugger::$logSeverity = E_NOTICE | E_WARNING; +``` + +For a real professional the error log is a crucial source of information and he or she wants to be notified about any new error immediately. Tracy helps him. She is capable of sending an email for every new error record. The variable $email identifies where to send these e-mails: + +```php +Debugger::$email = 'admin@example.com'; +``` + +If you use the Nette Framework, you can set this and others in the configuration file. + +To protect your e-mail box from flood, Tracy sends **only one message** and creates a file `email-sent`. When a developer receives the e-mail notification, he checks the log, corrects his application and deletes the `email-sent` monitoring file. This activates the e-mail sending again. + + +Variable dumping +---------------- + +Every debugging developer is a good friend with the function `var_dump`, which lists all contents of any variable in detail. Unfortunately, its output is without HTML formatting and outputs the dump into a single line of HTML code, not to mention context escaping. It is necessary to replace the `var_dump` with a more handy function. That is just what `dump()` is. + +```php +$arr = [10, 20.2, true, null, 'hello']; + +dump($arr); +// or Tracy\Debugger::dump($arr); +``` + +generates the output: + +![dump](https://nette.github.io/tracy/images/tracy-dump.png) + +You can also change the nesting depth by `Debugger::$maxDepth` and displayed strings length by `Debugger::$maxLength`. Naturally, lower values accelerate Tracy rendering. + +```php +Debugger::$maxDepth = 2; // default: 7 +Debugger::$maxLength = 50; // default: 150 +Debugger::$dumpTheme = 'dark'; // default: light +``` + +The `dump()` function can display useful location information: + +```php +Debugger::$showLocation = true; // shows tooltip with path to the file, where the dump() was called, and tooltips for every dumped objects +Debugger::$showLocation = Tracy\Dumper::LOCATION_CLASS; // shows only tooltips for every dumped object containing path to the file +Debugger::$showLocation = false; // hides all location information +``` + +Very handy alternative to `dump()` is `dumpe()` (ie. dump and exit) and `bdump()`. This allows us to dump variables in Debugger Bar. This is useful, because dumps don't mess up the output and we can also add a title to the dump. + +```php +bdump([2, 4, 6, 8], 'even numbers up to ten'); +bdump([1, 3, 5, 7, 9], 'odd numbers up to ten'); +``` + +![bar dump](https://nette.github.io/tracy/images/tracy-bardump.png) + + +Timing +------ + +Another useful tool is the debugger stopwatch with a precision of microseconds: + +```php +Debugger::timer(); + +// sweet dreams my cherrie +sleep(2); + +$elapsed = Debugger::timer(); +// $elapsed = 2 +``` + +Multiple measurements at once can be achieved by an optional parameter. + +```php +Debugger::timer('page-generating'); +// some code + +Debugger::timer('rss-generating'); +// some code + +$rssElapsed = Debugger::timer('rss-generating'); +$pageElapsed = Debugger::timer('page-generating'); +``` + +```php +Debugger::timer(); // runs the timer + +... // some time-consuming operation + +echo Debugger::timer(); // elapsed time in seconds +``` + + +FireLogger +---------- + +You cannot always send debugging information to the browser window. This applies to AJAX requests or generating XML files to output. In such cases, you can send the messages by a separate channel into FireLogger. Error, Notice and Warning levels are sent to FireLogger window automatically. It is also possible to log suppressed exceptions in running application when attention to them is important. + +How to do it? + +- install extension [FireLogger for Chrome](https://chrome.google.com/webstore/detail/firelogger-for-chrome/hmagilfopmdjkeomnjpchokglfdfjfeh) +- turn on Chrome DevTools (using Ctrl-Shift-I key) and open Console + +Navigate to the [demo page](https://examples.nette.org/tracy/) and you will see messages sent from PHP. + +Because Tracy\Debugger communicates with FireLogger via HTTP headers, you must call the logging function before the PHP script sends anything to output. It is also possible to enable output buffering and delay the output. + +```php +use Tracy\Debugger; + +Debugger::fireLog('Hello World'); // send string into FireLogger console + +Debugger::fireLog($_SERVER); // or even arrays and objects + +Debugger::fireLog(new Exception('Test Exception')); // or exceptions +``` + +The result looks like this: + +![FireLogger](https://nette.github.io/tracy/images/tracy-firelogger.png) + + +Custom Logger +------------- + +We can create a custom logger to log errors, uncatched exceptions, and also be called by `Tracy\Debugger::log()`. Logger implements the interface Tracy\ILogger. + +```php +use Tracy\ILogger; + +class SlackLogger implements ILogger +{ + public function log($value, $priority = ILogger::INFO) + { + // sends a request to Slack + } +} +``` + +And then we activate it: + +```php +Tracy\Debugger::setLogger(new SlackLogger); +``` + +If we use the full Nette Framework, we can set it in the NEON configuration file: + +```neon +services: + tracy.logger: SlackLogger +``` + + +nginx +----- + +If Tracy does not work on nginx, it is probably misconfigured. If there is something like + +```nginx +try_files $uri $uri/ /index.php; +``` + +change it to + +```nginx +try_files $uri $uri/ /index.php$is_args$args; +``` + + +Integrations +------------ + +This is a list of unofficial integrations to other frameworks and CMS: + +- [Drupal 7](http://drupal.org/project/traced) +- Laravel framework: [recca0120/laravel-tracy](https://github.com/recca0120/laravel-tracy), [whipsterCZ/laravel-tracy](https://github.com/whipsterCZ/laravel-tracy) +- [OpenCart](https://github.com/BurdaPraha/oc_tracy) +- [ProcessWire CMS/CMF](https://github.com/adrianbj/TracyDebugger) +- [Slim Framework](https://github.com/runcmf/runtracy) +- Symfony framework: [kutny/tracy-bundle](https://github.com/kutny/tracy-bundle), [VasekPurchart/Tracy-Blue-Screen-Bundle](https://github.com/VasekPurchart/Tracy-Blue-Screen-Bundle) +- [Wordpress](https://github.com/ktstudio/WP-Tracy) + +... feel free to be famous, create an integration for your favourite platform! diff --git a/vendor/tracy/tracy/src/Bridges/Nette/Bridge.php b/vendor/tracy/tracy/src/Bridges/Nette/Bridge.php new file mode 100644 index 0000000..f9eeb9a --- /dev/null +++ b/vendor/tracy/tracy/src/Bridges/Nette/Bridge.php @@ -0,0 +1,137 @@ +<?php + +/** + * This file is part of the Tracy (https://tracy.nette.org) + * Copyright (c) 2004 David Grudl (https://davidgrudl.com) + */ + +declare(strict_types=1); + +namespace Tracy\Bridges\Nette; + +use Latte; +use Nette; +use Tracy; +use Tracy\BlueScreen; +use Tracy\Helpers; + + +/** + * Bridge for NEON & Latte. + */ +class Bridge +{ + public static function initialize(): void + { + $blueScreen = Tracy\Debugger::getBlueScreen(); + $blueScreen->addPanel([self::class, 'renderLatteError']); + $blueScreen->addAction([self::class, 'renderLatteUnknownMacro']); + $blueScreen->addAction([self::class, 'renderMemberAccessException']); + $blueScreen->addPanel([self::class, 'renderNeonError']); + } + + + public static function renderLatteError(?\Throwable $e): ?array + { + if ($e instanceof Latte\CompileException && $e->sourceName) { + return [ + 'tab' => 'Template', + 'panel' => (preg_match('#\n|\?#', $e->sourceName) + ? '' + : '<p>' + . (@is_file($e->sourceName) // @ - may trigger error + ? '<b>File:</b> ' . Helpers::editorLink($e->sourceName, $e->sourceLine) + : '<b>' . htmlspecialchars($e->sourceName . ($e->sourceLine ? ':' . $e->sourceLine : '')) . '</b>') + . '</p>') + . '<pre class=code><div>' + . BlueScreen::highlightLine(htmlspecialchars($e->sourceCode, ENT_IGNORE, 'UTF-8'), $e->sourceLine) + . '</div></pre>', + ]; + + } elseif ($e && strpos($file = $e->getFile(), '.latte--')) { + $lines = file($file); + if (preg_match('#// source: (\S+\.latte)#', $lines[1], $m) && @is_file($m[1])) { // @ - may trigger error + $templateFile = $m[1]; + $templateLine = $e->getLine() && preg_match('#/\* line (\d+) \*/#', $lines[$e->getLine() - 1], $m) ? (int) $m[1] : 0; + return [ + 'tab' => 'Template', + 'panel' => '<p><b>File:</b> ' . Helpers::editorLink($templateFile, $templateLine) . '</p>' + . ($templateLine === null + ? '' + : BlueScreen::highlightFile($templateFile, $templateLine)), + ]; + } + } + return null; + } + + + public static function renderLatteUnknownMacro(?\Throwable $e): ?array + { + if ( + $e instanceof Latte\CompileException + && $e->sourceName + && @is_file($e->sourceName) // @ - may trigger error + && (preg_match('#Unknown macro (\{\w+)\}, did you mean (\{\w+)\}\?#A', $e->getMessage(), $m) + || preg_match('#Unknown attribute (n:\w+), did you mean (n:\w+)\?#A', $e->getMessage(), $m)) + ) { + return [ + 'link' => Helpers::editorUri($e->sourceName, $e->sourceLine, 'fix', $m[1], $m[2]), + 'label' => 'fix it', + ]; + } + return null; + } + + + public static function renderMemberAccessException(?\Throwable $e): ?array + { + if (!$e instanceof Nette\MemberAccessException && !$e instanceof \LogicException) { + return null; + } + $loc = $e->getTrace()[$e instanceof Nette\MemberAccessException ? 1 : 0]; + if (preg_match('#Cannot (?:read|write to) an undeclared property .+::\$(\w+), did you mean \$(\w+)\?#A', $e->getMessage(), $m)) { + return [ + 'link' => Helpers::editorUri($loc['file'], $loc['line'], 'fix', '->' . $m[1], '->' . $m[2]), + 'label' => 'fix it', + ]; + } elseif (preg_match('#Call to undefined (static )?method .+::(\w+)\(\), did you mean (\w+)\(\)?#A', $e->getMessage(), $m)) { + $operator = $m[1] ? '::' : '->'; + return [ + 'link' => Helpers::editorUri($loc['file'], $loc['line'], 'fix', $operator . $m[2] . '(', $operator . $m[3] . '('), + 'label' => 'fix it', + ]; + } + return null; + } + + + public static function renderNeonError(?\Throwable $e): ?array + { + if ( + $e instanceof Nette\Neon\Exception + && preg_match('#line (\d+)#', $e->getMessage(), $m) + && ($trace = Helpers::findTrace($e->getTrace(), [Nette\Neon\Decoder::class, 'decode'])) + ) { + return [ + 'tab' => 'NEON', + 'panel' => ($trace2 = Helpers::findTrace($e->getTrace(), [Nette\DI\Config\Adapters\NeonAdapter::class, 'load'])) + ? '<p><b>File:</b> ' . Helpers::editorLink($trace2['args'][0], (int) $m[1]) . '</p>' + . self::highlightNeon(file_get_contents($trace2['args'][0]), (int) $m[1]) + : self::highlightNeon($trace['args'][0], (int) $m[1]), + ]; + } + return null; + } + + + private static function highlightNeon(string $code, int $line): string + { + $code = htmlspecialchars($code, ENT_IGNORE, 'UTF-8'); + $code = str_replace(' ', "<span class='tracy-dump-whitespace'>·</span>", $code); + $code = str_replace("\t", "<span class='tracy-dump-whitespace'>→ </span>", $code); + return '<pre class=code><div>' + . BlueScreen::highlightLine($code, $line) + . '</div></pre>'; + } +} diff --git a/vendor/tracy/tracy/src/Bridges/Nette/MailSender.php b/vendor/tracy/tracy/src/Bridges/Nette/MailSender.php new file mode 100644 index 0000000..53dde00 --- /dev/null +++ b/vendor/tracy/tracy/src/Bridges/Nette/MailSender.php @@ -0,0 +1,57 @@ +<?php + +/** + * This file is part of the Tracy (https://tracy.nette.org) + * Copyright (c) 2004 David Grudl (https://davidgrudl.com) + */ + +declare(strict_types=1); + +namespace Tracy\Bridges\Nette; + +use Nette; +use Tracy; + + +/** + * Tracy logger bridge for Nette Mail. + */ +class MailSender +{ + use Nette\SmartObject; + + /** @var Nette\Mail\IMailer */ + private $mailer; + + /** @var string|null sender of email notifications */ + private $fromEmail; + + + public function __construct(Nette\Mail\IMailer $mailer, string $fromEmail = null) + { + $this->mailer = $mailer; + $this->fromEmail = $fromEmail; + } + + + /** + * @param mixed $message + */ + public function send($message, string $email): void + { + $host = preg_replace('#[^\w.-]+#', '', $_SERVER['SERVER_NAME'] ?? php_uname('n')); + + $mail = new Nette\Mail\Message; + $mail->setHeader('X-Mailer', 'Tracy'); + if ($this->fromEmail || Nette\Utils\Validators::isEmail("noreply@$host")) { + $mail->setFrom($this->fromEmail ?: "noreply@$host"); + } + foreach (explode(',', $email) as $item) { + $mail->addTo(trim($item)); + } + $mail->setSubject('PHP: An error occurred on the server ' . $host); + $mail->setBody(Tracy\Logger::formatMessage($message) . "\n\nsource: " . Tracy\Helpers::getSource()); + + $this->mailer->send($mail); + } +} diff --git a/vendor/tracy/tracy/src/Bridges/Nette/TracyExtension.php b/vendor/tracy/tracy/src/Bridges/Nette/TracyExtension.php new file mode 100644 index 0000000..38f5d23 --- /dev/null +++ b/vendor/tracy/tracy/src/Bridges/Nette/TracyExtension.php @@ -0,0 +1,153 @@ +<?php + +/** + * This file is part of the Tracy (https://tracy.nette.org) + * Copyright (c) 2004 David Grudl (https://davidgrudl.com) + */ + +declare(strict_types=1); + +namespace Tracy\Bridges\Nette; + +use Nette; +use Nette\Schema\Expect; +use Tracy; + + +/** + * Tracy extension for Nette DI. + */ +class TracyExtension extends Nette\DI\CompilerExtension +{ + /** @var bool */ + private $debugMode; + + /** @var bool */ + private $cliMode; + + + public function __construct(bool $debugMode = false, bool $cliMode = false) + { + $this->debugMode = $debugMode; + $this->cliMode = $cliMode; + } + + + public function getConfigSchema(): Nette\Schema\Schema + { + return Expect::structure([ + 'email' => Expect::anyOf(Expect::email(), Expect::listOf('email'))->dynamic(), + 'fromEmail' => Expect::email()->dynamic(), + 'logSeverity' => Expect::anyOf(Expect::scalar(), Expect::listOf('scalar')), + 'editor' => Expect::string()->dynamic(), + 'browser' => Expect::string()->dynamic(), + 'errorTemplate' => Expect::string()->dynamic(), + 'strictMode' => Expect::bool()->dynamic(), + 'showBar' => Expect::bool()->dynamic(), + 'maxLength' => Expect::int()->dynamic(), + 'maxDepth' => Expect::int()->dynamic(), + 'keysToHide' => Expect::array(null)->dynamic(), + 'dumpTheme' => Expect::string()->dynamic(), + 'showLocation' => Expect::bool()->dynamic(), + 'scream' => Expect::bool()->dynamic(), + 'bar' => Expect::listOf('string|Nette\DI\Definitions\Statement'), + 'blueScreen' => Expect::listOf('callable'), + 'editorMapping' => Expect::arrayOf('string')->dynamic()->default(null), + 'netteMailer' => Expect::bool(true), + ]); + } + + + public function loadConfiguration() + { + $builder = $this->getContainerBuilder(); + + $builder->addDefinition($this->prefix('logger')) + ->setClass(Tracy\ILogger::class) + ->setFactory([Tracy\Debugger::class, 'getLogger']); + + $builder->addDefinition($this->prefix('blueScreen')) + ->setFactory([Tracy\Debugger::class, 'getBlueScreen']); + + $builder->addDefinition($this->prefix('bar')) + ->setFactory([Tracy\Debugger::class, 'getBar']); + } + + + public function afterCompile(Nette\PhpGenerator\ClassType $class) + { + $initialize = $this->initialization ?? new Nette\PhpGenerator\Closure; + $initialize->addBody('if (!Tracy\Debugger::isEnabled()) { return; }'); + + $builder = $this->getContainerBuilder(); + + $options = (array) $this->config; + unset($options['bar'], $options['blueScreen'], $options['netteMailer']); + if (isset($options['logSeverity'])) { + $res = 0; + foreach ((array) $options['logSeverity'] as $level) { + $res |= is_int($level) ? $level : constant($level); + } + $options['logSeverity'] = $res; + } + foreach ($options as $key => $value) { + if ($value !== null) { + static $tbl = [ + 'keysToHide' => 'array_push(Tracy\Debugger::getBlueScreen()->keysToHide, ... ?)', + 'fromEmail' => 'Tracy\Debugger::getLogger()->fromEmail = ?', + ]; + $initialize->addBody($builder->formatPhp( + ($tbl[$key] ?? 'Tracy\Debugger::$' . $key . ' = ?') . ';', + Nette\DI\Helpers::filterArguments([$value]) + )); + } + } + + $logger = $builder->getDefinition($this->prefix('logger')); + if ( + !$logger instanceof Nette\DI\ServiceDefinition + || $logger->getFactory()->getEntity() !== [Tracy\Debugger::class, 'getLogger'] + ) { + $initialize->addBody($builder->formatPhp('Tracy\Debugger::setLogger(?);', [$logger])); + } + if ($this->config->netteMailer && $builder->getByType(Nette\Mail\IMailer::class)) { + $initialize->addBody($builder->formatPhp('Tracy\Debugger::getLogger()->mailer = ?;', [ + [new Nette\DI\Statement(Tracy\Bridges\Nette\MailSender::class, ['fromEmail' => $this->config->fromEmail]), 'send'], + ])); + } + + if ($this->debugMode) { + foreach ($this->config->bar as $item) { + if (is_string($item) && substr($item, 0, 1) === '@') { + $item = new Nette\DI\Statement(['@' . $builder::THIS_CONTAINER, 'getService'], [substr($item, 1)]); + } elseif (is_string($item)) { + $item = new Nette\DI\Statement($item); + } + $initialize->addBody($builder->formatPhp( + '$this->getService(?)->addPanel(?);', + Nette\DI\Helpers::filterArguments([$this->prefix('bar'), $item]) + )); + } + + if (!$this->cliMode && ($name = $builder->getByType(Nette\Http\Session::class))) { + $initialize->addBody('$this->getService(?)->start();', [$name]); + $initialize->addBody('Tracy\Debugger::dispatch();'); + } + } + + foreach ($this->config->blueScreen as $item) { + $initialize->addBody($builder->formatPhp( + '$this->getService(?)->addPanel(?);', + Nette\DI\Helpers::filterArguments([$this->prefix('blueScreen'), $item]) + )); + } + + if (empty($this->initialization)) { + $class->getMethod('initialize')->addBody("($initialize)();"); + } + + if (($dir = Tracy\Debugger::$logDirectory) && !is_writable($dir)) { + throw new Nette\InvalidStateException("Make directory '$dir' writable."); + } + } +} diff --git a/vendor/tracy/tracy/src/Bridges/Psr/PsrToTracyLoggerAdapter.php b/vendor/tracy/tracy/src/Bridges/Psr/PsrToTracyLoggerAdapter.php new file mode 100644 index 0000000..3feedd6 --- /dev/null +++ b/vendor/tracy/tracy/src/Bridges/Psr/PsrToTracyLoggerAdapter.php @@ -0,0 +1,62 @@ +<?php + +/** + * This file is part of the Tracy (https://tracy.nette.org) + * Copyright (c) 2004 David Grudl (https://davidgrudl.com) + */ + +declare(strict_types=1); + +namespace Tracy\Bridges\Psr; + +use Psr; +use Tracy; + + +/** + * Psr\Log\LoggerInterface to Tracy\ILogger adapter. + */ +class PsrToTracyLoggerAdapter implements Tracy\ILogger +{ + /** Tracy logger level to PSR-3 log level mapping */ + private const LEVEL_MAP = [ + Tracy\ILogger::DEBUG => Psr\Log\LogLevel::DEBUG, + Tracy\ILogger::INFO => Psr\Log\LogLevel::INFO, + Tracy\ILogger::WARNING => Psr\Log\LogLevel::WARNING, + Tracy\ILogger::ERROR => Psr\Log\LogLevel::ERROR, + Tracy\ILogger::EXCEPTION => Psr\Log\LogLevel::ERROR, + Tracy\ILogger::CRITICAL => Psr\Log\LogLevel::CRITICAL, + ]; + + /** @var Psr\Log\LoggerInterface */ + private $psrLogger; + + + public function __construct(Psr\Log\LoggerInterface $psrLogger) + { + $this->psrLogger = $psrLogger; + } + + + public function log($value, $level = self::INFO) + { + if ($value instanceof \Throwable) { + $message = Tracy\Helpers::getClass($value) . ': ' . $value->getMessage() . ($value->getCode() ? ' #' . $value->getCode() : '') . ' in ' . $value->getFile() . ':' . $value->getLine(); + $context = ['exception' => $value]; + + } elseif (!is_string($value)) { + $message = trim(Tracy\Dumper::toText($value)); + $context = []; + + } else { + $message = $value; + $context = []; + } + + $this->psrLogger->log( + self::LEVEL_MAP[$level] ?? Psr\Log\LogLevel::ERROR, + $message, + $context + ); + } +} diff --git a/vendor/tracy/tracy/src/Bridges/Psr/TracyToPsrLoggerAdapter.php b/vendor/tracy/tracy/src/Bridges/Psr/TracyToPsrLoggerAdapter.php new file mode 100644 index 0000000..32d5747 --- /dev/null +++ b/vendor/tracy/tracy/src/Bridges/Psr/TracyToPsrLoggerAdapter.php @@ -0,0 +1,61 @@ +<?php + +/** + * This file is part of the Tracy (https://tracy.nette.org) + * Copyright (c) 2004 David Grudl (https://davidgrudl.com) + */ + +declare(strict_types=1); + +namespace Tracy\Bridges\Psr; + +use Psr; +use Tracy; + + +/** + * Tracy\ILogger to Psr\Log\LoggerInterface adapter. + */ +class TracyToPsrLoggerAdapter extends Psr\Log\AbstractLogger +{ + /** PSR-3 log level to Tracy logger level mapping */ + private const LEVEL_MAP = [ + Psr\Log\LogLevel::EMERGENCY => Tracy\ILogger::CRITICAL, + Psr\Log\LogLevel::ALERT => Tracy\ILogger::CRITICAL, + Psr\Log\LogLevel::CRITICAL => Tracy\ILogger::CRITICAL, + Psr\Log\LogLevel::ERROR => Tracy\ILogger::ERROR, + Psr\Log\LogLevel::WARNING => Tracy\ILogger::WARNING, + Psr\Log\LogLevel::NOTICE => Tracy\ILogger::WARNING, + Psr\Log\LogLevel::INFO => Tracy\ILogger::INFO, + Psr\Log\LogLevel::DEBUG => Tracy\ILogger::DEBUG, + ]; + + /** @var Tracy\ILogger */ + private $tracyLogger; + + + public function __construct(Tracy\ILogger $tracyLogger) + { + $this->tracyLogger = $tracyLogger; + } + + + public function log($level, $message, array $context = []) + { + $level = self::LEVEL_MAP[$level] ?? Tracy\ILogger::ERROR; + + if (isset($context['exception']) && $context['exception'] instanceof \Throwable) { + $this->tracyLogger->log($context['exception'], $level); + unset($context['exception']); + } + + if ($context) { + $message = [ + 'message' => $message, + 'context' => $context, + ]; + } + + $this->tracyLogger->log($message, $level); + } +} diff --git a/vendor/tracy/tracy/src/Tracy/Bar/Bar.php b/vendor/tracy/tracy/src/Tracy/Bar/Bar.php new file mode 100644 index 0000000..8c6cbe7 --- /dev/null +++ b/vendor/tracy/tracy/src/Tracy/Bar/Bar.php @@ -0,0 +1,246 @@ +<?php + +/** + * This file is part of the Tracy (https://tracy.nette.org) + * Copyright (c) 2004 David Grudl (https://davidgrudl.com) + */ + +declare(strict_types=1); + +namespace Tracy; + + +/** + * Debug Bar. + */ +class Bar +{ + /** @var IBarPanel[] */ + private $panels = []; + + /** @var bool initialized by dispatchAssets() */ + private $useSession = false; + + /** @var string|null generated by renderLoader() */ + private $contentId; + + + /** + * Add custom panel. + * @return static + */ + public function addPanel(IBarPanel $panel, string $id = null): self + { + if ($id === null) { + $c = 0; + do { + $id = get_class($panel) . ($c++ ? "-$c" : ''); + } while (isset($this->panels[$id])); + } + $this->panels[$id] = $panel; + return $this; + } + + + /** + * Returns panel with given id + */ + public function getPanel(string $id): ?IBarPanel + { + return $this->panels[$id] ?? null; + } + + + /** + * Renders loading <script> + * @internal + */ + public function renderLoader(): void + { + if (!$this->useSession) { + throw new \LogicException('Start session before Tracy is enabled.'); + } + $contentId = $this->contentId = $this->contentId ?: substr(md5(uniqid('', true)), 0, 10); + $nonce = Helpers::getNonce(); + $async = true; + require __DIR__ . '/assets/loader.phtml'; + } + + + /** + * Renders debug bar. + */ + public function render(): void + { + $useSession = $this->useSession && session_status() === PHP_SESSION_ACTIVE; + $redirectQueue = &$_SESSION['_tracy']['redirect']; + + foreach (['bar', 'redirect', 'bluescreen'] as $key) { + $queue = &$_SESSION['_tracy'][$key]; + $queue = array_slice((array) $queue, -10, null, true); + $queue = array_filter($queue, function ($item) { + return isset($item['time']) && $item['time'] > time() - 60; + }); + } + + if (Helpers::isAjax()) { + if ($useSession) { + $contentId = $_SERVER['HTTP_X_TRACY_AJAX']; + $_SESSION['_tracy']['bar'][$contentId] = ['content' => $this->renderHtml('ajax', '-ajax:' . $contentId), 'time' => time()]; + } + + } elseif (preg_match('#^Location:#im', implode("\n", headers_list()))) { // redirect + if ($useSession) { + $redirectQueue[] = ['content' => $this->renderHtml('redirect', '-r' . count($redirectQueue)), 'time' => time()]; + } + + } elseif (Helpers::isHtmlMode()) { + $content = $this->renderHtml('main'); + + foreach (array_reverse((array) $redirectQueue) as $item) { + $content['bar'] .= $item['content']['bar']; + $content['panels'] .= $item['content']['panels']; + } + $redirectQueue = null; + + $content = '<div id=tracy-debug-bar>' . $content['bar'] . '</div>' . $content['panels']; + + if ($this->contentId) { + $_SESSION['_tracy']['bar'][$this->contentId] = ['content' => $content, 'time' => time()]; + } else { + $contentId = substr(md5(uniqid('', true)), 0, 10); + $nonce = Helpers::getNonce(); + $async = false; + require __DIR__ . '/assets/loader.phtml'; + } + } + } + + + private function renderHtml(string $type, string $suffix = ''): array + { + $panels = $this->renderPanels($suffix); + + return [ + 'bar' => Helpers::capture(function () use ($type, $panels) { + require __DIR__ . '/assets/bar.phtml'; + }), + 'panels' => Helpers::capture(function () use ($type, $panels) { + require __DIR__ . '/assets/panels.phtml'; + }), + ]; + } + + + private function renderPanels(string $suffix = ''): array + { + set_error_handler(function (int $severity, string $message, string $file, int $line) { + if (error_reporting() & $severity) { + throw new \ErrorException($message, 0, $severity, $file, $line); + } + }); + + $obLevel = ob_get_level(); + $panels = []; + + foreach ($this->panels as $id => $panel) { + $idHtml = preg_replace('#[^a-z0-9]+#i', '-', $id) . $suffix; + try { + $tab = (string) $panel->getTab(); + $panelHtml = $tab ? $panel->getPanel() : null; + + } catch (\Throwable $e) { + while (ob_get_level() > $obLevel) { // restore ob-level if broken + ob_end_clean(); + } + $idHtml = "error-$idHtml"; + $tab = "Error in $id"; + $panelHtml = "<h1>Error: $id</h1><div class='tracy-inner'>" . nl2br(Helpers::escapeHtml($e)) . '</div>'; + unset($e); + } + $panels[] = (object) ['id' => $idHtml, 'tab' => $tab, 'panel' => $panelHtml]; + } + + restore_error_handler(); + return $panels; + } + + + /** + * Renders debug bar assets. + * @internal + */ + public function dispatchAssets(): bool + { + $asset = $_GET['_tracy_bar'] ?? null; + if ($asset === 'js') { + header('Content-Type: application/javascript; charset=UTF-8'); + header('Cache-Control: max-age=864000'); + header_remove('Pragma'); + header_remove('Set-Cookie'); + $this->renderAssets(); + return true; + } + + $this->useSession = session_status() === PHP_SESSION_ACTIVE; + + if ($this->useSession && Helpers::isAjax()) { + header('X-Tracy-Ajax: 1'); // session must be already locked + } + + if ($this->useSession && is_string($asset) && preg_match('#^content(-ajax)?\.(\w+)$#', $asset, $m)) { + $session = &$_SESSION['_tracy']['bar'][$m[2]]; + header('Content-Type: application/javascript; charset=UTF-8'); + header('Cache-Control: max-age=60'); + header_remove('Set-Cookie'); + if (!$m[1]) { + $this->renderAssets(); + } + if ($session) { + $method = $m[1] ? 'loadAjax' : 'init'; + echo "Tracy.Debug.$method(", json_encode($session['content'], JSON_UNESCAPED_SLASHES | JSON_UNESCAPED_UNICODE | JSON_INVALID_UTF8_SUBSTITUTE), ');'; + $session = null; + } + $session = &$_SESSION['_tracy']['bluescreen'][$m[2]]; + if ($session) { + echo 'Tracy.BlueScreen.loadAjax(', json_encode($session['content'], JSON_UNESCAPED_SLASHES | JSON_UNESCAPED_UNICODE | JSON_INVALID_UTF8_SUBSTITUTE), ');'; + $session = null; + } + return true; + } + + return false; + } + + + private function renderAssets(): void + { + $css = array_map('file_get_contents', array_merge([ + __DIR__ . '/assets/bar.css', + __DIR__ . '/../Toggle/toggle.css', + __DIR__ . '/../TableSort/table-sort.css', + __DIR__ . '/../Dumper/assets/dumper-light.css', + __DIR__ . '/../Dumper/assets/dumper-dark.css', + __DIR__ . '/../BlueScreen/assets/bluescreen.css', + ], Debugger::$customCssFiles)); + + echo +"'use strict'; +(function(){ + var el = document.createElement('style'); + el.setAttribute('nonce', document.currentScript.getAttribute('nonce') || document.currentScript.nonce); + el.className='tracy-debug'; + el.textContent=" . json_encode(Helpers::minifyCss(implode($css))) . "; + document.head.appendChild(el);}) +();\n"; + + array_map(function ($file) { echo '(function() {', file_get_contents($file), '})();'; }, [ + __DIR__ . '/assets/bar.js', + __DIR__ . '/../Toggle/toggle.js', + __DIR__ . '/../TableSort/table-sort.js', + __DIR__ . '/../Dumper/assets/dumper.js', + __DIR__ . '/../BlueScreen/assets/bluescreen.js', + ]); + array_map('readfile', Debugger::$customJsFiles); + } +} diff --git a/vendor/tracy/tracy/src/Tracy/Bar/DefaultBarPanel.php b/vendor/tracy/tracy/src/Tracy/Bar/DefaultBarPanel.php new file mode 100644 index 0000000..3c7403b --- /dev/null +++ b/vendor/tracy/tracy/src/Tracy/Bar/DefaultBarPanel.php @@ -0,0 +1,54 @@ +<?php + +/** + * This file is part of the Tracy (https://tracy.nette.org) + * Copyright (c) 2004 David Grudl (https://davidgrudl.com) + */ + +declare(strict_types=1); + +namespace Tracy; + + +/** + * IBarPanel implementation helper. + * @internal + */ +class DefaultBarPanel implements IBarPanel +{ + public $data; + + private $id; + + + public function __construct(string $id) + { + $this->id = $id; + } + + + /** + * Renders HTML code for custom tab. + */ + public function getTab(): string + { + return Helpers::capture(function () { + $data = $this->data; + require __DIR__ . "/panels/{$this->id}.tab.phtml"; + }); + } + + + /** + * Renders HTML code for custom panel. + */ + public function getPanel(): string + { + return Helpers::capture(function () { + if (is_file(__DIR__ . "/panels/{$this->id}.panel.phtml")) { + $data = $this->data; + require __DIR__ . "/panels/{$this->id}.panel.phtml"; + } + }); + } +} diff --git a/vendor/tracy/tracy/src/Tracy/Bar/IBarPanel.php b/vendor/tracy/tracy/src/Tracy/Bar/IBarPanel.php new file mode 100644 index 0000000..f162d66 --- /dev/null +++ b/vendor/tracy/tracy/src/Tracy/Bar/IBarPanel.php @@ -0,0 +1,29 @@ +<?php + +/** + * This file is part of the Tracy (https://tracy.nette.org) + * Copyright (c) 2004 David Grudl (https://davidgrudl.com) + */ + +declare(strict_types=1); + +namespace Tracy; + + +/** + * Custom output for Debugger. + */ +interface IBarPanel +{ + /** + * Renders HTML code for custom tab. + * @return string + */ + function getTab(); + + /** + * Renders HTML code for custom panel. + * @return string + */ + function getPanel(); +} diff --git a/vendor/tracy/tracy/src/Tracy/Bar/assets/bar.css b/vendor/tracy/tracy/src/Tracy/Bar/assets/bar.css new file mode 100644 index 0000000..ea1d132 --- /dev/null +++ b/vendor/tracy/tracy/src/Tracy/Bar/assets/bar.css @@ -0,0 +1,515 @@ +/** + * This file is part of the Tracy (https://tracy.nette.org) + */ + +/* common styles */ +#tracy-debug, +#tracy-debug * { + font: inherit; + line-height: inherit; + color: inherit; + background: transparent; + margin: 0; + padding: 0; + border: none; + text-align: inherit; + list-style: inherit; + opacity: 1; + border-radius: 0; + box-shadow: none; + text-shadow: none; + box-sizing: border-box; + text-decoration: none; + text-transform: inherit; + white-space: inherit; + float: none; + clear: none; + max-width: initial; + min-width: initial; + max-height: initial; + min-height: initial; +} + +#tracy-debug *:not(svg):not(img):not(table) { + width: initial; + height: initial; +} + +#tracy-debug:before, +#tracy-debug:after, +#tracy-debug *:before, +#tracy-debug *:after { + all: unset; +} + +#tracy-debug { + display: none; + direction: ltr; +} + +body#tracy-debug { /* in popup window */ + display: block; +} + +#tracy-debug:not(body) { + position: absolute; + left: 0; + top: 0; +} + +#tracy-debug b, +#tracy-debug strong { + font-weight: bold; +} + +#tracy-debug small { + font-size: smaller; +} + +#tracy-debug i, +#tracy-debug em { + font-style: italic; +} + +#tracy-debug a { + color: #125EAE; + text-decoration: none; +} + +#tracy-debug a:hover, +#tracy-debug a:focus { + background-color: #125EAE; + color: white; +} + +#tracy-debug h2, +#tracy-debug h3, +#tracy-debug p { + margin: .4em 0; +} + +#tracy-debug table { + border-collapse: collapse; + background: #FDF5CE; + width: 100%; +} + +#tracy-debug tr:nth-child(2n) td { + background: rgba(0, 0, 0, 0.02); +} + +#tracy-debug td, +#tracy-debug th { + border: 1px solid #E6DFBF; + padding: 2px 5px; + vertical-align: top; + text-align: left; +} + +#tracy-debug th { + background: #F4F3F1; + color: #655E5E; + font-size: 90%; + font-weight: bold; +} + +/* TableSort */ +#tracy-debug .tracy-sortable > :first-child > tr:first-child > * { + position: relative; +} + +#tracy-debug .tracy-sortable > :first-child > tr:first-child > *:hover:before { + position: absolute; + right: .3em; + content: "\21C5"; + opacity: .4; + font-weight: normal; +} + +#tracy-debug pre, +#tracy-debug code { + font: 9pt/1.5 Consolas, monospace; +} + +#tracy-debug pre { + white-space: pre; +} + +#tracy-debug table .tracy-right { + text-align: right; +} + +#tracy-debug svg { + display: inline; +} + + +/* bar */ +#tracy-debug-bar { + font: normal normal 13px/1.55 Tahoma, sans-serif; + color: #333; + border: 1px solid #c9c9c9; + background: #EDEAE0 url('data:image/png;base64,R0lGODlhAQAUALMAAOzq4e/t5e7s4/Dt5vDu5e3r4vDu5uvp4O/t5AAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAAAAAAALAAAAAABABQAAAQM0EgySEAYi1LA+UcEADs=') top; + background-size: 1em; + position: fixed; + + min-width: 50px; + white-space: nowrap; + + z-index: 30000; + opacity: .9; + transition: opacity 0.2s; + will-change: opacity, top, left; + + border-radius: 3px; + box-shadow: 1px 1px 10px rgba(0, 0, 0, .15); +} + +#tracy-debug-bar:hover { + opacity: 1; + transition: opacity 0.1s; +} + +#tracy-debug-bar .tracy-row { + list-style: none none; + display: flex; +} + +#tracy-debug-bar .tracy-row:not(:first-child) { + background: #d5d2c6; + opacity: .8; +} + +#tracy-debug-bar .tracy-row[data-tracy-group="ajax"] { + animation: tracy-row-flash .2s ease; +} + +@keyframes tracy-row-flash { + 0% { + background: #c9c0a0; + } +} + +#tracy-debug-bar .tracy-row:not(:first-child) li:first-child { + width: 4.1em; + text-align: center; +} + +#tracy-debug-bar img { + vertical-align: bottom; + position: relative; + top: -2px; +} + +#tracy-debug-bar svg { + vertical-align: bottom; + width: 1.23em; + height: 1.55em; +} + +#tracy-debug-bar .tracy-label { + margin-left: .2em; +} + +#tracy-debug-bar li > a, +#tracy-debug-bar li > span { + color: #000; + display: block; + padding: 0 .4em; +} + +#tracy-debug-bar li > a:hover { + color: black; + background: #c3c1b8; +} + +#tracy-debug-bar li:first-child { + cursor: move; +} + +#tracy-debug-logo svg { + width: 3.4em; + margin: 0 .2em 0 .5em; +} + + +/* panels */ +#tracy-debug .tracy-panel { + display: none; + font: normal normal 12px/1.5 sans-serif; + background: white; + color: #333; + text-align: left; +} + +body#tracy-debug .tracy-panel { /* in popup window */ + display: block; +} + +#tracy-debug h1 { + font: normal normal 23px/1.4 Tahoma, sans-serif; + color: #575753; + margin: -5px -5px 5px; + padding: 0 5px 0 5px; + word-wrap: break-word; +} + +#tracy-debug .tracy-inner { + overflow: auto; + flex: 1; +} + +#tracy-debug .tracy-panel .tracy-icons { + display: none; +} + +#tracy-debug .tracy-panel-ajax h1::after, +#tracy-debug .tracy-panel-redirect h1::after { + content: 'ajax'; + float: right; + font-size: 65%; + margin: 0 .3em; +} + +#tracy-debug .tracy-panel-redirect h1::after { + content: 'redirect'; +} + +#tracy-debug .tracy-mode-peek, +#tracy-debug .tracy-mode-float { + position: fixed; + flex-direction: column; + padding: 10px; + min-width: 200px; + min-height: 80px; + border-radius: 5px; + box-shadow: 1px 1px 20px rgba(102, 102, 102, 0.36); + border: 1px solid rgba(0, 0, 0, 0.1); +} + +#tracy-debug .tracy-mode-peek, +#tracy-debug .tracy-mode-float:not(.tracy-panel-resized) { + max-width: 700px; + max-height: 500px; +} + +@media (max-height: 555px) { + #tracy-debug .tracy-mode-peek, + #tracy-debug .tracy-mode-float:not(.tracy-panel-resized) { + max-height: 100vh; + } +} + +#tracy-debug .tracy-mode-peek h1 { + cursor: move; +} + +#tracy-debug .tracy-mode-float { + display: flex; + opacity: .95; + transition: opacity 0.2s; + will-change: opacity, top, left; + overflow: auto; + resize: both; +} + +#tracy-debug .tracy-focused { + display: flex; + opacity: 1; + transition: opacity 0.1s; +} + +#tracy-debug .tracy-mode-float h1 { + cursor: move; + padding-right: 25px; +} + +#tracy-debug .tracy-mode-float .tracy-icons { + display: block; + position: absolute; + top: 0; + right: 5px; + font-size: 18px; +} + +#tracy-debug .tracy-mode-window { + padding: 10px; +} + +#tracy-debug .tracy-icons a { + color: #575753; +} + +#tracy-debug .tracy-icons a:hover { + color: white; +} + + +#tracy-debug .tracy-inner-container { + min-width: 100%; + float: left; +} + + +/* dump */ +#tracy-debug .tracy-dump div { + padding-left: 3ex; +} + +#tracy-debug .tracy-dump div div { + border-left: 1px solid rgba(0, 0, 0, .1); + margin-left: .5ex; +} + +#tracy-debug .tracy-dump div div:hover { + border-left-color: rgba(0, 0, 0, .25); +} + +#tracy-debug .tracy-dump { + background: #FDF5CE; + padding: .4em .7em; + border: 1px dotted silver; + overflow: auto; +} + +#tracy-debug table .tracy-dump { + padding: 0; + margin: 0; + border: none; +} + +#tracy-debug .tracy-dump-location { + color: gray; + font-size: 80%; + text-decoration: none; + background: none; + opacity: .5; + float: right; + cursor: pointer; +} + +#tracy-debug .tracy-dump-location:hover, +#tracy-debug .tracy-dump-location:focus { + color: gray; + background: none; + opacity: 1; +} + +#tracy-debug .tracy-dump-array, +#tracy-debug .tracy-dump-object { + color: #C22; +} + +#tracy-debug .tracy-dump-string { + color: #35D; + white-space: break-spaces; +} + +#tracy-debug div.tracy-dump-string { + position: relative; + padding-left: 3.5ex; +} + +#tracy-debug .tracy-dump-lq { + margin-left: calc(-1ex - 1px); +} + +#tracy-debug div.tracy-dump-string:before { + content: ''; + position: absolute; + left: calc(3ex - 1px); + top: 1.5em; + bottom: 0; + border-left: 1px solid rgba(0, 0, 0, .1); +} + +#tracy-debug .tracy-dump-virtual span, +#tracy-debug .tracy-dump-dynamic span, +#tracy-debug .tracy-dump-string span { + color: rgba(0, 0, 0, 0.5); +} + +#tracy-debug .tracy-dump-virtual i, +#tracy-debug .tracy-dump-dynamic i, +#tracy-debug .tracy-dump-string i { + font-size: 80%; + font-style: normal; + color: rgba(0, 0, 0, 0.5); + user-select: none; +} + +#tracy-debug .tracy-dump-number { + color: #090; +} + +#tracy-debug .tracy-dump-null, +#tracy-debug .tracy-dump-bool { + color: #850; +} + +#tracy-debug .tracy-dump-virtual { + font-style: italic; +} + +#tracy-debug .tracy-dump-public::after { + content: ' pub'; +} + +#tracy-debug .tracy-dump-protected::after { + content: ' pro'; +} + +#tracy-debug .tracy-dump-private::after { + content: ' pri'; +} + +#tracy-debug .tracy-dump-public::after, +#tracy-debug .tracy-dump-protected::after, +#tracy-debug .tracy-dump-private::after, +#tracy-debug .tracy-dump-hash { + font-size: 85%; + color: rgba(0, 0, 0, 0.5); +} + +#tracy-debug .tracy-dump-indent { + display: none; +} + +#tracy-debug .tracy-dump-highlight { + background: #C22; + color: white; + border-radius: 2px; + padding: 0 2px; + margin: 0 -2px; +} + +#tracy-debug span[data-tracy-href] { + border-bottom: 1px dotted rgba(0, 0, 0, .2); +} + + +/* toggle */ +#tracy-debug .tracy-toggle:after { + content: ''; + display: inline-block; + vertical-align: middle; + line-height: 0; + border-top: .6ex solid; + border-right: .6ex solid transparent; + border-left: .6ex solid transparent; + transform: scale(1, 1.5); + margin: 0 .2ex 0 .7ex; + transition: .1s transform; + opacity: .5; +} + +#tracy-debug .tracy-toggle.tracy-collapsed:after { + transform: rotate(-90deg) scale(1, 1.5) translate(.1ex, 0); +} + + +@media print { + #tracy-debug * { + display: none; + } +} diff --git a/vendor/tracy/tracy/src/Tracy/Bar/assets/bar.js b/vendor/tracy/tracy/src/Tracy/Bar/assets/bar.js new file mode 100644 index 0000000..374e4e8 --- /dev/null +++ b/vendor/tracy/tracy/src/Tracy/Bar/assets/bar.js @@ -0,0 +1,695 @@ +/** + * This file is part of the Tracy (https://tracy.nette.org) + */ + +let panelZIndex = 20000, + maxAjaxRows = 3, + autoRefresh = true, + nonce = document.currentScript.getAttribute('nonce') || document.currentScript.nonce, + contentId = document.currentScript.dataset.id, + ajaxCounter = 1, + baseUrl = location.href.split('#')[0]; + +baseUrl += (baseUrl.indexOf('?') < 0 ? '?' : '&'); + +class Panel +{ + constructor(id) { + this.id = id; + this.elem = document.getElementById(this.id); + this.elem.Tracy = this.elem.Tracy || {}; + } + + + init() { + let elem = this.elem; + + this.init = function() {}; + elem.innerHTML = addNonces(elem.dataset.tracyContent); + Tracy.Dumper.init(Debug.layer); + delete elem.dataset.tracyContent; + evalScripts(elem); + + draggable(elem, { + handles: elem.querySelectorAll('h1'), + start: () => { + if (!this.is(Panel.FLOAT)) { + this.toFloat(); + } + this.focus(); + this.peekPosition = false; + } + }); + + elem.addEventListener('mousedown', () => { + this.focus(); + }); + + elem.addEventListener('mouseenter', () => { + clearTimeout(elem.Tracy.displayTimeout); + }); + + elem.addEventListener('mouseleave', () => { + this.blur(); + }); + + elem.addEventListener('mousemove', (e) => { + if (e.buttons && !this.is(Panel.RESIZED) && (elem.style.width || elem.style.height)) { + elem.classList.add(Panel.RESIZED); + } + }); + + elem.addEventListener('tracy-toggle', () => { + this.reposition(); + }); + + elem.querySelectorAll('.tracy-icons a').forEach((link) => { + link.addEventListener('click', (e) => { + if (link.dataset.tracyAction === 'close') { + this.toPeek(); + } else if (link.dataset.tracyAction === 'window') { + this.toWindow(); + } + e.preventDefault(); + e.stopImmediatePropagation(); + }); + }); + + if (this.is('tracy-panel-persist')) { + Tracy.Toggle.persist(elem); + } + } + + + is(mode) { + return this.elem.classList.contains(mode); + } + + + focus() { + let elem = this.elem; + if (this.is(Panel.WINDOW)) { + elem.Tracy.window.focus(); + + } else if (!this.is(Panel.FOCUSED)) { + for (let id in Debug.panels) { + Debug.panels[id].elem.classList.remove(Panel.FOCUSED); + } + elem.classList.add(Panel.FOCUSED); + elem.style.zIndex = panelZIndex + Panel.zIndexCounter++; + } + } + + + blur() { + let elem = this.elem; + if (this.is(Panel.PEEK)) { + clearTimeout(elem.Tracy.displayTimeout); + elem.Tracy.displayTimeout = setTimeout(() => { + elem.classList.remove(Panel.FOCUSED); + }, 50); + } + } + + + toFloat() { + this.elem.classList.remove(Panel.WINDOW); + this.elem.classList.remove(Panel.PEEK); + this.elem.classList.add(Panel.FLOAT); + this.elem.classList.remove(Panel.RESIZED); + this.reposition(); + } + + + toPeek() { + this.elem.classList.remove(Panel.WINDOW); + this.elem.classList.remove(Panel.FLOAT); + this.elem.classList.remove(Panel.FOCUSED); + this.elem.classList.add(Panel.PEEK); + this.elem.style.width = ''; + this.elem.style.height = ''; + this.elem.classList.remove(Panel.RESIZED); + } + + + toWindow() { + let offset = getOffset(this.elem); + offset.left += typeof window.screenLeft === 'number' ? window.screenLeft : (window.screenX + 10); + offset.top += typeof window.screenTop === 'number' ? window.screenTop : (window.screenY + 50); + + let win = window.open('', this.id.replace(/-/g, '_'), 'left=' + offset.left + ',top=' + offset.top + + ',width=' + this.elem.offsetWidth + ',height=' + this.elem.offsetHeight + ',resizable=yes,scrollbars=yes'); + if (!win) { + return false; + } + + let doc = win.document; + doc.write('<!DOCTYPE html><meta charset="utf-8">' + + '<script src="' + (baseUrl.replace(/&/g, '&').replace(/"/g, '"')) + '_tracy_bar=js&XDEBUG_SESSION_STOP=1" onload="Tracy.Dumper.init()" async></script>' + + '<body id="tracy-debug">' + ); + doc.body.innerHTML = '<div class="tracy-panel tracy-mode-window" id="' + this.elem.id + '">' + this.elem.innerHTML + '</div>'; + evalScripts(doc.body); + if (this.elem.querySelector('h1')) { + doc.title = this.elem.querySelector('h1').textContent; + } + + win.addEventListener('beforeunload', () => { + this.toPeek(); + win.close(); // forces closing, can be invoked by F5 + }); + + doc.addEventListener('keyup', (e) => { + if (e.keyCode === 27 && !e.shiftKey && !e.altKey && !e.ctrlKey && !e.metaKey) { + win.close(); + } + }); + + this.elem.classList.remove(Panel.FLOAT); + this.elem.classList.remove(Panel.PEEK); + this.elem.classList.remove(Panel.FOCUSED); + this.elem.classList.remove(Panel.RESIZED); + this.elem.classList.add(Panel.WINDOW); + this.elem.Tracy.window = win; + return true; + } + + + reposition(deltaX, deltaY) { + let pos = getPosition(this.elem); + if (pos.width) { // is visible? + setPosition(this.elem, {left: pos.left + (deltaX || 0), top: pos.top + (deltaY || 0)}); + if (this.is(Panel.RESIZED)) { + let size = getWindowSize(); + this.elem.style.width = Math.min(size.width, pos.width) + 'px'; + this.elem.style.height = Math.min(size.height, pos.height) + 'px'; + } + } + } + + + savePosition() { + let key = this.id.split(':')[0]; // remove :contentId part + let pos = getPosition(this.elem); + if (this.is(Panel.WINDOW)) { + localStorage.setItem(key, JSON.stringify({window: true})); + } else if (pos.width) { // is visible? + localStorage.setItem(key, JSON.stringify({right: pos.right, bottom: pos.bottom, width: pos.width, height: pos.height, zIndex: this.elem.style.zIndex - panelZIndex, resized: this.is(Panel.RESIZED)})); + } else { + localStorage.removeItem(key); + } + } + + + restorePosition() { + let key = this.id.split(':')[0]; + let pos = JSON.parse(localStorage.getItem(key)); + if (!pos) { + this.elem.classList.add(Panel.PEEK); + } else if (pos.window) { + this.init(); + this.toWindow() || this.toFloat(); + } else if (this.elem.dataset.tracyContent) { + this.init(); + this.toFloat(); + if (pos.resized) { + this.elem.classList.add(Panel.RESIZED); + this.elem.style.width = pos.width + 'px'; + this.elem.style.height = pos.height + 'px'; + } + setPosition(this.elem, pos); + this.elem.style.zIndex = panelZIndex + (pos.zIndex || 1); + Panel.zIndexCounter = Math.max(Panel.zIndexCounter, (pos.zIndex || 1)) + 1; + } + } +} + +Panel.PEEK = 'tracy-mode-peek'; +Panel.FLOAT = 'tracy-mode-float'; +Panel.WINDOW = 'tracy-mode-window'; +Panel.FOCUSED = 'tracy-focused'; +Panel.RESIZED = 'tracy-panel-resized'; +Panel.zIndexCounter = 1; + + +class Bar +{ + init() { + this.id = 'tracy-debug-bar'; + this.elem = document.getElementById(this.id); + + draggable(this.elem, { + handles: this.elem.querySelectorAll('li:first-child'), + draggedClass: 'tracy-dragged', + stop: () => { + this.savePosition(); + } + }); + + this.elem.addEventListener('mousedown', (e) => { + e.preventDefault(); + }); + + this.initTabs(this.elem); + this.restorePosition(); + + (new MutationObserver(() => { + this.restorePosition(); + })).observe(this.elem, {childList: true, characterData: true, subtree: true}); + } + + + initTabs(elem) { + elem.querySelectorAll('a').forEach((link) => { + link.addEventListener('click', (e) => { + if (link.dataset.tracyAction === 'close') { + this.close(); + + } else if (link.rel) { + let panel = Debug.panels[link.rel]; + panel.init(); + + if (e.shiftKey) { + panel.toFloat(); + panel.toWindow(); + + } else if (panel.is(Panel.FLOAT)) { + panel.toPeek(); + + } else { + panel.toFloat(); + if (panel.peekPosition) { + panel.reposition(-Math.round(Math.random() * 100) - 20, (Math.round(Math.random() * 100) + 20) * (this.isAtTop() ? 1 : -1)); + panel.peekPosition = false; + } + } + } + e.preventDefault(); + e.stopImmediatePropagation(); + }); + + link.addEventListener('mouseenter', (e) => { + if (e.buttons || !link.rel || elem.classList.contains('tracy-dragged')) { + return; + } + + clearTimeout(this.displayTimeout); + this.displayTimeout = setTimeout(() => { + let panel = Debug.panels[link.rel]; + panel.focus(); + + if (panel.is(Panel.PEEK)) { + panel.init(); + + let pos = getPosition(panel.elem); + setPosition(panel.elem, { + left: getOffset(link).left + getPosition(link).width + 4 - pos.width, + top: this.isAtTop() + ? getOffset(this.elem).top + getPosition(this.elem).height + 4 + : getOffset(this.elem).top - pos.height - 4 + }); + panel.peekPosition = true; + } + }, 50); + }); + + link.addEventListener('mouseleave', () => { + clearTimeout(this.displayTimeout); + + if (link.rel && !elem.classList.contains('tracy-dragged')) { + Debug.panels[link.rel].blur(); + } + }); + }); + this.autoHideLabels(); + } + + + autoHideLabels() { + let width = getWindowSize().width; + this.elem.querySelectorAll('.tracy-row').forEach((row) => { + let i, labels = row.querySelectorAll('.tracy-label'); + for (i = 0; i < labels.length && row.clientWidth < width; i++) { + labels.item(i).hidden = false; + } + for (i = labels.length - 1; i >= 0 && row.clientWidth >= width; i--) { + labels.item(i).hidden = true; + } + }); + } + + + close() { + document.getElementById('tracy-debug').style.display = 'none'; + } + + + reposition(deltaX, deltaY) { + let pos = getPosition(this.elem); + if (pos.width) { // is visible? + setPosition(this.elem, {left: pos.left + (deltaX || 0), top: pos.top + (deltaY || 0)}); + this.savePosition(); + } + } + + + savePosition() { + let pos = getPosition(this.elem); + if (pos.width) { // is visible? + localStorage.setItem(this.id, JSON.stringify(this.isAtTop() ? {right: pos.right, top: pos.top} : {right: pos.right, bottom: pos.bottom})); + } + } + + + restorePosition() { + let pos = JSON.parse(localStorage.getItem(this.id)); + setPosition(this.elem, pos || {right: 0, bottom: 0}); + this.savePosition(); + } + + + isAtTop() { + let pos = getPosition(this.elem); + return pos.top < 100 && pos.bottom > pos.top; + } +} + + +class Debug +{ + static init(content) { + Debug.bar = new Bar; + Debug.panels = {}; + Debug.layer = document.createElement('div'); + Debug.layer.setAttribute('id', 'tracy-debug'); + Debug.layer.innerHTML = addNonces(content); + (document.body || document.documentElement).appendChild(Debug.layer); + evalScripts(Debug.layer); + Debug.layer.style.display = 'block'; + Debug.bar.init(); + + Debug.layer.querySelectorAll('.tracy-panel').forEach((panel) => { + Debug.panels[panel.id] = new Panel(panel.id); + Debug.panels[panel.id].restorePosition(); + }); + + Debug.captureWindow(); + Debug.captureAjax(); + + Tracy.TableSort.init(); + } + + + static loadAjax(content) { + let rows = Debug.bar.elem.querySelectorAll('.tracy-row[data-tracy-group=ajax]'); + rows = Array.from(rows).reverse(); + let max = maxAjaxRows; + rows.forEach((row) => { + if (--max > 0) { + return; + } + row.querySelectorAll('a[rel]').forEach((tab) => { + let panel = Debug.panels[tab.rel]; + if (panel.is(Panel.PEEK)) { + delete Debug.panels[tab.rel]; + panel.elem.remove(); + } + }); + row.remove(); + }); + + if (rows[0]) { // update content in first-row panels + rows[0].querySelectorAll('a[rel]').forEach((tab) => { + Debug.panels[tab.rel].savePosition(); + Debug.panels[tab.rel].toPeek(); + }); + } + + Debug.layer.insertAdjacentHTML('beforeend', content.panels); + evalScripts(Debug.layer); + Debug.bar.elem.insertAdjacentHTML('beforeend', content.bar); + let ajaxBar = Debug.bar.elem.querySelector('.tracy-row:last-child'); + + Debug.layer.querySelectorAll('.tracy-panel').forEach((panel) => { + if (!Debug.panels[panel.id]) { + Debug.panels[panel.id] = new Panel(panel.id); + Debug.panels[panel.id].restorePosition(); + } + }); + + Debug.bar.initTabs(ajaxBar); + } + + + static captureWindow() { + let size = getWindowSize(); + + window.addEventListener('resize', () => { + let newSize = getWindowSize(); + + Debug.bar.reposition(newSize.width - size.width, newSize.height - size.height); + Debug.bar.autoHideLabels(); + + for (let id in Debug.panels) { + Debug.panels[id].reposition(newSize.width - size.width, newSize.height - size.height); + } + + size = newSize; + }); + + window.addEventListener('unload', () => { + for (let id in Debug.panels) { + Debug.panels[id].savePosition(); + } + }); + } + + + static captureAjax() { + let header = Tracy.getAjaxHeader(); + if (!header) { + return; + } + let oldOpen = XMLHttpRequest.prototype.open; + + XMLHttpRequest.prototype.open = function() { + oldOpen.apply(this, arguments); + if (autoRefresh && new URL(arguments[1], location.origin).host === location.host) { + let reqId = header + '_' + ajaxCounter++; + this.setRequestHeader('X-Tracy-Ajax', reqId); + this.addEventListener('load', function() { + if (this.getAllResponseHeaders().match(/^X-Tracy-Ajax: 1/mi)) { + Debug.loadScript(baseUrl + '_tracy_bar=content-ajax.' + reqId + '&XDEBUG_SESSION_STOP=1&v=' + Math.random()); + } + }); + } + }; + + let oldFetch = window.fetch; + window.fetch = function(request, options) { + request = request instanceof Request ? request : new Request(request, options || {}); + + if (autoRefresh && new URL(request.url, location.origin).host === location.host) { + let reqId = header + '_' + ajaxCounter++; + request.headers.set('X-Tracy-Ajax', reqId); + return oldFetch(request).then((response) => { + if (response instanceof Response && response.headers.has('X-Tracy-Ajax') && response.headers.get('X-Tracy-Ajax')[0] === '1') { + Debug.loadScript(baseUrl + '_tracy_bar=content-ajax.' + reqId + '&XDEBUG_SESSION_STOP=1&v=' + Math.random()); + } + + return response; + }); + } + + return oldFetch(request); + }; + } + + + static loadScript(url) { + if (Debug.scriptElem) { + Debug.scriptElem.remove(); + } + Debug.scriptElem = document.createElement('script'); + Debug.scriptElem.src = url; + Debug.scriptElem.setAttribute('nonce', nonce); + (document.body || document.documentElement).appendChild(Debug.scriptElem); + } + + + static setOptions(options) { + maxAjaxRows = options.maxAjaxRows || maxAjaxRows; + autoRefresh = typeof options.autoRefresh !== 'undefined' ? options.autoRefresh : autoRefresh; + panelZIndex = options.panelZIndex || panelZIndex; + } +} + + +function evalScripts(elem) { + elem.querySelectorAll('script').forEach((script) => { + if ((!script.hasAttribute('type') || script.type === 'text/javascript' || script.type === 'application/javascript') && !script.tracyEvaluated) { + let document = script.ownerDocument; + let dolly = document.createElement('script'); + dolly.textContent = script.textContent; + dolly.setAttribute('nonce', nonce); + (document.body || document.documentElement).appendChild(dolly); + script.tracyEvaluated = true; + } + }); +} + + +let dragging; + +function draggable(elem, options) { + let dE = document.documentElement, started, deltaX, deltaY, clientX, clientY; + options = options || {}; + + let redraw = function () { + if (dragging) { + setPosition(elem, {left: clientX + deltaX, top: clientY + deltaY}); + requestAnimationFrame(redraw); + } + }; + + let onMove = function(e) { + if (e.buttons === 0) { + return onEnd(e); + } + if (!started) { + if (options.draggedClass) { + elem.classList.add(options.draggedClass); + } + if (options.start) { + options.start(e, elem); + } + started = true; + } + + clientX = e.touches ? e.touches[0].clientX : e.clientX; + clientY = e.touches ? e.touches[0].clientY : e.clientY; + return false; + }; + + let onEnd = function(e) { + if (started) { + if (options.draggedClass) { + elem.classList.remove(options.draggedClass); + } + if (options.stop) { + options.stop(e, elem); + } + } + dragging = null; + dE.removeEventListener('mousemove', onMove); + dE.removeEventListener('mouseup', onEnd); + dE.removeEventListener('touchmove', onMove); + dE.removeEventListener('touchend', onEnd); + return false; + }; + + let onStart = function(e) { + e.preventDefault(); + e.stopPropagation(); + + if (dragging) { // missed mouseup out of window? + return onEnd(e); + } + + let pos = getPosition(elem); + clientX = e.touches ? e.touches[0].clientX : e.clientX; + clientY = e.touches ? e.touches[0].clientY : e.clientY; + deltaX = pos.left - clientX; + deltaY = pos.top - clientY; + dragging = true; + started = false; + dE.addEventListener('mousemove', onMove); + dE.addEventListener('mouseup', onEnd); + dE.addEventListener('touchmove', onMove); + dE.addEventListener('touchend', onEnd); + requestAnimationFrame(redraw); + if (options.start) { + options.start(e, elem); + } + }; + + options.handles.forEach((handle) => { + handle.addEventListener('mousedown', onStart); + handle.addEventListener('touchstart', onStart); + + handle.addEventListener('click', (e) => { + if (started) { + e.stopImmediatePropagation(); + } + }); + }); +} + + +// returns total offset for element +function getOffset(elem) { + let res = {left: elem.offsetLeft, top: elem.offsetTop}; + while (elem = elem.offsetParent) { // eslint-disable-line no-cond-assign + res.left += elem.offsetLeft; res.top += elem.offsetTop; + } + return res; +} + + +function getWindowSize() { + return { + width: document.documentElement.clientWidth, + height: document.compatMode === 'BackCompat' ? window.innerHeight : document.documentElement.clientHeight + }; +} + + +// move to new position +function setPosition(elem, coords) { + let win = getWindowSize(); + if (typeof coords.right !== 'undefined') { + coords.left = win.width - elem.offsetWidth - coords.right; + } + if (typeof coords.bottom !== 'undefined') { + coords.top = win.height - elem.offsetHeight - coords.bottom; + } + elem.style.left = Math.max(0, Math.min(coords.left, win.width - elem.offsetWidth)) + 'px'; + elem.style.top = Math.max(0, Math.min(coords.top, win.height - elem.offsetHeight)) + 'px'; +} + + +// returns current position +function getPosition(elem) { + let win = getWindowSize(); + return { + left: elem.offsetLeft, + top: elem.offsetTop, + right: win.width - elem.offsetWidth - elem.offsetLeft, + bottom: win.height - elem.offsetHeight - elem.offsetTop, + width: elem.offsetWidth, + height: elem.offsetHeight + }; +} + + +function addNonces(html) { + let el = document.createElement('div'); + el.innerHTML = html; + el.querySelectorAll('style').forEach((style) => { + style.setAttribute('nonce', nonce); + }); + return el.innerHTML; +} + + +let Tracy = window.Tracy = window.Tracy || {}; +Tracy.DebugPanel = Panel; +Tracy.DebugBar = Bar; +Tracy.Debug = Debug; +Tracy.getAjaxHeader = () => contentId; + +Debug.setOptions({ + panelZIndex: Tracy.panelZIndex, + maxAjaxRows: window.TracyMaxAjaxRows, + autoRefresh: window.TracyAutoRefresh, +}); diff --git a/vendor/tracy/tracy/src/Tracy/Bar/assets/bar.phtml b/vendor/tracy/tracy/src/Tracy/Bar/assets/bar.phtml new file mode 100644 index 0000000..8fa3a86 --- /dev/null +++ b/vendor/tracy/tracy/src/Tracy/Bar/assets/bar.phtml @@ -0,0 +1,37 @@ +<?php + +/** + * Debug Bar template. + * + * This file is part of the Tracy (http://tracy.nette.org) + * Copyright (c) 2004 David Grudl (http://davidgrudl.com) + * + * @param string $type + * @param array $panels + */ + +declare(strict_types=1); + +namespace Tracy; + +?> + +<ul class="tracy-row" data-tracy-group="<?= Helpers::escapeHtml($type) ?>"> +<?php if ($type === 'main'): ?> + <li id="tracy-debug-logo" title="Tracy Debugger <?= Debugger::VERSION, " \nhttps://tracy.nette.org" ?>"> + <svg viewBox="0 -10 1561 333"><path fill="#585755" d="m176 327h-57v-269h-119v-57h291v57h-115v269zm208-191h114c50 0 47-78 0-78h-114v78zm106-135c17 0 33 2 46 7 75 30 75 144 1 175-13 6-29 8-47 8h-27l132 74v68l-211-128v122h-57v-326h163zm300 57c-5 0-9 3-11 9l-56 156h135l-55-155c-2-7-6-10-13-10zm-86 222l-17 47h-61l102-285c20-56 107-56 126 0l102 285h-61l-17-47h-174zm410 47c-98 0-148-55-148-163v-2c0-107 50-161 149-161h118v57h-133c-26 0-45 8-58 25-12 17-19 44-19 81 0 71 26 106 77 106h133v57h-119zm270-145l-121-181h68l81 130 81-130h68l-121 178v148h-56v-145z"/></svg> + </li> +<?php endif; if ($type === 'redirect'): ?> + <li><span title="Previous request before redirect">redirect</span></li> +<?php endif; if ($type === 'ajax'): ?> + <li>AJAX</li> +<?php endif ?> + +<?php foreach ($panels as $panel): if ($panel->tab) { ?> + <li><?php if ($panel->panel): ?><a href="#" rel="tracy-debug-panel-<?= $panel->id ?>"><?= trim($panel->tab) ?></a><?php else: echo '<span>', trim($panel->tab), '</span>'; endif ?></li> +<?php } endforeach ?> + +<?php if ($type === 'main'): ?> + <li><a href="#" data-tracy-action="close" title="close debug bar">×</a></li> +<?php endif ?> +</ul> diff --git a/vendor/tracy/tracy/src/Tracy/Bar/assets/loader.phtml b/vendor/tracy/tracy/src/Tracy/Bar/assets/loader.phtml new file mode 100644 index 0000000..335562a --- /dev/null +++ b/vendor/tracy/tracy/src/Tracy/Bar/assets/loader.phtml @@ -0,0 +1,33 @@ +<?php + +/** + * Debug Bar loader template. + * + * It uses Font Awesome by Dave Gandy - http://fontawesome.io + * + * This file is part of the Tracy (https://tracy.nette.org) + * Copyright (c) 2004 David Grudl (https://davidgrudl.com) + */ + +declare(strict_types=1); + +namespace Tracy; + +$baseUrl = $_SERVER['REQUEST_URI'] ?? ''; +$baseUrl .= strpos($baseUrl, '?') === false ? '?' : '&'; +$nonceAttr = $nonce ? ' nonce="' . Helpers::escapeHtml($nonce) . '"' : ''; +$asyncAttr = $async ? ' async' : ''; +?> +<?php if (empty($content)): ?> +<script src="<?= Helpers::escapeHtml($baseUrl) ?>_tracy_bar=<?= urlencode("content.$contentId") ?>&XDEBUG_SESSION_STOP=1" data-id="<?= Helpers::escapeHtml($contentId) ?>"<?= $asyncAttr, $nonceAttr ?>></script> +<?php else: ?> + + + + +<!-- Tracy Debug Bar --> +<script src="<?= Helpers::escapeHtml($baseUrl) ?>_tracy_bar=js&v=<?= urlencode(Debugger::VERSION) ?>&XDEBUG_SESSION_STOP=1" data-id="<?= Helpers::escapeHtml($contentId) ?>"<?= $nonceAttr ?>></script> +<script<?= $nonceAttr ?>> +Tracy.Debug.init(<?= str_replace(['<!--', '</s'], ['<\!--', '<\/s'], json_encode($content, JSON_UNESCAPED_SLASHES | JSON_UNESCAPED_UNICODE | JSON_INVALID_UTF8_SUBSTITUTE)) ?>); +</script> +<?php endif ?> diff --git a/vendor/tracy/tracy/src/Tracy/Bar/assets/panels.phtml b/vendor/tracy/tracy/src/Tracy/Bar/assets/panels.phtml new file mode 100644 index 0000000..6286425 --- /dev/null +++ b/vendor/tracy/tracy/src/Tracy/Bar/assets/panels.phtml @@ -0,0 +1,35 @@ +<?php + +/** + * Debug Bar panels template. + * + * This file is part of the Tracy (http://tracy.nette.org) + * Copyright (c) 2004 David Grudl (http://davidgrudl.com) + * + * @param string $type + * @param array $panels + */ + +declare(strict_types=1); + +namespace Tracy; + +use Tracy\Helpers; + +$icons = ' + <div class="tracy-icons"> + <a href="#" data-tracy-action="window" title="open in window">¤</a> + <a href="#" data-tracy-action="close" title="close window">×</a> + </div> +'; + +echo '<div itemscope>'; + +foreach ($panels as $panel) { + $content = $panel->panel ? ($panel->panel . "\n" . $icons) : ''; + $class = 'tracy-panel ' . ($type === 'ajax' ? '' : 'tracy-panel-persist') . ' tracy-panel-' . $type; ?> + <div class="<?= $class ?>" id="tracy-debug-panel-<?= $panel->id ?>" data-tracy-content='<?= str_replace(['&', "'"], ['&', '''], $content) ?>'></div><?php +} + +echo '<meta itemprop=tracy-snapshot content=', Dumper::formatSnapshotAttribute(Dumper::$liveSnapshot), '>'; +echo '</div>'; diff --git a/vendor/tracy/tracy/src/Tracy/Bar/panels/dumps.panel.phtml b/vendor/tracy/tracy/src/Tracy/Bar/panels/dumps.panel.phtml new file mode 100644 index 0000000..8f04738 --- /dev/null +++ b/vendor/tracy/tracy/src/Tracy/Bar/panels/dumps.panel.phtml @@ -0,0 +1,35 @@ +<?php + +/** + * Debug Bar: panel "dumps" template. + * + * This file is part of the Tracy (https://tracy.nette.org) + * Copyright (c) 2004 David Grudl (https://davidgrudl.com) + */ + +declare(strict_types=1); + +namespace Tracy; + +?> +<style class="tracy-debug"> + #tracy-debug .tracy-DumpPanel h2 { + font: 11pt/1.5 sans-serif; + margin: 0; + padding: 2px 8px; + background: #3484d2; + color: white; + } +</style> + +<h1>Dumps</h1> + +<div class="tracy-inner tracy-DumpPanel"> +<?php foreach ($data as $item): ?> + <?php if ($item['title']):?> + <h2><?= Helpers::escapeHtml($item['title']) ?></h2> + <?php endif ?> + + <?= $item['dump'] ?> +<?php endforeach ?> +</div> diff --git a/vendor/tracy/tracy/src/Tracy/Bar/panels/dumps.tab.phtml b/vendor/tracy/tracy/src/Tracy/Bar/panels/dumps.tab.phtml new file mode 100644 index 0000000..399a641 --- /dev/null +++ b/vendor/tracy/tracy/src/Tracy/Bar/panels/dumps.tab.phtml @@ -0,0 +1,19 @@ +<?php + +/** + * Debug Bar: tab "dumps" template. + * + * This file is part of the Tracy (https://tracy.nette.org) + * Copyright (c) 2004 David Grudl (https://davidgrudl.com) + */ + +declare(strict_types=1); + +namespace Tracy; + +if (empty($data)) { + return; +} +?> +<svg viewBox="0 0 2048 2048"><path fill="#154ABD" d="m1084 540c-110-1-228-2-325 58-54 35-87 94-126 143-94 162-71 383 59 519 83 94 207 151 333 149 132 3 261-60 344-160 122-138 139-355 44-511-73-66-133-158-234-183-31-9-65-9-95-14zm-60 116c73 0 53 115-16 97-105 5-195 102-192 207-2 78-122 48-95-23 8-153 151-285 304-280l-1-1zM1021 511"/><path fill="#4B6193" d="m1021 511c-284-2-560 131-746 344-53 64-118 125-145 206-16 86 59 152 103 217 219 267 575 428 921 377 312-44 600-241 755-515 39-81-30-156-74-217-145-187-355-327-581-384-77-19-156-29-234-28zm0 128c263-4 512 132 679 330 33 52 132 110 58 168-170 237-449 409-747 399-309 0-590-193-752-447 121-192 305-346 526-407 75-25 170-38 237-43z"/> +</svg><span class="tracy-label">dumps</span> diff --git a/vendor/tracy/tracy/src/Tracy/Bar/panels/errors.panel.phtml b/vendor/tracy/tracy/src/Tracy/Bar/panels/errors.panel.phtml new file mode 100644 index 0000000..3bc97a2 --- /dev/null +++ b/vendor/tracy/tracy/src/Tracy/Bar/panels/errors.panel.phtml @@ -0,0 +1,27 @@ +<?php + +/** + * Debug Bar: panel "error" template. + * + * This file is part of the Tracy (https://tracy.nette.org) + * Copyright (c) 2004 David Grudl (https://davidgrudl.com) + */ + +declare(strict_types=1); + +namespace Tracy; + +?> +<h1>Errors</h1> + +<div class="tracy-inner"> +<table class="tracy-sortable"> +<tr><th>Count</th><th>Error</th></tr> +<?php foreach ($data as $item => $count): list($file, $line, $message) = explode('|', $item, 3) ?> +<tr> + <td class="tracy-right"><?= $count ? "$count\xC3\x97" : '' ?></td> + <td><pre><?= Helpers::escapeHtml($message), ' in ', Helpers::editorLink($file, (int) $line) ?></pre></td> +</tr> +<?php endforeach ?> +</table> +</div> diff --git a/vendor/tracy/tracy/src/Tracy/Bar/panels/errors.tab.phtml b/vendor/tracy/tracy/src/Tracy/Bar/panels/errors.tab.phtml new file mode 100644 index 0000000..75a15b2 --- /dev/null +++ b/vendor/tracy/tracy/src/Tracy/Bar/panels/errors.tab.phtml @@ -0,0 +1,31 @@ +<?php + +/** + * Debug Bar: tab "error" template. + * + * This file is part of the Tracy (https://tracy.nette.org) + * Copyright (c) 2004 David Grudl (https://davidgrudl.com) + */ + +declare(strict_types=1); + +namespace Tracy; + +if (empty($data)) { + return; +} +?> +<style class="tracy-debug"> + #tracy-debug .tracy-ErrorTab { + display: block; + background: #D51616; + color: white; + font-weight: bold; + margin: -1px -.4em; + padding: 1px .4em; + } +</style> +<span class="tracy-ErrorTab"> +<svg viewBox="0 0 2048 2048"><path fill="#fff" d="M1152 1503v-190q0-14-9.5-23.5t-22.5-9.5h-192q-13 0-22.5 9.5t-9.5 23.5v190q0 14 9.5 23.5t22.5 9.5h192q13 0 22.5-9.5t9.5-23.5zm-2-374l18-459q0-12-10-19-13-11-24-11h-220q-11 0-24 11-10 7-10 21l17 457q0 10 10 16.5t24 6.5h185q14 0 23.5-6.5t10.5-16.5zm-14-934l768 1408q35 63-2 126-17 29-46.5 46t-63.5 17h-1536q-34 0-63.5-17t-46.5-46q-37-63-2-126l768-1408q17-31 47-49t65-18 65 18 47 49z"/> +</svg><span class="tracy-label"><?= $sum = array_sum($data), $sum > 1 ? ' errors' : ' error' ?></span> +</span> diff --git a/vendor/tracy/tracy/src/Tracy/Bar/panels/info.panel.phtml b/vendor/tracy/tracy/src/Tracy/Bar/panels/info.panel.phtml new file mode 100644 index 0000000..5735735 --- /dev/null +++ b/vendor/tracy/tracy/src/Tracy/Bar/panels/info.panel.phtml @@ -0,0 +1,129 @@ +<?php + +/** + * Debug Bar: panel "info" template. + * + * This file is part of the Tracy (https://tracy.nette.org) + * Copyright (c) 2004 David Grudl (https://davidgrudl.com) + */ + +declare(strict_types=1); + +namespace Tracy; + +if (isset($this->cpuUsage) && $this->time) { + foreach (getrusage() as $key => $val) { + $this->cpuUsage[$key] -= $val; + } + $userUsage = -round(($this->cpuUsage['ru_utime.tv_sec'] * 1e6 + $this->cpuUsage['ru_utime.tv_usec']) / $this->time / 10000); + $systemUsage = -round(($this->cpuUsage['ru_stime.tv_sec'] * 1e6 + $this->cpuUsage['ru_stime.tv_usec']) / $this->time / 10000); +} + +$countClasses = function (array $list): int { + return count(array_filter($list, function (string $name): bool { + return (new \ReflectionClass($name))->isUserDefined(); + })); +}; + +$ipFormatter = static function (?string $ip): ?string { + if ($ip === '127.0.0.1' || $ip === '::1') { + $ip .= ' (localhost)'; + } + return $ip; +}; + +$opcache = function_exists('opcache_get_status') ? @opcache_get_status() : null; // @ can be restricted +$cachedFiles = isset($opcache['scripts']) ? array_intersect(array_keys($opcache['scripts']), get_included_files()) : []; +$jit = $opcache['jit'] ?? null; + +$info = [ + 'Execution time' => number_format($this->time * 1000, 1, '.', ' ') . ' ms', + 'CPU usage user + system' => isset($userUsage) ? (int) $userUsage . ' % + ' . (int) $systemUsage . ' %' : null, + 'Peak of allocated memory' => number_format(memory_get_peak_usage() / 1000000, 2, '.', ' ') . ' MB', + 'Included files' => count(get_included_files()), + 'Classes + interfaces + traits' => $countClasses(get_declared_classes()) . ' + ' + . $countClasses(get_declared_interfaces()) . ' + ' . $countClasses(get_declared_traits()), + 'OPcache' => $opcache ? round(count($cachedFiles) * 100 / count(get_included_files())) . ' % cached' : '–', + 'JIT' => empty($jit['buffer_size']) ? '–' : round(($jit['buffer_size'] - $jit['buffer_free']) / $jit['buffer_size'] * 100) . ' % used', + 'Your IP' => $ipFormatter($_SERVER['REMOTE_ADDR'] ?? null), + 'Server IP' => $ipFormatter($_SERVER['SERVER_ADDR'] ?? null), + 'HTTP method / response code' => isset($_SERVER['REQUEST_METHOD']) ? $_SERVER['REQUEST_METHOD'] . ' / ' . http_response_code() : null, + 'PHP' => PHP_VERSION, + 'Xdebug' => extension_loaded('xdebug') ? phpversion('xdebug') : null, + 'Tracy' => Debugger::VERSION, + 'Server' => $_SERVER['SERVER_SOFTWARE'] ?? null, +]; + +$info = array_map('strval', array_filter($info + (array) $this->data)); + +$packages = $devPackages = []; +if (class_exists('Composer\Autoload\ClassLoader', false)) { + $baseDir = (function () { + @include dirname((new \ReflectionClass('Composer\Autoload\ClassLoader'))->getFileName()) . '/autoload_psr4.php'; // @ may not exist + return $baseDir; + })(); + $composer = @json_decode((string) file_get_contents($baseDir . '/composer.lock')); // @ may not exist or be valid + list($packages, $devPackages) = [(array) @$composer->packages, (array) @$composer->{'packages-dev'}]; // @ keys may not exist + foreach ([&$packages, &$devPackages] as &$items) { + array_walk($items, function($package) { + $package->hash = $package->source->reference ?? $package->dist->reference ?? null; + }, $items); + usort($items, function ($a, $b): int { return $a->name <=> $b->name; }); + } +} + +?> +<style class="tracy-debug"> + #tracy-debug .tracy-InfoPanel td { + white-space: nowrap; + } + #tracy-debug .tracy-InfoPanel td:nth-child(2) { + font-weight: bold; + width: 30%; + } + #tracy-debug .tracy-InfoPanel td[colspan='2'] b { + float: right; + margin-left: 2em; + } +</style> + +<h1>System info</h1> + +<div class="tracy-inner tracy-InfoPanel"> +<div class="tracy-inner-container"> +<table class="tracy-sortable"> +<?php foreach ($info as $key => $val): ?> +<tr> +<?php if (strlen($val) > 25): ?> + <td colspan=2><?= Helpers::escapeHtml($key) ?> <b><?= Helpers::escapeHtml($val) ?></b></td> +<?php else: ?> + <td><?= Helpers::escapeHtml($key) ?></td><td><?= Helpers::escapeHtml($val) ?></td> +<?php endif ?> +</tr> +<?php endforeach ?> +</table> + +<?php if ($packages || $devPackages): ?> + <h2><a class="tracy-toggle tracy-collapsed" data-tracy-ref="^div .tracy-InfoPanel-packages">Composer Packages (<?= count($packages), $devPackages ? ' + ' . count($devPackages) . ' dev' : '' ?>)</a></h2> + + <div class="tracy-InfoPanel-packages tracy-collapsed"> + <?php if ($packages): ?> + <table class="tracy-sortable"> + <?php foreach ($packages as $package): ?> + <tr><td><?= Helpers::escapeHtml($package->name) ?></td><td><?= Helpers::escapeHtml($package->version . (strpos($package->version, 'dev') !== false && $package->hash ? ' #' . substr($package->hash, 0, 4) : '')) ?></td></tr> + <?php endforeach ?> + </table> + <?php endif ?> + + <?php if ($devPackages): ?> + <h2>Dev Packages</h2> + <table class="tracy-sortable"> + <?php foreach ($devPackages as $package): ?> + <tr><td><?= Helpers::escapeHtml($package->name) ?></td><td><?= Helpers::escapeHtml($package->version . (strpos($package->version, 'dev') !== false && $package->hash ? ' #' . substr($package->hash, 0, 4) : '')) ?></td></tr> + <?php endforeach ?> + </table> + <?php endif ?> + </div> +<?php endif ?> +</div> +</div> diff --git a/vendor/tracy/tracy/src/Tracy/Bar/panels/info.tab.phtml b/vendor/tracy/tracy/src/Tracy/Bar/panels/info.tab.phtml new file mode 100644 index 0000000..19926b7 --- /dev/null +++ b/vendor/tracy/tracy/src/Tracy/Bar/panels/info.tab.phtml @@ -0,0 +1,20 @@ +<?php + +/** + * Debug Bar: tab "info" template. + * + * This file is part of the Tracy (https://tracy.nette.org) + * Copyright (c) 2004 David Grudl (https://davidgrudl.com) + */ + +declare(strict_types=1); + +namespace Tracy; + +$this->time = microtime(true) - Debugger::$time; + +?> +<span title="Execution time"> +<svg viewBox="0 0 2048 2048"><path fill="#86bbf0" d="m640 1153.6v639.3h-256v-639.3z"/><path fill="#6ba9e6" d="m1024 254.68v1538.2h-256v-1538.2z"/><path fill="#4f96dc" d="m1408 897.57v894.3h-256v-894.3z"/><path fill="#3987d4" d="m1792 513.08v1279.8h-256v-1279.8z"/> +</svg><span class="tracy-label"><?= number_format($this->time * 1000, 1, '.', ' ') ?> ms</span> +</span> diff --git a/vendor/tracy/tracy/src/Tracy/BlueScreen/BlueScreen.php b/vendor/tracy/tracy/src/Tracy/BlueScreen/BlueScreen.php new file mode 100644 index 0000000..6567e52 --- /dev/null +++ b/vendor/tracy/tracy/src/Tracy/BlueScreen/BlueScreen.php @@ -0,0 +1,470 @@ +<?php + +/** + * This file is part of the Tracy (https://tracy.nette.org) + * Copyright (c) 2004 David Grudl (https://davidgrudl.com) + */ + +declare(strict_types=1); + +namespace Tracy; + + +/** + * Red BlueScreen. + */ +class BlueScreen +{ + private const MAX_MESSAGE_LENGTH = 2000; + + /** @var string[] */ + public $info = []; + + /** @var string[] paths to be collapsed in stack trace (e.g. core libraries) */ + public $collapsePaths = []; + + /** @var int */ + public $maxDepth = 5; + + /** @var int */ + public $maxLength = 150; + + /** @var callable|null a callable returning true for sensitive data; fn(string $key, mixed $val): bool */ + public $scrubber; + + /** @var string[] */ + public $keysToHide = ['password', 'passwd', 'pass', 'pwd', 'creditcard', 'credit card', 'cc', 'pin', self::class . '::$snapshot']; + + /** @var bool */ + public $showEnvironment = false; + + /** @var callable[] */ + private $panels = []; + + /** @var callable[] functions that returns action for exceptions */ + private $actions = []; + + /** @var array */ + private $snapshot; + + + public function __construct() + { + $this->collapsePaths = preg_match('#(.+/vendor)/tracy/tracy/src/Tracy/BlueScreen$#', strtr(__DIR__, '\\', '/'), $m) + ? [$m[1] . '/tracy', $m[1] . '/nette', $m[1] . '/latte'] + : [dirname(__DIR__)]; + } + + + /** + * Add custom panel as function (?\Throwable $e): ?array + * @return static + */ + public function addPanel(callable $panel): self + { + if (!in_array($panel, $this->panels, true)) { + $this->panels[] = $panel; + } + return $this; + } + + + /** + * Add action. + * @return static + */ + public function addAction(callable $action): self + { + $this->actions[] = $action; + return $this; + } + + + /** + * Renders blue screen. + */ + public function render(\Throwable $exception): void + { + if (Helpers::isAjax() && session_status() === PHP_SESSION_ACTIVE) { + $_SESSION['_tracy']['bluescreen'][$_SERVER['HTTP_X_TRACY_AJAX']] = [ + 'content' => Helpers::capture(function () use ($exception) { + $this->renderTemplate($exception, __DIR__ . '/assets/content.phtml'); + }), + 'time' => time(), + ]; + + } else { + if (!headers_sent()) { + header('Content-Type: text/html; charset=UTF-8'); + } + $this->renderTemplate($exception, __DIR__ . '/assets/page.phtml'); + } + } + + + /** + * Renders blue screen to file (if file exists, it will not be overwritten). + */ + public function renderToFile(\Throwable $exception, string $file): bool + { + if ($handle = @fopen($file, 'x')) { + ob_start(); // double buffer prevents sending HTTP headers in some PHP + ob_start(function ($buffer) use ($handle): void { fwrite($handle, $buffer); }, 4096); + $this->renderTemplate($exception, __DIR__ . '/assets/page.phtml', false); + ob_end_flush(); + ob_end_clean(); + fclose($handle); + return true; + } + return false; + } + + + private function renderTemplate(\Throwable $exception, string $template, $toScreen = true): void + { + $showEnvironment = $this->showEnvironment && (strpos($exception->getMessage(), 'Allowed memory size') === false); + $info = array_filter($this->info); + $source = Helpers::getSource(); + $title = $exception instanceof \ErrorException + ? Helpers::errorTypeToString($exception->getSeverity()) + : Helpers::getClass($exception); + $lastError = $exception instanceof \ErrorException || $exception instanceof \Error + ? null + : error_get_last(); + + if (function_exists('apache_request_headers')) { + $httpHeaders = apache_request_headers(); + } else { + $httpHeaders = array_filter($_SERVER, function ($k) { return strncmp($k, 'HTTP_', 5) === 0; }, ARRAY_FILTER_USE_KEY); + $httpHeaders = array_combine(array_map(function ($k) { return strtolower(strtr(substr($k, 5), '_', '-')); }, array_keys($httpHeaders)), $httpHeaders); + } + + $snapshot = &$this->snapshot; + $snapshot = []; + $dump = $this->getDumper(); + + $css = array_map('file_get_contents', array_merge([ + __DIR__ . '/assets/bluescreen.css', + __DIR__ . '/../Toggle/toggle.css', + __DIR__ . '/../TableSort/table-sort.css', + __DIR__ . '/../Dumper/assets/dumper-light.css', + ], Debugger::$customCssFiles)); + $css = Helpers::minifyCss(implode($css)); + + $nonce = $toScreen ? Helpers::getNonce() : null; + $actions = $toScreen ? $this->renderActions($exception) : []; + + require $template; + } + + + /** + * @return \stdClass[] + */ + private function renderPanels(?\Throwable $ex): array + { + $obLevel = ob_get_level(); + $res = []; + foreach ($this->panels as $callback) { + try { + $panel = $callback($ex); + if (empty($panel['tab']) || empty($panel['panel'])) { + continue; + } + $res[] = (object) $panel; + continue; + } catch (\Throwable $e) { + } + while (ob_get_level() > $obLevel) { // restore ob-level if broken + ob_end_clean(); + } + is_callable($callback, true, $name); + $res[] = (object) [ + 'tab' => "Error in panel $name", + 'panel' => nl2br(Helpers::escapeHtml($e)), + ]; + } + return $res; + } + + + /** + * @return array[] + */ + private function renderActions(\Throwable $ex): array + { + $actions = []; + foreach ($this->actions as $callback) { + $action = $callback($ex); + if (!empty($action['link']) && !empty($action['label'])) { + $actions[] = $action; + } + } + + if ( + property_exists($ex, 'tracyAction') + && !empty($ex->tracyAction['link']) + && !empty($ex->tracyAction['label']) + ) { + $actions[] = $ex->tracyAction; + } + + if (preg_match('# ([\'"])(\w{3,}(?:\\\\\w{3,})+)\1#i', $ex->getMessage(), $m)) { + $class = $m[2]; + if ( + !class_exists($class, false) && !interface_exists($class, false) && !trait_exists($class, false) + && ($file = Helpers::guessClassFile($class)) && !is_file($file) + ) { + $actions[] = [ + 'link' => Helpers::editorUri($file, 1, 'create'), + 'label' => 'create class', + ]; + } + } + + if (preg_match('# ([\'"])((?:/|[a-z]:[/\\\\])\w[^\'"]+\.\w{2,5})\1#i', $ex->getMessage(), $m)) { + $file = $m[2]; + $actions[] = [ + 'link' => Helpers::editorUri($file, 1, $label = is_file($file) ? 'open' : 'create'), + 'label' => $label . ' file', + ]; + } + + $query = ($ex instanceof \ErrorException ? '' : Helpers::getClass($ex) . ' ') + . preg_replace('#\'.*\'|".*"#Us', '', $ex->getMessage()); + $actions[] = [ + 'link' => 'https://www.google.com/search?sourceid=tracy&q=' . urlencode($query), + 'label' => 'search', + 'external' => true, + ]; + + if ( + $ex instanceof \ErrorException + && !empty($ex->skippable) + && preg_match('#^https?://#', $source = Helpers::getSource()) + ) { + $actions[] = [ + 'link' => $source . (strpos($source, '?') ? '&' : '?') . '_tracy_skip_error', + 'label' => 'skip error', + ]; + } + return $actions; + } + + + /** + * Returns syntax highlighted source code. + */ + public static function highlightFile(string $file, int $line, int $lines = 15): ?string + { + $source = @file_get_contents($file); // @ file may not exist + if ($source === false) { + return null; + } + $source = static::highlightPhp($source, $line, $lines); + if ($editor = Helpers::editorUri($file, $line)) { + $source = substr_replace($source, ' title="Ctrl-Click to open in editor" data-tracy-href="' . Helpers::escapeHtml($editor) . '"', 4, 0); + } + return $source; + } + + + /** + * Returns syntax highlighted source code. + */ + public static function highlightPhp(string $source, int $line, int $lines = 15): string + { + if (function_exists('ini_set')) { + ini_set('highlight.comment', '#998; font-style: italic'); + ini_set('highlight.default', '#000'); + ini_set('highlight.html', '#06B'); + ini_set('highlight.keyword', '#D24; font-weight: bold'); + ini_set('highlight.string', '#080'); + } + + $source = preg_replace('#(__halt_compiler\s*\(\)\s*;).*#is', '$1', $source); + $source = str_replace(["\r\n", "\r"], "\n", $source); + $source = explode("\n", highlight_string($source, true)); + $out = $source[0]; // <code><span color=highlight.html> + $source = str_replace('<br />', "\n", $source[1]); + $out .= static::highlightLine($source, $line, $lines); + $out = str_replace(' ', ' ', $out); + return "<pre class='code'><div>$out</div></pre>"; + } + + + /** + * Returns highlighted line in HTML code. + */ + public static function highlightLine(string $html, int $line, int $lines = 15): string + { + $source = explode("\n", "\n" . str_replace("\r\n", "\n", $html)); + $out = ''; + $spans = 1; + $start = $i = max(1, min($line, count($source) - 1) - (int) floor($lines * 2 / 3)); + while (--$i >= 1) { // find last highlighted block + if (preg_match('#.*(</?span[^>]*>)#', $source[$i], $m)) { + if ($m[1] !== '</span>') { + $spans++; + $out .= $m[1]; + } + break; + } + } + + $source = array_slice($source, $start, $lines, true); + end($source); + $numWidth = strlen((string) key($source)); + + foreach ($source as $n => $s) { + $spans += substr_count($s, '<span') - substr_count($s, '</span'); + $s = str_replace(["\r", "\n"], ['', ''], $s); + preg_match_all('#<[^>]+>#', $s, $tags); + if ($n == $line) { + $out .= sprintf( + "<span class='highlight'>%{$numWidth}s: %s\n</span>%s", + $n, + strip_tags($s), + implode('', $tags[0]) + ); + } else { + $out .= sprintf("<span class='line'>%{$numWidth}s:</span> %s\n", $n, $s); + } + } + $out .= str_repeat('</span>', $spans) . '</code>'; + return $out; + } + + + /** + * Returns syntax highlighted source code to Terminal. + */ + public static function highlightPhpCli(string $file, int $line, int $lines = 15): string + { + $source = @file_get_contents($file); // @ file may not exist + if ($source === false) { + return null; + } + $s = self::highlightPhp($source, $line, $lines); + + $colors = [ + 'color: ' . ini_get('highlight.comment') => '1;30', + 'color: ' . ini_get('highlight.default') => '1;36', + 'color: ' . ini_get('highlight.html') => '1;35', + 'color: ' . ini_get('highlight.keyword') => '1;37', + 'color: ' . ini_get('highlight.string') => '1;32', + 'line' => '1;30', + 'highlight' => "1;37m\e[41", + ]; + + $stack = ['0']; + $s = preg_replace_callback( + '#<\w+(?: (class|style)=["\'](.*?)["\'])?[^>]*>|</\w+>#', + function ($m) use ($colors, &$stack): string { + if ($m[0][1] === '/') { + array_pop($stack); + } else { + $stack[] = isset($m[2], $colors[$m[2]]) ? $colors[$m[2]] : '0'; + } + return "\e[0m\e[" . end($stack) . 'm'; + }, + $s + ); + $s = htmlspecialchars_decode(strip_tags($s), ENT_QUOTES | ENT_HTML5); + return $s; + } + + + /** + * Should a file be collapsed in stack trace? + * @internal + */ + public function isCollapsed(string $file): bool + { + $file = strtr($file, '\\', '/') . '/'; + foreach ($this->collapsePaths as $path) { + $path = strtr($path, '\\', '/') . '/'; + if (strncmp($file, $path, strlen($path)) === 0) { + return true; + } + } + return false; + } + + + /** @internal */ + public function getDumper(): \Closure + { + return function ($v, $k = null): string { + return Dumper::toHtml($v, [ + Dumper::DEPTH => $this->maxDepth, + Dumper::TRUNCATE => $this->maxLength, + Dumper::SNAPSHOT => &$this->snapshot, + Dumper::LOCATION => Dumper::LOCATION_CLASS, + Dumper::SCRUBBER => $this->scrubber, + Dumper::KEYS_TO_HIDE => $this->keysToHide, + ], $k); + }; + } + + + public function formatMessage(\Throwable $exception): string + { + $msg = Helpers::encodeString(trim((string) $exception->getMessage()), self::MAX_MESSAGE_LENGTH, false); + + // highlight 'string' + $msg = preg_replace( + '#\'\S(?:[^\']|\\\\\')*\S\'|"\S(?:[^"]|\\\\")*\S"#', + '<i>$0</i>', + $msg + ); + + // clickable class & methods + $msg = preg_replace_callback( + '#(\w+\\\\[\w\\\\]+\w)(?:::(\w+))?#', + function ($m) { + if (isset($m[2]) && method_exists($m[1], $m[2])) { + $r = new \ReflectionMethod($m[1], $m[2]); + } elseif (class_exists($m[1], false) || interface_exists($m[1], false)) { + $r = new \ReflectionClass($m[1]); + } + if (empty($r) || !$r->getFileName()) { + return $m[0]; + } + return '<a href="' . Helpers::escapeHtml(Helpers::editorUri($r->getFileName(), $r->getStartLine())) . '" class="tracy-editor">' . $m[0] . '</a>'; + }, + $msg + ); + + // clickable file name + $msg = preg_replace_callback( + '#([\w\\\\/.:-]+\.(?:php|phpt|phtml|latte|neon))(?|:(\d+)| on line (\d+))?#', + function ($m) { + return @is_file($m[1]) + ? '<a href="' . Helpers::escapeHtml(Helpers::editorUri($m[1], isset($m[2]) ? (int) $m[2] : null)) . '" class="tracy-editor">' . $m[0] . '</a>' + : $m[0]; + }, + $msg + ); + + return $msg; + } + + + private function renderPhpInfo(): void + { + ob_start(); + @phpinfo(INFO_LICENSE); // @ phpinfo may be disabled + $license = ob_get_clean(); + ob_start(); + @phpinfo(INFO_CONFIGURATION | INFO_MODULES); // @ phpinfo may be disabled + $info = ob_get_clean(); + + if (strpos($license, '<body') === false) { + echo '<pre class="tracy-dump tracy-light">', Helpers::escapeHtml($info), '</pre>'; + } else { + $info = str_replace('<table', '<table class="tracy-sortable"', $info); + echo preg_replace('#^.+<body>|</body>.+\z#s', '', $info); + } + } +} diff --git a/vendor/tracy/tracy/src/Tracy/BlueScreen/assets/bluescreen.css b/vendor/tracy/tracy/src/Tracy/BlueScreen/assets/bluescreen.css new file mode 100644 index 0000000..b142a49 --- /dev/null +++ b/vendor/tracy/tracy/src/Tracy/BlueScreen/assets/bluescreen.css @@ -0,0 +1,290 @@ +/** + * This file is part of the Tracy (https://tracy.nette.org) + */ + +#tracy-bs { + font: 9pt/1.5 Verdana, sans-serif; + background: white; + color: #333; + position: absolute; + z-index: 20000; + left: 0; + top: 0; + width: 100%; + text-align: left; +} + +#tracy-bs a { + text-decoration: none; + color: #328ADC; + padding: 2px 4px; + margin: -2px -4px; +} + +#tracy-bs a + a { + margin-left: 0; +} + +#tracy-bs a:hover, +#tracy-bs a:focus { + color: #085AA3; +} + +#tracy-bs-toggle { + position: absolute; + right: .5em; + top: .5em; + text-decoration: none; + background: #CD1818; + color: white !important; + padding: 3px; +} + +.tracy-bs-main { + display: flex; + flex-direction: column; + min-height: 100vh; +} + +.tracy-bs-main.tracy-collapsed { + display: none; +} + +#tracy-bs div.panel:last-of-type { + flex: 1; +} + +#tracy-bs-error { + background: #CD1818; + color: white; + font-size: 13pt; +} + +#tracy-bs-error::selection, +#tracy-bs-error ::selection { + color: black !important; + background: #FDF5CE !important; +} + +#tracy-bs-error a { + color: #ffefa1 !important; +} + +#tracy-bs-error span span { + font-size: 80%; + color: rgba(255, 255, 255, 0.5); + text-shadow: none; +} + +#tracy-bs-error a.action { + color: white !important; + opacity: 0; + font-size: .7em; + border-bottom: none !important; +} + +#tracy-bs-error:hover a.action { + opacity: .6; +} + +#tracy-bs-error a.action:hover { + opacity: 1; +} + +#tracy-bs-error i { + color: #ffefa1; + font-style: normal; +} + +#tracy-bs h1 { + font-size: 15pt; + font-weight: normal; + text-shadow: 1px 1px 2px rgba(0, 0, 0, .3); + margin: .7em 0; +} + +#tracy-bs h1 span { + white-space: pre-wrap; +} + +#tracy-bs h2 { + font-size: 14pt; + font-weight: normal; + margin: .6em 0; +} + +#tracy-bs h3 { + font-size: 10pt; + font-weight: bold; + margin: 1em 0; + padding: 0; +} + +#tracy-bs p, +#tracy-bs pre { + margin: .8em 0 +} + +#tracy-bs pre, +#tracy-bs code, +#tracy-bs table { + font: 9pt/1.5 Consolas, monospace !important; +} + +#tracy-bs pre, +#tracy-bs table { + background: #FDF5CE; + padding: .4em .7em; + border: 1px dotted silver; + overflow: auto; +} + +#tracy-bs table pre { + padding: 0; + margin: 0; + border: none; +} + +#tracy-bs table { + border-collapse: collapse; + width: 100%; + margin-bottom: 1em; +} + +#tracy-bs td, +#tracy-bs th { + vertical-align: top; + text-align: left; + padding: 2px 6px; + border: 1px solid #e6dfbf; +} + +#tracy-bs th { + font-weight: bold; +} + +#tracy-bs tr > :first-child { + width: 20%; +} + +#tracy-bs tr:nth-child(2n), +#tracy-bs tr:nth-child(2n) pre { + background-color: #F7F0CB; +} + +#tracy-bs ol { + margin: 1em 0; + padding-left: 2.5em; +} + +#tracy-bs ul { + font-size: 7pt; + padding: 2em 3em; + margin: 1em 0 0; + color: #777; + background: #F6F5F3; + border-top: 1px solid #DDD; + list-style: none; +} + +#tracy-bs .footer-logo a { + position: absolute; + bottom: 0; + right: 0; + width: 100px; + height: 50px; + background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFoAAAAUBAMAAAD/1DctAAAAMFBMVEWupZzj39rEvbTy8O3X0sz9/PvGwLu8tavQysHq6OS0rKP5+Pbd2dT29fPMxbzPx8DKErMJAAAACXBIWXMAAAsTAAALEwEAmpwYAAACGUlEQVQoFX3TQWgTQRQA0MWLIJJDYehBTykhG5ERTx56K1u8eEhCYtomE7x5L4iLh0ViF7egewuFFqSIYE6hIHsIYQ6CQSg9CDKn4QsNCRlB59C74J/ZNHW1+An5+bOPyf6/s46oz2P+A0yIeZZ2ieEHi6TOnLKTxvWq+b52mxlVO3xnM1s7xLX1504XQH65OnW2dBqn7cCkYsFsfYsWpyY/2salmFTpEyzeR8zosYqMdiPDXdyU52K1wgEa/SjGpdEwUAxqvRfckQCDOyFearsEHe2grvkh/cFAHKvdtI3lcVceKQIOFpv+FOZaNPQBwJZLPp+hfrvT5JZXaUFsR8zqQc9qSgAharkfS5M/5F6nGJJAtXq/eLr3ucZpHccSxOOIPaQhtHohpCH2Xu6rLmQ0djnr4/+J3C6v+AW8/XWYxwYNdlhWj/P5fPSTQwVr0T9lGxdaBCqErNZaqYnEwbkjEB3NasGF3lPdrHa1nnxNOMgj0+neePUPjd2v/qVvUv29ifvc19huQ48qwXShy/9o8o3OSk0cs37mOFd0Ydgvsf/oZEnPVtggfd66lORn9mDyyzXU13SRtH2L6aR5T/snGAcZPfAXz5J1YlJWBEuxdMYqQecpBrlM49xAbmqyHA+xlA1FxBtqT2xmJoNXZlIt74ZBLeJ9ZGDqByNI7p543idzJ23vXEv7IgnsxiS+eNtwNbFdLq7+Bi4wQ0I4SVb9AAAAAElFTkSuQmCC') no-repeat; + opacity: .6; + padding: 0; + margin: 0; +} + +#tracy-bs .footer-logo a:hover, +#tracy-bs .footer-logo a:focus { + opacity: 1; + transition: opacity 0.1s; +} + + +#tracy-bs div.panel { + padding: 1px 25px; +} + +#tracy-bs div.inner { + background: #F4F3F1; + padding: .1em 1em 1em; + border-radius: 8px; +} + +#tracy-bs .outer { + overflow: auto; +} + +#tracy-bs.mac .outer { + padding-bottom: 12px; +} + + +/* source code */ +#tracy-bs pre.code > div { + min-width: 100%; + float: left; + white-space: pre; +} + +#tracy-bs .highlight { + background: #CD1818; + color: white; + font-weight: bold; + font-style: normal; + display: block; + padding: 0 .4em; + margin: 0 -.4em; +} + +#tracy-bs .line { + color: #9F9C7F; + font-weight: normal; + font-style: normal; +} + +#tracy-bs a.tracy-editor { + color: inherit; + border-bottom: 1px dotted rgba(0, 0, 0, .3); + border-radius: 3px; +} + +#tracy-bs a.tracy-editor:hover { + background: #0001; +} + +#tracy-bs span[data-tracy-href] { + border-bottom: 1px dotted rgba(0, 0, 0, .3); +} + +#tracy-bs .tracy-dump-whitespace { + color: #0003; +} + +#tracy-bs .caused { + float: right; + padding: .3em .6em; + background: #df8075; + border-radius: 0 0 0 8px; + white-space: nowrap; +} + +#tracy-bs .caused a { + color: white; +} + +#tracy-bs .args tr:first-child > * { + position: relative; +} + +#tracy-bs .args tr:first-child td:before { + position: absolute; + right: .3em; + content: 'may not be true'; + opacity: .4; +} diff --git a/vendor/tracy/tracy/src/Tracy/BlueScreen/assets/bluescreen.js b/vendor/tracy/tracy/src/Tracy/BlueScreen/assets/bluescreen.js new file mode 100644 index 0000000..577c605 --- /dev/null +++ b/vendor/tracy/tracy/src/Tracy/BlueScreen/assets/bluescreen.js @@ -0,0 +1,71 @@ +/** + * This file is part of the Tracy (https://tracy.nette.org) + */ + +class BlueScreen +{ + static init(ajax) { + let blueScreen = document.getElementById('tracy-bs'); + let styles = []; + + for (let i = 0; i < document.styleSheets.length; i++) { + let style = document.styleSheets[i]; + if (!style.ownerNode.classList.contains('tracy-debug')) { + style.oldDisabled = style.disabled; + style.disabled = true; + styles.push(style); + } + } + + if (navigator.platform.indexOf('Mac') > -1) { + blueScreen.classList.add('mac'); + } + + document.getElementById('tracy-bs-toggle').addEventListener('tracy-toggle', function() { + let collapsed = this.classList.contains('tracy-collapsed'); + for (let i = 0; i < styles.length; i++) { + styles[i].disabled = collapsed ? styles[i].oldDisabled : true; + } + }); + + if (!ajax) { + document.body.appendChild(blueScreen); + let id = location.href + document.getElementById('tracy-bs-error').textContent; + Tracy.Toggle.persist(blueScreen, sessionStorage.getItem('tracy-toggles-bskey') === id); + sessionStorage.setItem('tracy-toggles-bskey', id); + } + + if (inited) { + return; + } + inited = true; + + // enables toggling via ESC + document.addEventListener('keyup', (e) => { + if (e.keyCode === 27 && !e.shiftKey && !e.altKey && !e.ctrlKey && !e.metaKey) { // ESC + Tracy.Toggle.toggle(document.getElementById('tracy-bs-toggle')); + } + }); + + Tracy.TableSort.init(); + } + + + static loadAjax(content) { + let ajaxBs = document.getElementById('tracy-bs'); + if (ajaxBs) { + ajaxBs.remove(); + } + document.body.insertAdjacentHTML('beforeend', content); + ajaxBs = document.getElementById('tracy-bs'); + Tracy.Dumper.init(ajaxBs); + BlueScreen.init(true); + window.scrollTo(0, 0); + } +} + +let inited; + + +let Tracy = window.Tracy = window.Tracy || {}; +Tracy.BlueScreen = Tracy.BlueScreen || BlueScreen; diff --git a/vendor/tracy/tracy/src/Tracy/BlueScreen/assets/content.phtml b/vendor/tracy/tracy/src/Tracy/BlueScreen/assets/content.phtml new file mode 100644 index 0000000..31b505c --- /dev/null +++ b/vendor/tracy/tracy/src/Tracy/BlueScreen/assets/content.phtml @@ -0,0 +1,364 @@ +<?php + +/** + * Debugger bluescreen template. + * + * This file is part of the Tracy (https://tracy.nette.org) + * Copyright (c) 2004 David Grudl (https://davidgrudl.com) + * + * @param array $exception + * @param array[] $actions + * @param array $info + * @param string $title + * @param string $source + * @param array $lastError + * @param array $httpHeaders + * @param callable $dump + * @return void + */ + +declare(strict_types=1); + +namespace Tracy; + +$code = $exception->getCode() ? ' #' . $exception->getCode() : ''; +$exceptions = $exceptions ?? Helpers::getExceptionChain($exception); + +?> +<div id="tracy-bs" itemscope> + <a id="tracy-bs-toggle" href="#" class="tracy-toggle"></a> + <div class="tracy-bs-main"> + <div id="tracy-bs-error" class="panel"> + <?php if ($exception->getMessage()): ?><p><?= Helpers::escapeHtml($title . $code) ?></p><?php endif ?> + + + <h1><span><?= $this->formatMessage($exception) ?: Helpers::escapeHtml($title . $code) ?></span> + <?php foreach ($actions as $item): ?> + <a href="<?= Helpers::escapeHtml($item['link']) ?>" class="action"<?= empty($item['external']) ? '' : ' target="_blank" rel="noreferrer noopener"'?>><?= Helpers::escapeHtml($item['label']) ?>►</a> + <?php endforeach ?></h1> + </div> + + <?php if (count($exceptions) > 1): ?> + <div class="caused"> + <a href="#tracyCaused">Caused by <?= Helpers::escapeHtml(Helpers::getClass($exceptions[1])) ?></a> + </div> + <?php endif ?> + + + <?php foreach ($exceptions as $level => $ex): ?> + + <?php if ($level): ?> + <div class="panel"<?php if ($level === 1) echo ' id="tracyCaused"' ?>> + <h2><a data-tracy-ref="^+" class="tracy-toggle<?= ($collapsed = $level > 1) ? ' tracy-collapsed' : '' ?>">Caused by</a></h2> + + <div class="<?= $collapsed ? 'tracy-collapsed ' : '' ?>inner"> + <div class="panel"> + <h2><?= Helpers::escapeHtml(Helpers::getClass($ex) . ($ex->getCode() ? ' #' . $ex->getCode() : '')) ?></h2> + + <h2><?= $this->formatMessage($ex) ?></h2> + </div> + <?php endif ?> + + + <?php foreach ($this->renderPanels($ex) as $panel): ?> + <div class="panel"> + <h2><a data-tracy-ref="^+" class="tracy-toggle"><?= Helpers::escapeHtml($panel->tab) ?></a></h2> + + <div class="inner"> + <?= $panel->panel ?> + </div></div> + <?php endforeach ?> + + + <?php $stack = $ex->getTrace(); $expanded = null ?> + <?php if ((!$exception instanceof \ErrorException || in_array($exception->getSeverity(), [E_USER_NOTICE, E_USER_WARNING, E_USER_DEPRECATED], true)) && $this->isCollapsed($ex->getFile())) { + foreach ($stack as $key => $row) { + if (isset($row['file']) && !$this->isCollapsed($row['file'])) { $expanded = $key; break; } + } + } ?> + + <div class="panel"> + <h2><a data-tracy-ref="^+" class="tracy-toggle<?= ($collapsed = $expanded !== null) ? ' tracy-collapsed' : '' ?>">Source file</a></h2> + + <div class="<?= $collapsed ? 'tracy-collapsed ' : '' ?>inner"> + <p><b>File:</b> <?= Helpers::editorLink($ex->getFile(), $ex->getLine()) ?></p> + <?php if (is_file($ex->getFile())): ?><?= self::highlightFile($ex->getFile(), $ex->getLine()) ?><?php endif ?> + </div></div> + + + <?php if (isset($stack[0]['class']) && $stack[0]['class'] === 'Tracy\Debugger' && ($stack[0]['function'] === 'shutdownHandler' || $stack[0]['function'] === 'errorHandler')) unset($stack[0]) ?> + <?php if ($stack): ?> + <div class="panel"> + <h2><a data-tracy-ref="^+" class="tracy-toggle">Call stack</a></h2> + + <div class="inner"> + <ol> + <?php foreach ($stack as $key => $row): ?> + <li><p> + + <?php if (isset($row['file']) && is_file($row['file'])): ?> + <?= Helpers::editorLink($row['file'], $row['line']) ?> + <?php else: ?> + <i>inner-code</i><?php if (isset($row['line'])) echo ':', $row['line'] ?> + <?php endif ?> + + <?php if (isset($row['file']) && is_file($row['file'])): ?><a data-tracy-ref="^p + .file" class="tracy-toggle<?php if ($expanded !== $key) echo ' tracy-collapsed' ?>">source</a>  <?php endif ?> + + <?php + if (isset($row['class'])) echo '<b>', Helpers::escapeHtml($row['class'] . $row['type']), '</b>'; + echo '<b>', Helpers::escapeHtml($row['function']), '</b> ('; + if (!empty($row['args'])): ?><a data-tracy-ref="^p + .args" class="tracy-toggle tracy-collapsed">arguments</a><?php endif ?>) + </p> + + <?php if (isset($row['file']) && is_file($row['file'])): ?> + <div class="<?php if ($expanded !== $key) echo 'tracy-collapsed ' ?>file"><?= self::highlightFile($row['file'], $row['line']) ?></div> + <?php endif ?> + + + <?php if (!empty($row['args'])): ?> + <div class="tracy-collapsed outer args"> + <table> + <?php + try { + $r = isset($row['class']) ? new \ReflectionMethod($row['class'], $row['function']) : new \ReflectionFunction($row['function']); + $params = $r->getParameters(); + } catch (\Exception $e) { + $params = []; + } + foreach ($row['args'] as $k => $v) { + $argName = isset($params[$k]) && !$params[$k]->isVariadic() ? $params[$k]->name : $k; + echo '<tr><th>', Helpers::escapeHtml((is_string($argName) ? '$' : '#') . $argName), '</th><td>'; + echo $dump($v, (string) $argName); + echo "</td></tr>\n"; + } + ?> + </table> + </div> + <?php endif ?> + </li> + <?php endforeach ?> + </ol> + </div></div> + <?php endif ?> + + + <?php if ($ex instanceof \ErrorException && isset($ex->context) && is_array($ex->context)):?> + <div class="panel"> + <h2><a data-tracy-ref="^+" class="tracy-toggle tracy-collapsed">Variables</a></h2> + + <div class="tracy-collapsed inner"> + <div class="outer"> + <table class="tracy-sortable"> + <?php + foreach ($ex->context as $k => $v) { + echo '<tr><th>$', Helpers::escapeHtml($k), '</th><td>', $dump($v, $k), "</td></tr>\n"; + } + ?> + </table> + </div> + </div></div> + <?php endif ?> + + <?php endforeach ?> + <?php while ($level--) echo '</div></div>' ?> + + + <?php if (count((array) $exception) > count((array) new \Exception)):?> + <div class="panel"> + <h2><a data-tracy-ref="^+" class="tracy-toggle tracy-collapsed">Exception</a></h2> + <div class="tracy-collapsed inner"> + <?= $dump($exception) ?> + </div></div> + <?php endif ?> + + + <?php if ($lastError): ?> + <div class="panel"> + <h2><a data-tracy-ref="^+" class="tracy-toggle tracy-collapsed">Last muted error</a></h2> + <div class="tracy-collapsed inner"> + + <h3><?= Helpers::errorTypeToString($lastError['type']) ?>: <?= Helpers::escapeHtml($lastError['message']) ?></h3> + <?php if (isset($lastError['file']) && is_file($lastError['file'])): ?> + <p><?= Helpers::editorLink($lastError['file'], $lastError['line']) ?></p> + <div><?= self::highlightFile($lastError['file'], $lastError['line']) ?></div> + <?php else: ?> + <p><i>inner-code</i><?php if (isset($lastError['line'])) echo ':', $lastError['line'] ?></p> + <?php endif ?> + + </div></div> + <?php endif ?> + + + <?php $bottomPanels = [] ?> + <?php foreach ($this->renderPanels(null) as $panel): ?> + <?php if (!empty($panel->bottom)) { $bottomPanels[] = $panel; continue; } ?> + <?php $collapsedClass = !isset($panel->collapsed) || $panel->collapsed ? ' tracy-collapsed' : ''; ?> + <div class="panel"> + <h2><a data-tracy-ref="^+" class="tracy-toggle<?= $collapsedClass ?>"><?= Helpers::escapeHtml($panel->tab) ?></a></h2> + + <div class="inner<?= $collapsedClass ?>"> + <?= $panel->panel ?> + </div></div> + <?php endforeach ?> + + + <?php if ($showEnvironment):?> + <div class="panel"> + <h2><a data-tracy-ref="^+" class="tracy-toggle tracy-collapsed">Environment</a></h2> + + <div class="tracy-collapsed inner"> + <h3><a data-tracy-ref="^+" class="tracy-toggle">$_SERVER</a></h3> + <div class="outer"> + <table class="tracy-sortable"> + <?php + foreach ($_SERVER as $k => $v) echo '<tr><th>', Helpers::escapeHtml($k), '</th><td>', $dump($v, $k), "</td></tr>\n"; + ?> + </table> + </div> + + + <h3><a data-tracy-ref="^+" class="tracy-toggle">$_SESSION</a></h3> + <div class="outer"> + <?php if (empty($_SESSION)):?> + <p><i>empty</i></p> + <?php else: ?> + <table class="tracy-sortable"> + <?php + foreach ($_SESSION as $k => $v) echo '<tr><th>', Helpers::escapeHtml($k), '</th><td>', $k === '__NF' ? '<i>Nette Session</i>' : $dump($v, $k), "</td></tr>\n"; + ?> + </table> + <?php endif ?> + </div> + + + <?php if (!empty($_SESSION['__NF']['DATA'])):?> + <h3><a data-tracy-ref="^+" class="tracy-toggle">Nette Session</a></h3> + <div class="outer"> + <table class="tracy-sortable"> + <?php + foreach ($_SESSION['__NF']['DATA'] as $k => $v) echo '<tr><th>', Helpers::escapeHtml($k), '</th><td>', $dump($v, $k), "</td></tr>\n"; + ?> + </table> + </div> + <?php endif ?> + + + <?php + $list = get_defined_constants(true); + if (!empty($list['user'])):?> + <h3><a data-tracy-ref="^+" class="tracy-toggle tracy-collapsed">Constants</a></h3> + <div class="outer tracy-collapsed"> + <table class="tracy-sortable"> + <?php + foreach ($list['user'] as $k => $v) { + echo '<tr><th>', Helpers::escapeHtml($k), '</th>'; + echo '<td>', $dump($v, $k), "</td></tr>\n"; + } + ?> + </table> + </div> + <?php endif ?> + + + <h3><a data-tracy-ref="^+" class="tracy-toggle tracy-collapsed">Configuration options</a></h3> + <div class="outer tracy-collapsed"> + <?php $this->renderPhpInfo() ?> + </div> + </div></div> + <?php endif ?> + + + <?php if (PHP_SAPI === 'cli'): ?> + <div class="panel"> + <h2><a data-tracy-ref="^+" class="tracy-toggle tracy-collapsed">CLI request</a></h2> + + <div class="tracy-collapsed inner"> + <h3>Process ID <?= Helpers::escapeHtml(getmypid()) ?></h3> + <pre>php<?= Helpers::escapeHtml(explode('):', $source, 2)[1]) ?></pre> + + <h3>Arguments</h3> + <div class="outer"> + <table> + <?php + foreach ($_SERVER['argv'] as $k => $v) echo '<tr><th>', Helpers::escapeHtml($k), '</th><td>', $dump($v, $k), "</td></tr>\n"; + ?> + </table> + </div> + </div></div> + + + <?php else: ?> + <div class="panel"> + <h2><a data-tracy-ref="^+" class="tracy-toggle tracy-collapsed">HTTP request</a></h2> + + <div class="tracy-collapsed inner"> + <h3><?= Helpers::escapeHtml($_SERVER['REQUEST_METHOD'] ?? 'URL') ?></h3> + <p><a href="<?= Helpers::escapeHtml($source) ?>" target="_blank" rel="noreferrer noopener"><?= Helpers::escapeHtml($source) ?></a></p> + + <h3>Headers</h3> + <div class="outer"> + <table class="tracy-sortable"> + <?php + foreach ($httpHeaders as $k => $v) echo '<tr><th>', Helpers::escapeHtml($k), '</th><td>', $dump($v, $k), "</td></tr>\n"; + ?> + </table> + </div> + + + <?php foreach (['_GET', '_POST', '_COOKIE'] as $name): ?> + <h3>$<?= Helpers::escapeHtml($name) ?></h3> + <?php if (empty($GLOBALS[$name])):?> + <p><i>empty</i></p> + <?php else: ?> + <div class="outer"> + <table class="tracy-sortable"> + <?php + foreach ($GLOBALS[$name] as $k => $v) echo '<tr><th>', Helpers::escapeHtml($k), '</th><td>', $dump($v, $k), "</td></tr>\n"; + ?> + </table> + </div> + <?php endif ?> + <?php endforeach ?> + </div></div> + + + <div class="panel"> + <h2><a data-tracy-ref="^+" class="tracy-toggle tracy-collapsed">HTTP response</a></h2> + + <div class="tracy-collapsed inner"> + <h3>Headers</h3> + <?php if (headers_list()): ?> + <div class="outer"> + <table class="tracy-sortable"> + <?php + foreach (headers_list() as $s) { $s = explode(':', $s, 2); echo '<tr><th>', Helpers::escapeHtml($s[0]), '</th><td>', Helpers::escapeHtml(trim($s[1])), "</td></tr>\n"; } + ?> + </table> + </div> + <?php else: ?> + <p><i>no headers</i></p> + <?php endif ?> + </div></div> + <?php endif ?> + + + <?php foreach ($bottomPanels as $panel): ?> + <div class="panel"> + <h2><a data-tracy-ref="^+" class="tracy-toggle"><?= Helpers::escapeHtml($panel->tab) ?></a></h2> + + <div class="inner"> + <?= $panel->panel ?> + </div></div> + <?php endforeach ?> + + <footer> + <ul> + <li><b><a href="https://github.com/sponsors/dg" target="_blank" rel="noreferrer noopener">Please support Tracy via a donation 💙ï¸</a></b></li> + <li>Report generated at <?= date('Y/m/d H:i:s') ?></li> + <?php foreach ($info as $item): ?><li><?= Helpers::escapeHtml($item) ?></li><?php endforeach ?> + </ul> + <div class="footer-logo"><a href="https://tracy.nette.org" rel="noreferrer"></a></div> + </footer> + </div> + <meta itemprop=tracy-snapshot content=<?= Dumper::formatSnapshotAttribute($snapshot) ?>> +</div> diff --git a/vendor/tracy/tracy/src/Tracy/BlueScreen/assets/page.phtml b/vendor/tracy/tracy/src/Tracy/BlueScreen/assets/page.phtml new file mode 100644 index 0000000..2470dbb --- /dev/null +++ b/vendor/tracy/tracy/src/Tracy/BlueScreen/assets/page.phtml @@ -0,0 +1,57 @@ +<?php + +/** + * Debugger bluescreen template. + * + * This file is part of the Tracy (https://tracy.nette.org) + * Copyright (c) 2004 David Grudl (https://davidgrudl.com) + * + * @param array $exception + * @param string $title + * @param string $nonce + * @return void + */ + +declare(strict_types=1); + +namespace Tracy; + +$code = $exception->getCode() ? ' #' . $exception->getCode() : ''; +$nonceAttr = $nonce ? ' nonce="' . Helpers::escapeHtml($nonce) . '"' : ''; +$exceptions = Helpers::getExceptionChain($exception); +?><!DOCTYPE html><!-- "' --></textarea></script></style></pre></xmp></a></iframe></noembed></noframes></noscript></option></select></template> + + + + + + + <?= Helpers::escapeHtml($title . ': ' . $exception->getMessage() . $code) ?> + + 1): ?> + + + + + + + + + + +> +'use strict'; + +Tracy.BlueScreen.init(); + + + diff --git a/vendor/tracy/tracy/src/Tracy/Debugger/Debugger.php b/vendor/tracy/tracy/src/Tracy/Debugger/Debugger.php new file mode 100644 index 0000000..1d707ca --- /dev/null +++ b/vendor/tracy/tracy/src/Tracy/Debugger/Debugger.php @@ -0,0 +1,654 @@ +dispatchAssets()) { + exit; + } + } + + + /** + * Renders loading + + + +Server Error + + + +
    +
    +

    Server Error

    + +

    We're sorry! The server encountered an internal error and + was unable to complete your request. Please try again later.

    + +

    error 500 |
    Tracy is unable to log error.

    +
    +
    + + diff --git a/vendor/tracy/tracy/src/Tracy/Dumper/Describer.php b/vendor/tracy/tracy/src/Tracy/Dumper/Describer.php new file mode 100644 index 0000000..efcd759 --- /dev/null +++ b/vendor/tracy/tracy/src/Tracy/Dumper/Describer.php @@ -0,0 +1,378 @@ + */ + public $objectExposers; + + /** @var (int|\stdClass)[] */ + public $references = []; + + + public function describe($var): \stdClass + { + uksort($this->objectExposers, function ($a, $b): int { + return $b === '' || (class_exists($a, false) && is_subclass_of($a, $b)) ? -1 : 1; + }); + + try { + return (object) [ + 'value' => $this->describeVar($var), + 'snapshot' => $this->snapshot, + 'location' => $this->location ? self::findLocation() : null, + ]; + + } finally { + $free = [[], []]; + $this->snapshot = &$free[0]; + $this->references = &$free[1]; + } + } + + + /** + * @return mixed + */ + private function describeVar($var, int $depth = 0, int $refId = null) + { + if ($var === null || is_bool($var)) { + return $var; + } + $m = 'describe' . explode(' ', gettype($var))[0]; + return $this->$m($var, $depth, $refId); + } + + + /** + * @return Value|int + */ + private function describeInteger(int $num) + { + return $num <= self::JS_SAFE_INTEGER && $num >= -self::JS_SAFE_INTEGER + ? $num + : new Value(Value::TYPE_NUMBER, "$num"); + } + + + /** + * @return Value|float + */ + private function describeDouble(float $num) + { + if (!is_finite($num)) { + return new Value(Value::TYPE_NUMBER, (string) $num); + } + $js = json_encode($num); + return strpos($js, '.') + ? $num + : new Value(Value::TYPE_NUMBER, "$js.0"); // to distinct int and float in JS + } + + + /** + * @return Value|string + */ + private function describeString(string $s, int $depth = 0) + { + $encoded = Helpers::encodeString($s, $depth ? $this->maxLength : null); + if ($encoded === $s) { + return $encoded; + } elseif (Helpers::isUtf8($s)) { + return new Value(Value::TYPE_STRING_HTML, $encoded, Helpers::utf8Length($s)); + } else { + return new Value(Value::TYPE_BINARY_HTML, $encoded, strlen($s)); + } + } + + + /** + * @return Value|array + */ + private function describeArray(array $arr, int $depth = 0, int $refId = null) + { + if ($refId) { + $res = new Value(Value::TYPE_REF, 'p' . $refId); + $value = &$this->snapshot[$res->value]; + if ($value && $value->depth <= $depth) { + return $res; + } + + $value = new Value(Value::TYPE_ARRAY); + $value->id = $res->value; + $value->depth = $depth; + if ($this->maxDepth && $depth >= $this->maxDepth) { + $value->length = count($arr); + return $res; + } elseif ($depth && $this->maxItems && count($arr) > $this->maxItems) { + $value->length = count($arr); + $arr = array_slice($arr, 0, $this->maxItems, true); + } + $items = &$value->items; + + } elseif ($arr && $this->maxDepth && $depth >= $this->maxDepth) { + return new Value(Value::TYPE_ARRAY, null, count($arr)); + + } elseif ($depth && $this->maxItems && count($arr) > $this->maxItems) { + $res = new Value(Value::TYPE_ARRAY, null, count($arr)); + $res->depth = $depth; + $items = &$res->items; + $arr = array_slice($arr, 0, $this->maxItems, true); + } + + $items = []; + foreach ($arr as $k => $v) { + $refId = $this->getReferenceId($arr, $k); + $items[] = [ + $this->describeVar($k, $depth + 1), + $this->isSensitive((string) $k, $v) + ? new Value(Value::TYPE_TEXT, self::hideValue($v)) + : $this->describeVar($v, $depth + 1, $refId), + ] + ($refId ? [2 => $refId] : []); + } + + return $res ?? $items; + } + + + private function describeObject(object $obj, int $depth = 0): Value + { + $id = spl_object_id($obj); + $value = &$this->snapshot[$id]; + if ($value && $value->depth <= $depth) { + return new Value(Value::TYPE_REF, $id); + } + + $value = new Value(Value::TYPE_OBJECT, Helpers::getClass($obj)); + $value->id = $id; + $value->depth = $depth; + $value->holder = $obj; // to be not released by garbage collector in collecting mode + if ($this->location) { + $rc = $obj instanceof \Closure + ? new \ReflectionFunction($obj) + : new \ReflectionClass($obj); + if ($rc->getFileName() && ($editor = Helpers::editorUri($rc->getFileName(), $rc->getStartLine()))) { + $value->editor = (object) ['file' => $rc->getFileName(), 'line' => $rc->getStartLine(), 'url' => $editor]; + } + } + + if ($this->maxDepth && $depth < $this->maxDepth) { + $value->items = []; + $props = $this->exposeObject($obj, $value); + foreach ($props ?? [] as $k => $v) { + $this->addPropertyTo($value, (string) $k, $v, Value::PROP_VIRTUAL, $this->getReferenceId($props, $k)); + } + } + return new Value(Value::TYPE_REF, $id); + } + + + /** + * @param resource $resource + */ + private function describeResource($resource, int $depth = 0): Value + { + $id = 'r' . (int) $resource; + $value = &$this->snapshot[$id]; + if (!$value) { + $type = is_resource($resource) ? get_resource_type($resource) : 'closed'; + $value = new Value(Value::TYPE_RESOURCE, $type . ' resource'); + $value->id = $id; + $value->depth = $depth; + $value->items = []; + if (isset($this->resourceExposers[$type])) { + foreach (($this->resourceExposers[$type])($resource) as $k => $v) { + $value->items[] = [htmlspecialchars($k), $this->describeVar($v, $depth + 1)]; + } + } + } + return new Value(Value::TYPE_REF, $id); + } + + + /** + * @return Value|string + */ + public function describeKey(string $key) + { + if (preg_match('#^[\w!\#$%&*+./;<>?@^{|}~-]{1,50}$#D', $key) && !preg_match('#^(true|false|null)$#iD', $key)) { + return $key; + } + $value = $this->describeString($key); + return is_string($value) // ensure result is Value + ? new Value(Value::TYPE_STRING_HTML, $key, Helpers::utf8Length($key)) + : $value; + } + + + public function addPropertyTo( + Value $value, + string $k, + $v, + $type = Value::PROP_VIRTUAL, + int $refId = null, + string $class = null + ) { + if ($value->depth && $this->maxItems && count($value->items ?? []) >= $this->maxItems) { + $value->length = ($value->length ?? count($value->items)) + 1; + return; + } + + $class = $class ?? $value->value; + $value->items[] = [ + $this->describeKey($k), + $type !== Value::PROP_VIRTUAL && $this->isSensitive($k, $v, $class) + ? new Value(Value::TYPE_TEXT, self::hideValue($v)) + : $this->describeVar($v, $value->depth + 1, $refId), + $type === Value::PROP_PRIVATE ? $class : $type, + ] + ($refId ? [3 => $refId] : []); + } + + + private function exposeObject(object $obj, Value $value): ?array + { + foreach ($this->objectExposers as $type => $dumper) { + if (!$type || $obj instanceof $type) { + return $dumper($obj, $value, $this); + } + } + + if ($this->debugInfo && method_exists($obj, '__debugInfo')) { + return $obj->__debugInfo(); + } + + Exposer::exposeObject($obj, $value, $this); + return null; + } + + + private function isSensitive(string $key, $val, string $class = null): bool + { + return + ($this->scrubber !== null && ($this->scrubber)($key, $val, $class)) + || isset($this->keysToHide[strtolower($key)]) + || isset($this->keysToHide[strtolower($class . '::$' . $key)]); + } + + + private static function hideValue($var): string + { + return self::HIDDEN_VALUE . ' (' . (is_object($var) ? Helpers::getClass($var) : gettype($var)) . ')'; + } + + + public function getReferenceId($arr, $key): ?int + { + if (PHP_VERSION_ID >= 70400) { + if ((!$rr = \ReflectionReference::fromArrayElement($arr, $key))) { + return null; + } + $tmp = &$this->references[$rr->getId()]; + if ($tmp === null) { + return $tmp = count($this->references); + } + return $tmp; + } + $uniq = new \stdClass; + $copy = $arr; + $orig = $copy[$key]; + $copy[$key] = $uniq; + if ($arr[$key] !== $uniq) { + return null; + } + $res = array_search($uniq, $this->references, true); + $copy[$key] = $orig; + if ($res === false) { + $this->references[] = &$arr[$key]; + return count($this->references); + } + return $res + 1; + } + + + /** + * Finds the location where dump was called. Returns [file, line, code] + */ + private static function findLocation(): ?array + { + foreach (debug_backtrace(DEBUG_BACKTRACE_IGNORE_ARGS) as $item) { + if (isset($item['class']) && ($item['class'] === self::class || $item['class'] === \Tracy\Dumper::class)) { + $location = $item; + continue; + } elseif (isset($item['function'])) { + try { + $reflection = isset($item['class']) + ? new \ReflectionMethod($item['class'], $item['function']) + : new \ReflectionFunction($item['function']); + if ( + $reflection->isInternal() + || preg_match('#\s@tracySkipLocation\s#', (string) $reflection->getDocComment()) + ) { + $location = $item; + continue; + } + } catch (\ReflectionException $e) { + } + } + break; + } + + if (isset($location['file'], $location['line']) && is_file($location['file'])) { + $lines = file($location['file']); + $line = $lines[$location['line'] - 1]; + return [ + $location['file'], + $location['line'], + trim(preg_match('#\w*dump(er::\w+)?\(.*\)#i', $line, $m) ? $m[0] : $line), + ]; + } + return null; + } +} diff --git a/vendor/tracy/tracy/src/Tracy/Dumper/Dumper.php b/vendor/tracy/tracy/src/Tracy/Dumper/Dumper.php new file mode 100644 index 0000000..af22780 --- /dev/null +++ b/vendor/tracy/tracy/src/Tracy/Dumper/Dumper.php @@ -0,0 +1,242 @@ + '1;33', + 'null' => '1;33', + 'number' => '1;32', + 'string' => '1;36', + 'array' => '1;31', + 'public' => '1;37', + 'protected' => '1;37', + 'private' => '1;37', + 'dynamic' => '1;37', + 'virtual' => '1;37', + 'object' => '1;31', + 'resource' => '1;37', + 'indent' => '1;30', + ]; + + /** @var array */ + public static $resources = [ + 'stream' => 'stream_get_meta_data', + 'stream-context' => 'stream_context_get_options', + 'curl' => 'curl_getinfo', + ]; + + /** @var array */ + public static $objectExporters = [ + \Closure::class => [Exposer::class, 'exposeClosure'], + \UnitEnum::class => [Exposer::class, 'exposeEnum'], + \ArrayObject::class => [Exposer::class, 'exposeArrayObject'], + \SplFileInfo::class => [Exposer::class, 'exposeSplFileInfo'], + \SplObjectStorage::class => [Exposer::class, 'exposeSplObjectStorage'], + \__PHP_Incomplete_Class::class => [Exposer::class, 'exposePhpIncompleteClass'], + \DOMNode::class => [Exposer::class, 'exposeDOMNode'], + \DOMNodeList::class => [Exposer::class, 'exposeDOMNodeList'], + \DOMNamedNodeMap::class => [Exposer::class, 'exposeDOMNodeList'], + \Ds\Collection::class => [Exposer::class, 'exposeDsCollection'], + \Ds\Map::class => [Exposer::class, 'exposeDsMap'], + ]; + + /** @var Describer */ + private $describer; + + /** @var Renderer */ + private $renderer; + + + /** + * Dumps variable to the output. + * @return mixed variable + */ + public static function dump($var, array $options = []) + { + if (PHP_SAPI === 'cli' || PHP_SAPI === 'phpdbg') { + $useColors = self::$terminalColors && Helpers::detectColors(); + $dumper = new self($options); + fwrite(STDOUT, $dumper->asTerminal($var, $useColors ? self::$terminalColors : [])); + + } elseif (preg_match('#^Content-Type: (?!text/html)#im', implode("\n", headers_list()))) { // non-html + echo self::toText($var, $options); + + } else { // html + $options[self::LOCATION] = $options[self::LOCATION] ?? true; + self::renderAssets(); + echo self::toHtml($var, $options); + } + return $var; + } + + + /** + * Dumps variable to HTML. + */ + public static function toHtml($var, array $options = [], $key = null): string + { + return (new self($options))->asHtml($var, $key); + } + + + /** + * Dumps variable to plain text. + */ + public static function toText($var, array $options = []): string + { + return (new self($options))->asTerminal($var); + } + + + /** + * Dumps variable to x-terminal. + */ + public static function toTerminal($var, array $options = []): string + { + return (new self($options))->asTerminal($var, self::$terminalColors); + } + + + /** + * Renders \n"; + } + } + + + private function __construct(array $options = []) + { + $location = $options[self::LOCATION] ?? 0; + $location = $location === true ? ~0 : (int) $location; + + $describer = $this->describer = new Describer; + $describer->maxDepth = (int) ($options[self::DEPTH] ?? $describer->maxDepth); + $describer->maxLength = (int) ($options[self::TRUNCATE] ?? $describer->maxLength); + $describer->maxItems = (int) ($options[self::ITEMS] ?? $describer->maxItems); + $describer->debugInfo = (bool) ($options[self::DEBUGINFO] ?? $describer->debugInfo); + $describer->scrubber = $options[self::SCRUBBER] ?? $describer->scrubber; + $describer->keysToHide = array_flip(array_map('strtolower', $options[self::KEYS_TO_HIDE] ?? [])); + $describer->resourceExposers = ($options['resourceExporters'] ?? []) + self::$resources; + $describer->objectExposers = ($options[self::OBJECT_EXPORTERS] ?? []) + self::$objectExporters; + $describer->location = (bool) $location; + if ($options[self::LIVE] ?? false) { + $tmp = &self::$liveSnapshot; + } elseif (isset($options[self::SNAPSHOT])) { + $tmp = &$options[self::SNAPSHOT]; + } + if (isset($tmp)) { + $tmp[0] = $tmp[0] ?? []; + $tmp[1] = $tmp[1] ?? []; + $describer->snapshot = &$tmp[0]; + $describer->references = &$tmp[1]; + } + + $renderer = $this->renderer = new Renderer; + $renderer->collapseTop = $options[self::COLLAPSE] ?? $renderer->collapseTop; + $renderer->collapseSub = $options[self::COLLAPSE_COUNT] ?? $renderer->collapseSub; + $renderer->collectingMode = isset($options[self::SNAPSHOT]) || !empty($options[self::LIVE]); + $renderer->lazy = $renderer->collectingMode + ? true + : ($options[self::LAZY] ?? $renderer->lazy); + $renderer->sourceLocation = !(~$location & self::LOCATION_SOURCE); + $renderer->classLocation = !(~$location & self::LOCATION_CLASS); + $renderer->theme = $options[self::THEME] ?? $renderer->theme; + } + + + /** + * Dumps variable to HTML. + */ + private function asHtml($var, $key = null): string + { + if ($key === null) { + $model = $this->describer->describe($var); + } else { + $model = $this->describer->describe([$key => $var]); + $model->value = $model->value[0][1]; + } + return $this->renderer->renderAsHtml($model); + } + + + /** + * Dumps variable to x-terminal. + */ + private function asTerminal($var, array $colors = []): string + { + $model = $this->describer->describe($var); + return $this->renderer->renderAsText($model, $colors); + } + + + public static function formatSnapshotAttribute(array &$snapshot): string + { + $res = "'" . Renderer::jsonEncode($snapshot[0] ?? []) . "'"; + $snapshot = []; + return $res; + } +} diff --git a/vendor/tracy/tracy/src/Tracy/Dumper/Exposer.php b/vendor/tracy/tracy/src/Tracy/Dumper/Exposer.php new file mode 100644 index 0000000..0f005c2 --- /dev/null +++ b/vendor/tracy/tracy/src/Tracy/Dumper/Exposer.php @@ -0,0 +1,215 @@ + $v) { + $describer->addPropertyTo( + $value, + (string) $k, + $v, + Value::PROP_DYNAMIC, + $describer->getReferenceId($values, $k) + ); + } + + foreach ($props as $k => [$name, $class, $type]) { + if (array_key_exists($k, $values)) { + $describer->addPropertyTo( + $value, + $name, + $values[$k], + $type, + $describer->getReferenceId($values, $k), + $class + ); + } else { + $value->items[] = [ + $name, + new Value(Value::TYPE_TEXT, 'unset'), + $type === Value::PROP_PRIVATE ? $class : $type, + ]; + } + } + } + + + private static function getProperties($class): array + { + static $cache; + if (isset($cache[$class])) { + return $cache[$class]; + } + $rc = new \ReflectionClass($class); + $parentProps = $rc->getParentClass() ? self::getProperties($rc->getParentClass()->getName()) : []; + $props = []; + + foreach ($rc->getProperties() as $prop) { + $name = $prop->getName(); + if ($prop->isStatic() || $prop->getDeclaringClass()->getName() !== $class) { + // nothing + } elseif ($prop->isPrivate()) { + $props["\x00" . $class . "\x00" . $name] = [$name, $class, Value::PROP_PRIVATE]; + } elseif ($prop->isProtected()) { + $props["\x00*\x00" . $name] = [$name, $class, Value::PROP_PROTECTED]; + } else { + $props[$name] = [$name, $class, Value::PROP_PUBLIC]; + unset($parentProps["\x00*\x00" . $name]); + } + } + + return $cache[$class] = $props + $parentProps; + } + + + public static function exposeClosure(\Closure $obj, Value $value, Describer $describer): void + { + $rc = new \ReflectionFunction($obj); + if ($describer->location) { + $describer->addPropertyTo($value, 'file', $rc->getFileName() . ':' . $rc->getStartLine()); + } + + $params = []; + foreach ($rc->getParameters() as $param) { + $params[] = '$' . $param->getName(); + } + $value->value .= '(' . implode(', ', $params) . ')'; + + $uses = []; + $useValue = new Value(Value::TYPE_OBJECT); + $useValue->depth = $value->depth + 1; + foreach ($rc->getStaticVariables() as $name => $v) { + $uses[] = '$' . $name; + $describer->addPropertyTo($useValue, '$' . $name, $v); + } + if ($uses) { + $useValue->value = implode(', ', $uses); + $useValue->collapsed = true; + $value->items[] = ['use', $useValue]; + } + } + + + public static function exposeEnum(\UnitEnum $enum, Value $value, Describer $describer): void + { + $value->value = get_class($enum) . '::' . $enum->name; + if ($enum instanceof \BackedEnum) { + $describer->addPropertyTo($value, 'value', $enum->value); + $value->collapsed = true; + } + } + + + public static function exposeArrayObject(\ArrayObject $obj, Value $value, Describer $describer): void + { + $flags = $obj->getFlags(); + $obj->setFlags(\ArrayObject::STD_PROP_LIST); + self::exposeObject($obj, $value, $describer); + $obj->setFlags($flags); + $describer->addPropertyTo($value, 'storage', $obj->getArrayCopy(), Value::PROP_PRIVATE, null, \ArrayObject::class); + } + + + public static function exposeDOMNode(\DOMNode $obj, Value $value, Describer $describer): void + { + $props = preg_match_all('#^\s*\[([^\]]+)\] =>#m', print_r($obj, true), $tmp) ? $tmp[1] : []; + sort($props); + foreach ($props as $p) { + $describer->addPropertyTo($value, $p, $obj->$p, Value::PROP_PUBLIC); + } + } + + + /** + * @param \DOMNodeList|\DOMNamedNodeMap $obj + */ + public static function exposeDOMNodeList($obj, Value $value, Describer $describer): void + { + $describer->addPropertyTo($value, 'length', $obj->length, Value::PROP_PUBLIC); + $describer->addPropertyTo($value, 'items', iterator_to_array($obj)); + } + + + public static function exposeSplFileInfo(\SplFileInfo $obj): array + { + return ['path' => $obj->getPathname()]; + } + + + public static function exposeSplObjectStorage(\SplObjectStorage $obj): array + { + $res = []; + foreach (clone $obj as $item) { + $res[] = ['object' => $item, 'data' => $obj[$item]]; + } + return $res; + } + + + public static function exposePhpIncompleteClass( + \__PHP_Incomplete_Class $obj, + Value $value, + Describer $describer + ): void { + $values = (array) $obj; + $class = $values['__PHP_Incomplete_Class_Name']; + unset($values['__PHP_Incomplete_Class_Name']); + foreach ($values as $k => $v) { + $refId = $describer->getReferenceId($values, $k); + if (isset($k[0]) && $k[0] === "\x00") { + $info = explode("\00", $k); + $k = end($info); + $type = $info[1] === '*' ? Value::PROP_PROTECTED : Value::PROP_PRIVATE; + $decl = $type === Value::PROP_PRIVATE ? $info[1] : null; + } else { + $type = Value::PROP_PUBLIC; + $k = (string) $k; + $decl = null; + } + $describer->addPropertyTo($value, $k, $v, $type, $refId, $decl); + } + $value->value = $class . ' (Incomplete Class)'; + } + + + public static function exposeDsCollection( + \Ds\Collection $obj, + Value $value, + Describer $describer + ): void { + foreach ($obj as $k => $v) { + $describer->addPropertyTo($value, (string) $k, $v, Value::PROP_VIRTUAL); + } + } + + + public static function exposeDsMap( + \Ds\Map $obj, + Value $value, + Describer $describer + ): void { + $i = 0; + foreach ($obj as $k => $v) { + $describer->addPropertyTo($value, (string) $i++, new \Ds\Pair($k, $v), Value::PROP_VIRTUAL); + } + } +} diff --git a/vendor/tracy/tracy/src/Tracy/Dumper/Renderer.php b/vendor/tracy/tracy/src/Tracy/Dumper/Renderer.php new file mode 100644 index 0000000..3bbd013 --- /dev/null +++ b/vendor/tracy/tracy/src/Tracy/Dumper/Renderer.php @@ -0,0 +1,484 @@ +value; + $this->snapshot = $model->snapshot; + + if ($this->lazy === false) { // no lazy-loading + $html = $this->renderVar($value); + $json = $snapshot = null; + + } elseif ($this->lazy && (is_array($value) && $value || is_object($value))) { // full lazy-loading + $html = ''; + $snapshot = $this->collectingMode ? null : $this->snapshot; + $json = $value; + + } else { // lazy-loading of collapsed parts + $html = $this->renderVar($value); + $snapshot = $this->snapshotSelection; + $json = null; + } + } finally { + $this->parents = $this->snapshot = $this->above = []; + $this->snapshotSelection = null; + } + + $location = null; + if ($model->location && $this->sourceLocation) { + [$file, $line, $code] = $model->location; + $uri = Helpers::editorUri($file, $line); + $location = Helpers::formatHtml( + '', + $uri ?? '#', + $file, + $line, + $uri ? "\nClick to open in editor" : '' + ) . Helpers::encodeString($code, 50) . " ðŸ“"; + } + + return '
     100 ? "\n" : '')
    +			. '>'
    +			. $location
    +			. $html
    +			. "
    \n"; + } + + + public function renderAsText(\stdClass $model, array $colors = []): string + { + try { + $this->snapshot = $model->snapshot; + $this->lazy = false; + $s = $this->renderVar($model->value); + } finally { + $this->parents = $this->snapshot = $this->above = []; + } + + $s = $colors ? self::htmlToAnsi($s, $colors) : $s; + $s = htmlspecialchars_decode(strip_tags($s), ENT_QUOTES | ENT_HTML5); + $s = str_replace('…', '...', $s); + $s .= substr($s, -1) === "\n" ? '' : "\n"; + + if ($this->sourceLocation && ([$file, $line] = $model->location)) { + $s .= "in $file:$line\n"; + } + + return $s; + } + + + /** + * @param mixed $value + * @param string|int|null $keyType + */ + private function renderVar($value, int $depth = 0, $keyType = null): string + { + switch (true) { + case $value === null: + return 'null'; + + case is_bool($value): + return '' . ($value ? 'true' : 'false') . ''; + + case is_int($value): + return '' . $value . ''; + + case is_float($value): + return '' . self::jsonEncode($value) . ''; + + case is_string($value): + return $this->renderString($value, $depth, $keyType); + + case is_array($value): + case $value->type === Value::TYPE_ARRAY: + return $this->renderArray($value, $depth); + + case $value->type === Value::TYPE_REF: + return $this->renderVar($this->snapshot[$value->value], $depth, $keyType); + + case $value->type === Value::TYPE_OBJECT: + return $this->renderObject($value, $depth); + + case $value->type === Value::TYPE_NUMBER: + return '' . Helpers::escapeHtml($value->value) . ''; + + case $value->type === Value::TYPE_TEXT: + return '' . Helpers::escapeHtml($value->value) . ''; + + case $value->type === Value::TYPE_STRING_HTML: + case $value->type === Value::TYPE_BINARY_HTML: + return $this->renderString($value, $depth, $keyType); + + case $value->type === Value::TYPE_RESOURCE: + return $this->renderResource($value, $depth); + + default: + throw new \Exception('Unknown type'); + } + } + + + /** + * @param string|Value $str + * @param string|int|null $keyType + */ + private function renderString($str, int $depth, $keyType): string + { + if ($keyType === self::TYPE_ARRAY_KEY) { + $indent = ' ' . str_repeat('| ', $depth - 1) . ' '; + return '' + . "'" + . (is_string($str) ? Helpers::escapeHtml($str) : str_replace("\n", "\n" . $indent, $str->value)) + . "'" + . ''; + + } elseif ($keyType !== null) { + static $classes = [ + Value::PROP_PUBLIC => 'tracy-dump-public', + Value::PROP_PROTECTED => 'tracy-dump-protected', + Value::PROP_DYNAMIC => 'tracy-dump-dynamic', + Value::PROP_VIRTUAL => 'tracy-dump-virtual', + ]; + $indent = ' ' . str_repeat('| ', $depth - 1) . ' '; + $title = is_string($keyType) + ? ' title="declared in ' . Helpers::escapeHtml($keyType) . '"' + : null; + return '' + . (is_string($str) + ? Helpers::escapeHtml($str) + : "'" . str_replace("\n", "\n" . $indent, $str->value) . "'") + . ''; + + } elseif (is_string($str)) { + $len = Helpers::utf8Length($str); + return ' 1 ? ' title="' . $len . ' characters"' : '') + . '>' + . "'" + . Helpers::escapeHtml($str) + . "'" + . ''; + + } else { + $unit = $str->type === Value::TYPE_STRING_HTML ? 'characters' : 'bytes'; + $count = substr_count($str->value, "\n"); + if ($count) { + $collapsed = $indent1 = $toggle = null; + $indent = ' '; + if ($depth) { + $collapsed = $count >= $this->collapseSub; + $indent1 = ' ' . str_repeat('| ', $depth) . ''; + $indent = ' ' . str_repeat('| ', $depth) . ' '; + $toggle = 'string' . "\n"; + } + return $toggle + . '
    ' + . $indent1 + . ''" + . str_replace("\n", "\n" . $indent, $str->value) + . "'" + . ($depth ? "\n" : '') + . '
    '; + } + + return 'length > 1 ? " title=\"{$str->length} $unit\"" : '') + . '>' + . "'" + . $str->value + . "'" + . ''; + } + } + + + /** + * @param array|Value $array + */ + private function renderArray($array, int $depth): string + { + $out = 'array ('; + + if (is_array($array)) { + $items = $array; + $count = count($items); + $out .= $count . ')'; + } elseif ($array->items === null) { + return $out . $array->length . ') …'; + } else { + $items = $array->items; + $count = $array->length ?? count($items); + $out .= $count . ')'; + if ($array->id && isset($this->parents[$array->id])) { + return $out . ' RECURSION'; + + } elseif ($array->id && ($array->depth < $depth || isset($this->above[$array->id]))) { + if ($this->lazy !== false) { + $ref = new Value(Value::TYPE_REF, $array->id); + $this->copySnapshot($ref); + return '" . $out . ''; + } + return $out . (isset($this->above[$array->id]) ? ' see above' : ' see below'); + } + } + + if (!$count) { + return $out; + } + + $collapsed = $depth + ? ($this->lazy === false || $depth === 1 ? $count >= $this->collapseSub : true) + : (is_int($this->collapseTop) ? $count >= $this->collapseTop : $this->collapseTop); + + $span = 'lazy !== false) { + $array = isset($array->id) ? new Value(Value::TYPE_REF, $array->id) : $array; + $this->copySnapshot($array); + return $span . " data-tracy-dump='" . self::jsonEncode($array) . "'>" . $out . ''; + } + + $out = $span . '>' . $out . "\n" . ''; + $indent = ' ' . str_repeat('| ', $depth) . ''; + $this->parents[$array->id ?? null] = $this->above[$array->id ?? null] = true; + + foreach ($items as $info) { + [$k, $v, $ref] = $info + [2 => null]; + $out .= $indent + . $this->renderVar($k, $depth + 1, self::TYPE_ARRAY_KEY) + . ' => ' + . ($ref ? '&' . $ref . ' ' : '') + . ($tmp = $this->renderVar($v, $depth + 1)) + . (substr($tmp, -6) === '' ? '' : "\n"); + } + + if ($count > count($items)) { + $out .= $indent . "…\n"; + } + unset($this->parents[$array->id ?? null]); + return $out . ''; + } + + + private function renderObject(Value $object, int $depth): string + { + $editorAttributes = ''; + if ($this->classLocation && $object->editor) { + $editorAttributes = Helpers::formatHtml( + ' title="Declared in file % on line %%%" data-tracy-href="%"', + $object->editor->file, + $object->editor->line, + $object->editor->url ? "\nCtrl-Click to open in editor" : '', + "\nAlt-Click to expand/collapse all child nodes", + $object->editor->url + ); + } + + $out = '' + . Helpers::escapeHtml($object->value) + . '' + . ($object->id ? ' #' . $object->id . '' : ''); + + if ($object->items === null) { + return $out . ' …'; + + } elseif (!$object->items) { + return $out; + + } elseif ($object->id && isset($this->parents[$object->id])) { + return $out . ' RECURSION'; + + } elseif ($object->id && ($object->depth < $depth || isset($this->above[$object->id]))) { + if ($this->lazy !== false) { + $ref = new Value(Value::TYPE_REF, $object->id); + $this->copySnapshot($ref); + return '" . $out . ''; + } + return $out . (isset($this->above[$object->id]) ? ' see above' : ' see below'); + } + + $collapsed = $object->collapsed ?? ($depth + ? ($this->lazy === false || $depth === 1 ? count($object->items) >= $this->collapseSub : true) + : (is_int($this->collapseTop) ? count($object->items) >= $this->collapseTop : $this->collapseTop)); + + $span = 'lazy !== false) { + $value = $object->id ? new Value(Value::TYPE_REF, $object->id) : $object; + $this->copySnapshot($value); + return $span . " data-tracy-dump='" . self::jsonEncode($value) . "'>" . $out . ''; + } + + $out = $span . '>' . $out . "\n" . ''; + $indent = ' ' . str_repeat('| ', $depth) . ''; + $this->parents[$object->id] = $this->above[$object->id] = true; + + foreach ($object->items as $info) { + [$k, $v, $type, $ref] = $info + [2 => Value::PROP_VIRTUAL, null]; + $out .= $indent + . $this->renderVar($k, $depth + 1, $type) + . ': ' + . ($ref ? '&' . $ref . ' ' : '') + . ($tmp = $this->renderVar($v, $depth + 1)) + . (substr($tmp, -6) === '' ? '' : "\n"); + } + + if ($object->length > count($object->items)) { + $out .= $indent . "…\n"; + } + unset($this->parents[$object->id]); + return $out . ''; + } + + + private function renderResource(Value $resource, int $depth): string + { + $out = '' . Helpers::escapeHtml($resource->value) . ' ' + . '@' . substr($resource->id, 1) . ''; + + if (!$resource->items) { + return $out; + + } elseif (isset($this->above[$resource->id])) { + if ($this->lazy !== false) { + $ref = new Value(Value::TYPE_REF, $resource->id); + $this->copySnapshot($ref); + return '" . $out . ''; + } + return $out . ' see above'; + + } else { + $this->above[$resource->id] = true; + $out = "$out\n
    "; + foreach ($resource->items as [$k, $v]) { + $out .= ' ' . str_repeat('| ', $depth) . '' + . $this->renderVar($k, $depth + 1, Value::PROP_VIRTUAL) + . ': ' + . ($tmp = $this->renderVar($v, $depth + 1)) + . (substr($tmp, -6) === '
    ' ? '' : "\n"); + } + return $out . ''; + } + } + + + private function copySnapshot($value): void + { + if ($this->collectingMode) { + return; + } + if ($this->snapshotSelection === null) { + $this->snapshotSelection = []; + } + + if (is_array($value)) { + foreach ($value as [, $v]) { + $this->copySnapshot($v); + } + } elseif ($value instanceof Value && $value->type === Value::TYPE_REF) { + if (!isset($this->snapshotSelection[$value->value])) { + $ref = $this->snapshotSelection[$value->value] = $this->snapshot[$value->value]; + $this->copySnapshot($ref); + } + } elseif ($value instanceof Value && $value->items) { + foreach ($value->items as [, $v]) { + $this->copySnapshot($v); + } + } + } + + + public static function jsonEncode($snapshot): string + { + $old = @ini_set('serialize_precision', '-1'); // @ may be disabled + try { + return json_encode($snapshot, JSON_HEX_APOS | JSON_HEX_AMP | JSON_UNESCAPED_UNICODE | JSON_UNESCAPED_SLASHES); + } finally { + if ($old !== false) { + ini_set('serialize_precision', $old); + } + } + } + + + private static function htmlToAnsi(string $s, array $colors): string + { + $stack = ['0']; + $s = preg_replace_callback( + '#<\w+(?: class="tracy-dump-(\w+)")?[^>]*>|#', + function ($m) use ($colors, &$stack): string { + if ($m[0][1] === '/') { + array_pop($stack); + } else { + $stack[] = isset($m[1], $colors[$m[1]]) ? $colors[$m[1]] : '0'; + } + return "\033[" . end($stack) . 'm'; + }, + $s + ); + $s = preg_replace('/\e\[0m(\n*)(?=\e)/', '$1', $s); + return $s; + } +} diff --git a/vendor/tracy/tracy/src/Tracy/Dumper/Value.php b/vendor/tracy/tracy/src/Tracy/Dumper/Value.php new file mode 100644 index 0000000..0f136b2 --- /dev/null +++ b/vendor/tracy/tracy/src/Tracy/Dumper/Value.php @@ -0,0 +1,81 @@ +type = $type; + $this->value = $value; + $this->length = $length; + } + + + public function jsonSerialize(): array + { + $res = [$this->type => $this->value]; + foreach (['length', 'editor', 'items', 'collapsed'] as $k) { + if ($this->$k !== null) { + $res[$k] = $this->$k; + } + } + return $res; + } +} diff --git a/vendor/tracy/tracy/src/Tracy/Dumper/assets/dumper-dark.css b/vendor/tracy/tracy/src/Tracy/Dumper/assets/dumper-dark.css new file mode 100644 index 0000000..3540edd --- /dev/null +++ b/vendor/tracy/tracy/src/Tracy/Dumper/assets/dumper-dark.css @@ -0,0 +1,145 @@ +/** + * This file is part of the Tracy (https://tracy.nette.org) + */ + +.tracy-dump.tracy-dark { + text-align: left; + color: #f8f8f2; + background: #29292e; + border-radius: 4px; + padding: 1em; + margin: 1em 0; + word-break: break-all; + white-space: pre-wrap; +} + +.tracy-dump.tracy-dark div { + padding-left: 2.5ex; +} + +.tracy-dump.tracy-dark div div { + border-left: 1px solid rgba(255, 255, 255, .1); + margin-left: .5ex; +} + +.tracy-dump.tracy-dark div div:hover { + border-left-color: rgba(255, 255, 255, .25); +} + +.tracy-dark .tracy-dump-location { + color: silver; + font-size: 80%; + text-decoration: none; + background: none; + opacity: .5; + float: right; + cursor: pointer; +} + +.tracy-dark .tracy-dump-location:hover, +.tracy-dark .tracy-dump-location:focus { + opacity: 1; +} + +.tracy-dark .tracy-dump-array, +.tracy-dark .tracy-dump-object { + color: #f69c2e; + user-select: text; +} + +.tracy-dark .tracy-dump-string { + color: #3cdfef; + white-space: break-spaces; +} + +.tracy-dark div.tracy-dump-string { + position: relative; + padding-left: 3.5ex; +} + +.tracy-dark .tracy-dump-lq { + margin-left: calc(-1ex - 1px); +} + +.tracy-dark div.tracy-dump-string:before { + content: ''; + position: absolute; + left: calc(3ex - 1px); + top: 1.5em; + bottom: 0; + border-left: 1px solid rgba(255, 255, 255, .1); +} + +.tracy-dark .tracy-dump-virtual span, +.tracy-dark .tracy-dump-dynamic span, +.tracy-dark .tracy-dump-string span { + color: rgba(255, 255, 255, 0.5); +} + +.tracy-dark .tracy-dump-virtual i, +.tracy-dark .tracy-dump-dynamic i, +.tracy-dark .tracy-dump-string i { + font-size: 80%; + font-style: normal; + color: rgba(255, 255, 255, 0.5); + user-select: none; +} + +.tracy-dark .tracy-dump-number { + color: #77d285; +} + +.tracy-dark .tracy-dump-null, +.tracy-dark .tracy-dump-bool { + color: #f3cb44; +} + +.tracy-dark .tracy-dump-virtual { + font-style: italic; +} + +.tracy-dark .tracy-dump-public::after { + content: ' pub'; +} + +.tracy-dark .tracy-dump-protected::after { + content: ' pro'; +} + +.tracy-dark .tracy-dump-private::after { + content: ' pri'; +} + +.tracy-dark .tracy-dump-public::after, +.tracy-dark .tracy-dump-protected::after, +.tracy-dark .tracy-dump-private::after, +.tracy-dark .tracy-dump-hash { + font-size: 85%; + color: rgba(255, 255, 255, 0.4); +} + +.tracy-dark .tracy-dump-indent { + display: none; +} + +.tracy-dark .tracy-dump-highlight { + background: #C22; + color: white; + border-radius: 2px; + padding: 0 2px; + margin: 0 -2px; +} + +span[data-tracy-href] { + border-bottom: 1px dotted rgba(255, 255, 255, .2); +} + +.tracy-dark .tracy-dump-flash { + animation: tracy-dump-flash .2s ease; +} + +@keyframes tracy-dump-flash { + 0% { + background: #c0c0c033; + } +} diff --git a/vendor/tracy/tracy/src/Tracy/Dumper/assets/dumper-light.css b/vendor/tracy/tracy/src/Tracy/Dumper/assets/dumper-light.css new file mode 100644 index 0000000..69aba78 --- /dev/null +++ b/vendor/tracy/tracy/src/Tracy/Dumper/assets/dumper-light.css @@ -0,0 +1,145 @@ +/** + * This file is part of the Tracy (https://tracy.nette.org) + */ + +.tracy-dump.tracy-light { + text-align: left; + color: #444; + background: #fdf9e2; + border-radius: 4px; + padding: 1em; + margin: 1em 0; + word-break: break-all; + white-space: pre-wrap; +} + +.tracy-dump.tracy-light div { + padding-left: 2.5ex; +} + +.tracy-dump.tracy-light div div { + border-left: 1px solid rgba(0, 0, 0, .1); + margin-left: .5ex; +} + +.tracy-dump.tracy-light div div:hover { + border-left-color: rgba(0, 0, 0, .25); +} + +.tracy-light .tracy-dump-location { + color: gray; + font-size: 80%; + text-decoration: none; + background: none; + opacity: .5; + float: right; + cursor: pointer; +} + +.tracy-light .tracy-dump-location:hover, +.tracy-light .tracy-dump-location:focus { + opacity: 1; +} + +.tracy-light .tracy-dump-array, +.tracy-light .tracy-dump-object { + color: #C22; + user-select: text; +} + +.tracy-light .tracy-dump-string { + color: #35D; + white-space: break-spaces; +} + +.tracy-light div.tracy-dump-string { + position: relative; + padding-left: 3.5ex; +} + +.tracy-light .tracy-dump-lq { + margin-left: calc(-1ex - 1px); +} + +.tracy-light div.tracy-dump-string:before { + content: ''; + position: absolute; + left: calc(3ex - 1px); + top: 1.5em; + bottom: 0; + border-left: 1px solid rgba(0, 0, 0, .1); +} + +.tracy-light .tracy-dump-virtual span, +.tracy-light .tracy-dump-dynamic span, +.tracy-light .tracy-dump-string span { + color: rgba(0, 0, 0, 0.5); +} + +.tracy-light .tracy-dump-virtual i, +.tracy-light .tracy-dump-dynamic i, +.tracy-light .tracy-dump-string i { + font-size: 80%; + font-style: normal; + color: rgba(0, 0, 0, 0.5); + user-select: none; +} + +.tracy-light .tracy-dump-number { + color: #090; +} + +.tracy-light .tracy-dump-null, +.tracy-light .tracy-dump-bool { + color: #850; +} + +.tracy-light .tracy-dump-virtual { + font-style: italic; +} + +.tracy-light .tracy-dump-public::after { + content: ' pub'; +} + +.tracy-light .tracy-dump-protected::after { + content: ' pro'; +} + +.tracy-light .tracy-dump-private::after { + content: ' pri'; +} + +.tracy-light .tracy-dump-public::after, +.tracy-light .tracy-dump-protected::after, +.tracy-light .tracy-dump-private::after, +.tracy-light .tracy-dump-hash { + font-size: 85%; + color: rgba(0, 0, 0, 0.5); +} + +.tracy-light .tracy-dump-indent { + display: none; +} + +.tracy-light .tracy-dump-highlight { + background: #C22; + color: white; + border-radius: 2px; + padding: 0 2px; + margin: 0 -2px; +} + +span[data-tracy-href] { + border-bottom: 1px dotted rgba(0, 0, 0, .2); +} + +.tracy-light .tracy-dump-flash { + animation: tracy-dump-flash .2s ease; +} + +@keyframes tracy-dump-flash { + 0% { + background: #c0c0c033; + } +} diff --git a/vendor/tracy/tracy/src/Tracy/Dumper/assets/dumper.js b/vendor/tracy/tracy/src/Tracy/Dumper/assets/dumper.js new file mode 100644 index 0000000..457d765 --- /dev/null +++ b/vendor/tracy/tracy/src/Tracy/Dumper/assets/dumper.js @@ -0,0 +1,388 @@ +/** + * This file is part of the Tracy (https://tracy.nette.org) + */ + +const + COLLAPSE_COUNT = 7, + COLLAPSE_COUNT_TOP = 14, + TYPE_ARRAY = 'a', + TYPE_OBJECT = 'o', + TYPE_RESOURCE = 'r', + PROP_VIRTUAL = 4, + PROP_PRIVATE = 2; + +const + HINT_CTRL = 'Ctrl-Click to open in editor', + HINT_ALT = 'Alt-Click to expand/collapse all child nodes'; + +class Dumper +{ + static init(context) { + // full lazy + (context || document).querySelectorAll('[data-tracy-snapshot][data-tracy-dump]').forEach((pre) => { //
    +			let snapshot = JSON.parse(pre.getAttribute('data-tracy-snapshot'));
    +			pre.removeAttribute('data-tracy-snapshot');
    +			pre.appendChild(build(JSON.parse(pre.getAttribute('data-tracy-dump')), snapshot, pre.classList.contains('tracy-collapsed')));
    +			pre.removeAttribute('data-tracy-dump');
    +			pre.classList.remove('tracy-collapsed');
    +		});
    +
    +		// snapshots
    +		(context || document).querySelectorAll('meta[itemprop=tracy-snapshot]').forEach((meta) => {
    +			let snapshot = JSON.parse(meta.getAttribute('content'));
    +			meta.parentElement.querySelectorAll('[data-tracy-dump]').forEach((pre) => { // 
    +				if (pre.closest('[data-tracy-snapshot]')) { // ignore unrelated 
    +					return;
    +				}
    +				pre.appendChild(build(JSON.parse(pre.getAttribute('data-tracy-dump')), snapshot, pre.classList.contains('tracy-collapsed')));
    +				pre.removeAttribute('data-tracy-dump');
    +				pre.classList.remove('tracy-collapsed');
    +			});
    +			//  must be left for debug bar panel content
    +		});
    +
    +		if (Dumper.inited) {
    +			return;
    +		}
    +		Dumper.inited = true;
    +
    +		document.documentElement.addEventListener('click', (e) => {
    +			let el;
    +			// enables  & ctrl key
    +			if (e.ctrlKey && (el = e.target.closest('[data-tracy-href]'))) {
    +				location.href = el.getAttribute('data-tracy-href');
    +				return false;
    +			}
    +
    +			// initializes lazy  inside 
    +			if ((el = e.target.closest('[data-tracy-snapshot]'))) {
    +				let snapshot = JSON.parse(el.getAttribute('data-tracy-snapshot'));
    +				el.removeAttribute('data-tracy-snapshot');
    +				el.querySelectorAll('[data-tracy-dump]').forEach((toggler) => {
    +					if (!toggler.nextSibling) {
    +						toggler.after(document.createTextNode('\n')); // enforce \n after toggler
    +					}
    +					toggler.nextSibling.after(buildStruct(JSON.parse(toggler.getAttribute('data-tracy-dump')), snapshot, toggler, true, []));
    +					toggler.removeAttribute('data-tracy-dump');
    +				});
    +			}
    +		});
    +
    +		document.documentElement.addEventListener('tracy-toggle', (e) => {
    +			if (!e.target.matches('.tracy-dump *')) {
    +				return;
    +			}
    +
    +			let cont = e.detail.relatedTarget;
    +			let origE = e.detail.originalEvent;
    +
    +			if (origE && origE.usedIds) { // triggered by expandChild()
    +				toggleChildren(cont, origE.usedIds);
    +				return;
    +
    +			} else if (origE && origE.altKey && cont.querySelector('.tracy-toggle')) { // triggered by alt key
    +				if (e.detail.collapsed) { // reopen
    +					e.target.classList.toggle('tracy-collapsed', false);
    +					cont.classList.toggle('tracy-collapsed', false);
    +					e.detail.collapsed = false;
    +				}
    +
    +				let expand = e.target.tracyAltExpand = !e.target.tracyAltExpand;
    +				toggleChildren(cont, expand ? {} : false);
    +			}
    +
    +			cont.classList.toggle('tracy-dump-flash', !e.detail.collapsed);
    +		});
    +
    +		document.documentElement.addEventListener('animationend', (e) => {
    +			if (e.animationName === 'tracy-dump-flash') {
    +				e.target.classList.toggle('tracy-dump-flash', false);
    +			}
    +		});
    +
    +		document.addEventListener('mouseover', (e) => {
    +			if (!e.target.matches('.tracy-dump *')) {
    +				return;
    +			}
    +
    +			let el;
    +
    +			if (e.target.matches('.tracy-dump-hash') && (el = e.target.closest('.tracy-dump'))) {
    +				el.querySelectorAll('.tracy-dump-hash').forEach((el) => {
    +					if (el.textContent === e.target.textContent) {
    +						el.classList.add('tracy-dump-highlight');
    +					}
    +				});
    +				return;
    +			}
    +
    +			if ((el = e.target.closest('.tracy-toggle')) && !el.title) {
    +				el.title = HINT_ALT;
    +			}
    +		});
    +
    +		document.addEventListener('mouseout', (e) => {
    +			if (e.target.matches('.tracy-dump-hash')) {
    +				document.querySelectorAll('.tracy-dump-hash.tracy-dump-highlight').forEach((el) => {
    +					el.classList.remove('tracy-dump-highlight');
    +				});
    +			}
    +		});
    +
    +		Tracy.Toggle.init();
    +	}
    +}
    +
    +
    +function build(data, repository, collapsed, parentIds, keyType) {
    +	let id, type = data === null ? 'null' : typeof data,
    +		collapseCount = collapsed === null ? COLLAPSE_COUNT : COLLAPSE_COUNT_TOP;
    +
    +	if (type === 'null' || type === 'number' || type === 'boolean') {
    +		return createEl(null, null, [
    +			createEl(
    +				'span',
    +				{'class': 'tracy-dump-' + type.replace('ean', '')},
    +				[data + '']
    +			)
    +		]);
    +
    +	} else if (type === 'string') {
    +		data = {
    +			string: data.replace(/&/g, '&').replace(/\'' + s + '\''}
    +				),
    +			]);
    +
    +		} else if (keyType !== undefined) {
    +			if (type !== 'string') {
    +				s = '\'' + s + '\'';
    +			}
    +
    +			const classes = [
    +				'tracy-dump-public',
    +				'tracy-dump-protected',
    +				'tracy-dump-private',
    +				'tracy-dump-dynamic',
    +				'tracy-dump-virtual',
    +			];
    +			return createEl(null, null, [
    +				createEl(
    +					'span',
    +					{
    +						'class': classes[typeof keyType === 'string' ? PROP_PRIVATE : keyType],
    +						'title': typeof keyType === 'string' ? 'declared in ' + keyType : null,
    +					},
    +					{html: s}
    +				),
    +			]);
    +		}
    +
    +		let count = (s.match(/\n/g) || []).length;
    +		if (count) {
    +			let collapsed = count >= COLLAPSE_COUNT;
    +			return createEl(null, null, [
    +				createEl('span', {'class': collapsed ? 'tracy-toggle tracy-collapsed' : 'tracy-toggle'}, ['string']),
    +				'\n',
    +				createEl(
    +					'div',
    +					{
    +						'class': 'tracy-dump-string' + (collapsed ? ' tracy-collapsed' : ''),
    +						'title': data.length + (data.bin ? ' bytes' : ' characters'),
    +					},
    +					{html: '\'' + s + '\''}
    +				),
    +			]);
    +		}
    +
    +		return createEl(null, null, [
    +			createEl(
    +				'span',
    +				{
    +					'class': 'tracy-dump-string',
    +					'title': data.length + (data.bin ? ' bytes' : ' characters'),
    +				},
    +				{html: '\'' + s + '\''}
    +			),
    +		]);
    +
    +	} else if (data.number) {
    +		return createEl(null, null, [
    +			createEl('span', {'class': 'tracy-dump-number'}, [data.number])
    +		]);
    +
    +	} else if (data.text !== undefined) {
    +		return createEl(null, null, [
    +			createEl('span', {class: 'tracy-dump-virtual'}, [data.text])
    +		]);
    +
    +	} else { // object || resource || array
    +		let span = data.array !== undefined
    +			? [
    +				createEl('span', {'class': 'tracy-dump-array'}, ['array']),
    +				' (' + (data.length || data.items.length) + ')'
    +			]
    +			: [
    +				createEl('span', {
    +					'class': data.object ? 'tracy-dump-object' : 'tracy-dump-resource',
    +					title: data.editor ? 'Declared in file ' + data.editor.file + ' on line ' + data.editor.line + (data.editor.url ? '\n' + HINT_CTRL : '') + '\n' + HINT_ALT : null,
    +					'data-tracy-href': data.editor ? data.editor.url : null
    +				}, [data.object || data.resource]),
    +				...(id ? [' ', createEl('span', {'class': 'tracy-dump-hash'}, [data.resource ? '@' + id.substr(1) : '#' + id])] : [])
    +			];
    +
    +		parentIds = parentIds ? parentIds.slice() : [];
    +		let recursive = id && parentIds.indexOf(id) > -1;
    +		parentIds.push(id);
    +
    +		if (recursive || !data.items || !data.items.length) {
    +			span.push(recursive ? ' RECURSION' : (!data.items || data.items.length ? ' …' : ''));
    +			return createEl(null, null, span);
    +		}
    +
    +		collapsed = collapsed === true || data.collapsed || (data.items && data.items.length >= collapseCount);
    +		let toggle = createEl('span', {'class': collapsed ? 'tracy-toggle tracy-collapsed' : 'tracy-toggle'}, span);
    +
    +		return createEl(null, null, [
    +			toggle,
    +			'\n',
    +			buildStruct(data, repository, toggle, collapsed, parentIds),
    +		]);
    +	}
    +}
    +
    +
    +function buildStruct(data, repository, toggle, collapsed, parentIds) {
    +	if (Array.isArray(data)) {
    +		data = {items: data};
    +
    +	} else if (data.ref) {
    +		parentIds = parentIds.slice();
    +		parentIds.push(data.ref);
    +		data = repository[data.ref];
    +	}
    +
    +	let cut = data.items && data.length > data.items.length;
    +	let type = data.object ? TYPE_OBJECT : data.resource ? TYPE_RESOURCE : TYPE_ARRAY;
    +	let div = createEl('div', {'class': collapsed ? 'tracy-collapsed' : null});
    +
    +	if (collapsed) {
    +		let handler;
    +		toggle.addEventListener('tracy-toggle', handler = function() {
    +			toggle.removeEventListener('tracy-toggle', handler);
    +			createItems(div, data.items, type, repository, parentIds, null);
    +			if (cut) {
    +				createEl(div, null, ['…\n']);
    +			}
    +		});
    +	} else {
    +		createItems(div, data.items, type, repository, parentIds, true);
    +		if (cut) {
    +			createEl(div, null, ['…\n']);
    +		}
    +	}
    +
    +	return div;
    +}
    +
    +
    +function createEl(el, attrs, content) {
    +	if (!(el instanceof Node)) {
    +		el = el ? document.createElement(el) : document.createDocumentFragment();
    +	}
    +	for (let id in attrs || {}) {
    +		if (attrs[id] !== null) {
    +			el.setAttribute(id, attrs[id]);
    +		}
    +	}
    +
    +	if (content && content.html !== undefined) {
    +		el.innerHTML = content.html;
    +		return el;
    +	}
    +	content = content || [];
    +	for (let id = 0; id < content.length; id++) {
    +		let child = content[id];
    +		if (child !== null) {
    +			el.appendChild(child instanceof Node ? child : document.createTextNode(child));
    +		}
    +	}
    +	return el;
    +}
    +
    +
    +function createItems(el, items, type, repository, parentIds, collapsed) {
    +	let key, val, vis, ref, i, tmp;
    +
    +	for (i = 0; i < items.length; i++) {
    +		if (type === TYPE_ARRAY) {
    +			[key, val, ref] = items[i];
    +		} else {
    +			[key, val, vis = PROP_VIRTUAL, ref] = items[i];
    +		}
    +
    +		createEl(el, null, [
    +			build(key, null, null, null, type === TYPE_ARRAY ? TYPE_ARRAY : vis),
    +			type === TYPE_ARRAY ? ' => ' : ': ',
    +			...(ref ? [createEl('span', {'class': 'tracy-dump-hash'}, ['&' + ref]), ' '] : []),
    +			tmp = build(val, repository, collapsed, parentIds),
    +			tmp.lastElementChild.tagName === 'DIV' ? '' : '\n',
    +		]);
    +	}
    +}
    +
    +
    +function toggleChildren(cont, usedIds) {
    +	let hashEl, id;
    +
    +	cont.querySelectorAll(':scope > .tracy-toggle').forEach((el) => {
    +		hashEl = (el.querySelector('.tracy-dump-hash') || el.previousElementSibling);
    +		id = hashEl && hashEl.matches('.tracy-dump-hash') ? hashEl.textContent : null;
    +
    +		if (!usedIds || (id && usedIds[id])) {
    +			Tracy.Toggle.toggle(el, false);
    +		} else {
    +			usedIds[id] = true;
    +			Tracy.Toggle.toggle(el, true, {usedIds: usedIds});
    +		}
    +	});
    +}
    +
    +
    +function UnknownEntityException() {}
    +
    +
    +let Tracy = window.Tracy = window.Tracy || {};
    +Tracy.Dumper = Tracy.Dumper || Dumper;
    +
    +function init() {
    +	Tracy.Dumper.init();
    +}
    +
    +if (document.readyState === 'loading') {
    +	document.addEventListener('DOMContentLoaded', init);
    +} else {
    +	init();
    +}
    diff --git a/vendor/tracy/tracy/src/Tracy/Helpers.php b/vendor/tracy/tracy/src/Tracy/Helpers.php
    new file mode 100644
    index 0000000..9632a19
    --- /dev/null
    +++ b/vendor/tracy/tracy/src/Tracy/Helpers.php
    @@ -0,0 +1,525 @@
    + strlen($m[0])) {
    +				$file = '...' . $m[0];
    +			}
    +			$file = strtr($file, '/', DIRECTORY_SEPARATOR);
    +			return self::formatHtml(
    +				'%%%',
    +				$editor,
    +				$origFile . ($line ? ":$line" : ''),
    +				rtrim(dirname($file), DIRECTORY_SEPARATOR) . DIRECTORY_SEPARATOR,
    +				basename($file),
    +				$line ? ":$line" : ''
    +			);
    +		} else {
    +			return self::formatHtml('%', $file . ($line ? ":$line" : ''));
    +		}
    +	}
    +
    +
    +	/**
    +	 * Returns link to editor.
    +	 */
    +	public static function editorUri(
    +		string $file,
    +		int $line = null,
    +		string $action = 'open',
    +		string $search = '',
    +		string $replace = ''
    +	): ?string {
    +		if (Debugger::$editor && $file && ($action === 'create' || is_file($file))) {
    +			$file = strtr($file, '/', DIRECTORY_SEPARATOR);
    +			$file = strtr($file, Debugger::$editorMapping);
    +			return strtr(Debugger::$editor, [
    +				'%action' => $action,
    +				'%file' => rawurlencode($file),
    +				'%line' => $line ?: 1,
    +				'%search' => rawurlencode($search),
    +				'%replace' => rawurlencode($replace),
    +			]);
    +		}
    +		return null;
    +	}
    +
    +
    +	public static function formatHtml(string $mask): string
    +	{
    +		$args = func_get_args();
    +		return preg_replace_callback('#%#', function () use (&$args, &$count): string {
    +			return str_replace("\n", '
    ', self::escapeHtml($args[++$count]));
    +		}, $mask);
    +	}
    +
    +
    +	public static function escapeHtml($s): string
    +	{
    +		return htmlspecialchars((string) $s, ENT_QUOTES | ENT_SUBSTITUTE | ENT_HTML5, 'UTF-8');
    +	}
    +
    +
    +	public static function findTrace(array $trace, $method, int &$index = null): ?array
    +	{
    +		$m = is_array($method) ? $method : explode('::', $method);
    +		foreach ($trace as $i => $item) {
    +			if (
    +				isset($item['function'])
    +				&& $item['function'] === end($m)
    +				&& isset($item['class']) === isset($m[1])
    +				&& (!isset($item['class']) || $m[0] === '*' || is_a($item['class'], $m[0], true))
    +			) {
    +				$index = $i;
    +				return $item;
    +			}
    +		}
    +		return null;
    +	}
    +
    +
    +	public static function getClass($obj): string
    +	{
    +		return explode("\x00", get_class($obj))[0];
    +	}
    +
    +
    +	/** @internal */
    +	public static function fixStack(\Throwable $exception): \Throwable
    +	{
    +		if (function_exists('xdebug_get_function_stack')) {
    +			$stack = [];
    +			$trace = @xdebug_get_function_stack(); // @ xdebug compatibility warning
    +			$trace = array_slice(array_reverse($trace), 2, -1);
    +			foreach ($trace as $row) {
    +				$frame = [
    +					'file' => $row['file'],
    +					'line' => $row['line'],
    +					'function' => $row['function'] ?? '*unknown*',
    +					'args' => [],
    +				];
    +				if (!empty($row['class'])) {
    +					$frame['type'] = isset($row['type']) && $row['type'] === 'dynamic' ? '->' : '::';
    +					$frame['class'] = $row['class'];
    +				}
    +				$stack[] = $frame;
    +			}
    +			$ref = new \ReflectionProperty('Exception', 'trace');
    +			$ref->setAccessible(true);
    +			$ref->setValue($exception, $stack);
    +		}
    +		return $exception;
    +	}
    +
    +
    +	/** @internal */
    +	public static function errorTypeToString(int $type): string
    +	{
    +		$types = [
    +			E_ERROR => 'Fatal Error',
    +			E_USER_ERROR => 'User Error',
    +			E_RECOVERABLE_ERROR => 'Recoverable Error',
    +			E_CORE_ERROR => 'Core Error',
    +			E_COMPILE_ERROR => 'Compile Error',
    +			E_PARSE => 'Parse Error',
    +			E_WARNING => 'Warning',
    +			E_CORE_WARNING => 'Core Warning',
    +			E_COMPILE_WARNING => 'Compile Warning',
    +			E_USER_WARNING => 'User Warning',
    +			E_NOTICE => 'Notice',
    +			E_USER_NOTICE => 'User Notice',
    +			E_STRICT => 'Strict standards',
    +			E_DEPRECATED => 'Deprecated',
    +			E_USER_DEPRECATED => 'User Deprecated',
    +		];
    +		return $types[$type] ?? 'Unknown error';
    +	}
    +
    +
    +	/** @internal */
    +	public static function getSource(): string
    +	{
    +		if (isset($_SERVER['REQUEST_URI'])) {
    +			return (!empty($_SERVER['HTTPS']) && strcasecmp($_SERVER['HTTPS'], 'off') ? 'https://' : 'http://')
    +				. ($_SERVER['HTTP_HOST'] ?? '')
    +				. $_SERVER['REQUEST_URI'];
    +		} else {
    +			return 'CLI (PID: ' . getmypid() . ')'
    +				. (isset($_SERVER['argv']) ? ': ' . implode(' ', array_map([self::class, 'escapeArg'], $_SERVER['argv'])) : '');
    +		}
    +	}
    +
    +
    +	/** @internal */
    +	public static function improveException(\Throwable $e): void
    +	{
    +		$message = $e->getMessage();
    +		if (
    +			(!$e instanceof \Error && !$e instanceof \ErrorException)
    +			|| $e instanceof \Nette\MemberAccessException
    +			|| strpos($e->getMessage(), 'did you mean')
    +		) {
    +			// do nothing
    +		} elseif (preg_match('#^Call to undefined function (\S+\\\\)?(\w+)\(#', $message, $m)) {
    +			$funcs = array_merge(get_defined_functions()['internal'], get_defined_functions()['user']);
    +			$hint = self::getSuggestion($funcs, $m[1] . $m[2]) ?: self::getSuggestion($funcs, $m[2]);
    +			$message = "Call to undefined function $m[2](), did you mean $hint()?";
    +			$replace = ["$m[2](", "$hint("];
    +
    +		} elseif (preg_match('#^Call to undefined method ([\w\\\\]+)::(\w+)#', $message, $m)) {
    +			$hint = self::getSuggestion(get_class_methods($m[1]) ?: [], $m[2]);
    +			$message .= ", did you mean $hint()?";
    +			$replace = ["$m[2](", "$hint("];
    +
    +		} elseif (preg_match('#^Undefined variable:? \$?(\w+)#', $message, $m) && !empty($e->context)) {
    +			$hint = self::getSuggestion(array_keys($e->context), $m[1]);
    +			$message = "Undefined variable $$m[1], did you mean $$hint?";
    +			$replace = ["$$m[1]", "$$hint"];
    +
    +		} elseif (preg_match('#^Undefined property: ([\w\\\\]+)::\$(\w+)#', $message, $m)) {
    +			$rc = new \ReflectionClass($m[1]);
    +			$items = array_filter($rc->getProperties(\ReflectionProperty::IS_PUBLIC), function ($prop) { return !$prop->isStatic(); });
    +			$hint = self::getSuggestion($items, $m[2]);
    +			$message .= ", did you mean $$hint?";
    +			$replace = ["->$m[2]", "->$hint"];
    +
    +		} elseif (preg_match('#^Access to undeclared static property:? ([\w\\\\]+)::\$(\w+)#', $message, $m)) {
    +			$rc = new \ReflectionClass($m[1]);
    +			$items = array_filter($rc->getProperties(\ReflectionProperty::IS_STATIC), function ($prop) { return $prop->isPublic(); });
    +			$hint = self::getSuggestion($items, $m[2]);
    +			$message .= ", did you mean $$hint?";
    +			$replace = ["::$$m[2]", "::$$hint"];
    +		}
    +
    +		if (isset($hint)) {
    +			$ref = new \ReflectionProperty($e, 'message');
    +			$ref->setAccessible(true);
    +			$ref->setValue($e, $message);
    +			$e->tracyAction = [
    +				'link' => self::editorUri($e->getFile(), $e->getLine(), 'fix', $replace[0], $replace[1]),
    +				'label' => 'fix it',
    +			];
    +		}
    +	}
    +
    +
    +	/** @internal */
    +	public static function improveError(string $message, array $context = []): string
    +	{
    +		if (preg_match('#^Undefined variable:? \$?(\w+)#', $message, $m) && $context) {
    +			$hint = self::getSuggestion(array_keys($context), $m[1]);
    +			return $hint
    +				? "Undefined variable $$m[1], did you mean $$hint?"
    +				: $message;
    +
    +		} elseif (preg_match('#^Undefined property: ([\w\\\\]+)::\$(\w+)#', $message, $m)) {
    +			$rc = new \ReflectionClass($m[1]);
    +			$items = array_filter($rc->getProperties(\ReflectionProperty::IS_PUBLIC), function ($prop) { return !$prop->isStatic(); });
    +			$hint = self::getSuggestion($items, $m[2]);
    +			return $hint ? $message . ", did you mean $$hint?" : $message;
    +		}
    +		return $message;
    +	}
    +
    +
    +	/** @internal */
    +	public static function guessClassFile(string $class): ?string
    +	{
    +		$segments = explode('\\', $class);
    +		$res = null;
    +		$max = 0;
    +		foreach (get_declared_classes() as $class) {
    +			$parts = explode('\\', $class);
    +			foreach ($parts as $i => $part) {
    +				if ($part !== ($segments[$i] ?? null)) {
    +					break;
    +				}
    +			}
    +			if ($i > $max && $i < count($segments) && ($file = (new \ReflectionClass($class))->getFileName())) {
    +				$max = $i;
    +				$res = array_merge(array_slice(explode(DIRECTORY_SEPARATOR, $file), 0, $i - count($parts)), array_slice($segments, $i));
    +				$res = implode(DIRECTORY_SEPARATOR, $res) . '.php';
    +			}
    +		}
    +		return $res;
    +	}
    +
    +
    +	/**
    +	 * Finds the best suggestion.
    +	 * @internal
    +	 */
    +	public static function getSuggestion(array $items, string $value): ?string
    +	{
    +		$best = null;
    +		$min = (strlen($value) / 4 + 1) * 10 + .1;
    +		$items = array_map(function ($item) {
    +			return $item instanceof \Reflector ? $item->getName() : (string) $item;
    +		}, $items);
    +		foreach (array_unique($items) as $item) {
    +			if (($len = levenshtein($item, $value, 10, 11, 10)) > 0 && $len < $min) {
    +				$min = $len;
    +				$best = $item;
    +			}
    +		}
    +		return $best;
    +	}
    +
    +
    +	/** @internal */
    +	public static function isHtmlMode(): bool
    +	{
    +		return empty($_SERVER['HTTP_X_REQUESTED_WITH']) && empty($_SERVER['HTTP_X_TRACY_AJAX'])
    +			&& PHP_SAPI !== 'cli'
    +			&& !preg_match('#^Content-Type: (?!text/html)#im', implode("\n", headers_list()));
    +	}
    +
    +
    +	/** @internal */
    +	public static function isAjax(): bool
    +	{
    +		return isset($_SERVER['HTTP_X_TRACY_AJAX']) && preg_match('#^\w{10,15}$#D', $_SERVER['HTTP_X_TRACY_AJAX']);
    +	}
    +
    +
    +	/** @internal */
    +	public static function getNonce(): ?string
    +	{
    +		return preg_match('#^Content-Security-Policy(?:-Report-Only)?:.*\sscript-src\s+(?:[^;]+\s)?\'nonce-([\w+/]+=*)\'#mi', implode("\n", headers_list()), $m)
    +			? $m[1]
    +			: null;
    +	}
    +
    +
    +	/**
    +	 * Escape a string to be used as a shell argument.
    +	 */
    +	private static function escapeArg(string $s): string
    +	{
    +		if (preg_match('#^[a-z0-9._=/:-]+$#Di', $s)) {
    +			return $s;
    +		}
    +
    +		return defined('PHP_WINDOWS_VERSION_BUILD')
    +			? '"' . str_replace('"', '""', $s) . '"'
    +			: escapeshellarg($s);
    +	}
    +
    +
    +	/**
    +	 * Captures PHP output into a string.
    +	 */
    +	public static function capture(callable $func): string
    +	{
    +		ob_start(function () {});
    +		try {
    +			$func();
    +			return ob_get_clean();
    +		} catch (\Throwable $e) {
    +			ob_end_clean();
    +			throw $e;
    +		}
    +	}
    +
    +
    +	/** @internal */
    +	public static function encodeString(string $s, int $maxLength = null, bool $showWhitespaces = true): string
    +	{
    +		static $tableU, $tableB;
    +		if ($tableU === null) {
    +			foreach (range("\x00", "\x1F") as $ch) {
    +				$tableU[$ch] = '\x' . str_pad(strtoupper(dechex(ord($ch))), 2, '0', STR_PAD_LEFT) . '';
    +			}
    +			$tableB = $tableU = [
    +				"\r" => '\r',
    +				"\n" => "\\n\n",
    +				"\t" => '\t    ',
    +				"\e" => '\e',
    +				'<' => '<',
    +				'&' => '&',
    +			] + $tableU;
    +			foreach (range("\x7F", "\xFF") as $ch) {
    +				$tableB[$ch] = '\x' . str_pad(strtoupper(dechex(ord($ch))), 2, '0', STR_PAD_LEFT) . '';
    +			}
    +		}
    +
    +		$utf = self::isUtf8($s);
    +		$table = $utf ? $tableU : $tableB;
    +		if (!$showWhitespaces) {
    +			unset($table["\r"], $table["\n"], $table["\t"]);
    +		}
    +
    +		$len = $utf ? self::utf8Length($s) : strlen($s);
    +		$s = $maxLength && $len > $maxLength + 20
    +			? strtr(self::truncateString($s, $maxLength, $utf), $table)
    +				. ' … '
    +				. strtr(self::truncateString($s, -10, $utf), $table)
    +			: strtr($s, $table);
    +
    +		$s = str_replace('', '', $s);
    +		$s = preg_replace('~\n$~D', '', $s);
    +		return $s;
    +	}
    +
    +
    +	/** @internal */
    +	public static function utf8Length(string $s): int
    +	{
    +		return strlen(utf8_decode($s));
    +	}
    +
    +
    +	/** @internal */
    +	public static function isUtf8(string $s): bool
    +	{
    +		return (bool) preg_match('##u', $s);
    +	}
    +
    +
    +	/** @internal */
    +	public static function truncateString(string $s, int $len, bool $utf): string
    +	{
    +		if (!$utf) {
    +			return $len < 0 ? substr($s, $len) : substr($s, 0, $len);
    +		} elseif (function_exists('mb_substr')) {
    +			return $len < 0
    +				? mb_substr($s, $len, -$len, 'UTF-8')
    +				: mb_substr($s, 0, $len, 'UTF-8');
    +		} else {
    +			$len < 0
    +				? preg_match('#.{0,' . -$len . '}\z#us', $s, $m)
    +				: preg_match("#^.{0,$len}#us", $s, $m);
    +			return $m[0];
    +		}
    +	}
    +
    +
    +	/** @internal */
    +	public static function minifyJs(string $s): string
    +	{
    +		// author: Jakub Vrana https://php.vrana.cz/minifikace-javascriptu.php
    +		$last = '';
    +		return preg_replace_callback(
    +			<<<'XX'
    +			(
    +				(?:
    +					(^|[-+\([{}=,:;!%^&*|?~]|/(?![/*])|return|throw) # context before regexp
    +					(?:\s|//[^\n]*+\n|/\*(?:[^*]|\*(?!/))*+\*/)* # optional space
    +					(/(?![/*])(?:\\[^\n]|[^[\n/\\]|\[(?:\\[^\n]|[^]])++)+/) # regexp
    +					|(^
    +						|'(?:\\.|[^\n'\\])*'
    +						|"(?:\\.|[^\n"\\])*"
    +						|([0-9A-Za-z_$]+)
    +						|([-+]+)
    +						|.
    +					)
    +				)(?:\s|//[^\n]*+\n|/\*(?:[^*]|\*(?!/))*+\*/)* # optional space
    +			())sx
    +XX
    +,
    +			function ($match) use (&$last) {
    +				[, $context, $regexp, $result, $word, $operator] = $match;
    +				if ($word !== '') {
    +					$result = ($last === 'word' ? ' ' : ($last === 'return' ? ' ' : '')) . $result;
    +					$last = ($word === 'return' || $word === 'throw' || $word === 'break' ? 'return' : 'word');
    +				} elseif ($operator) {
    +					$result = ($last === $operator[0] ? ' ' : '') . $result;
    +					$last = $operator[0];
    +				} else {
    +					if ($regexp) {
    +						$result = $context . ($context === '/' ? ' ' : '') . $regexp;
    +					}
    +					$last = '';
    +				}
    +				return $result;
    +			},
    +			$s . "\n"
    +		);
    +	}
    +
    +
    +	/** @internal */
    +	public static function minifyCss(string $s): string
    +	{
    +		$last = '';
    +		return preg_replace_callback(
    +			<<<'XX'
    +			(
    +				(^
    +					|'(?:\\.|[^\n'\\])*'
    +					|"(?:\\.|[^\n"\\])*"
    +					|([0-9A-Za-z_*#.%:()[\]-]+)
    +					|.
    +				)(?:\s|/\*(?:[^*]|\*(?!/))*+\*/)* # optional space
    +			())sx
    +XX
    +,
    +			function ($match) use (&$last) {
    +				[, $result, $word] = $match;
    +				if ($last === ';') {
    +					$result = $result === '}' ? '}' : ';' . $result;
    +					$last = '';
    +				}
    +				if ($word !== '') {
    +					$result = ($last === 'word' ? ' ' : '') . $result;
    +					$last = 'word';
    +				} elseif ($result === ';') {
    +					$last = ';';
    +					$result = '';
    +				} else {
    +					$last = '';
    +				}
    +				return $result;
    +			},
    +			$s . "\n"
    +		);
    +	}
    +
    +
    +	public static function detectColors(): bool
    +	{
    +		return (PHP_SAPI === 'cli' || PHP_SAPI === 'phpdbg')
    +			&& getenv('NO_COLOR') === false // https://no-color.org
    +			&& (getenv('FORCE_COLOR')
    +				|| @stream_isatty(STDOUT) // @ may trigger error 'cannot cast a filtered stream on this system'
    +				|| (defined('PHP_WINDOWS_VERSION_BUILD')
    +					&& (function_exists('sapi_windows_vt100_support') && sapi_windows_vt100_support(STDOUT))
    +						|| getenv('ConEmuANSI') === 'ON' // ConEmu
    +						|| getenv('ANSICON') !== false // ANSICON
    +						|| getenv('term') === 'xterm' // MSYS
    +						|| getenv('term') === 'xterm-256color' // MSYS
    +					)
    +			);
    +	}
    +
    +
    +	public static function getExceptionChain(\Throwable $ex): array
    +	{
    +		$res = [$ex];
    +		while (($ex = $ex->getPrevious()) && !in_array($ex, $res, true)) {
    +			$res[] = $ex;
    +		}
    +		return $res;
    +	}
    +}
    diff --git a/vendor/tracy/tracy/src/Tracy/Logger/FireLogger.php b/vendor/tracy/tracy/src/Tracy/Logger/FireLogger.php
    new file mode 100644
    index 0000000..05c0899
    --- /dev/null
    +++ b/vendor/tracy/tracy/src/Tracy/Logger/FireLogger.php
    @@ -0,0 +1,184 @@
    + []];
    +
    +
    +	/**
    +	 * Sends message to FireLogger console.
    +	 * @param  mixed  $message
    +	 */
    +	public function log($message, $level = self::DEBUG): bool
    +	{
    +		if (!isset($_SERVER['HTTP_X_FIRELOGGER']) || headers_sent()) {
    +			return false;
    +		}
    +
    +		$item = [
    +			'name' => 'PHP',
    +			'level' => $level,
    +			'order' => count($this->payload['logs']),
    +			'time' => str_pad(number_format((microtime(true) - Debugger::$time) * 1000, 1, '.', ' '), 8, '0', STR_PAD_LEFT) . ' ms',
    +			'template' => '',
    +			'message' => '',
    +			'style' => 'background:#767ab6',
    +		];
    +
    +		$args = func_get_args();
    +		if (isset($args[0]) && is_string($args[0])) {
    +			$item['template'] = array_shift($args);
    +		}
    +
    +		if (isset($args[0]) && $args[0] instanceof \Throwable) {
    +			$e = array_shift($args);
    +			$trace = $e->getTrace();
    +			if (
    +				isset($trace[0]['class'])
    +				&& $trace[0]['class'] === Debugger::class
    +				&& ($trace[0]['function'] === 'shutdownHandler' || $trace[0]['function'] === 'errorHandler')
    +			) {
    +				unset($trace[0]);
    +			}
    +
    +			$file = str_replace(dirname($e->getFile(), 3), "\xE2\x80\xA6", $e->getFile());
    +			$item['template'] = ($e instanceof \ErrorException ? '' : Helpers::getClass($e) . ': ')
    +				. $e->getMessage() . ($e->getCode() ? ' #' . $e->getCode() : '') . ' in ' . $file . ':' . $e->getLine();
    +			$item['pathname'] = $e->getFile();
    +			$item['lineno'] = $e->getLine();
    +
    +		} else {
    +			$trace = debug_backtrace();
    +			if (
    +				isset($trace[1]['class'])
    +				&& $trace[1]['class'] === Debugger::class
    +				&& ($trace[1]['function'] === 'fireLog')
    +			) {
    +				unset($trace[0]);
    +			}
    +
    +			foreach ($trace as $frame) {
    +				if (isset($frame['file']) && is_file($frame['file'])) {
    +					$item['pathname'] = $frame['file'];
    +					$item['lineno'] = $frame['line'];
    +					break;
    +				}
    +			}
    +		}
    +
    +		$item['exc_info'] = ['', '', []];
    +		$item['exc_frames'] = [];
    +
    +		foreach ($trace as $frame) {
    +			$frame += ['file' => null, 'line' => null, 'class' => null, 'type' => null, 'function' => null, 'object' => null, 'args' => null];
    +			$item['exc_info'][2][] = [$frame['file'], $frame['line'], "$frame[class]$frame[type]$frame[function]", $frame['object']];
    +			$item['exc_frames'][] = $frame['args'];
    +		}
    +
    +		if (
    +			isset($args[0])
    +			&& in_array($args[0], [self::DEBUG, self::INFO, self::WARNING, self::ERROR, self::CRITICAL], true)
    +		) {
    +			$item['level'] = array_shift($args);
    +		}
    +
    +		$item['args'] = $args;
    +
    +		$this->payload['logs'][] = $this->jsonDump($item, -1);
    +		foreach (str_split(base64_encode(json_encode($this->payload, JSON_INVALID_UTF8_SUBSTITUTE)), 4990) as $k => $v) {
    +			header("FireLogger-de11e-$k: $v");
    +		}
    +		return true;
    +	}
    +
    +
    +	/**
    +	 * Dump implementation for JSON.
    +	 * @param  mixed  $var
    +	 * @return array|int|float|bool|string|null
    +	 */
    +	private function jsonDump(&$var, int $level = 0)
    +	{
    +		if (is_bool($var) || $var === null || is_int($var) || is_float($var)) {
    +			return $var;
    +
    +		} elseif (is_string($var)) {
    +			$var = Helpers::encodeString($var, $this->maxLength);
    +			return htmlspecialchars_decode(strip_tags($var));
    +
    +		} elseif (is_array($var)) {
    +			static $marker;
    +			if ($marker === null) {
    +				$marker = uniqid("\x00", true);
    +			}
    +			if (isset($var[$marker])) {
    +				return "\xE2\x80\xA6RECURSION\xE2\x80\xA6";
    +
    +			} elseif ($level < $this->maxDepth || !$this->maxDepth) {
    +				$var[$marker] = true;
    +				$res = [];
    +				foreach ($var as $k => &$v) {
    +					if ($k !== $marker) {
    +						$res[$this->jsonDump($k)] = $this->jsonDump($v, $level + 1);
    +					}
    +				}
    +				unset($var[$marker]);
    +				return $res;
    +
    +			} else {
    +				return " \xE2\x80\xA6 ";
    +			}
    +
    +		} elseif (is_object($var)) {
    +			$arr = (array) $var;
    +			static $list = [];
    +			if (in_array($var, $list, true)) {
    +				return "\xE2\x80\xA6RECURSION\xE2\x80\xA6";
    +
    +			} elseif ($level < $this->maxDepth || !$this->maxDepth) {
    +				$list[] = $var;
    +				$res = ["\x00" => '(object) ' . Helpers::getClass($var)];
    +				foreach ($arr as $k => &$v) {
    +					if (isset($k[0]) && $k[0] === "\x00") {
    +						$k = substr($k, strrpos($k, "\x00") + 1);
    +					}
    +					$res[$this->jsonDump($k)] = $this->jsonDump($v, $level + 1);
    +				}
    +				array_pop($list);
    +				return $res;
    +
    +			} else {
    +				return " \xE2\x80\xA6 ";
    +			}
    +
    +		} elseif (is_resource($var)) {
    +			return 'resource ' . get_resource_type($var);
    +
    +		} else {
    +			return 'unknown type';
    +		}
    +	}
    +}
    diff --git a/vendor/tracy/tracy/src/Tracy/Logger/ILogger.php b/vendor/tracy/tracy/src/Tracy/Logger/ILogger.php
    new file mode 100644
    index 0000000..4746c69
    --- /dev/null
    +++ b/vendor/tracy/tracy/src/Tracy/Logger/ILogger.php
    @@ -0,0 +1,27 @@
    +directory = $directory;
    +		$this->email = $email;
    +		$this->blueScreen = $blueScreen;
    +		$this->mailer = [$this, 'defaultMailer'];
    +	}
    +
    +
    +	/**
    +	 * Logs message or exception to file and sends email notification.
    +	 * @param  mixed  $message
    +	 * @param  string  $level  one of constant ILogger::INFO, WARNING, ERROR (sends email), EXCEPTION (sends email), CRITICAL (sends email)
    +	 * @return string|null logged error filename
    +	 */
    +	public function log($message, $level = self::INFO)
    +	{
    +		if (!$this->directory) {
    +			throw new \LogicException('Logging directory is not specified.');
    +		} elseif (!is_dir($this->directory)) {
    +			throw new \RuntimeException("Logging directory '$this->directory' is not found or is not directory.");
    +		}
    +
    +		$exceptionFile = $message instanceof \Throwable
    +			? $this->getExceptionFile($message, $level)
    +			: null;
    +		$line = static::formatLogLine($message, $exceptionFile);
    +		$file = $this->directory . '/' . strtolower($level ?: self::INFO) . '.log';
    +
    +		if (!@file_put_contents($file, $line . PHP_EOL, FILE_APPEND | LOCK_EX)) { // @ is escalated to exception
    +			throw new \RuntimeException("Unable to write to log file '$file'. Is directory writable?");
    +		}
    +
    +		if ($exceptionFile) {
    +			$this->logException($message, $exceptionFile);
    +		}
    +
    +		if (in_array($level, [self::ERROR, self::EXCEPTION, self::CRITICAL], true)) {
    +			$this->sendEmail($message);
    +		}
    +
    +		return $exceptionFile;
    +	}
    +
    +
    +	/**
    +	 * @param  mixed  $message
    +	 */
    +	public static function formatMessage($message): string
    +	{
    +		if ($message instanceof \Throwable) {
    +			foreach (Helpers::getExceptionChain($message) as $exception) {
    +				$tmp[] = ($exception instanceof \ErrorException
    +					? Helpers::errorTypeToString($exception->getSeverity()) . ': ' . $exception->getMessage()
    +					: Helpers::getClass($exception) . ': ' . $exception->getMessage() . ($exception->getCode() ? ' #' . $exception->getCode() : '')
    +				) . ' in ' . $exception->getFile() . ':' . $exception->getLine();
    +			}
    +			$message = implode("\ncaused by ", $tmp);
    +
    +		} elseif (!is_string($message)) {
    +			$message = Dumper::toText($message);
    +		}
    +
    +		return trim($message);
    +	}
    +
    +
    +	/**
    +	 * @param  mixed  $message
    +	 */
    +	public static function formatLogLine($message, string $exceptionFile = null): string
    +	{
    +		return implode(' ', [
    +			date('[Y-m-d H-i-s]'),
    +			preg_replace('#\s*\r?\n\s*#', ' ', static::formatMessage($message)),
    +			' @  ' . Helpers::getSource(),
    +			$exceptionFile ? ' @@  ' . basename($exceptionFile) : null,
    +		]);
    +	}
    +
    +
    +	public function getExceptionFile(\Throwable $exception, string $level = self::EXCEPTION): string
    +	{
    +		foreach (Helpers::getExceptionChain($exception) as $exception) {
    +			$data[] = [
    +				get_class($exception), $exception->getMessage(), $exception->getCode(), $exception->getFile(), $exception->getLine(),
    +				array_map(function (array $item): array { unset($item['args']); return $item; }, $exception->getTrace()),
    +			];
    +		}
    +		$hash = substr(md5(serialize($data)), 0, 10);
    +		$dir = strtr($this->directory . '/', '\\/', DIRECTORY_SEPARATOR . DIRECTORY_SEPARATOR);
    +		foreach (new \DirectoryIterator($this->directory) as $file) {
    +			if (strpos($file->getBasename(), $hash)) {
    +				return $dir . $file;
    +			}
    +		}
    +		return $dir . $level . '--' . date('Y-m-d--H-i') . "--$hash.html";
    +	}
    +
    +
    +	/**
    +	 * Logs exception to the file if file doesn't exist.
    +	 * @return string logged error filename
    +	 */
    +	protected function logException(\Throwable $exception, string $file = null): string
    +	{
    +		$file = $file ?: $this->getExceptionFile($exception);
    +		$bs = $this->blueScreen ?: new BlueScreen;
    +		$bs->renderToFile($exception, $file);
    +		return $file;
    +	}
    +
    +
    +	/**
    +	 * @param  mixed  $message
    +	 */
    +	protected function sendEmail($message): void
    +	{
    +		$snooze = is_numeric($this->emailSnooze)
    +			? $this->emailSnooze
    +			: strtotime($this->emailSnooze) - time();
    +
    +		if (
    +			$this->email
    +			&& $this->mailer
    +			&& @filemtime($this->directory . '/email-sent') + $snooze < time() // @ file may not exist
    +			&& @file_put_contents($this->directory . '/email-sent', 'sent') // @ file may not be writable
    +		) {
    +			($this->mailer)($message, implode(', ', (array) $this->email));
    +		}
    +	}
    +
    +
    +	/**
    +	 * Default mailer.
    +	 * @param  mixed  $message
    +	 * @internal
    +	 */
    +	public function defaultMailer($message, string $email): void
    +	{
    +		$host = preg_replace('#[^\w.-]+#', '', $_SERVER['SERVER_NAME'] ?? php_uname('n'));
    +		$parts = str_replace(
    +			["\r\n", "\n"],
    +			["\n", PHP_EOL],
    +			[
    +				'headers' => implode("\n", [
    +					'From: ' . ($this->fromEmail ?: "noreply@$host"),
    +					'X-Mailer: Tracy',
    +					'Content-Type: text/plain; charset=UTF-8',
    +					'Content-Transfer-Encoding: 8bit',
    +				]) . "\n",
    +				'subject' => "PHP: An error occurred on the server $host",
    +				'body' => static::formatMessage($message) . "\n\nsource: " . Helpers::getSource(),
    +			]
    +		);
    +
    +		mail($email, $parts['subject'], $parts['body'], $parts['headers']);
    +	}
    +}
    diff --git a/vendor/tracy/tracy/src/Tracy/OutputDebugger/OutputDebugger.php b/vendor/tracy/tracy/src/Tracy/OutputDebugger/OutputDebugger.php
    new file mode 100644
    index 0000000..e5c25d4
    --- /dev/null
    +++ b/vendor/tracy/tracy/src/Tracy/OutputDebugger/OutputDebugger.php
    @@ -0,0 +1,80 @@
    +start();
    +	}
    +
    +
    +	public function start(): void
    +	{
    +		foreach (get_included_files() as $file) {
    +			if (fread(fopen($file, 'r'), 3) === self::BOM) {
    +				$this->list[] = [$file, 1, self::BOM];
    +			}
    +		}
    +		ob_start([$this, 'handler'], 1);
    +	}
    +
    +
    +	/** @internal */
    +	public function handler(string $s, int $phase): ?string
    +	{
    +		$trace = debug_backtrace(DEBUG_BACKTRACE_IGNORE_ARGS);
    +		if (isset($trace[0]['file'], $trace[0]['line'])) {
    +			$stack = $trace;
    +			unset($stack[0]['line'], $stack[0]['args']);
    +			$i = count($this->list);
    +			if ($i && $this->list[$i - 1][3] === $stack) {
    +				$this->list[$i - 1][2] .= $s;
    +			} else {
    +				$this->list[] = [$trace[0]['file'], $trace[0]['line'], $s, $stack];
    +			}
    +		}
    +		return $phase === PHP_OUTPUT_HANDLER_FINAL
    +			? $this->renderHtml()
    +			: null;
    +	}
    +
    +
    +	private function renderHtml(): string
    +	{
    +		$res = '';
    +		foreach ($this->list as $item) {
    +			$stack = [];
    +			foreach (array_slice($item[3], 1) as $t) {
    +				$t += ['class' => '', 'type' => '', 'function' => ''];
    +				$stack[] = "$t[class]$t[type]$t[function]()"
    +					. (isset($t['file'], $t['line']) ? ' in ' . basename($t['file']) . ":$t[line]" : '');
    +			}
    +
    +			$res .= ''
    +				. Helpers::editorLink($item[0], $item[1]) . ' '
    +				. str_replace(self::BOM, 'BOM', Dumper::toHtml($item[2]))
    +				. "
    \n"; + } + return $res . '
    '; + } +} diff --git a/vendor/tracy/tracy/src/Tracy/TableSort/table-sort.css b/vendor/tracy/tracy/src/Tracy/TableSort/table-sort.css new file mode 100644 index 0000000..7967a64 --- /dev/null +++ b/vendor/tracy/tracy/src/Tracy/TableSort/table-sort.css @@ -0,0 +1,15 @@ +/** + * This file is part of the Tracy (https://tracy.nette.org) + */ + +.tracy-sortable > :first-child > tr:first-child > * { + position: relative; +} + +.tracy-sortable > :first-child > tr:first-child > *:hover:before { + position: absolute; + right: .3em; + content: "\21C5"; + opacity: .4; + font-weight: normal; +} diff --git a/vendor/tracy/tracy/src/Tracy/TableSort/table-sort.js b/vendor/tracy/tracy/src/Tracy/TableSort/table-sort.js new file mode 100644 index 0000000..f5510f2 --- /dev/null +++ b/vendor/tracy/tracy/src/Tracy/TableSort/table-sort.js @@ -0,0 +1,38 @@ +/** + * This file is part of the Tracy (https://tracy.nette.org) + */ + +// enables +class TableSort +{ + static init() { + document.documentElement.addEventListener('click', (e) => { + if (e.target.matches('.tracy-sortable > :first-child > tr:first-child *')) { + TableSort.sort(e.target.closest('td,th')); + } + }); + + TableSort.init = function() {}; + } + + static sort(tcell) { + let tbody = tcell.closest('table').tBodies[0]; + let preserveFirst = !tcell.closest('thead') && !tcell.parentNode.querySelectorAll('td').length; + let asc = !(tbody.tracyAsc === tcell.cellIndex); + tbody.tracyAsc = asc ? tcell.cellIndex : null; + let getText = (cell) => { return cell ? (cell.getAttribute('data-order') || cell.innerText) : ''; }; + + Array.from(tbody.children) + .slice(preserveFirst ? 1 : 0) + .sort((a, b) => { + return function(v1, v2) { + return v1 !== '' && v2 !== '' && !isNaN(v1) && !isNaN(v2) ? v1 - v2 : v1.toString().localeCompare(v2); + }(getText((asc ? a : b).children[tcell.cellIndex]), getText((asc ? b : a).children[tcell.cellIndex])); + }) + .forEach((tr) => { tbody.appendChild(tr); }); + } +} + + +let Tracy = window.Tracy = window.Tracy || {}; +Tracy.TableSort = Tracy.TableSort || TableSort; diff --git a/vendor/tracy/tracy/src/Tracy/Toggle/toggle.css b/vendor/tracy/tracy/src/Tracy/Toggle/toggle.css new file mode 100644 index 0000000..51b4f73 --- /dev/null +++ b/vendor/tracy/tracy/src/Tracy/Toggle/toggle.css @@ -0,0 +1,34 @@ +/** + * This file is part of the Tracy (https://tracy.nette.org) + */ + +.tracy-collapsed { + display: none; +} + +.tracy-toggle.tracy-collapsed { + display: inline; +} + +.tracy-toggle { + cursor: pointer; + user-select: none; +} + +.tracy-toggle:after { + content: ''; + display: inline-block; + vertical-align: middle; + line-height: 0; + border-top: .6ex solid; + border-right: .6ex solid transparent; + border-left: .6ex solid transparent; + transform: scale(1, 1.5); + margin: 0 .2ex 0 .7ex; + transition: .1s transform; + opacity: .5; +} + +.tracy-toggle.tracy-collapsed:after { + transform: rotate(-90deg) scale(1, 1.5) translate(.1ex, 0); +} diff --git a/vendor/tracy/tracy/src/Tracy/Toggle/toggle.js b/vendor/tracy/tracy/src/Tracy/Toggle/toggle.js new file mode 100644 index 0000000..6a32b17 --- /dev/null +++ b/vendor/tracy/tracy/src/Tracy/Toggle/toggle.js @@ -0,0 +1,111 @@ +/** + * This file is part of the Tracy (https://tracy.nette.org) + */ + +const MOVE_THRESHOLD = 100; + +// enables or toggling +class Toggle +{ + static init() { + let start; + document.documentElement.addEventListener('mousedown', (e) => { + start = [e.clientX, e.clientY]; + }); + + document.documentElement.addEventListener('click', (e) => { + let el; + if ( + !e.shiftKey && !e.ctrlKey && !e.metaKey + && (el = e.target.closest('.tracy-toggle')) + && Math.pow(start[0] - e.clientX, 2) + Math.pow(start[1] - e.clientY, 2) < MOVE_THRESHOLD + ) { + Toggle.toggle(el, undefined, e); + e.stopImmediatePropagation(); + } + }); + Toggle.init = function() {}; + } + + + // changes element visibility + static toggle(el, expand, e) { + let collapsed = el.classList.contains('tracy-collapsed'), + ref = el.getAttribute('data-tracy-ref') || el.getAttribute('href', 2), + dest = el; + + if (typeof expand === 'undefined') { + expand = collapsed; + } + + if (!ref || ref === '#') { + ref = '+'; + } else if (ref.substr(0, 1) === '#') { + dest = document; + } + ref = ref.match(/(\^\s*([^+\s]*)\s*)?(\+\s*(\S*)\s*)?(.*)/); + dest = ref[1] ? dest.parentNode : dest; + dest = ref[2] ? dest.closest(ref[2]) : dest; + dest = ref[3] ? Toggle.nextElement(dest.nextElementSibling, ref[4]) : dest; + dest = ref[5] ? dest.querySelector(ref[5]) : dest; + + el.classList.toggle('tracy-collapsed', !expand); + dest.classList.toggle('tracy-collapsed', !expand); + + el.dispatchEvent(new CustomEvent('tracy-toggle', { + bubbles: true, + detail: {relatedTarget: dest, collapsed: !expand, originalEvent: e} + })); + } + + + // save & restore toggles + static persist(baseEl, restore) { + let saved = []; + baseEl.addEventListener('tracy-toggle', (e) => { + if (saved.indexOf(e.target) < 0) { + saved.push(e.target); + } + }); + + let toggles = JSON.parse(sessionStorage.getItem('tracy-toggles-' + baseEl.id)); + if (toggles && restore !== false) { + toggles.forEach((item) => { + let el = baseEl; + for (let i in item.path) { + if (!(el = el.children[item.path[i]])) { + return; + } + } + if (el.textContent === item.text) { + Toggle.toggle(el, item.expand); + } + }); + } + + window.addEventListener('unload', () => { + toggles = saved.map((el) => { + let item = {path: [], text: el.textContent, expand: !el.classList.contains('tracy-collapsed')}; + do { + item.path.unshift(Array.from(el.parentNode.children).indexOf(el)); + el = el.parentNode; + } while (el && el !== baseEl); + return item; + }); + sessionStorage.setItem('tracy-toggles-' + baseEl.id, JSON.stringify(toggles)); + }); + } + + + // finds next matching element + static nextElement(el, selector) { + while (el && selector && !el.matches(selector)) { + el = el.nextElementSibling; + } + return el; + } +} + + +let Tracy = window.Tracy = window.Tracy || {}; +Tracy.Toggle = Tracy.Toggle || Toggle; diff --git a/vendor/tracy/tracy/src/Tracy/functions.php b/vendor/tracy/tracy/src/Tracy/functions.php new file mode 100644 index 0000000..f110f22 --- /dev/null +++ b/vendor/tracy/tracy/src/Tracy/functions.php @@ -0,0 +1,46 @@ +setStub("startBuffering(); +foreach ($iterator = new RecursiveIteratorIterator(new RecursiveDirectoryIterator(__DIR__ . '/../../src', RecursiveDirectoryIterator::SKIP_DOTS)) as $file) { + echo "adding: {$iterator->getSubPathname()}\n"; + + $s = file_get_contents($file->getPathname()); + if (strpos($s, '@tracySkipLocation') === false) { + $s = php_strip_whitespace($file->getPathname()); + } + + if ($file->getExtension() === 'js') { + $s = compressJs($s); + + } elseif ($file->getExtension() === 'css') { + $s = compressCss($s); + + } elseif ($file->getExtension() === 'phtml') { + $s = preg_replace_callback('#(<(script|style).*(?)(.*)(getExtension() !== 'php') { + continue; + } + + $phar[$iterator->getSubPathname()] = $s; +} + +$phar->stopBuffering(); +$phar->compressFiles(Phar::GZ); + +echo "OK\n"; diff --git a/vendor/tracy/tracy/tools/open-in-editor/linux/install.sh b/vendor/tracy/tracy/tools/open-in-editor/linux/install.sh new file mode 100644 index 0000000..5a7bfb3 --- /dev/null +++ b/vendor/tracy/tracy/tools/open-in-editor/linux/install.sh @@ -0,0 +1,38 @@ +#!/bin/bash + +# This shell script sets open-editor.sh as handler for editor:// protocol + +matches=0 +while read -r line +do + if [ "editor=" == "${line:0:7}" ]; then + matches=1 + break + fi +done < "open-editor.sh" + +if [ "$matches" == "0" ]; then + echo -e "\e[31;1mError: it seems like you have not set command to run your editor." + echo -e "Before install, set variable \`\$editor\` in file \`open-editor.sh\`.\e[0m" + exit 1 +fi + +# -------------------------------------------------------------- + +echo "[Desktop Entry] +Name=Tracy Open Editor +Exec=tracy-openeditor.sh %u +Terminal=false +NoDisplay=true +Type=Application +MimeType=x-scheme-handler/editor;" > tracy-openeditor.desktop + +chmod +x open-editor.sh +chmod +x tracy-openeditor.desktop + +sudo cp open-editor.sh /usr/bin/tracy-openeditor.sh +sudo xdg-desktop-menu install tracy-openeditor.desktop +sudo update-desktop-database +rm tracy-openeditor.desktop + +echo -e "\e[32;1mDone.\e[0m" diff --git a/vendor/tracy/tracy/tools/open-in-editor/linux/open-editor.sh b/vendor/tracy/tracy/tools/open-in-editor/linux/open-editor.sh new file mode 100644 index 0000000..3bf6c89 --- /dev/null +++ b/vendor/tracy/tracy/tools/open-in-editor/linux/open-editor.sh @@ -0,0 +1,105 @@ +#!/bin/bash +declare -A mapping + +# +# Configure your editor by setting the $editor variable: +# + +# Visual Studio Code +#editor='code --goto "$FILE":"$LINE"' +# Emacs +#editor='emacs +$LINE "$FILE"' +# gVim +#editor='gvim +$LINE "$FILE"' +# gEdit +#editor='gedit +$LINE "$FILE"' +# Pluma +#editor='pluma +$LINE "$FILE"' +# PHPStorm +# To enable PHPStorm command-line interface, folow this guide: https://www.jetbrains.com/help/phpstorm/working-with-the-ide-features-from-command-line.html +#editor='phpstorm --line $LINE "$FILE"' + + +# +# Optionally configure custom mapping here: +# + +#mapping["/remotepath"]="/localpath" +#mapping["/mnt/d/"]="d:/" + +# +# Please, do not modify the code below. +# + +# Find and return URI parameter value. Or nothing, if the param is missing. +# Arguments: 1) URI, 2) Parameter name. +function get_param { + echo "$1" | sed -n -r "s/.*$2=([^&]*).*/\1/ip" +} + +if [[ -z "$editor" ]]; then + echo "You need to set the \$editor variable in file '`realpath $0`'" + exit +fi + +url=$1 +if [ "${url:0:9}" != "editor://" ]; then + exit +fi + +# Parse action and essential data from the URI. +regex='editor\:\/\/(open|create|fix)\/\?(.*)' +action=`echo $url | sed -r "s/$regex/\1/i"` +uri_params=`echo $url | sed -r "s/$regex/\2/i"` + +file=`get_param $uri_params "file"` +line=`get_param $uri_params "line"` +search=`get_param $uri_params "search"` +replace=`get_param $uri_params "replace"` + +# Debug? +#echo "action '$action'" +#echo "file '$file'" +#echo "line '$line'" +#echo "search '$search'" +#echo "replace '$replace'" + +# Convert URI encoded codes to normal characters (e.g. '%2F' => '/'). +printf -v file "${file//%/\\x}" +# And escape double-quotes. +file=${file//\"/\\\"} + +# Apply custom mapping conversion. +for path in "${!mapping[@]}"; do + file="${file//$path/${mapping[$path]}}" +done + +# Action: Create a file (only if it does not already exist). +if [ "$action" == "create" ] && [[ ! -f "$file" ]]; then + mkdir -p $(dirname "$file") + touch "$file" +fi + +# Action: Fix the file (if the file exists and while creating backup beforehand). +if [ "$action" == "fix" ]; then + + if [[ ! -f "$file" ]]; then + echo "Cannot fix non-existing file '$file'" + exit + fi + + # Backup the original file. + cp $file "$file.bak" + # Search and replace in place - only on the specified line. + sed -i "${line}s/${search}/${replace}/" $file + +fi + +# Format the command according to the selected editor. +command="${editor//\$FILE/$file}" +command="${command//\$LINE/$line}" + +# Debug? +#echo $command + +eval $command diff --git a/vendor/tracy/tracy/tools/open-in-editor/windows/install.cmd b/vendor/tracy/tracy/tools/open-in-editor/windows/install.cmd new file mode 100644 index 0000000..d841122 --- /dev/null +++ b/vendor/tracy/tracy/tools/open-in-editor/windows/install.cmd @@ -0,0 +1,9 @@ +@echo off +:: This Windows batch file sets open-editor.js as handler for editor:// protocol + +if defined PROCESSOR_ARCHITEW6432 (set reg="%systemroot%\sysnative\reg.exe") else (set reg=reg) + +%reg% ADD HKCR\editor /ve /d "URL:editor Protocol" /f +%reg% ADD HKCR\editor /v "URL Protocol" /d "" /f +%reg% ADD HKCR\editor\shell\open\command /ve /d "wscript \"%~dp0open-editor.js\" \"%%1\"" /f +%reg% ADD HKLM\SOFTWARE\Policies\Google\Chrome\URLWhitelist /v "123" /d "editor://*" /f diff --git a/vendor/tracy/tracy/tools/open-in-editor/windows/open-editor.js b/vendor/tracy/tracy/tools/open-in-editor/windows/open-editor.js new file mode 100644 index 0000000..00f63d3 --- /dev/null +++ b/vendor/tracy/tracy/tools/open-in-editor/windows/open-editor.js @@ -0,0 +1,84 @@ +var settings = { + + // PhpStorm + editor: '"C:\\Program Files\\JetBrains\\PhpStorm 2021.1.3\\bin\\phpstorm64.exe" --line %line% "%file%"', + title: 'PhpStorm', + + // NetBeans + // editor: '"C:\\Program Files\\NetBeans 8.1\\bin\\netbeans.exe" "%file%:%line%" --console suppress', + + // Nusphere PHPEd + // editor: '"C:\\Program Files\\NuSphere\\PhpED\\phped.exe" "%file%" --line=%line%', + + // SciTE + // editor: '"C:\\Program Files\\SciTE\\scite.exe" "-open:%file%" -goto:%line%', + + // EmEditor + // editor: '"C:\\Program Files\\EmEditor\\EmEditor.exe" "%file%" /l %line%', + + // PSPad Editor + // editor: '"C:\\Program Files\\PSPad editor\\PSPad.exe" -%line% "%file%"', + + // gVim + // editor: '"C:\\Program Files\\Vim\\vim73\\gvim.exe" "%file%" +%line%', + + // Sublime Text 2 + // editor: '"C:\\Program Files\\Sublime Text 2\\sublime_text.exe" "%file%:%line%"', + + // Visual Studio Code / VSCodium + // editor: '"C:\\Program Files\\Microsoft VS Code\\Code.exe" --goto "%file%:%line%"', + + mappings: { + '/remotepath': '/localpath' + } +}; + + + +if (!settings.editor) { + WScript.Echo('Create variable "settings.editor" in ' + WScript.ScriptFullName); + WScript.Quit(); +} + +var url = WScript.Arguments(0); +var match = /^editor:\/\/(open|create|fix)\/\?file=([^&]+)&line=(\d+)(?:&search=([^&]*)&replace=([^&]*))?/.exec(url); +if (!match) { + WScript.Echo('Unexpected URI ' + url); + WScript.Quit(); +} +for (var i in match) { + match[i] = decodeURIComponent(match[i]).replace(/\+/g, ' '); +} + +var action = match[1]; +var file = match[2]; +var line = match[3]; +var search = match[4]; +var replace = match[5]; + +var shell = new ActiveXObject('WScript.Shell'); +var fileSystem = new ActiveXObject('Scripting.FileSystemObject'); + +for (var id in settings.mappings) { + if (file.indexOf(id) === 0) { + file = settings.mappings[id] + file.substr(id.length); + break; + } +} + +if (action === 'create' && !fileSystem.FileExists(file)) { + shell.Run('cmd /c mkdir "' + fileSystem.GetParentFolderName(file) + '"', 0, 1); + fileSystem.CreateTextFile(file); + +} else if (action === 'fix') { + var lines = fileSystem.OpenTextFile(file).ReadAll().split('\n'); + lines[line-1] = lines[line-1].replace(search, replace); + fileSystem.OpenTextFile(file, 2).Write(lines.join('\n')); +} + +var command = settings.editor.replace(/%line%/, line).replace(/%file%/, file); +shell.Exec(command); + +if (settings.title) { + shell.AppActivate(settings.title); +} diff --git a/vendor/verot/class.upload.php/.gitignore b/vendor/verot/class.upload.php/.gitignore new file mode 100644 index 0000000..a1595bd --- /dev/null +++ b/vendor/verot/class.upload.php/.gitignore @@ -0,0 +1,4 @@ +test/tmp/ +dev/ +*.sublime-project +*.sublime-workspace diff --git a/vendor/verot/class.upload.php/LICENSE.txt b/vendor/verot/class.upload.php/LICENSE.txt new file mode 100644 index 0000000..5b6e7c6 --- /dev/null +++ b/vendor/verot/class.upload.php/LICENSE.txt @@ -0,0 +1,340 @@ + GNU GENERAL PUBLIC LICENSE + Version 2, June 1991 + + Copyright (C) 1989, 1991 Free Software Foundation, Inc. + 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The licenses for most software are designed to take away your +freedom to share and change it. By contrast, the GNU General Public +License is intended to guarantee your freedom to share and change free +software--to make sure the software is free for all its users. This +General Public License applies to most of the Free Software +Foundation's software and to any other program whose authors commit to +using it. (Some other Free Software Foundation software is covered by +the GNU Library General Public License instead.) You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +this service if you wish), that you receive source code or can get it +if you want it, that you can change the software or use pieces of it +in new free programs; and that you know you can do these things. + + To protect your rights, we need to make restrictions that forbid +anyone to deny you these rights or to ask you to surrender the rights. +These restrictions translate to certain responsibilities for you if you +distribute copies of the software, or if you modify it. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must give the recipients all the rights that +you have. You must make sure that they, too, receive or can get the +source code. And you must show them these terms so they know their +rights. + + We protect your rights with two steps: (1) copyright the software, and +(2) offer you this license which gives you legal permission to copy, +distribute and/or modify the software. + + Also, for each author's protection and ours, we want to make certain +that everyone understands that there is no warranty for this free +software. If the software is modified by someone else and passed on, we +want its recipients to know that what they have is not the original, so +that any problems introduced by others will not reflect on the original +authors' reputations. + + Finally, any free program is threatened constantly by software +patents. We wish to avoid the danger that redistributors of a free +program will individually obtain patent licenses, in effect making the +program proprietary. To prevent this, we have made it clear that any +patent must be licensed for everyone's free use or not licensed at all. + + The precise terms and conditions for copying, distribution and +modification follow. + + GNU GENERAL PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + 0. This License applies to any program or other work which contains +a notice placed by the copyright holder saying it may be distributed +under the terms of this General Public License. The "Program", below, +refers to any such program or work, and a "work based on the Program" +means either the Program or any derivative work under copyright law: +that is to say, a work containing the Program or a portion of it, +either verbatim or with modifications and/or translated into another +language. (Hereinafter, translation is included without limitation in +the term "modification".) Each licensee is addressed as "you". + +Activities other than copying, distribution and modification are not +covered by this License; they are outside its scope. The act of +running the Program is not restricted, and the output from the Program +is covered only if its contents constitute a work based on the +Program (independent of having been made by running the Program). +Whether that is true depends on what the Program does. + + 1. You may copy and distribute verbatim copies of the Program's +source code as you receive it, in any medium, provided that you +conspicuously and appropriately publish on each copy an appropriate +copyright notice and disclaimer of warranty; keep intact all the +notices that refer to this License and to the absence of any warranty; +and give any other recipients of the Program a copy of this License +along with the Program. + +You may charge a fee for the physical act of transferring a copy, and +you may at your option offer warranty protection in exchange for a fee. + + 2. You may modify your copy or copies of the Program or any portion +of it, thus forming a work based on the Program, and copy and +distribute such modifications or work under the terms of Section 1 +above, provided that you also meet all of these conditions: + + a) You must cause the modified files to carry prominent notices + stating that you changed the files and the date of any change. + + b) You must cause any work that you distribute or publish, that in + whole or in part contains or is derived from the Program or any + part thereof, to be licensed as a whole at no charge to all third + parties under the terms of this License. + + c) If the modified program normally reads commands interactively + when run, you must cause it, when started running for such + interactive use in the most ordinary way, to print or display an + announcement including an appropriate copyright notice and a + notice that there is no warranty (or else, saying that you provide + a warranty) and that users may redistribute the program under + these conditions, and telling the user how to view a copy of this + License. (Exception: if the Program itself is interactive but + does not normally print such an announcement, your work based on + the Program is not required to print an announcement.) + +These requirements apply to the modified work as a whole. If +identifiable sections of that work are not derived from the Program, +and can be reasonably considered independent and separate works in +themselves, then this License, and its terms, do not apply to those +sections when you distribute them as separate works. But when you +distribute the same sections as part of a whole which is a work based +on the Program, the distribution of the whole must be on the terms of +this License, whose permissions for other licensees extend to the +entire whole, and thus to each and every part regardless of who wrote it. + +Thus, it is not the intent of this section to claim rights or contest +your rights to work written entirely by you; rather, the intent is to +exercise the right to control the distribution of derivative or +collective works based on the Program. + +In addition, mere aggregation of another work not based on the Program +with the Program (or with a work based on the Program) on a volume of +a storage or distribution medium does not bring the other work under +the scope of this License. + + 3. You may copy and distribute the Program (or a work based on it, +under Section 2) in object code or executable form under the terms of +Sections 1 and 2 above provided that you also do one of the following: + + a) Accompany it with the complete corresponding machine-readable + source code, which must be distributed under the terms of Sections + 1 and 2 above on a medium customarily used for software interchange; or, + + b) Accompany it with a written offer, valid for at least three + years, to give any third party, for a charge no more than your + cost of physically performing source distribution, a complete + machine-readable copy of the corresponding source code, to be + distributed under the terms of Sections 1 and 2 above on a medium + customarily used for software interchange; or, + + c) Accompany it with the information you received as to the offer + to distribute corresponding source code. (This alternative is + allowed only for noncommercial distribution and only if you + received the program in object code or executable form with such + an offer, in accord with Subsection b above.) + +The source code for a work means the preferred form of the work for +making modifications to it. For an executable work, complete source +code means all the source code for all modules it contains, plus any +associated interface definition files, plus the scripts used to +control compilation and installation of the executable. However, as a +special exception, the source code distributed need not include +anything that is normally distributed (in either source or binary +form) with the major components (compiler, kernel, and so on) of the +operating system on which the executable runs, unless that component +itself accompanies the executable. + +If distribution of executable or object code is made by offering +access to copy from a designated place, then offering equivalent +access to copy the source code from the same place counts as +distribution of the source code, even though third parties are not +compelled to copy the source along with the object code. + + 4. You may not copy, modify, sublicense, or distribute the Program +except as expressly provided under this License. Any attempt +otherwise to copy, modify, sublicense or distribute the Program is +void, and will automatically terminate your rights under this License. +However, parties who have received copies, or rights, from you under +this License will not have their licenses terminated so long as such +parties remain in full compliance. + + 5. You are not required to accept this License, since you have not +signed it. However, nothing else grants you permission to modify or +distribute the Program or its derivative works. These actions are +prohibited by law if you do not accept this License. Therefore, by +modifying or distributing the Program (or any work based on the +Program), you indicate your acceptance of this License to do so, and +all its terms and conditions for copying, distributing or modifying +the Program or works based on it. + + 6. Each time you redistribute the Program (or any work based on the +Program), the recipient automatically receives a license from the +original licensor to copy, distribute or modify the Program subject to +these terms and conditions. You may not impose any further +restrictions on the recipients' exercise of the rights granted herein. +You are not responsible for enforcing compliance by third parties to +this License. + + 7. If, as a consequence of a court judgment or allegation of patent +infringement or for any other reason (not limited to patent issues), +conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot +distribute so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you +may not distribute the Program at all. For example, if a patent +license would not permit royalty-free redistribution of the Program by +all those who receive copies directly or indirectly through you, then +the only way you could satisfy both it and this License would be to +refrain entirely from distribution of the Program. + +If any portion of this section is held invalid or unenforceable under +any particular circumstance, the balance of the section is intended to +apply and the section as a whole is intended to apply in other +circumstances. + +It is not the purpose of this section to induce you to infringe any +patents or other property right claims or to contest validity of any +such claims; this section has the sole purpose of protecting the +integrity of the free software distribution system, which is +implemented by public license practices. Many people have made +generous contributions to the wide range of software distributed +through that system in reliance on consistent application of that +system; it is up to the author/donor to decide if he or she is willing +to distribute software through any other system and a licensee cannot +impose that choice. + +This section is intended to make thoroughly clear what is believed to +be a consequence of the rest of this License. + + 8. If the distribution and/or use of the Program is restricted in +certain countries either by patents or by copyrighted interfaces, the +original copyright holder who places the Program under this License +may add an explicit geographical distribution limitation excluding +those countries, so that distribution is permitted only in or among +countries not thus excluded. In such case, this License incorporates +the limitation as if written in the body of this License. + + 9. The Free Software Foundation may publish revised and/or new versions +of the General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + +Each version is given a distinguishing version number. If the Program +specifies a version number of this License which applies to it and "any +later version", you have the option of following the terms and conditions +either of that version or of any later version published by the Free +Software Foundation. If the Program does not specify a version number of +this License, you may choose any version ever published by the Free Software +Foundation. + + 10. If you wish to incorporate parts of the Program into other free +programs whose distribution conditions are different, write to the author +to ask for permission. For software which is copyrighted by the Free +Software Foundation, write to the Free Software Foundation; we sometimes +make exceptions for this. Our decision will be guided by the two goals +of preserving the free status of all derivatives of our free software and +of promoting the sharing and reuse of software generally. + + NO WARRANTY + + 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY +FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN +OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES +PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED +OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS +TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE +PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, +REPAIR OR CORRECTION. + + 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR +REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, +INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING +OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED +TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY +YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER +PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE +POSSIBILITY OF SUCH DAMAGES. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +convey the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + + +Also add information on how to contact you by electronic and paper mail. + +If the program is interactive, make it output a short notice like this +when it starts in an interactive mode: + + Gnomovision version 69, Copyright (C) year name of author + Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, the commands you use may +be called something other than `show w' and `show c'; they could even be +mouse-clicks or menu items--whatever suits your program. + +You should also get your employer (if you work as a programmer) or your +school, if any, to sign a "copyright disclaimer" for the program, if +necessary. Here is a sample; alter the names: + + Yoyodyne, Inc., hereby disclaims all copyright interest in the program + `Gnomovision' (which makes passes at compilers) written by James Hacker. + + , 1 April 1989 + Ty Coon, President of Vice + +This General Public License does not permit incorporating your program into +proprietary programs. If your program is a subroutine library, you may +consider it more useful to permit linking proprietary applications with the +library. If this is what you want to do, use the GNU Library General +Public License instead of this License. diff --git a/vendor/verot/class.upload.php/README.md b/vendor/verot/class.upload.php/README.md new file mode 100644 index 0000000..a85beb5 --- /dev/null +++ b/vendor/verot/class.upload.php/README.md @@ -0,0 +1,683 @@ +# class.upload.php + +Homepage : [http://www.verot.net/php_class_upload.htm](http://www.verot.net/php_class_upload.htm) + +Demo : [http://www.verot.net/php_class_upload_samples.htm](http://www.verot.net/php_class_upload_samples.htm) + +Donations: [http://www.verot.net/php_class_upload_donate.htm](http://www.verot.net/php_class_upload_donate.htm) + +Commercial use: [http://www.verot.net/php_class_upload_license.htm](http://www.verot.net/php_class_upload_license.htm) + + +## What does it do? + + +This class manages file uploads for you. In short, it manages the uploaded file, and allows you to do whatever you want with the file, especially if it is an image, and as many times as you want. + +It is the ideal class to quickly integrate file upload in your site. If the file is an image, you can convert, resize, crop it in many ways. You can also apply filters, add borders, text, watermarks, etc... That's all you need for a gallery script for instance. Supported formats are PNG, JPG, GIF, WEBP and BMP. + +You can also use the class to work on local files, which is especially useful to use the image manipulation features. The class also supports Flash uploaders and XMLHttpRequest. + +The class works with PHP 5.3+, PHP 7 and PHP 8 (use version 1.x for PHP 4 support), and its error messages can be localized at will. + + +## Install via composer + +Edit your composer.json file to include the following: + +``` + { + "require": { + "verot/class.upload.php": "*" + } + } +``` + +Or install it directly: + +``` + composer require verot/class.upload.php +``` + +## Demo and examples + +Check out the `test/` directory, which you can load in your browser. You can test the class and its different ways to instantiate it, see some code examples, and run some tests. + + + +## How to use it? + +Create a simple HTML file, with a form such as: +```html +
    + + + +``` +Create a file called upload.php (into which you have first loaded the class): +```php +$handle = new \Verot\Upload\Upload($_FILES['image_field']); +if ($handle->uploaded) { + $handle->file_new_name_body = 'image_resized'; + $handle->image_resize = true; + $handle->image_x = 100; + $handle->image_ratio_y = true; + $handle->process('/home/user/files/'); + if ($handle->processed) { + echo 'image resized'; + $handle->clean(); + } else { + echo 'error : ' . $handle->error; + } +} +``` + + +### How does it work? + +You instanciate the class with the `$_FILES['my_field']` array where _my_field_ is the field name from your upload form. The class will check if the original file has been uploaded to its temporary location (alternatively, you can instanciate the class with a local filename). + +You can then set a number of processing variables to act on the file. For instance, you can rename the file, and if it is an image, convert and resize it in many ways. You can also set what will the class do if the file already exists. + +Then you call the function `process()` to actually perform the actions according to the processing parameters you set above. It will create new instances of the original file, so the original file remains the same between each process. The file will be manipulated, and copied to the given location. The processing variables will be reset once it is done. + +You can repeat setting up a new set of processing variables, and calling `process()` again as many times as you want. When you have finished, you can call `clean()` to delete the original uploaded file. + +If you don't set any processing parameters and call `process()` just after instanciating the class. The uploaded file will be simply copied to the given location without any alteration or checks. + +Don't forget to add `enctype="multipart/form-data"` in your form tag `
    ` if you want your form to upload the file. + +### Namespacing + +The class is now namespaced in the `Verot/Upload` namespace. If you have the error *Fatal error: Class 'Upload' not found*, then make sure your file belongs to the namespace, or instantiate the class with its fully qualified name: + +```php +namespace Verot\Upload; +$handle = new Upload($_FILES['image_field']); +``` +or + +```php +$handle = new \Verot\Upload\Upload($_FILES['image_field']); +``` + +### How to process local files? + +Instantiate the class with the local filename, as following: + +```php +$handle = new Upload('/home/user/myfile.jpg'); +``` + + +### How to process a file uploaded via XMLHttpRequest? + +Instantiate the class with the special _php:_ keyword, as following: + +```php +$handle = new Upload('php:'.$_SERVER['HTTP_X_FILE_NAME']); +``` + +Prefixing the argument with _php:_ tells the class to retrieve the uploaded data in _php://input_, and the rest is the stream's filename, which is generally in `$_SERVER['HTTP_X_FILE_NAME']`. But you can use any other name you see fit: + +```php +$handle = new Upload('php:mycustomname.ext'); +``` + +### How to process raw file data? + +Instantiate the class with the special _data:_ keyword, as following: + +```php +$handle = new Upload('data:'.$file_contents); +``` + +If your data is base64-encoded, the class provides a simple _base64:_ keyword, which will decode your data prior to using it: + +```php +$handle = new Upload('base64:'.$base64_file_contents); +``` + +### How to set the language? + +Instantiate the class with a second argument being the language code: + +```php +$handle = new Upload($_FILES['image_field'], 'fr_FR'); +$handle = new Upload('/home/user/myfile.jpg', 'fr_FR'); +``` + +### How to output the resulting file or picture directly to the browser? + +Simply call `process()` without an argument (or with null as first argument): + +```php +$handle = new Upload($_FILES['image_field']); +header('Content-type: ' . $handle->file_src_mime); +echo $handle->process(); +die(); +``` + +Or if you want to force the download of the file: + +```php +$handle = new Upload($_FILES['image_field']); +header('Content-type: ' . $handle->file_src_mime); +header("Content-Disposition: attachment; filename=".rawurlencode($handle->file_src_name).";"); +echo $handle->process(); +die(); +``` + + +### Troubleshooting + +If the class doesn't do what you want it to do, you can display the log, in order to see in details what the class does. To obtain the log, just add this line at the end of your code: +```php +echo $handle->log; +``` + +Your problem may have been already discussed in the Frequently Asked Questions : [http://www.verot.net/php_class_upload_faq.htm](http://www.verot.net/php_class_upload_faq.htm) + +Failing that, you can search in the forums, and ask a question there: [http://www.verot.net/php_class_upload_forum.htm](http://www.verot.net/php_class_upload_forum.htm). Please don't use Github issues to ask for help. + + + +## Processing parameters + + +> Note: all the parameters in this section are reset after each process. + + +### File handling + +* **file_new_name_body** replaces the name body (default: null) +```php +$handle->file_new_name_body = 'new name'; +``` +* **file_name_body_add** appends to the name body (default: null) +```php +$handle->file_name_body_add = '_uploaded'; +``` +* **file_name_body_pre** prepends to the name body (default: null) +```php +$handle->file_name_body_pre = 'thumb_'; +``` +* **file_new_name_ext** replaces the file extension (default: null) +```php +$handle->file_new_name_ext = 'txt'; +``` +* **file_safe_name** formats the filename (spaces changed to _, etc...) (default: true) +```php +$handle->file_safe_name = true; +``` +* **file_force_extension** forces an extension if there isn't any (default: true) +```php +$handle->file_force_extension = true; +``` +* **file_overwrite** sets behaviour if file already exists (default: false) +```php +$handle->file_overwrite = true; +``` +* **file_auto_rename** automatically renames file if it already exists (default: true) +```php +$handle->file_auto_rename = true; +``` +* **dir_auto_create** automatically creates destination directory if missing (default: true) +```php +$handle->dir_auto_create = true; +``` +* **dir_auto_chmod** automatically attempts to chmod the destination directory if not writeable (default: true) +```php +$handle->dir_auto_chmod = true; +``` +* **dir_chmod** chmod used when creating directory or if directory not writeable (default: 0777) +```php +$handle->dir_chmod = 0777; +``` +* **file_max_size** sets maximum upload size (default: _upload_max_filesize_ from php.ini) +```php +$handle->file_max_size = '1024'; // 1KB +``` +* **mime_check** sets if the class check the MIME against the `allowed` list (default: true) +```php +$handle->mime_check = true; +``` +* **no_script** sets if the class turns scripts into text files (default: true) +```php +$handle->no_script = false; +``` +* **allowed** array of allowed mime-types (or one string). wildcard accepted, as in _image/*_ (default: check `init()`) +```php +$handle->allowed = array('application/pdf','application/msword', 'image/*'); +``` +* **forbidden** array of forbidden mime-types (or one string). wildcard accepted, as in _image/*_ (default: check `init()`) +```php +$handle->forbidden = array('application/*'); +``` + + +### Image handling + + +* **image_convert** if set, image will be converted (possible values : ''|'png'|'webp'|'jpeg'|'gif'|'bmp'; default: '') +```php +$handle->image_convert = 'jpg'; +``` +* **image_background_color** if set, will forcibly fill transparent areas with the color, in hexadecimal (default: null) +```php +$handle->image_background_color = '#FF00FF'; +``` +* **image_default_color** fallback color background color for non alpha-transparent output formats, such as JPEG or BMP, in hexadecimal (default: #FFFFFF) +```php +$handle->image_default_color = '#FF00FF'; +``` +* **png_compression** sets the compression level for PNG images, between 1 (fast but large files) and 9 (slow but smaller files) (default: null (Zlib default)) +```php +$handle->png_compression = 9; +``` +* **webp_quality** sets the compression quality for WEBP images (default: 85) +```php +$handle->webp_quality = 50; +``` +* **jpeg_quality** sets the compression quality for JPEG images (default: 85) +```php +$handle->jpeg_quality = 50; +``` +* **jpeg_size** if set to a size in bytes, will approximate `jpeg_quality` so the output image fits within the size (default: null) +```php +$handle->jpeg_size = 3072; +``` +* **image_interlace** if set to true, the image will be saved interlaced (if it is a JPEG, it will be saved as a progressive PEG) (default: false) +```php +$handle->image_interlace = true; +``` + +### Image checking + + +The following eight settings can be used to invalidate an upload if the file is an image (note that _open_basedir_ restrictions prevent the use of these settings) + +* **image_max_width** if set to a dimension in pixels, the upload will be invalid if the image width is greater (default: null) +```php +$handle->image_max_width = 200; +``` +* **image_max_height** if set to a dimension in pixels, the upload will be invalid if the image height is greater (default: null) +```php +$handle->image_max_height = 100; +``` +* **image_max_pixels** if set to a number of pixels, the upload will be invalid if the image number of pixels is greater (default: null) +```php +$handle->image_max_pixels = 50000; +``` +* **image_max_ratio** if set to a aspect ratio (width/height), the upload will be invalid if the image apect ratio is greater (default: null) +```php +$handle->image_max_ratio = 1.5; +``` +* **image_min_width** if set to a dimension in pixels, the upload will be invalid if the image width is lower (default: null) +```php +$handle->image_min_width = 100; +``` +* **image_min_height** if set to a dimension in pixels, the upload will be invalid if the image height is lower (default: null) +```php +$handle->image_min_height = 500; +``` +* **image_min_pixels** if set to a number of pixels, the upload will be invalid if the image number of pixels is lower (default: null) +```php +$handle->image_min_pixels = 20000; +``` +* **image_min_ratio** if set to a aspect ratio (width/height), the upload will be invalid if the image apect ratio is lower (default: null) +```php +$handle->image_min_ratio = 0.5; +``` + +### Image resizing + + +* **image_resize** determines is an image will be resized (default: false) +```php +$handle->image_resize = true; +``` + +The following variables are used only if _image_resize_ == true + +* **image_x** destination image width (default: 150) +```php +$handle->image_x = 100; +``` +* **image_y** destination image height (default: 150) +```php +$handle->image_y = 200; +``` + +Use either one of the following + +* **image_ratio** if true, resize image conserving the original sizes ratio, using `image_x` **AND** `image_y` as max sizes if true (default: false) +```php +$handle->image_ratio = true; +``` +* **image_ratio_crop** if true, resize image conserving the original sizes ratio, using `image_x` AND `image_y` as max sizes, and cropping excedent to fill the space. setting can also be a string, with one or more from 'TBLR', indicating which side of the image will be kept while cropping (default: false) +```php +$handle->image_ratio_crop = true; +``` +* **image_ratio_fill** if true, resize image conserving the original sizes ratio, using `image_x` AND `image_y` as max sizes, fitting the image in the space and coloring the remaining space. setting can also be a string, with one or more from 'TBLR', indicating which side of the space the image will be in (default: false) +```php +$handle->image_ratio_fill = true; +``` +* **image_ratio_x** if true, resize image, calculating `image_x` from `image_y` and conserving the original sizes ratio (default: false) +```php +$handle->image_ratio_x = true; +``` +* **image_ratio_y** if true, resize image, calculating `image_y` from `image_x` and conserving the original sizes ratio (default: false) +```php +$handle->image_ratio_y = true; +``` +* **image_ratio_pixels** if set to a long integer, resize image, calculating `image_y` and `image_x` to match a the number of pixels (default: false) +```php +$handle->image_ratio_pixels = 25000; +``` + +And eventually prevent enlarging or shrinking images + +* **image_no_enlarging** cancel resizing if the resized image is bigger than the original image, to prevent enlarging (default: false) +```php +$handle->image_no_enlarging = true; +``` +* **image_no_shrinking** cancel resizing if the resized image is smaller than the original image, to prevent shrinking (default: false) +```php +$handle->image_no_shrinking = true; +``` + +### Image effects + +The following image manipulations require GD2+ + +* **image_brightness** if set, corrects the brightness. value between -127 and 127 (default: null) +```php +$handle->image_brightness = 40; +``` +* **image_contrast** if set, corrects the contrast. value between -127 and 127 (default: null) +```php +$handle->image_contrast = 50; +``` +* **image_opacity** if set, changes the image opacity. value between 0 and 100 (default: null) +```php +$handle->image_opacity = 50; +``` +* **image_tint_color** if set, will tint the image with a color, value as hexadecimal #FFFFFF (default: null) +```php +$handle->image_tint_color = '#FF0000'; +``` +* **image_overlay_color** if set, will add a colored overlay, value as hexadecimal #FFFFFF (default: null) +```php +$handle->image_overlay_color = '#FF0000'; +``` +* **image_overlay_opacity** used when `image_overlay_color` is set, determines the opacity (default: 50) +```php +$handle->image_overlay_opacity = 20; +``` +* **image_negative** inverts the colors in the image (default: false) +```php +$handle->image_negative = true; +``` +* **image_greyscale** transforms an image into greyscale (default: false) +```php +$handle->image_greyscale = true; +``` +* **image_threshold** applies a threshold filter. value between -127 and 127 (default: null) +```php +$handle->image_threshold = 20; +``` +* **image_pixelate** pixelate an image, value is block size (default: null) +```php +$handle->image_pixelate = 10; +``` +* **image_unsharp** applies an unsharp mask, with alpha transparency support (default: false) +```php +$handle->image_unsharp = true; +``` +* **image_unsharp_amount** unsharp mask amount, typically 50 - 200 (default: 80) +```php +$handle->image_unsharp_amount = 120; +``` +* **image_unsharp_radius** unsharp mask radius, typically 0.5 - 1 (default: 0.5) +```php +$handle->image_unsharp_radius = 1; +``` +* **image_unsharp_threshold** unsharp mask threshold, typically 0 - 5 (default: 1) +```php +$handle->image_unsharp_threshold = 0; +``` + +### Image text + +* **image_text** creates a text label on the image, value is a string, with eventual replacement tokens (default: null) +```php +$handle->image_text = 'test'; +``` +* **image_text_direction** text label direction, either 'h' horizontal or 'v' vertical (default: 'h') +```php +$handle->image_text_direction = 'v'; +``` +* **image_text_color** text color for the text label, in hexadecimal (default: #FFFFFF) +```php +$handle->image_text_color = '#FF0000'; +``` +* **image_text_opacity** text opacity on the text label, integer between 0 and 100 (default: 100) +```php +$handle->image_text_opacity = 50; +``` +* **image_text_background** text label background color, in hexadecimal (default: null) +```php +$handle->image_text_background = '#FFFFFF'; +``` +* **image_text_background_opacity** text label background opacity, integer between 0 and 100 (default: 100) +```php +$handle->image_text_background_opacity = 50; +``` +* **image_text_font** built-in font for the text label, from 1 to 5. 1 is the smallest (default: 5). Value can also be a string, which represents the path to a GDF or TTF font (TrueType). +```php +$handle->image_text_font = 4; // or './font.gdf' or './font.ttf' +``` +* **image_text_size** font size for TrueType fonts, in pixels (GD1) or points (GD1) (default: 16) (TrueType fonts only) +```php +$handle->image_text_size = 24; +``` +* **image_text_angle** text angle for TrueType fonts, in degrees, with 0 degrees being left-to-right reading text(default: null) (TrueType fonts only) +```php +$handle->image_text_angle = 45; +``` +* **image_text_x** absolute text label position, in pixels from the left border. can be negative (default: null) +```php +$handle->image_text_x = 5; +``` +* **image_text_y** absolute text label position, in pixels from the top border. can be negative (default: null) +```php +$handle->image_text_y = 5; +``` +* **image_text_position** text label position withing the image, a combination of one or two from 'TBLR': top, bottom, left, right (default: null) +```php +$handle->image_text_position = 'LR'; +``` +* **image_text_padding** text label padding, in pixels. can be overridden by `image_text_padding_x` and `image_text_padding_y` (default: 0) +```php +$handle->image_text_padding = 5; +``` +* **image_text_padding_x** text label horizontal padding (default: null) +```php +$handle->image_text_padding_x = 2; +``` +* **image_text_padding_y** text label vertical padding (default: null) +```php +$handle->image_text_padding_y = 10; +``` +* **image_text_alignment** text alignment when text has multiple lines, either 'L', 'C' or 'R' (default: 'C') (GD fonts only) +```php +$handle->image_text_alignment = 'R'; +``` +* **image_text_line_spacing** space between lines in pixels, when text has multiple lines (default: 0) (GD fonts only) +```php +$handle->image_text_line_spacing = 3; +``` + +### Image transformations + + +* **image_auto_rotate** automatically rotates the image according to EXIF data (JPEG only) (default: true, applies even if there is no image manipulations) +```php +$handle->image_auto_rotate = false; +``` +* **image_flip** flips image, wither 'h' horizontal or 'v' vertical (default: null) +```php +$handle->image_flip = 'h'; +``` +* **image_rotate** rotates image. Possible values are 90, 180 and 270 (default: null) +```php +$handle->image_rotate = 90; +``` +* **image_crop** crops image. accepts 4, 2 or 1 values as 'T R B L' or 'TB LR' or 'TBLR'. dimension can be 20, or 20px or 20% (default: null) +```php +$handle->image_crop = array(50,40,30,20); OR '-20 20%'... +``` +* **image_precrop** crops image, before an eventual resizing. accepts 4, 2 or 1 values as 'T R B L' or 'TB LR' or 'TBLR'. dimension can be 20, or 20px or 20% (default: null) +```php +$handle->image_precrop = array(50,40,30,20); OR '-20 20%'... +``` + +### Image borders + + +* **image_bevel** adds a bevel border to the image. value is thickness in pixels (default: null) +```php +$handle->image_bevel = 20; +``` +* **image_bevel_color1** top and left bevel color, in hexadecimal (default: #FFFFFF) +```php +$handle->image_bevel_color1 = '#FFFFFF'; +``` +* **image_bevel_color2** bottom and right bevel color, in hexadecimal (default: #000000) +```php +$handle->image_bevel_color2 = '#000000'; +``` +* **image_border** adds a unicolor border to the image. accepts 4, 2 or 1 values as 'T R B L' or 'TB LR' or 'TBLR'. dimension can be 20, or 20px or 20% (default: null) +```php +$handle->image_border = '3px'; OR '-20 20%' OR array(3,2)... +``` +* **image_border_color** border color, in hexadecimal (default: #FFFFFF) +```php +$handle->image_border_color = '#FFFFFF'; +``` +* **image_border_opacity** border opacity, integer between 0 and 100 (default: 100) +```php +$handle->image_border_opacity = 50; +``` +* **image_border_transparent** adds a fading-to-transparent border to the image. accepts 4, 2 or 1 values as 'T R B L' or 'TB LR' or 'TBLR'. dimension can be 20, or 20px or 20% (default: null) +```php +$handle->image_border_transparent = '3px'; OR '-20 20%' OR array(3,2)... +``` +* **image_frame** type of frame: 1=flat 2=crossed (default: null) +```php +$handle->image_frame = 2; +``` +* **image_frame_colors** list of hex colors, in an array or a space separated string (default: '#FFFFFF #999999 #666666 #000000') +```php +$handle->image_frame_colors = array('#999999', '#FF0000', '#666666', '#333333', '#000000'); +``` +* **image_frame_opacity** frame opacity, integer between 0 and 100 (default: 100) +```php +$handle->image_frame_opacity = 50; +``` + + +### Image watermark + +* **image_watermark** adds a watermark on the image, value is a local filename. accepted files are GIF, JPG, BMP, WEBP, PNG and PNG alpha (default: null) +```php +$handle->image_watermark = 'watermark.png'; +``` +* **image_watermark_x** absolute watermark position, in pixels from the left border. can be negative (default: null) +```php +$handle->image_watermark_x = 5; +``` +* **image_watermark_y** absolute watermark position, in pixels from the top border. can be negative (default: null) +```php +$handle->image_watermark_y = 5; +``` +* **image_watermark_position** watermark position withing the image, a combination of one or two from 'TBLR': top, bottom, left, right (default: null) +```php +$handle->image_watermark_position = 'LR'; +``` +* **image_watermark_no_zoom_in** prevents the watermark to be resized up if it is smaller than the image (default: true) +```php +$handle->image_watermark_no_zoom_in = false; +``` +* **image_watermark_no_zoom_out** prevents the watermark to be resized down if it is bigger than the image (default: false) +```php +$handle->image_watermark_no_zoom_out = true; +``` + + +### Image reflections + +* **image_reflection_height** if set, a reflection will be added. Format is either in pixels or percentage, such as 40, '40', '40px' or '40%' (default: null) +```php +$handle->image_reflection_height = '25%'; +``` +* **image_reflection_space** space in pixels between the source image and the reflection, can be negative (default: null) +```php +$handle->image_reflection_space = 3; +``` +* **image_reflection_color** reflection background color, in hexadecimal. Now deprecated in favor of `image_default_color` (default: #FFFFFF) +```php +$handle->image_default_color = '#000000'; +``` +* **image_reflection_opacity** opacity level at which the reflection starts, integer between 0 and 100 (default: 60) +```php +$handle->image_reflection_opacity = 60; +``` + + + +## Values that can be read before calling `process()` + +* **file_src_name** Source file name +* **file_src_name_body** Source file name body +* **file_src_name_ext** Source file extension +* **file_src_pathname** Source file complete path and name +* **file_src_mime** Source file mime type +* **file_src_size** Source file size in bytes +* **file_src_error** Upload error code +* **file_is_image** Boolean flag, true if the file is a supported image type + +If the file is a supported image type (and _open_basedir_ restrictions allow it) + +* **image_src_x** Source file width in pixels +* **image_src_y** Source file height in pixels +* **image_src_pixels** Source file number of pixels +* **image_src_type** Source file type (png, webp, jpg, gif or bmp) +* **image_src_bits** Source file color depth + + +## Values that can be read after calling `process()` + +* **file_dst_path** Destination file path +* **file_dst_name_body** Destination file name body +* **file_dst_name_ext** Destination file extension +* **file_dst_name** Destination file name +* **file_dst_pathname** Destination file complete path and name + +If the file is a supported image type + +* **image_dst_type** Destination file type (png, webp, jpg, gif or bmp) +* **image_dst_x** Destination file width +* **image_dst_y** Destination file height + + + +## Requirements + +Most of the image operations require GD. GD2 is greatly recommended + +Version 1.x supports PHP 4, 5 and 7, but is not namespaced. Use it if you need support for PHP <5.3 + +Version 2.x supports PHP 5.3+ and PHP 7. + diff --git a/vendor/verot/class.upload.php/composer.json b/vendor/verot/class.upload.php/composer.json new file mode 100644 index 0000000..7cb53f9 --- /dev/null +++ b/vendor/verot/class.upload.php/composer.json @@ -0,0 +1,23 @@ +{ + "name": "verot/class.upload.php", + "description": "This PHP class uploads files and manipulates images very easily.", + "type": "library", + "homepage":"http://www.verot.net/php_class_upload.htm", + "keywords": ["upload", "gd"], + "license": "GPL-2.0-only", + "authors": [ + { + "name": "Colin Verot", + "email": "colin@verot.net" + } + ], + "support":{ + "email":"colin@verot.net" + }, + "require": { + "php": ">=5.3" + }, + "autoload": { + "classmap": ["src/class.upload.php"] + } +} diff --git a/vendor/verot/class.upload.php/src/class.upload.php b/vendor/verot/class.upload.php/src/class.upload.php new file mode 100644 index 0000000..67f0412 --- /dev/null +++ b/vendor/verot/class.upload.php/src/class.upload.php @@ -0,0 +1,5182 @@ + + * @license http://opensource.org/licenses/gpl-license.php GNU Public License + * @copyright Colin Verot + */ +class Upload { + + + /** + * Class version + * + * @access public + * @var string + */ + var $version; + + /** + * Uploaded file name + * + * @access public + * @var string + */ + var $file_src_name; + + /** + * Uploaded file name body (i.e. without extension) + * + * @access public + * @var string + */ + var $file_src_name_body; + + /** + * Uploaded file name extension + * + * @access public + * @var string + */ + var $file_src_name_ext; + + /** + * Uploaded file MIME type + * + * @access public + * @var string + */ + var $file_src_mime; + + /** + * Uploaded file size, in bytes + * + * @access public + * @var double + */ + var $file_src_size; + + /** + * Holds eventual PHP error code from $_FILES + * + * @access public + * @var string + */ + var $file_src_error; + + /** + * Uloaded file name, including server path + * + * @access public + * @var string + */ + var $file_src_pathname; + + /** + * Uloaded file name temporary copy + * + * @access private + * @var string + */ + var $file_src_temp; + + /** + * Destination file name + * + * @access public + * @var string + */ + var $file_dst_path; + + /** + * Destination file name + * + * @access public + * @var string + */ + var $file_dst_name; + + /** + * Destination file name body (i.e. without extension) + * + * @access public + * @var string + */ + var $file_dst_name_body; + + /** + * Destination file extension + * + * @access public + * @var string + */ + var $file_dst_name_ext; + + /** + * Destination file name, including path + * + * @access public + * @var string + */ + var $file_dst_pathname; + + /** + * Source image width + * + * @access public + * @var integer + */ + var $image_src_x; + + /** + * Source image height + * + * @access public + * @var integer + */ + var $image_src_y; + + /** + * Source image color depth + * + * @access public + * @var integer + */ + var $image_src_bits; + + /** + * Number of pixels + * + * @access public + * @var long + */ + var $image_src_pixels; + + /** + * Type of image (png, gif, jpg, webp or bmp) + * + * @access public + * @var string + */ + var $image_src_type; + + /** + * Destination image width + * + * @access public + * @var integer + */ + var $image_dst_x; + + /** + * Destination image height + * + * @access public + * @var integer + */ + var $image_dst_y; + + /** + * Destination image type (png, gif, jpg, webp or bmp) + * + * @access public + * @var integer + */ + var $image_dst_type; + + /** + * Supported image formats + * + * @access private + * @var array + */ + var $image_supported; + + /** + * Flag to determine if the source file is an image + * + * @access public + * @var boolean + */ + var $file_is_image; + + /** + * Flag set after instanciating the class + * + * Indicates if the file has been uploaded properly + * + * @access public + * @var bool + */ + var $uploaded; + + /** + * Flag stopping PHP upload checks + * + * Indicates whether we instanciated the class with a filename, in which case + * we will not check on the validity of the PHP *upload* + * + * This flag is automatically set to true when working on a local file + * + * Warning: for uploads, this flag MUST be set to false for security reason + * + * @access public + * @var bool + */ + var $no_upload_check; + + /** + * Flag set after calling a process + * + * Indicates if the processing, and copy of the resulting file went OK + * + * @access public + * @var bool + */ + var $processed; + + /** + * Holds eventual error message in plain english + * + * @access public + * @var string + */ + var $error; + + /** + * Holds an HTML formatted log + * + * @access public + * @var string + */ + var $log; + + + // overiddable processing variables + + + /** + * Set this variable to replace the name body (i.e. without extension) + * + * @access public + * @var string + */ + var $file_new_name_body; + + /** + * Set this variable to append a string to the file name body + * + * @access public + * @var string + */ + var $file_name_body_add; + + /** + * Set this variable to prepend a string to the file name body + * + * @access public + * @var string + */ + var $file_name_body_pre; + + /** + * Set this variable to change the file extension + * + * @access public + * @var string + */ + var $file_new_name_ext; + + /** + * Set this variable to format the filename (spaces changed to _) + * + * @access public + * @var boolean + */ + var $file_safe_name; + + /** + * Forces an extension if the source file doesn't have one + * + * If the file is an image, then the correct extension will be added + * Otherwise, a .txt extension will be chosen + * + * @access public + * @var boolean + */ + var $file_force_extension; + + /** + * Set this variable to false if you don't want to check the MIME against the allowed list + * + * This variable is set to true by default for security reason + * + * @access public + * @var boolean + */ + var $mime_check; + + /** + * Set this variable to false in the init() function if you don't want to check the MIME + * with Fileinfo PECL extension. On some systems, Fileinfo is known to be buggy, and you + * may want to deactivate it in the class code directly. + * + * You can also set it with the path of the magic database file. + * If set to true, the class will try to read the MAGIC environment variable + * and if it is empty, will default to the system's default + * If set to an empty string, it will call finfo_open without the path argument + * + * This variable is set to true by default for security reason + * + * @access public + * @var boolean + */ + var $mime_fileinfo; + + /** + * Set this variable to false in the init() function if you don't want to check the MIME + * with UNIX file() command + * + * This variable is set to true by default for security reason + * + * @access public + * @var boolean + */ + var $mime_file; + + /** + * Set this variable to false in the init() function if you don't want to check the MIME + * with the magic.mime file + * + * The function mime_content_type() will be deprecated, + * and this variable will be set to false in a future release + * + * This variable is set to true by default for security reason + * + * @access public + * @var boolean + */ + var $mime_magic; + + /** + * Set this variable to false in the init() function if you don't want to check the MIME + * with getimagesize() + * + * The class tries to get a MIME type from getimagesize() + * If no MIME is returned, it tries to guess the MIME type from the file type + * + * This variable is set to true by default for security reason + * + * @access public + * @var boolean + */ + var $mime_getimagesize; + + /** + * Set this variable to false if you don't want to turn dangerous scripts into simple text files + * + * @access public + * @var boolean + */ + var $no_script; + + /** + * Set this variable to true to allow automatic renaming of the file + * if the file already exists + * + * Default value is true + * + * For instance, on uploading foo.ext,
    + * if foo.ext already exists, upload will be renamed foo_1.ext
    + * and if foo_1.ext already exists, upload will be renamed foo_2.ext
    + * + * Note that this option doesn't have any effect if {@link file_overwrite} is true + * + * @access public + * @var bool + */ + var $file_auto_rename; + + /** + * Set this variable to true to allow automatic creation of the destination + * directory if it is missing (works recursively) + * + * Default value is true + * + * @access public + * @var bool + */ + var $dir_auto_create; + + /** + * Set this variable to true to allow automatic chmod of the destination + * directory if it is not writeable + * + * Default value is true + * + * @access public + * @var bool + */ + var $dir_auto_chmod; + + /** + * Set this variable to the default chmod you want the class to use + * when creating directories, or attempting to write in a directory + * + * Default value is 0755 (without quotes) + * + * @access public + * @var bool + */ + var $dir_chmod; + + /** + * Set this variable tu true to allow overwriting of an existing file + * + * Default value is false, so no files will be overwritten + * + * @access public + * @var bool + */ + var $file_overwrite; + + /** + * Set this variable to change the maximum size in bytes for an uploaded file + * + * Default value is the value upload_max_filesize from php.ini + * + * Value in bytes (integer) or shorthand byte values (string) is allowed. + * The available options are K (for Kilobytes), M (for Megabytes) and G (for Gigabytes) + * + * @access public + * @var double + */ + var $file_max_size; + + /** + * Set this variable to true to resize the file if it is an image + * + * You will probably want to set {@link image_x} and {@link image_y}, and maybe one of the ratio variables + * + * Default value is false (no resizing) + * + * @access public + * @var bool + */ + var $image_resize; + + /** + * Set this variable to convert the file if it is an image + * + * Possibles values are : ''; 'png'; 'jpeg'; 'gif'; 'webp'; 'bmp' + * + * Default value is '' (no conversion)
    + * If {@link resize} is true, {@link convert} will be set to the source file extension + * + * @access public + * @var string + */ + var $image_convert; + + /** + * Set this variable to the wanted (or maximum/minimum) width for the processed image, in pixels + * + * Default value is 150 + * + * @access public + * @var integer + */ + var $image_x; + + /** + * Set this variable to the wanted (or maximum/minimum) height for the processed image, in pixels + * + * Default value is 150 + * + * @access public + * @var integer + */ + var $image_y; + + /** + * Set this variable to keep the original size ratio to fit within {@link image_x} x {@link image_y} + * + * Default value is false + * + * @access public + * @var bool + */ + var $image_ratio; + + /** + * Set this variable to keep the original size ratio to fit within {@link image_x} x {@link image_y} + * + * The image will be resized as to fill the whole space, and excedent will be cropped + * + * Value can also be a string, one or more character from 'TBLR' (top, bottom, left and right) + * If set as a string, it determines which side of the image is kept while cropping. + * By default, the part of the image kept is in the center, i.e. it crops equally on both sides + * + * Default value is false + * + * @access public + * @var mixed + */ + var $image_ratio_crop; + + /** + * Set this variable to keep the original size ratio to fit within {@link image_x} x {@link image_y} + * + * The image will be resized to fit entirely in the space, and the rest will be colored. + * The default color is white, but can be set with {@link image_default_color} + * + * Value can also be a string, one or more character from 'TBLR' (top, bottom, left and right) + * If set as a string, it determines in which side of the space the image is displayed. + * By default, the image is displayed in the center, i.e. it fills the remaining space equally on both sides + * + * Default value is false + * + * @access public + * @var mixed + */ + var $image_ratio_fill; + + /** + * Set this variable to a number of pixels so that {@link image_x} and {@link image_y} are the best match possible + * + * The image will be resized to have approximatively the number of pixels + * The aspect ratio wil be conserved + * + * Default value is false + * + * @access public + * @var mixed + */ + var $image_ratio_pixels; + + /** + * Set this variable to calculate {@link image_x} automatically , using {@link image_y} and conserving ratio + * + * Default value is false + * + * @access public + * @var bool + */ + var $image_ratio_x; + + /** + * Set this variable to calculate {@link image_y} automatically , using {@link image_x} and conserving ratio + * + * Default value is false + * + * @access public + * @var bool + */ + var $image_ratio_y; + + /** + * (deprecated) Set this variable to keep the original size ratio to fit within {@link image_x} x {@link image_y}, + * but only if original image is bigger + * + * This setting is soon to be deprecated. Instead, use {@link image_ratio} and {@link image_no_enlarging} + * + * Default value is false + * + * @access public + * @var bool + */ + var $image_ratio_no_zoom_in; + + /** + * (deprecated) Set this variable to keep the original size ratio to fit within {@link image_x} x {@link image_y}, + * but only if original image is smaller + * + * Default value is false + * + * This setting is soon to be deprecated. Instead, use {@link image_ratio} and {@link image_no_shrinking} + * + * @access public + * @var bool + */ + var $image_ratio_no_zoom_out; + + /** + * Cancel resizing if the resized image is bigger than the original image, to prevent enlarging + * + * Default value is false + * + * @access public + * @var bool + */ + var $image_no_enlarging; + + /** + * Cancel resizing if the resized image is smaller than the original image, to prevent shrinking + * + * Default value is false + * + * @access public + * @var bool + */ + var $image_no_shrinking; + + /** + * Set this variable to set a maximum image width, above which the upload will be invalid + * + * Default value is null + * + * @access public + * @var integer + */ + var $image_max_width; + + /** + * Set this variable to set a maximum image height, above which the upload will be invalid + * + * Default value is null + * + * @access public + * @var integer + */ + var $image_max_height; + + /** + * Set this variable to set a maximum number of pixels for an image, above which the upload will be invalid + * + * Default value is null + * + * @access public + * @var long + */ + var $image_max_pixels; + + /** + * Set this variable to set a maximum image aspect ratio, above which the upload will be invalid + * + * Note that ratio = width / height + * + * Default value is null + * + * @access public + * @var float + */ + var $image_max_ratio; + + /** + * Set this variable to set a minimum image width, below which the upload will be invalid + * + * Default value is null + * + * @access public + * @var integer + */ + var $image_min_width; + + /** + * Set this variable to set a minimum image height, below which the upload will be invalid + * + * Default value is null + * + * @access public + * @var integer + */ + var $image_min_height; + + /** + * Set this variable to set a minimum number of pixels for an image, below which the upload will be invalid + * + * Default value is null + * + * @access public + * @var long + */ + var $image_min_pixels; + + /** + * Set this variable to set a minimum image aspect ratio, below which the upload will be invalid + * + * Note that ratio = width / height + * + * Default value is null + * + * @access public + * @var float + */ + var $image_min_ratio; + + /** + * Compression level for PNG images + * + * Between 1 (fast but large files) and 9 (slow but smaller files) + * + * Default value is null (Zlib default) + * + * @access public + * @var integer + */ + var $png_compression; + + /** + * Quality of JPEG created/converted destination image + * + * Default value is 85 + * + * @access public + * @var integer + */ + var $jpeg_quality; + + /** + * Quality of WebP created/converted destination image + * + * Default value is 85 + * + * @access public + * @var integer + */ + var $webp_quality; + + /** + * Determines the quality of the JPG image to fit a desired file size + * + * The JPG quality will be set between 1 and 100% + * The calculations are approximations. + * + * Value in bytes (integer) or shorthand byte values (string) is allowed. + * The available options are K (for Kilobytes), M (for Megabytes) and G (for Gigabytes) + * + * Default value is null (no calculations) + * + * @access public + * @var integer + */ + var $jpeg_size; + + /** + * Turns the interlace bit on + * + * This is actually used only for JPEG images, and defaults to false + * + * @access public + * @var boolean + */ + var $image_interlace; + + /** + * Flag set to true when the image is transparent + * + * This is actually used only for transparent GIFs + * + * @access public + * @var boolean + */ + var $image_is_transparent; + + /** + * Transparent color in a palette + * + * This is actually used only for transparent GIFs + * + * @access public + * @var boolean + */ + var $image_transparent_color; + + /** + * Background color, used to paint transparent areas with + * + * If set, it will forcibly remove transparency by painting transparent areas with the color + * This setting will fill in all transparent areas in PNG, WEPB and GIF, as opposed to {@link image_default_color} + * which will do so only in BMP, JPEG, and alpha transparent areas in transparent GIFs + * This setting overrides {@link image_default_color} + * + * Default value is null + * + * @access public + * @var string + */ + var $image_background_color; + + /** + * Default color for non alpha-transparent images + * + * This setting is to be used to define a background color for semi transparent areas + * of an alpha transparent when the output format doesn't support alpha transparency + * This is useful when, from an alpha transparent PNG or WEBP image, or an image with alpha transparent features + * if you want to output it as a transparent GIFs for instance, you can set a blending color for transparent areas + * If you output in JPEG or BMP, this color will be used to fill in the previously transparent areas + * + * The default color white + * + * @access public + * @var boolean + */ + var $image_default_color; + + /** + * Flag set to true when the image is not true color + * + * @access public + * @var boolean + */ + var $image_is_palette; + + /** + * Corrects the image brightness + * + * Value can range between -127 and 127 + * + * Default value is null + * + * @access public + * @var integer + */ + var $image_brightness; + + /** + * Corrects the image contrast + * + * Value can range between -127 and 127 + * + * Default value is null + * + * @access public + * @var integer + */ + var $image_contrast; + + /** + * Changes the image opacity + * + * Value can range between 0 and 100 + * + * Default value is null + * + * @access public + * @var integer + */ + var $image_opacity; + + /** + * Applies threshold filter + * + * Value can range between -127 and 127 + * + * Default value is null + * + * @access public + * @var integer + */ + var $image_threshold; + + /** + * Applies a tint on the image + * + * Value is an hexadecimal color, such as #FFFFFF + * + * Default value is null + * + * @access public + * @var string; + */ + var $image_tint_color; + + /** + * Applies a colored overlay on the image + * + * Value is an hexadecimal color, such as #FFFFFF + * + * To use with {@link image_overlay_opacity} + * + * Default value is null + * + * @access public + * @var string; + */ + var $image_overlay_color; + + /** + * Sets the opacity for the colored overlay + * + * Value is a percentage, as an integer between 0 (transparent) and 100 (opaque) + * + * Unless used with {@link image_overlay_color}, this setting has no effect + * + * Default value is 50 + * + * @access public + * @var integer + */ + var $image_overlay_opacity; + + /** + * Inverts the color of an image + * + * Default value is FALSE + * + * @access public + * @var boolean; + */ + var $image_negative; + + /** + * Turns the image into greyscale + * + * Default value is FALSE + * + * @access public + * @var boolean; + */ + var $image_greyscale; + + /** + * Pixelate an image + * + * Value is integer, represents the block size + * + * Default value is null + * + * @access public + * @var integer; + */ + var $image_pixelate; + + /** + * Applies an unsharp mask, with alpha transparency support + * + * Beware that this unsharp mask is quite resource-intensive + * + * Default value is FALSE + * + * @access public + * @var boolean; + */ + var $image_unsharp; + + /** + * Sets the unsharp mask amount + * + * Value is an integer between 0 and 500, typically between 50 and 200 + * + * Unless used with {@link image_unsharp}, this setting has no effect + * + * Default value is 80 + * + * @access public + * @var integer + */ + var $image_unsharp_amount; + + /** + * Sets the unsharp mask radius + * + * Value is an integer between 0 and 50, typically between 0.5 and 1 + * It is not recommended to change it, the default works best + * + * Unless used with {@link image_unsharp}, this setting has no effect + * + * From PHP 5.1, imageconvolution is used, and this setting has no effect + * + * Default value is 0.5 + * + * @access public + * @var integer + */ + var $image_unsharp_radius; + + /** + * Sets the unsharp mask threshold + * + * Value is an integer between 0 and 255, typically between 0 and 5 + * + * Unless used with {@link image_unsharp}, this setting has no effect + * + * Default value is 1 + * + * @access public + * @var integer + */ + var $image_unsharp_threshold; + + /** + * Adds a text label on the image + * + * Value is a string, any text. Text will not word-wrap, although you can use breaklines in your text "\n" + * + * If set, this setting allow the use of all other settings starting with image_text_ + * + * Replacement tokens can be used in the string: + *
    +     * gd_version    src_name       src_name_body src_name_ext
    +     * src_pathname  src_mime       src_x         src_y
    +     * src_type      src_bits       src_pixels
    +     * src_size      src_size_kb    src_size_mb   src_size_human
    +     * dst_path      dst_name_body  dst_pathname
    +     * dst_name      dst_name_ext   dst_x         dst_y
    +     * date          time           host          server        ip
    +     * 
    + * The tokens must be enclosed in square brackets: [dst_x] will be replaced by the width of the picture + * + * Default value is null + * + * @access public + * @var string; + */ + var $image_text; + + /** + * Sets the text direction for the text label + * + * Value is either 'h' or 'v', as in horizontal and vertical + * + * Note that if you use a TrueType font, you can use {@link image_text_angle} instead + * + * Default value is h (horizontal) + * + * @access public + * @var string; + */ + var $image_text_direction; + + /** + * Sets the text color for the text label + * + * Value is an hexadecimal color, such as #FFFFFF + * + * Default value is #FFFFFF (white) + * + * @access public + * @var string; + */ + var $image_text_color; + + /** + * Sets the text opacity in the text label + * + * Value is a percentage, as an integer between 0 (transparent) and 100 (opaque) + * + * Default value is 100 + * + * @access public + * @var integer + */ + var $image_text_opacity; + + /** + * Sets the text background color for the text label + * + * Value is an hexadecimal color, such as #FFFFFF + * + * Default value is null (no background) + * + * @access public + * @var string; + */ + var $image_text_background; + + /** + * Sets the text background opacity in the text label + * + * Value is a percentage, as an integer between 0 (transparent) and 100 (opaque) + * + * Default value is 100 + * + * @access public + * @var integer + */ + var $image_text_background_opacity; + + /** + * Sets the text font in the text label + * + * Value is a an integer between 1 and 5 for GD built-in fonts. 1 is the smallest font, 5 the biggest + * Value can also be a string, which represents the path to a GDF or TTF font (TrueType). + * + * Default value is 5 + * + * @access public + * @var mixed; + */ + var $image_text_font; + + /** + * Sets the text font size for TrueType fonts + * + * Value is a an integer, and represents the font size in pixels (GD1) or points (GD1) + * + * Note that this setting is only applicable to TrueType fonts, and has no effects with GD fonts + * + * Default value is 16 + * + * @access public + * @var integer; + */ + var $image_text_size; + + /** + * Sets the text angle for TrueType fonts + * + * Value is a an integer between 0 and 360, in degrees, with 0 degrees being left-to-right reading text. + * + * Note that this setting is only applicable to TrueType fonts, and has no effects with GD fonts + * For GD fonts, you can use {@link image_text_direction} instead + * + * Default value is null (so it is determined by the value of {@link image_text_direction}) + * + * @access public + * @var integer; + */ + var $image_text_angle; + + /** + * Sets the text label position within the image + * + * Value is one or two out of 'TBLR' (top, bottom, left, right) + * + * The positions are as following: + *
    +     *                        TL  T  TR
    +     *                        L       R
    +     *                        BL  B  BR
    +     * 
    + * + * Default value is null (centered, horizontal and vertical) + * + * Note that is {@link image_text_x} and {@link image_text_y} are used, this setting has no effect + * + * @access public + * @var string; + */ + var $image_text_position; + + /** + * Sets the text label absolute X position within the image + * + * Value is in pixels, representing the distance between the left of the image and the label + * If a negative value is used, it will represent the distance between the right of the image and the label + * + * Default value is null (so {@link image_text_position} is used) + * + * @access public + * @var integer + */ + var $image_text_x; + + /** + * Sets the text label absolute Y position within the image + * + * Value is in pixels, representing the distance between the top of the image and the label + * If a negative value is used, it will represent the distance between the bottom of the image and the label + * + * Default value is null (so {@link image_text_position} is used) + * + * @access public + * @var integer + */ + var $image_text_y; + + /** + * Sets the text label padding + * + * Value is in pixels, representing the distance between the text and the label background border + * + * Default value is 0 + * + * This setting can be overriden by {@link image_text_padding_x} and {@link image_text_padding_y} + * + * @access public + * @var integer + */ + var $image_text_padding; + + /** + * Sets the text label horizontal padding + * + * Value is in pixels, representing the distance between the text and the left and right label background borders + * + * Default value is null + * + * If set, this setting overrides the horizontal part of {@link image_text_padding} + * + * @access public + * @var integer + */ + var $image_text_padding_x; + + /** + * Sets the text label vertical padding + * + * Value is in pixels, representing the distance between the text and the top and bottom label background borders + * + * Default value is null + * + * If set, his setting overrides the vertical part of {@link image_text_padding} + * + * @access public + * @var integer + */ + var $image_text_padding_y; + + /** + * Sets the text alignment + * + * Value is a string, which can be either 'L', 'C' or 'R' + * + * Default value is 'C' + * + * This setting is relevant only if the text has several lines. + * + * Note that this setting is only applicable to GD fonts, and has no effects with TrueType fonts + * + * @access public + * @var string; + */ + var $image_text_alignment; + + /** + * Sets the text line spacing + * + * Value is an integer, in pixels + * + * Default value is 0 + * + * This setting is relevant only if the text has several lines. + * + * Note that this setting is only applicable to GD fonts, and has no effects with TrueType fonts + * + * @access public + * @var integer + */ + var $image_text_line_spacing; + + /** + * Sets the height of the reflection + * + * Value is an integer in pixels, or a string which format can be in pixels or percentage. + * For instance, values can be : 40, '40', '40px' or '40%' + * + * Default value is null, no reflection + * + * @access public + * @var mixed; + */ + var $image_reflection_height; + + /** + * Sets the space between the source image and its relection + * + * Value is an integer in pixels, which can be negative + * + * Default value is 2 + * + * This setting is relevant only if {@link image_reflection_height} is set + * + * @access public + * @var integer + */ + var $image_reflection_space; + + /** + * Sets the initial opacity of the reflection + * + * Value is an integer between 0 (no opacity) and 100 (full opacity). + * The reflection will start from {@link image_reflection_opacity} and end up at 0 + * + * Default value is 60 + * + * This setting is relevant only if {@link image_reflection_height} is set + * + * @access public + * @var integer + */ + var $image_reflection_opacity; + + /** + * Automatically rotates the image according to EXIF data (JPEG only) + * + * Default value is true + * + * @access public + * @var boolean; + */ + var $image_auto_rotate; + + /** + * Flips the image vertically or horizontally + * + * Value is either 'h' or 'v', as in horizontal and vertical + * + * Default value is null (no flip) + * + * @access public + * @var string; + */ + var $image_flip; + + /** + * Rotates the image by increments of 45 degrees + * + * Value is either 90, 180 or 270 + * + * Default value is null (no rotation) + * + * @access public + * @var string; + */ + var $image_rotate; + + /** + * Crops an image + * + * Values are four dimensions, or two, or one (CSS style) + * They represent the amount cropped top, right, bottom and left. + * These values can either be in an array, or a space separated string. + * Each value can be in pixels (with or without 'px'), or percentage (of the source image) + * + * For instance, are valid: + *
    +     * $foo->image_crop = 20                  OR array(20);
    +     * $foo->image_crop = '20px'              OR array('20px');
    +     * $foo->image_crop = '20 40'             OR array('20', 40);
    +     * $foo->image_crop = '-20 25%'           OR array(-20, '25%');
    +     * $foo->image_crop = '20px 25%'          OR array('20px', '25%');
    +     * $foo->image_crop = '20% 25%'           OR array('20%', '25%');
    +     * $foo->image_crop = '20% 25% 10% 30%'   OR array('20%', '25%', '10%', '30%');
    +     * $foo->image_crop = '20px 25px 2px 2px' OR array('20px', '25%px', '2px', '2px');
    +     * $foo->image_crop = '20 25% 40px 10%'   OR array(20, '25%', '40px', '10%');
    +     * 
    + * + * If a value is negative, the image will be expanded, and the extra parts will be filled with black + * + * Default value is null (no cropping) + * + * @access public + * @var string OR array; + */ + var $image_crop; + + /** + * Crops an image, before an eventual resizing + * + * See {@link image_crop} for valid formats + * + * Default value is null (no cropping) + * + * @access public + * @var string OR array; + */ + var $image_precrop; + + /** + * Adds a bevel border on the image + * + * Value is a positive integer, representing the thickness of the bevel + * + * If the bevel colors are the same as the background, it makes a fade out effect + * + * Default value is null (no bevel) + * + * @access public + * @var integer + */ + var $image_bevel; + + /** + * Top and left bevel color + * + * Value is a color, in hexadecimal format + * This setting is used only if {@link image_bevel} is set + * + * Default value is #FFFFFF + * + * @access public + * @var string; + */ + var $image_bevel_color1; + + /** + * Right and bottom bevel color + * + * Value is a color, in hexadecimal format + * This setting is used only if {@link image_bevel} is set + * + * Default value is #000000 + * + * @access public + * @var string; + */ + var $image_bevel_color2; + + /** + * Adds a single-color border on the outer of the image + * + * Values are four dimensions, or two, or one (CSS style) + * They represent the border thickness top, right, bottom and left. + * These values can either be in an array, or a space separated string. + * Each value can be in pixels (with or without 'px'), or percentage (of the source image) + * + * See {@link image_crop} for valid formats + * + * If a value is negative, the image will be cropped. + * Note that the dimensions of the picture will be increased by the borders' thickness + * + * Default value is null (no border) + * + * @access public + * @var integer + */ + var $image_border; + + /** + * Border color + * + * Value is a color, in hexadecimal format. + * This setting is used only if {@link image_border} is set + * + * Default value is #FFFFFF + * + * @access public + * @var string; + */ + var $image_border_color; + + /** + * Sets the opacity for the borders + * + * Value is a percentage, as an integer between 0 (transparent) and 100 (opaque) + * + * Unless used with {@link image_border}, this setting has no effect + * + * Default value is 100 + * + * @access public + * @var integer + */ + var $image_border_opacity; + + /** + * Adds a fading-to-transparent border on the image + * + * Values are four dimensions, or two, or one (CSS style) + * They represent the border thickness top, right, bottom and left. + * These values can either be in an array, or a space separated string. + * Each value can be in pixels (with or without 'px'), or percentage (of the source image) + * + * See {@link image_crop} for valid formats + * + * Note that the dimensions of the picture will not be increased by the borders' thickness + * + * Default value is null (no border) + * + * @access public + * @var integer + */ + var $image_border_transparent; + + /** + * Adds a multi-color frame on the outer of the image + * + * Value is an integer. Two values are possible for now: + * 1 for flat border, meaning that the frame is mirrored horizontally and vertically + * 2 for crossed border, meaning that the frame will be inversed, as in a bevel effect + * + * The frame will be composed of colored lines set in {@link image_frame_colors} + * + * Note that the dimensions of the picture will be increased by the borders' thickness + * + * Default value is null (no frame) + * + * @access public + * @var integer + */ + var $image_frame; + + /** + * Sets the colors used to draw a frame + * + * Values is a list of n colors in hexadecimal format. + * These values can either be in an array, or a space separated string. + * + * The colors are listed in the following order: from the outset of the image to its center + * + * For instance, are valid: + *
    +     * $foo->image_frame_colors = '#FFFFFF #999999 #666666 #000000';
    +     * $foo->image_frame_colors = array('#FFFFFF', '#999999', '#666666', '#000000');
    +     * 
    + * + * This setting is used only if {@link image_frame} is set + * + * Default value is '#FFFFFF #999999 #666666 #000000' + * + * @access public + * @var string OR array; + */ + var $image_frame_colors; + + /** + * Sets the opacity for the frame + * + * Value is a percentage, as an integer between 0 (transparent) and 100 (opaque) + * + * Unless used with {@link image_frame}, this setting has no effect + * + * Default value is 100 + * + * @access public + * @var integer + */ + var $image_frame_opacity; + + /** + * Adds a watermark on the image + * + * Value is a local image filename, relative or absolute. GIF, JPG, BMP, WEBP and PNG are supported, as well as PNG and WEBP alpha. + * + * If set, this setting allow the use of all other settings starting with image_watermark_ + * + * Default value is null + * + * @access public + * @var string; + */ + var $image_watermark; + + /** + * Sets the watermarkposition within the image + * + * Value is one or two out of 'TBLR' (top, bottom, left, right) + * + * The positions are as following: TL T TR + * L R + * BL B BR + * + * Default value is null (centered, horizontal and vertical) + * + * Note that is {@link image_watermark_x} and {@link image_watermark_y} are used, this setting has no effect + * + * @access public + * @var string; + */ + var $image_watermark_position; + + /** + * Sets the watermark absolute X position within the image + * + * Value is in pixels, representing the distance between the top of the image and the watermark + * If a negative value is used, it will represent the distance between the bottom of the image and the watermark + * + * Default value is null (so {@link image_watermark_position} is used) + * + * @access public + * @var integer + */ + var $image_watermark_x; + + /** + * Sets the twatermark absolute Y position within the image + * + * Value is in pixels, representing the distance between the left of the image and the watermark + * If a negative value is used, it will represent the distance between the right of the image and the watermark + * + * Default value is null (so {@link image_watermark_position} is used) + * + * @access public + * @var integer + */ + var $image_watermark_y; + + /** + * Prevents the watermark to be resized up if it is smaller than the image + * + * If the watermark if smaller than the destination image, taking in account the desired watermark position + * then it will be resized up to fill in the image (minus the {@link image_watermark_x} or {@link image_watermark_y} values) + * + * If you don't want your watermark to be resized in any way, then + * set {@link image_watermark_no_zoom_in} and {@link image_watermark_no_zoom_out} to true + * If you want your watermark to be resized up or doan to fill in the image better, then + * set {@link image_watermark_no_zoom_in} and {@link image_watermark_no_zoom_out} to false + * + * Default value is true (so the watermark will not be resized up, which is the behaviour most people expect) + * + * @access public + * @var integer + */ + var $image_watermark_no_zoom_in; + + /** + * Prevents the watermark to be resized down if it is bigger than the image + * + * If the watermark if bigger than the destination image, taking in account the desired watermark position + * then it will be resized down to fit in the image (minus the {@link image_watermark_x} or {@link image_watermark_y} values) + * + * If you don't want your watermark to be resized in any way, then + * set {@link image_watermark_no_zoom_in} and {@link image_watermark_no_zoom_out} to true + * If you want your watermark to be resized up or doan to fill in the image better, then + * set {@link image_watermark_no_zoom_in} and {@link image_watermark_no_zoom_out} to false + * + * Default value is false (so the watermark may be shrinked to fit in the image) + * + * @access public + * @var integer + */ + var $image_watermark_no_zoom_out; + + /** + * List of MIME types per extension + * + * @access private + * @var array + */ + var $mime_types; + + /** + * Allowed MIME types + * + * Default is a selection of safe mime-types, but you might want to change it + * + * Simple wildcards are allowed, such as image/* or application/* + * If there is only one MIME type allowed, then it can be a string instead of an array + * + * @access public + * @var array OR string + */ + var $allowed; + + /** + * Forbidden MIME types + * + * Default is a selection of safe mime-types, but you might want to change it + * To only check for forbidden MIME types, and allow everything else, set {@link allowed} to array('* / *') without the spaces + * + * Simple wildcards are allowed, such as image/* or application/* + * If there is only one MIME type forbidden, then it can be a string instead of an array + * + * @access public + * @var array OR string + */ + var $forbidden; + + /** + * Blacklisted file extensions + * + * List of blacklisted extensions, that are enforced if {@link no_script} is true + * + * @access public + * @var array + */ + var $blacklist; + + + /** + * Array of translated error messages + * + * By default, the language is english (en_GB) + * Translations can be in separate files, in a lang/ subdirectory + * + * @access public + * @var array + */ + var $translation; + + /** + * Language selected for the translations + * + * By default, the language is english ("en_GB") + * + * @access public + * @var array + */ + var $lang; + + /** + * Init or re-init all the processing variables to their default values + * + * This function is called in the constructor, and after each call of {@link process} + * + * @access private + */ + function init() { + + // overiddable variables + $this->file_new_name_body = null; // replace the name body + $this->file_name_body_add = null; // append to the name body + $this->file_name_body_pre = null; // prepend to the name body + $this->file_new_name_ext = null; // replace the file extension + $this->file_safe_name = true; // format safely the filename + $this->file_force_extension = true; // forces extension if there isn't one + $this->file_overwrite = false; // allows overwritting if the file already exists + $this->file_auto_rename = true; // auto-rename if the file already exists + $this->dir_auto_create = true; // auto-creates directory if missing + $this->dir_auto_chmod = true; // auto-chmod directory if not writeable + $this->dir_chmod = 0755; // default chmod to use + + $this->no_script = true; // turns scripts into test files + $this->mime_check = true; // checks the mime type against the allowed list + + // these are the different MIME detection methods. if one of these method doesn't work on your + // system, you can deactivate it here; just set it to false + $this->mime_fileinfo = true; // MIME detection with Fileinfo PECL extension + $this->mime_file = true; // MIME detection with UNIX file() command + $this->mime_magic = true; // MIME detection with mime_magic (mime_content_type()) + $this->mime_getimagesize = true; // MIME detection with getimagesize() + + // get the default max size from php.ini + $this->file_max_size_raw = trim(ini_get('upload_max_filesize')); + $this->file_max_size = $this->getsize($this->file_max_size_raw); + + $this->image_resize = false; // resize the image + $this->image_convert = ''; // convert. values :''; 'png'; 'jpeg'; 'gif'; 'bmp' + + $this->image_x = 150; + $this->image_y = 150; + $this->image_ratio = false; // keeps aspect ratio within x and y dimensions + $this->image_ratio_crop = false; // keeps aspect ratio within x and y dimensions, filling the space + $this->image_ratio_fill = false; // keeps aspect ratio within x and y dimensions, fitting the image in the space + $this->image_ratio_pixels = false; // keeps aspect ratio, calculating x and y to reach the number of pixels + $this->image_ratio_x = false; // calculate the $image_x if true + $this->image_ratio_y = false; // calculate the $image_y if true + $this->image_ratio_no_zoom_in = false; + $this->image_ratio_no_zoom_out = false; + $this->image_no_enlarging = false; + $this->image_no_shrinking = false; + + $this->png_compression = null; + $this->webp_quality = 85; + $this->jpeg_quality = 85; + $this->jpeg_size = null; + $this->image_interlace = false; + $this->image_is_transparent = false; + $this->image_transparent_color = null; + $this->image_background_color = null; + $this->image_default_color = '#ffffff'; + $this->image_is_palette = false; + + $this->image_max_width = null; + $this->image_max_height = null; + $this->image_max_pixels = null; + $this->image_max_ratio = null; + $this->image_min_width = null; + $this->image_min_height = null; + $this->image_min_pixels = null; + $this->image_min_ratio = null; + + $this->image_brightness = null; + $this->image_contrast = null; + $this->image_opacity = null; + $this->image_threshold = null; + $this->image_tint_color = null; + $this->image_overlay_color = null; + $this->image_overlay_opacity = null; + $this->image_negative = false; + $this->image_greyscale = false; + $this->image_pixelate = null; + $this->image_unsharp = false; + $this->image_unsharp_amount = 80; + $this->image_unsharp_radius = 0.5; + $this->image_unsharp_threshold = 1; + + $this->image_text = null; + $this->image_text_direction = null; + $this->image_text_color = '#FFFFFF'; + $this->image_text_opacity = 100; + $this->image_text_background = null; + $this->image_text_background_opacity = 100; + $this->image_text_font = 5; + $this->image_text_size = 16; + $this->image_text_angle = null; + $this->image_text_x = null; + $this->image_text_y = null; + $this->image_text_position = null; + $this->image_text_padding = 0; + $this->image_text_padding_x = null; + $this->image_text_padding_y = null; + $this->image_text_alignment = 'C'; + $this->image_text_line_spacing = 0; + + $this->image_reflection_height = null; + $this->image_reflection_space = 2; + $this->image_reflection_opacity = 60; + + $this->image_watermark = null; + $this->image_watermark_x = null; + $this->image_watermark_y = null; + $this->image_watermark_position = null; + $this->image_watermark_no_zoom_in = true; + $this->image_watermark_no_zoom_out = false; + + $this->image_flip = null; + $this->image_auto_rotate = true; + $this->image_rotate = null; + $this->image_crop = null; + $this->image_precrop = null; + + $this->image_bevel = null; + $this->image_bevel_color1 = '#FFFFFF'; + $this->image_bevel_color2 = '#000000'; + $this->image_border = null; + $this->image_border_color = '#FFFFFF'; + $this->image_border_opacity = 100; + $this->image_border_transparent = null; + $this->image_frame = null; + $this->image_frame_colors = '#FFFFFF #999999 #666666 #000000'; + $this->image_frame_opacity = 100; + + $this->forbidden = array(); + $this->allowed = array( + 'application/arj', + 'application/excel', + 'application/gnutar', + 'application/mspowerpoint', + 'application/msword', + 'application/octet-stream', + 'application/onenote', + 'application/pdf', + 'application/plain', + 'application/postscript', + 'application/powerpoint', + 'application/rar', + 'application/rtf', + 'application/vnd.ms-excel', + 'application/vnd.ms-excel.addin.macroEnabled.12', + 'application/vnd.ms-excel.sheet.binary.macroEnabled.12', + 'application/vnd.ms-excel.sheet.macroEnabled.12', + 'application/vnd.ms-excel.template.macroEnabled.12', + 'application/vnd.ms-office', + 'application/vnd.ms-officetheme', + 'application/vnd.ms-powerpoint', + 'application/vnd.ms-powerpoint.addin.macroEnabled.12', + 'application/vnd.ms-powerpoint.presentation.macroEnabled.12', + 'application/vnd.ms-powerpoint.slide.macroEnabled.12', + 'application/vnd.ms-powerpoint.slideshow.macroEnabled.12', + 'application/vnd.ms-powerpoint.template.macroEnabled.12', + 'application/vnd.ms-word', + 'application/vnd.ms-word.document.macroEnabled.12', + 'application/vnd.ms-word.template.macroEnabled.12', + 'application/vnd.oasis.opendocument.chart', + 'application/vnd.oasis.opendocument.database', + 'application/vnd.oasis.opendocument.formula', + 'application/vnd.oasis.opendocument.graphics', + 'application/vnd.oasis.opendocument.graphics-template', + 'application/vnd.oasis.opendocument.image', + 'application/vnd.oasis.opendocument.presentation', + 'application/vnd.oasis.opendocument.presentation-template', + 'application/vnd.oasis.opendocument.spreadsheet', + 'application/vnd.oasis.opendocument.spreadsheet-template', + 'application/vnd.oasis.opendocument.text', + 'application/vnd.oasis.opendocument.text-master', + 'application/vnd.oasis.opendocument.text-template', + 'application/vnd.oasis.opendocument.text-web', + 'application/vnd.openofficeorg.extension', + 'application/vnd.openxmlformats-officedocument.presentationml.presentation', + 'application/vnd.openxmlformats-officedocument.presentationml.slide', + 'application/vnd.openxmlformats-officedocument.presentationml.slideshow', + 'application/vnd.openxmlformats-officedocument.presentationml.template', + 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet', + 'application/vnd.openxmlformats-officedocument.spreadsheetml.template', + 'application/vnd.openxmlformats-officedocument.wordprocessingml.document', + 'application/vnd.openxmlformats-officedocument.wordprocessingml.document', + 'application/vnd.openxmlformats-officedocument.wordprocessingml.template', + 'application/vocaltec-media-file', + 'application/wordperfect', + 'application/haansoftxlsx', + 'application/x-bittorrent', + 'application/x-bzip', + 'application/x-bzip2', + 'application/x-compressed', + 'application/x-excel', + 'application/x-gzip', + 'application/x-latex', + 'application/x-midi', + 'application/xml', + 'application/x-msexcel', + 'application/x-rar', + 'application/x-rar-compressed', + 'application/x-rtf', + 'application/x-shockwave-flash', + 'application/x-sit', + 'application/x-stuffit', + 'application/x-troff-msvideo', + 'application/x-zip', + 'application/x-zip-compressed', + 'application/zip', + 'audio/*', + 'image/*', + 'multipart/x-gzip', + 'multipart/x-zip', + 'text/plain', + 'text/rtf', + 'text/richtext', + 'text/xml', + 'video/*', + 'text/csv', + 'text/x-c', + 'text/x-csv', + 'text/comma-separated-values', + 'text/x-comma-separated-values', + 'application/csv', + 'application/x-csv', + ); + + $this->mime_types = array( + 'jpg' => 'image/jpeg', + 'jpeg' => 'image/jpeg', + 'jpe' => 'image/jpeg', + 'gif' => 'image/gif', + 'webp' => 'image/webp', + 'png' => 'image/png', + 'bmp' => 'image/bmp', + 'flif' => 'image/flif', + 'flv' => 'video/x-flv', + 'js' => 'application/x-javascript', + 'json' => 'application/json', + 'tiff' => 'image/tiff', + 'css' => 'text/css', + 'xml' => 'application/xml', + 'doc' => 'application/msword', + 'xls' => 'application/vnd.ms-excel', + 'xlt' => 'application/vnd.ms-excel', + 'xlm' => 'application/vnd.ms-excel', + 'xld' => 'application/vnd.ms-excel', + 'xla' => 'application/vnd.ms-excel', + 'xlc' => 'application/vnd.ms-excel', + 'xlw' => 'application/vnd.ms-excel', + 'xll' => 'application/vnd.ms-excel', + 'ppt' => 'application/vnd.ms-powerpoint', + 'pps' => 'application/vnd.ms-powerpoint', + 'rtf' => 'application/rtf', + 'pdf' => 'application/pdf', + 'html' => 'text/html', + 'htm' => 'text/html', + 'php' => 'text/html', + 'txt' => 'text/plain', + 'mpeg' => 'video/mpeg', + 'mpg' => 'video/mpeg', + 'mpe' => 'video/mpeg', + 'mp3' => 'audio/mpeg3', + 'wav' => 'audio/wav', + 'aiff' => 'audio/aiff', + 'aif' => 'audio/aiff', + 'avi' => 'video/msvideo', + 'wmv' => 'video/x-ms-wmv', + 'mov' => 'video/quicktime', + 'zip' => 'application/zip', + 'tar' => 'application/x-tar', + 'swf' => 'application/x-shockwave-flash', + 'odt' => 'application/vnd.oasis.opendocument.text', + 'ott' => 'application/vnd.oasis.opendocument.text-template', + 'oth' => 'application/vnd.oasis.opendocument.text-web', + 'odm' => 'application/vnd.oasis.opendocument.text-master', + 'odg' => 'application/vnd.oasis.opendocument.graphics', + 'otg' => 'application/vnd.oasis.opendocument.graphics-template', + 'odp' => 'application/vnd.oasis.opendocument.presentation', + 'otp' => 'application/vnd.oasis.opendocument.presentation-template', + 'ods' => 'application/vnd.oasis.opendocument.spreadsheet', + 'ots' => 'application/vnd.oasis.opendocument.spreadsheet-template', + 'odc' => 'application/vnd.oasis.opendocument.chart', + 'odf' => 'application/vnd.oasis.opendocument.formula', + 'odb' => 'application/vnd.oasis.opendocument.database', + 'odi' => 'application/vnd.oasis.opendocument.image', + 'oxt' => 'application/vnd.openofficeorg.extension', + 'docx' => 'application/vnd.openxmlformats-officedocument.wordprocessingml.document', + 'docm' => 'application/vnd.ms-word.document.macroEnabled.12', + 'dotx' => 'application/vnd.openxmlformats-officedocument.wordprocessingml.template', + 'dotm' => 'application/vnd.ms-word.template.macroEnabled.12', + 'xlsx' => 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet', + 'xlsm' => 'application/vnd.ms-excel.sheet.macroEnabled.12', + 'xltx' => 'application/vnd.openxmlformats-officedocument.spreadsheetml.template', + 'xltm' => 'application/vnd.ms-excel.template.macroEnabled.12', + 'xlsb' => 'application/vnd.ms-excel.sheet.binary.macroEnabled.12', + 'xlam' => 'application/vnd.ms-excel.addin.macroEnabled.12', + 'pptx' => 'application/vnd.openxmlformats-officedocument.presentationml.presentation', + 'pptm' => 'application/vnd.ms-powerpoint.presentation.macroEnabled.12', + 'ppsx' => 'application/vnd.openxmlformats-officedocument.presentationml.slideshow', + 'ppsm' => 'application/vnd.ms-powerpoint.slideshow.macroEnabled.12', + 'potx' => 'application/vnd.openxmlformats-officedocument.presentationml.template', + 'potm' => 'application/vnd.ms-powerpoint.template.macroEnabled.12', + 'ppam' => 'application/vnd.ms-powerpoint.addin.macroEnabled.12', + 'sldx' => 'application/vnd.openxmlformats-officedocument.presentationml.slide', + 'sldm' => 'application/vnd.ms-powerpoint.slide.macroEnabled.12', + 'thmx' => 'application/vnd.ms-officetheme', + 'onetoc' => 'application/onenote', + 'onetoc2' => 'application/onenote', + 'onetmp' => 'application/onenote', + 'onepkg' => 'application/onenote', + 'csv' => 'text/csv', + ); + + $this->blacklist = array( + 'php', + 'php7', + 'php6', + 'php5', + 'php4', + 'php3', + 'phtml', + 'pht', + 'phpt', + 'phtm', + 'phps', + 'inc', + 'pl', + 'py', + 'cgi', + 'asp', + 'js', + 'sh', + 'phar', + ); + + } + + /** + * Constructor, for PHP5+ + */ + function __construct($file, $lang = 'en_GB') { + $this->upload($file, $lang); + } + + /** + * Constructor, for PHP4. Checks if the file has been uploaded + * + * The constructor takes $_FILES['form_field'] array as argument + * where form_field is the form field name + * + * The constructor will check if the file has been uploaded in its temporary location, and + * accordingly will set {@link uploaded} (and {@link error} is an error occurred) + * + * If the file has been uploaded, the constructor will populate all the variables holding the upload + * information (none of the processing class variables are used here). + * You can have access to information about the file (name, size, MIME type...). + * + * + * Alternatively, you can set the first argument to be a local filename (string) + * This allows processing of a local file, as if the file was uploaded + * + * The optional second argument allows you to set the language for the error messages + * + * @access private + * @param array $file $_FILES['form_field'] + * or string $file Local filename + * @param string $lang Optional language code + */ + function upload($file, $lang = 'en_GB') { + + $this->version = '03/08/2019'; + + $this->file_src_name = ''; + $this->file_src_name_body = ''; + $this->file_src_name_ext = ''; + $this->file_src_mime = ''; + $this->file_src_size = ''; + $this->file_src_error = ''; + $this->file_src_pathname = ''; + $this->file_src_temp = ''; + + $this->file_dst_path = ''; + $this->file_dst_name = ''; + $this->file_dst_name_body = ''; + $this->file_dst_name_ext = ''; + $this->file_dst_pathname = ''; + + $this->image_src_x = null; + $this->image_src_y = null; + $this->image_src_bits = null; + $this->image_src_type = null; + $this->image_src_pixels = null; + $this->image_dst_x = 0; + $this->image_dst_y = 0; + $this->image_dst_type = ''; + + $this->uploaded = true; + $this->no_upload_check = false; + $this->processed = false; + $this->error = ''; + $this->log = ''; + $this->allowed = array(); + $this->forbidden = array(); + $this->file_is_image = false; + $this->init(); + $info = null; + $mime_from_browser = null; + + // sets default language + $this->translation = array(); + $this->translation['file_error'] = 'File error. Please try again.'; + $this->translation['local_file_missing'] = 'Local file doesn\'t exist.'; + $this->translation['local_file_not_readable'] = 'Local file is not readable.'; + $this->translation['uploaded_too_big_ini'] = 'File upload error (the uploaded file exceeds the upload_max_filesize directive in php.ini).'; + $this->translation['uploaded_too_big_html'] = 'File upload error (the uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the html form).'; + $this->translation['uploaded_partial'] = 'File upload error (the uploaded file was only partially uploaded).'; + $this->translation['uploaded_missing'] = 'File upload error (no file was uploaded).'; + $this->translation['uploaded_no_tmp_dir'] = 'File upload error (missing a temporary folder).'; + $this->translation['uploaded_cant_write'] = 'File upload error (failed to write file to disk).'; + $this->translation['uploaded_err_extension'] = 'File upload error (file upload stopped by extension).'; + $this->translation['uploaded_unknown'] = 'File upload error (unknown error code).'; + $this->translation['try_again'] = 'File upload error. Please try again.'; + $this->translation['file_too_big'] = 'File too big.'; + $this->translation['no_mime'] = 'MIME type can\'t be detected.'; + $this->translation['incorrect_file'] = 'Incorrect type of file.'; + $this->translation['image_too_wide'] = 'Image too wide.'; + $this->translation['image_too_narrow'] = 'Image too narrow.'; + $this->translation['image_too_high'] = 'Image too tall.'; + $this->translation['image_too_short'] = 'Image too short.'; + $this->translation['ratio_too_high'] = 'Image ratio too high (image too wide).'; + $this->translation['ratio_too_low'] = 'Image ratio too low (image too high).'; + $this->translation['too_many_pixels'] = 'Image has too many pixels.'; + $this->translation['not_enough_pixels'] = 'Image has not enough pixels.'; + $this->translation['file_not_uploaded'] = 'File not uploaded. Can\'t carry on a process.'; + $this->translation['already_exists'] = '%s already exists. Please change the file name.'; + $this->translation['temp_file_missing'] = 'No correct temp source file. Can\'t carry on a process.'; + $this->translation['source_missing'] = 'No correct uploaded source file. Can\'t carry on a process.'; + $this->translation['destination_dir'] = 'Destination directory can\'t be created. Can\'t carry on a process.'; + $this->translation['destination_dir_missing'] = 'Destination directory doesn\'t exist. Can\'t carry on a process.'; + $this->translation['destination_path_not_dir'] = 'Destination path is not a directory. Can\'t carry on a process.'; + $this->translation['destination_dir_write'] = 'Destination directory can\'t be made writeable. Can\'t carry on a process.'; + $this->translation['destination_path_write'] = 'Destination path is not a writeable. Can\'t carry on a process.'; + $this->translation['temp_file'] = 'Can\'t create the temporary file. Can\'t carry on a process.'; + $this->translation['source_not_readable'] = 'Source file is not readable. Can\'t carry on a process.'; + $this->translation['no_create_support'] = 'No create from %s support.'; + $this->translation['create_error'] = 'Error in creating %s image from source.'; + $this->translation['source_invalid'] = 'Can\'t read image source. Not an image?.'; + $this->translation['gd_missing'] = 'GD doesn\'t seem to be present.'; + $this->translation['watermark_no_create_support'] = 'No create from %s support, can\'t read watermark.'; + $this->translation['watermark_create_error'] = 'No %s read support, can\'t create watermark.'; + $this->translation['watermark_invalid'] = 'Unknown image format, can\'t read watermark.'; + $this->translation['file_create'] = 'No %s create support.'; + $this->translation['no_conversion_type'] = 'No conversion type defined.'; + $this->translation['copy_failed'] = 'Error copying file on the server. copy() failed.'; + $this->translation['reading_failed'] = 'Error reading the file.'; + + // determines the language + $this->lang = $lang; + if ($this->lang != 'en_GB' && file_exists(dirname(__FILE__).'/lang') && file_exists(dirname(__FILE__).'/lang/class.upload.' . $lang . '.php')) { + $translation = null; + include(dirname(__FILE__).'/lang/class.upload.' . $lang . '.php'); + if (is_array($translation)) { + $this->translation = array_merge($this->translation, $translation); + } else { + $this->lang = 'en_GB'; + } + } + + + // determines the supported MIME types, and matching image format + $this->image_supported = array(); + if ($this->gdversion()) { + if (imagetypes() & IMG_GIF) { + $this->image_supported['image/gif'] = 'gif'; + } + if (imagetypes() & IMG_JPG) { + $this->image_supported['image/jpg'] = 'jpg'; + $this->image_supported['image/jpeg'] = 'jpg'; + $this->image_supported['image/pjpeg'] = 'jpg'; + } + if (imagetypes() & IMG_PNG) { + $this->image_supported['image/png'] = 'png'; + $this->image_supported['image/x-png'] = 'png'; + } + if (imagetypes() & IMG_WEBP) { + $this->image_supported['image/webp'] = 'webp'; + $this->image_supported['image/x-webp'] = 'webp'; + } + if (imagetypes() & IMG_WBMP) { + $this->image_supported['image/bmp'] = 'bmp'; + $this->image_supported['image/x-ms-bmp'] = 'bmp'; + $this->image_supported['image/x-windows-bmp'] = 'bmp'; + } + } + + // display some system information + if (empty($this->log)) { + $this->log .= 'system information
    '; + if ($this->function_enabled('ini_get_all')) { + $inis = ini_get_all(); + $open_basedir = (array_key_exists('open_basedir', $inis) && array_key_exists('local_value', $inis['open_basedir']) && !empty($inis['open_basedir']['local_value'])) ? $inis['open_basedir']['local_value'] : false; + } else { + $open_basedir = false; + } + $gd = $this->gdversion() ? $this->gdversion(true) : 'GD not present'; + $supported = trim((in_array('png', $this->image_supported) ? 'png' : '') . ' ' . + (in_array('webp', $this->image_supported) ? 'webp' : '') . ' ' . + (in_array('jpg', $this->image_supported) ? 'jpg' : '') . ' ' . + (in_array('gif', $this->image_supported) ? 'gif' : '') . ' ' . + (in_array('bmp', $this->image_supported) ? 'bmp' : '')); + $this->log .= '- class version : ' . $this->version . '
    '; + $this->log .= '- operating system : ' . PHP_OS . '
    '; + $this->log .= '- PHP version : ' . PHP_VERSION . '
    '; + $this->log .= '- GD version : ' . $gd . '
    '; + $this->log .= '- supported image types : ' . (!empty($supported) ? $supported : 'none') . '
    '; + $this->log .= '- open_basedir : ' . (!empty($open_basedir) ? $open_basedir : 'no restriction') . '
    '; + $this->log .= '- upload_max_filesize : ' . $this->file_max_size_raw . ' (' . $this->file_max_size . ' bytes)
    '; + $this->log .= '- language : ' . $this->lang . '
    '; + } + + if (!$file) { + $this->uploaded = false; + $this->error = $this->translate('file_error'); + } + + // check if we sent a local filename or a PHP stream rather than a $_FILE element + if (!is_array($file)) { + if (empty($file)) { + $this->uploaded = false; + $this->error = $this->translate('file_error'); + } else { + $file = (string) $file; + if (substr($file, 0, 4) == 'php:' || substr($file, 0, 5) == 'data:' || substr($file, 0, 7) == 'base64:') { + $data = null; + + // this is a PHP stream, i.e.not uploaded + if (substr($file, 0, 4) == 'php:') { + $file = preg_replace('/^php:(.*)/i', '$1', $file); + if (!$file) $file = $_SERVER['HTTP_X_FILE_NAME']; + if (!$file) $file = 'unknown'; + $data = file_get_contents('php://input'); + $this->log .= 'source is a PHP stream ' . $file . ' of length ' . strlen($data) . '
    '; + + // this is the raw file data, base64-encoded, i.e.not uploaded + } else if (substr($file, 0, 7) == 'base64:') { + $data = base64_decode(preg_replace('/^base64:(.*)/i', '$1', $file)); + $file = 'base64'; + $this->log .= 'source is a base64 string of length ' . strlen($data) . '
    '; + + // this is the raw file data, base64-encoded, i.e.not uploaded + } else if (substr($file, 0, 5) == 'data:' && strpos($file, 'base64,') !== false) { + $data = base64_decode(preg_replace('/^data:.*base64,(.*)/i', '$1', $file)); + $file = 'base64'; + $this->log .= 'source is a base64 data string of length ' . strlen($data) . '
    '; + + // this is the raw file data, i.e.not uploaded + } else if (substr($file, 0, 5) == 'data:') { + $data = preg_replace('/^data:(.*)/i', '$1', $file); + $file = 'data'; + $this->log .= 'source is a data string of length ' . strlen($data) . '
    '; + } + + if (!$data) { + $this->log .= '- source is empty!
    '; + $this->uploaded = false; + $this->error = $this->translate('source_invalid'); + } + + $this->no_upload_check = true; + + if ($this->uploaded) { + $this->log .= '- requires a temp file ... '; + $hash = $this->temp_dir() . md5($file . rand(1, 1000)); + if ($data && file_put_contents($hash, $data)) { + $this->file_src_pathname = $hash; + $this->log .= ' file created
    '; + $this->log .= '    temp file is: ' . $this->file_src_pathname . '
    '; + } else { + $this->log .= ' failed
    '; + $this->uploaded = false; + $this->error = $this->translate('temp_file'); + } + } + + if ($this->uploaded) { + $this->file_src_name = $file; + $this->log .= '- local file OK
    '; + preg_match('/\.([^\.]*$)/', $this->file_src_name, $extension); + if (is_array($extension) && sizeof($extension) > 0) { + $this->file_src_name_ext = strtolower($extension[1]); + $this->file_src_name_body = substr($this->file_src_name, 0, ((strlen($this->file_src_name) - strlen($this->file_src_name_ext)))-1); + } else { + $this->file_src_name_ext = ''; + $this->file_src_name_body = $this->file_src_name; + } + $this->file_src_size = (file_exists($this->file_src_pathname) ? filesize($this->file_src_pathname) : 0); + } + $this->file_src_error = 0; + + } else { + // this is a local filename, i.e.not uploaded + $this->log .= 'source is a local file ' . $file . '
    '; + $this->no_upload_check = true; + + if ($this->uploaded && !file_exists($file)) { + $this->uploaded = false; + $this->error = $this->translate('local_file_missing'); + } + + if ($this->uploaded && !is_readable($file)) { + $this->uploaded = false; + $this->error = $this->translate('local_file_not_readable'); + } + + if ($this->uploaded) { + $this->file_src_pathname = $file; + $this->file_src_name = basename($file); + $this->log .= '- local file OK
    '; + preg_match('/\.([^\.]*$)/', $this->file_src_name, $extension); + if (is_array($extension) && sizeof($extension) > 0) { + $this->file_src_name_ext = strtolower($extension[1]); + $this->file_src_name_body = substr($this->file_src_name, 0, ((strlen($this->file_src_name) - strlen($this->file_src_name_ext)))-1); + } else { + $this->file_src_name_ext = ''; + $this->file_src_name_body = $this->file_src_name; + } + $this->file_src_size = (file_exists($this->file_src_pathname) ? filesize($this->file_src_pathname) : 0); + } + $this->file_src_error = 0; + } + } + } else { + // this is an element from $_FILE, i.e. an uploaded file + $this->log .= 'source is an uploaded file
    '; + if ($this->uploaded) { + $this->file_src_error = trim((int) $file['error']); + switch($this->file_src_error) { + case UPLOAD_ERR_OK: + // all is OK + $this->log .= '- upload OK
    '; + break; + case UPLOAD_ERR_INI_SIZE: + $this->uploaded = false; + $this->error = $this->translate('uploaded_too_big_ini'); + break; + case UPLOAD_ERR_FORM_SIZE: + $this->uploaded = false; + $this->error = $this->translate('uploaded_too_big_html'); + break; + case UPLOAD_ERR_PARTIAL: + $this->uploaded = false; + $this->error = $this->translate('uploaded_partial'); + break; + case UPLOAD_ERR_NO_FILE: + $this->uploaded = false; + $this->error = $this->translate('uploaded_missing'); + break; + case @UPLOAD_ERR_NO_TMP_DIR: + $this->uploaded = false; + $this->error = $this->translate('uploaded_no_tmp_dir'); + break; + case @UPLOAD_ERR_CANT_WRITE: + $this->uploaded = false; + $this->error = $this->translate('uploaded_cant_write'); + break; + case @UPLOAD_ERR_EXTENSION: + $this->uploaded = false; + $this->error = $this->translate('uploaded_err_extension'); + break; + default: + $this->uploaded = false; + $this->error = $this->translate('uploaded_unknown') . ' ('.$this->file_src_error.')'; + } + } + + if ($this->uploaded) { + $this->file_src_pathname = (string) $file['tmp_name']; + $this->file_src_name = (string) $file['name']; + if ($this->file_src_name == '') { + $this->uploaded = false; + $this->error = $this->translate('try_again'); + } + } + + if ($this->uploaded) { + $this->log .= '- file name OK
    '; + preg_match('/\.([^\.]*$)/', $this->file_src_name, $extension); + if (is_array($extension) && sizeof($extension) > 0) { + $this->file_src_name_ext = strtolower($extension[1]); + $this->file_src_name_body = substr($this->file_src_name, 0, ((strlen($this->file_src_name) - strlen($this->file_src_name_ext)))-1); + } else { + $this->file_src_name_ext = ''; + $this->file_src_name_body = $this->file_src_name; + } + $this->file_src_size = (int) $file['size']; + $mime_from_browser = (string) $file['type']; + } + } + + if ($this->uploaded) { + $this->log .= 'determining MIME type
    '; + $this->file_src_mime = null; + + // checks MIME type with Fileinfo PECL extension + if (!$this->file_src_mime || !is_string($this->file_src_mime) || empty($this->file_src_mime) || strpos($this->file_src_mime, '/') === false) { + if ($this->mime_fileinfo) { + $this->log .= '- Checking MIME type with Fileinfo PECL extension
    '; + if ($this->function_enabled('finfo_open')) { + $path = null; + if ($this->mime_fileinfo !== '') { + if ($this->mime_fileinfo === true) { + if (getenv('MAGIC') === false) { + if (substr(PHP_OS, 0, 3) == 'WIN') { + $path = realpath(ini_get('extension_dir') . '/../') . '/extras/magic'; + $this->log .= '    MAGIC path defaults to ' . $path . '
    '; + } + } else { + $path = getenv('MAGIC'); + $this->log .= '    MAGIC path is set to ' . $path . ' from MAGIC variable
    '; + } + } else { + $path = $this->mime_fileinfo; + $this->log .= '    MAGIC path is set to ' . $path . '
    '; + } + } + if ($path) { + $f = @finfo_open(FILEINFO_MIME, $path); + } else { + $this->log .= '    MAGIC path will not be used
    '; + $f = @finfo_open(FILEINFO_MIME); + } + if (is_resource($f)) { + $mime = finfo_file($f, realpath($this->file_src_pathname)); + finfo_close($f); + $this->file_src_mime = $mime; + $this->log .= '    MIME type detected as ' . $this->file_src_mime . ' by Fileinfo PECL extension
    '; + if (preg_match("/^([\.\w-]+)\/([\.\w-]+)(.*)$/i", $this->file_src_mime)) { + $this->file_src_mime = preg_replace("/^([\.\w-]+)\/([\.\w-]+)(.*)$/i", '$1/$2', $this->file_src_mime); + $this->log .= '- MIME validated as ' . $this->file_src_mime . '
    '; + } else { + $this->file_src_mime = null; + } + } else { + $this->log .= '    Fileinfo PECL extension failed (finfo_open)
    '; + } + } elseif (@class_exists('finfo', false)) { + $f = new finfo( FILEINFO_MIME ); + if ($f) { + $this->file_src_mime = $f->file(realpath($this->file_src_pathname)); + $this->log .= '- MIME type detected as ' . $this->file_src_mime . ' by Fileinfo PECL extension
    '; + if (preg_match("/^([\.\w-]+)\/([\.\w-]+)(.*)$/i", $this->file_src_mime)) { + $this->file_src_mime = preg_replace("/^([\.\w-]+)\/([\.\w-]+)(.*)$/i", '$1/$2', $this->file_src_mime); + $this->log .= '- MIME validated as ' . $this->file_src_mime . '
    '; + } else { + $this->file_src_mime = null; + } + } else { + $this->log .= '    Fileinfo PECL extension failed (finfo)
    '; + } + } else { + $this->log .= '    Fileinfo PECL extension not available
    '; + } + } else { + $this->log .= '- Fileinfo PECL extension deactivated
    '; + } + } + + // checks MIME type with shell if unix access is authorized + if (!$this->file_src_mime || !is_string($this->file_src_mime) || empty($this->file_src_mime) || strpos($this->file_src_mime, '/') === false) { + if ($this->mime_file) { + $this->log .= '- Checking MIME type with UNIX file() command
    '; + if (substr(PHP_OS, 0, 3) != 'WIN') { + if ($this->function_enabled('exec') && $this->function_enabled('escapeshellarg')) { + if (strlen($mime = @exec("file -bi ".escapeshellarg($this->file_src_pathname))) != 0) { + $this->file_src_mime = trim($mime); + $this->log .= '    MIME type detected as ' . $this->file_src_mime . ' by UNIX file() command
    '; + if (preg_match("/^([\.\w-]+)\/([\.\w-]+)(.*)$/i", $this->file_src_mime)) { + $this->file_src_mime = preg_replace("/^([\.\w-]+)\/([\.\w-]+)(.*)$/i", '$1/$2', $this->file_src_mime); + $this->log .= '- MIME validated as ' . $this->file_src_mime . '
    '; + } else { + $this->file_src_mime = null; + } + } else { + $this->log .= '    UNIX file() command failed
    '; + } + } else { + $this->log .= '    PHP exec() function is disabled
    '; + } + } else { + $this->log .= '    UNIX file() command not availabled
    '; + } + } else { + $this->log .= '- UNIX file() command is deactivated
    '; + } + } + + // checks MIME type with mime_magic + if (!$this->file_src_mime || !is_string($this->file_src_mime) || empty($this->file_src_mime) || strpos($this->file_src_mime, '/') === false) { + if ($this->mime_magic) { + $this->log .= '- Checking MIME type with mime.magic file (mime_content_type())
    '; + if ($this->function_enabled('mime_content_type')) { + $this->file_src_mime = mime_content_type($this->file_src_pathname); + $this->log .= '    MIME type detected as ' . $this->file_src_mime . ' by mime_content_type()
    '; + if (preg_match("/^([\.\w-]+)\/([\.\w-]+)(.*)$/i", $this->file_src_mime)) { + $this->file_src_mime = preg_replace("/^([\.\w-]+)\/([\.\w-]+)(.*)$/i", '$1/$2', $this->file_src_mime); + $this->log .= '- MIME validated as ' . $this->file_src_mime . '
    '; + } else { + $this->file_src_mime = null; + } + } else { + $this->log .= '    mime_content_type() is not available
    '; + } + } else { + $this->log .= '- mime.magic file (mime_content_type()) is deactivated
    '; + } + } + + // checks MIME type with getimagesize() + if (!$this->file_src_mime || !is_string($this->file_src_mime) || empty($this->file_src_mime) || strpos($this->file_src_mime, '/') === false) { + if ($this->mime_getimagesize) { + $this->log .= '- Checking MIME type with getimagesize()
    '; + $info = getimagesize($this->file_src_pathname); + if (is_array($info) && array_key_exists('mime', $info)) { + $this->file_src_mime = trim($info['mime']); + if (empty($this->file_src_mime)) { + $this->log .= '    MIME empty, guessing from type
    '; + $mime = (is_array($info) && array_key_exists(2, $info) ? $info[2] : null); // 1 = GIF, 2 = JPG, 3 = PNG + $this->file_src_mime = ($mime==IMAGETYPE_GIF ? 'image/gif' : + ($mime==IMAGETYPE_JPEG ? 'image/jpeg' : + ($mime==IMAGETYPE_PNG ? 'image/png' : + ($mime==IMAGETYPE_WEBP ? 'image/webp' : + ($mime==IMAGETYPE_BMP ? 'image/bmp' : null))))); + } + $this->log .= '    MIME type detected as ' . $this->file_src_mime . ' by PHP getimagesize() function
    '; + if (preg_match("/^([\.\w-]+)\/([\.\w-]+)(.*)$/i", $this->file_src_mime)) { + $this->file_src_mime = preg_replace("/^([\.\w-]+)\/([\.\w-]+)(.*)$/i", '$1/$2', $this->file_src_mime); + $this->log .= '- MIME validated as ' . $this->file_src_mime . '
    '; + } else { + $this->file_src_mime = null; + } + } else { + $this->log .= '    getimagesize() failed
    '; + } + } else { + $this->log .= '- getimagesize() is deactivated
    '; + } + } + + // default to MIME from browser (or Flash) + if (!empty($mime_from_browser) && !$this->file_src_mime || !is_string($this->file_src_mime) || empty($this->file_src_mime)) { + $this->file_src_mime =$mime_from_browser; + $this->log .= '- MIME type detected as ' . $this->file_src_mime . ' by browser
    '; + if (preg_match("/^([\.\w-]+)\/([\.\w-]+)(.*)$/i", $this->file_src_mime)) { + $this->file_src_mime = preg_replace("/^([\.\w-]+)\/([\.\w-]+)(.*)$/i", '$1/$2', $this->file_src_mime); + $this->log .= '- MIME validated as ' . $this->file_src_mime . '
    '; + } else { + $this->file_src_mime = null; + } + } + + // we need to work some magic if we upload via Flash + if ($this->file_src_mime == 'application/octet-stream' || !$this->file_src_mime || !is_string($this->file_src_mime) || empty($this->file_src_mime) || strpos($this->file_src_mime, '/') === false) { + if ($this->file_src_mime == 'application/octet-stream') $this->log .= '- Flash may be rewriting MIME as application/octet-stream
    '; + $this->log .= '- Try to guess MIME type from file extension (' . $this->file_src_name_ext . '): '; + if (array_key_exists($this->file_src_name_ext, $this->mime_types)) $this->file_src_mime = $this->mime_types[$this->file_src_name_ext]; + if ($this->file_src_mime == 'application/octet-stream') { + $this->log .= 'doesn\'t look like anything known
    '; + } else { + $this->log .= 'MIME type set to ' . $this->file_src_mime . '
    '; + } + } + + if (!$this->file_src_mime || !is_string($this->file_src_mime) || empty($this->file_src_mime) || strpos($this->file_src_mime, '/') === false) { + $this->log .= '- MIME type couldn\'t be detected! (' . (string) $this->file_src_mime . ')
    '; + } + + // determine whether the file is an image + if ($this->file_src_mime && is_string($this->file_src_mime) && !empty($this->file_src_mime) && array_key_exists($this->file_src_mime, $this->image_supported)) { + $this->file_is_image = true; + $this->image_src_type = $this->image_supported[$this->file_src_mime]; + } + + // if the file is an image, we gather some useful data + if ($this->file_is_image) { + if ($h = fopen($this->file_src_pathname, 'r')) { + fclose($h); + $info = getimagesize($this->file_src_pathname); + if (is_array($info)) { + $this->image_src_x = $info[0]; + $this->image_src_y = $info[1]; + $this->image_dst_x = $this->image_src_x; + $this->image_dst_y = $this->image_src_y; + $this->image_src_pixels = $this->image_src_x * $this->image_src_y; + $this->image_src_bits = array_key_exists('bits', $info) ? $info['bits'] : null; + } else { + $this->file_is_image = false; + $this->uploaded = false; + $this->log .= '- can\'t retrieve image information, image may have been tampered with
    '; + $this->error = $this->translate('source_invalid'); + } + } else { + $this->log .= '- can\'t read source file directly. open_basedir restriction in place?
    '; + } + } + + $this->log .= 'source variables
    '; + $this->log .= '- You can use all these before calling process()
    '; + $this->log .= '    file_src_name : ' . $this->file_src_name . '
    '; + $this->log .= '    file_src_name_body : ' . $this->file_src_name_body . '
    '; + $this->log .= '    file_src_name_ext : ' . $this->file_src_name_ext . '
    '; + $this->log .= '    file_src_pathname : ' . $this->file_src_pathname . '
    '; + $this->log .= '    file_src_mime : ' . $this->file_src_mime . '
    '; + $this->log .= '    file_src_size : ' . $this->file_src_size . ' (max= ' . $this->file_max_size . ')
    '; + $this->log .= '    file_src_error : ' . $this->file_src_error . '
    '; + + if ($this->file_is_image) { + $this->log .= '- source file is an image
    '; + $this->log .= '    image_src_x : ' . $this->image_src_x . '
    '; + $this->log .= '    image_src_y : ' . $this->image_src_y . '
    '; + $this->log .= '    image_src_pixels : ' . $this->image_src_pixels . '
    '; + $this->log .= '    image_src_type : ' . $this->image_src_type . '
    '; + $this->log .= '    image_src_bits : ' . $this->image_src_bits . '
    '; + } + } + + } + + /** + * Returns the version of GD + * + * @access public + * @param boolean $full Optional flag to get precise version + * @return float GD version + */ + function gdversion($full = false) { + static $gd_version = null; + static $gd_full_version = null; + if ($gd_version === null) { + if ($this->function_enabled('gd_info')) { + $gd = gd_info(); + $gd = $gd["GD Version"]; + $regex = "/([\d\.]+)/i"; + } else { + ob_start(); + phpinfo(8); + $gd = ob_get_contents(); + ob_end_clean(); + $regex = "/\bgd\s+version\b[^\d\n\r]+?([\d\.]+)/i"; + } + if (preg_match($regex, $gd, $m)) { + $gd_full_version = (string) $m[1]; + $gd_version = (float) $m[1]; + } else { + $gd_full_version = 'none'; + $gd_version = 0; + } + } + if ($full) { + return $gd_full_version; + } else { + return $gd_version; + } + } + + /** + * Checks if a function is available + * + * @access private + * @param string $func Function name + * @return boolean Success + */ + function function_enabled($func) { + // cache the list of disabled functions + static $disabled = null; + if ($disabled === null) $disabled = array_map('trim', array_map('strtolower', explode(',', ini_get('disable_functions')))); + // cache the list of functions blacklisted by suhosin + static $blacklist = null; + if ($blacklist === null) $blacklist = extension_loaded('suhosin') ? array_map('trim', array_map('strtolower', explode(',', ini_get(' suhosin.executor.func.blacklist')))) : array(); + // checks if the function is really enabled + return (function_exists($func) && !in_array($func, $disabled) && !in_array($func, $blacklist)); + } + + /** + * Creates directories recursively + * + * @access private + * @param string $path Path to create + * @param integer $mode Optional permissions + * @return boolean Success + */ + function rmkdir($path, $mode = 0755) { + return is_dir($path) || ( $this->rmkdir(dirname($path), $mode) && $this->_mkdir($path, $mode) ); + } + + /** + * Creates directory + * + * @access private + * @param string $path Path to create + * @param integer $mode Optional permissions + * @return boolean Success + */ + function _mkdir($path, $mode = 0755) { + $old = umask(0); + $res = @mkdir($path, $mode); + umask($old); + return $res; + } + + /** + * Translate error messages + * + * @access private + * @param string $str Message to translate + * @param array $tokens Optional token values + * @return string Translated string + */ + function translate($str, $tokens = array()) { + if (array_key_exists($str, $this->translation)) $str = $this->translation[$str]; + if (is_array($tokens) && sizeof($tokens) > 0) $str = vsprintf($str, $tokens); + return $str; + } + + /** + * Returns the temp directory + * + * @access private + * @return string Temp directory string + */ + function temp_dir() { + $dir = ''; + if ($this->function_enabled('sys_get_temp_dir')) $dir = sys_get_temp_dir(); + if (!$dir && $tmp=getenv('TMP')) $dir = $tmp; + if (!$dir && $tmp=getenv('TEMP')) $dir = $tmp; + if (!$dir && $tmp=getenv('TMPDIR')) $dir = $tmp; + if (!$dir) { + $tmp = tempnam(__FILE__,''); + if (file_exists($tmp)) { + unlink($tmp); + $dir = dirname($tmp); + } + } + if (!$dir) return ''; + $slash = (strtolower(substr(PHP_OS, 0, 3)) === 'win' ? '\\' : '/'); + if (substr($dir, -1) != $slash) $dir = $dir . $slash; + return $dir; + } + + /** + * Sanitize a file name + * + * @access private + * @param string $filename File name + * @return string Sanitized file name + */ + function sanitize($filename) { + // remove HTML tags + $filename = strip_tags($filename); + // remove non-breaking spaces + $filename = preg_replace("#\x{00a0}#siu", ' ', $filename); + // remove illegal file system characters + $filename = str_replace(array_map('chr', range(0, 31)), '', $filename); + // remove dangerous characters for file names + $chars = array("?", "[", "]", "/", "\\", "=", "<", ">", ":", ";", ",", "'", "\"", "&", "’", "%20", + "+", "$", "#", "*", "(", ")", "|", "~", "`", "!", "{", "}", "%", "+", "^", chr(0)); + $filename = str_replace($chars, '-', $filename); + // remove break/tabs/return carriage + $filename = preg_replace('/[\r\n\t -]+/', '-', $filename); + // convert some special letters + $convert = array('Þ' => 'TH', 'þ' => 'th', 'Ã' => 'DH', 'ð' => 'dh', 'ß' => 'ss', + 'Å’' => 'OE', 'Å“' => 'oe', 'Æ' => 'AE', 'æ' => 'ae', 'µ' => 'u'); + $filename = strtr($filename, $convert); + // remove foreign accents by converting to HTML entities, and then remove the code + $filename = html_entity_decode( $filename, ENT_QUOTES, "utf-8" ); + $filename = htmlentities($filename, ENT_QUOTES, "utf-8"); + $filename = preg_replace("/(&)([a-z])([a-z]+;)/i", '$2', $filename); + // clean up, and remove repetitions + $filename = preg_replace('/_+/', '_', $filename); + $filename = preg_replace(array('/ +/', '/-+/'), '-', $filename); + $filename = preg_replace(array('/-*\.-*/', '/\.{2,}/'), '.', $filename); + // cut to 255 characters + $length = 255 - strlen($this->file_dst_name_ext) + 1; + $filename = extension_loaded('mbstring') ? mb_strcut($filename, 0, $length, mb_detect_encoding($filename)) : substr($filename, 0, $length); + // remove bad characters at start and end + $filename = trim($filename, '.-_'); + return $filename; + } + + /** + * Decodes colors + * + * @access private + * @param string $color Color string + * @return array RGB colors + */ + function getcolors($color) { + $color = str_replace('#', '', $color); + if (strlen($color) == 3) $color = str_repeat(substr($color, 0, 1), 2) . str_repeat(substr($color, 1, 1), 2) . str_repeat(substr($color, 2, 1), 2); + $r = sscanf($color, "%2x%2x%2x"); + $red = (is_array($r) && array_key_exists(0, $r) && is_numeric($r[0]) ? $r[0] : 0); + $green = (is_array($r) && array_key_exists(1, $r) && is_numeric($r[1]) ? $r[1] : 0); + $blue = (is_array($r) && array_key_exists(2, $r) && is_numeric($r[2]) ? $r[2] : 0); + return array($red, $green, $blue); + } + + /** + * Decodes sizes + * + * @access private + * @param string $size Size in bytes, or shorthand byte options + * @return integer Size in bytes + */ + function getsize($size) { + if ($size === null) return null; + $last = is_string($size) ? strtolower(substr($size, -1)) : null; + $size = (int) $size; + switch($last) { + case 'g': + $size *= 1024; + case 'm': + $size *= 1024; + case 'k': + $size *= 1024; + } + return $size; + } + + /** + * Decodes offsets + * + * @access private + * @param misc $offsets Offsets, as an integer, a string or an array + * @param integer $x Reference picture width + * @param integer $y Reference picture height + * @param boolean $round Round offsets before returning them + * @param boolean $negative Allow negative offsets to be returned + * @return array Array of four offsets (TRBL) + */ + function getoffsets($offsets, $x, $y, $round = true, $negative = true) { + if (!is_array($offsets)) $offsets = explode(' ', $offsets); + if (sizeof($offsets) == 4) { + $ct = $offsets[0]; $cr = $offsets[1]; $cb = $offsets[2]; $cl = $offsets[3]; + } else if (sizeof($offsets) == 2) { + $ct = $offsets[0]; $cr = $offsets[1]; $cb = $offsets[0]; $cl = $offsets[1]; + } else { + $ct = $offsets[0]; $cr = $offsets[0]; $cb = $offsets[0]; $cl = $offsets[0]; + } + if (strpos($ct, '%')>0) $ct = $y * (str_replace('%','',$ct) / 100); + if (strpos($cr, '%')>0) $cr = $x * (str_replace('%','',$cr) / 100); + if (strpos($cb, '%')>0) $cb = $y * (str_replace('%','',$cb) / 100); + if (strpos($cl, '%')>0) $cl = $x * (str_replace('%','',$cl) / 100); + if (strpos($ct, 'px')>0) $ct = str_replace('px','',$ct); + if (strpos($cr, 'px')>0) $cr = str_replace('px','',$cr); + if (strpos($cb, 'px')>0) $cb = str_replace('px','',$cb); + if (strpos($cl, 'px')>0) $cl = str_replace('px','',$cl); + $ct = (int) $ct; $cr = (int) $cr; $cb = (int) $cb; $cl = (int) $cl; + if ($round) { + $ct = round($ct); + $cr = round($cr); + $cb = round($cb); + $cl = round($cl); + } + if (!$negative) { + if ($ct < 0) $ct = 0; + if ($cr < 0) $cr = 0; + if ($cb < 0) $cb = 0; + if ($cl < 0) $cl = 0; + } + return array($ct, $cr, $cb, $cl); + } + + /** + * Creates a container image + * + * @access private + * @param integer $x Width + * @param integer $y Height + * @param boolean $fill Optional flag to draw the background color or not + * @param boolean $trsp Optional flag to set the background to be transparent + * @return resource Container image + */ + function imagecreatenew($x, $y, $fill = true, $trsp = false) { + if ($x < 1) $x = 1; if ($y < 1) $y = 1; + if ($this->gdversion() >= 2 && !$this->image_is_palette) { + // create a true color image + $dst_im = imagecreatetruecolor($x, $y); + // this preserves transparency in PNG and WEBP, in true color + if (empty($this->image_background_color) || $trsp) { + imagealphablending($dst_im, false ); + imagefilledrectangle($dst_im, 0, 0, $x, $y, imagecolorallocatealpha($dst_im, 0, 0, 0, 127)); + } + } else { + // creates a palette image + $dst_im = imagecreate($x, $y); + // preserves transparency for palette images, if the original image has transparency + if (($fill && $this->image_is_transparent && empty($this->image_background_color)) || $trsp) { + imagefilledrectangle($dst_im, 0, 0, $x, $y, $this->image_transparent_color); + imagecolortransparent($dst_im, $this->image_transparent_color); + } + } + // fills with background color if any is set + if ($fill && !empty($this->image_background_color) && !$trsp) { + list($red, $green, $blue) = $this->getcolors($this->image_background_color); + $background_color = imagecolorallocate($dst_im, $red, $green, $blue); + imagefilledrectangle($dst_im, 0, 0, $x, $y, $background_color); + } + return $dst_im; + } + + + /** + * Transfers an image from the container to the destination image + * + * @access private + * @param resource $src_im Container image + * @param resource $dst_im Destination image + * @return resource Destination image + */ + function imagetransfer($src_im, $dst_im) { + $this->imageunset($dst_im); + $dst_im = & $src_im; + return $dst_im; + } + + /** + * Destroy GD ressource + * + * @access private + * @param resource $im Image + */ + function imageunset($im) { + if (is_resource($im)) { + imagedestroy($im); + } else if (is_object($im) && $im instanceOf \GdImage) { + unset($im); + } + } + + /** + * Merges two images + * + * If the output format is PNG or WEBP, then we do it pixel per pixel to retain the alpha channel + * + * @access private + * @param resource $dst_img Destination image + * @param resource $src_img Overlay image + * @param int $dst_x x-coordinate of destination point + * @param int $dst_y y-coordinate of destination point + * @param int $src_x x-coordinate of source point + * @param int $src_y y-coordinate of source point + * @param int $src_w Source width + * @param int $src_h Source height + * @param int $pct Optional percentage of the overlay, between 0 and 100 (default: 100) + * @return resource Destination image + */ + function imagecopymergealpha(&$dst_im, &$src_im, $dst_x, $dst_y, $src_x, $src_y, $src_w, $src_h, $pct = 0) { + $dst_x = (int) $dst_x; + $dst_y = (int) $dst_y; + $src_x = (int) $src_x; + $src_y = (int) $src_y; + $src_w = (int) $src_w; + $src_h = (int) $src_h; + $pct = (int) $pct; + $dst_w = imagesx($dst_im); + $dst_h = imagesy($dst_im); + + for ($y = $src_y; $y < $src_h; $y++) { + for ($x = $src_x; $x < $src_w; $x++) { + + if ($x + $dst_x >= 0 && $x + $dst_x < $dst_w && $x + $src_x >= 0 && $x + $src_x < $src_w + && $y + $dst_y >= 0 && $y + $dst_y < $dst_h && $y + $src_y >= 0 && $y + $src_y < $src_h) { + + $dst_pixel = imagecolorsforindex($dst_im, imagecolorat($dst_im, $x + $dst_x, $y + $dst_y)); + $src_pixel = imagecolorsforindex($src_im, imagecolorat($src_im, $x + $src_x, $y + $src_y)); + + $src_alpha = 1 - ($src_pixel['alpha'] / 127); + $dst_alpha = 1 - ($dst_pixel['alpha'] / 127); + $opacity = $src_alpha * $pct / 100; + if ($dst_alpha >= $opacity) $alpha = $dst_alpha; + if ($dst_alpha < $opacity) $alpha = $opacity; + if ($alpha > 1) $alpha = 1; + + if ($opacity > 0) { + $dst_red = round(( ($dst_pixel['red'] * $dst_alpha * (1 - $opacity)) ) ); + $dst_green = round(( ($dst_pixel['green'] * $dst_alpha * (1 - $opacity)) ) ); + $dst_blue = round(( ($dst_pixel['blue'] * $dst_alpha * (1 - $opacity)) ) ); + $src_red = round((($src_pixel['red'] * $opacity)) ); + $src_green = round((($src_pixel['green'] * $opacity)) ); + $src_blue = round((($src_pixel['blue'] * $opacity)) ); + $red = round(($dst_red + $src_red ) / ($dst_alpha * (1 - $opacity) + $opacity)); + $green = round(($dst_green + $src_green) / ($dst_alpha * (1 - $opacity) + $opacity)); + $blue = round(($dst_blue + $src_blue ) / ($dst_alpha * (1 - $opacity) + $opacity)); + if ($red > 255) $red = 255; + if ($green > 255) $green = 255; + if ($blue > 255) $blue = 255; + $alpha = round((1 - $alpha) * 127); + $color = imagecolorallocatealpha($dst_im, $red, $green, $blue, $alpha); + imagesetpixel($dst_im, $x + $dst_x, $y + $dst_y, $color); + } + } + } + } + return true; + } + + + + /** + * Actually uploads the file, and act on it according to the set processing class variables + * + * This function copies the uploaded file to the given location, eventually performing actions on it. + * Typically, you can call {@link process} several times for the same file, + * for instance to create a resized image and a thumbnail of the same file. + * The original uploaded file remains intact in its temporary location, so you can use {@link process} several times. + * You will be able to delete the uploaded file with {@link clean} when you have finished all your {@link process} calls. + * + * According to the processing class variables set in the calling file, the file can be renamed, + * and if it is an image, can be resized or converted. + * + * When the processing is completed, and the file copied to its new location, the + * processing class variables will be reset to their default value. + * This allows you to set new properties, and perform another {@link process} on the same uploaded file + * + * If the function is called with a null or empty argument, then it will return the content of the picture + * + * It will set {@link processed} (and {@link error} is an error occurred) + * + * @access public + * @param string $server_path Optional path location of the uploaded file, with an ending slash + * @return string Optional content of the image + */ + function process($server_path = null) { + $this->error = ''; + $this->processed = true; + $return_mode = false; + $return_content = null; + + // clean up dst variables + $this->file_dst_path = ''; + $this->file_dst_pathname = ''; + $this->file_dst_name = ''; + $this->file_dst_name_body = ''; + $this->file_dst_name_ext = ''; + + // clean up some parameters + $this->file_max_size = $this->getsize($this->file_max_size); + $this->jpeg_size = $this->getsize($this->jpeg_size); + + // copy some variables as we need to keep them clean + $file_src_name = $this->file_src_name; + $file_src_name_body = $this->file_src_name_body; + $file_src_name_ext = $this->file_src_name_ext; + + if (!$this->uploaded) { + $this->error = $this->translate('file_not_uploaded'); + $this->processed = false; + } + + if ($this->processed) { + if (empty($server_path) || is_null($server_path)) { + $this->log .= 'process file and return the content
    '; + $return_mode = true; + } else { + if(strtolower(substr(PHP_OS, 0, 3)) === 'win') { + if (substr($server_path, -1, 1) != '\\') $server_path = $server_path . '\\'; + } else { + if (substr($server_path, -1, 1) != '/') $server_path = $server_path . '/'; + } + $this->log .= 'process file to ' . $server_path . '
    '; + } + } + + if ($this->processed) { + // checks file max size + if ($this->file_src_size > $this->file_max_size) { + $this->processed = false; + $this->error = $this->translate('file_too_big') . ' : ' . $this->file_src_size . ' > ' . $this->file_max_size; + } else { + $this->log .= '- file size OK
    '; + } + } + + if ($this->processed) { + // if we have an image without extension, set it + if ($this->file_force_extension && $this->file_is_image && !$this->file_src_name_ext) $file_src_name_ext = $this->image_src_type; + // turn dangerous scripts into text files + if ($this->no_script) { + // if the file has no extension, we try to guess it from the MIME type + if ($this->file_force_extension && empty($file_src_name_ext)) { + if ($key = array_search($this->file_src_mime, $this->mime_types)) { + $file_src_name_ext = $key; + $file_src_name = $file_src_name_body . '.' . $file_src_name_ext; + $this->log .= '- file renamed as ' . $file_src_name_body . '.' . $file_src_name_ext . '!
    '; + } + } + // if the file is text based, or has a dangerous extension, we rename it as .txt + if ((((substr($this->file_src_mime, 0, 5) == 'text/' && $this->file_src_mime != 'text/rtf') || strpos($this->file_src_mime, 'javascript') !== false) && (substr($file_src_name, -4) != '.txt')) + || preg_match('/\.(' . implode('|', $this->blacklist) . ')$/i', $this->file_src_name) + || $this->file_force_extension && empty($file_src_name_ext)) { + $this->file_src_mime = 'text/plain'; + if ($this->file_src_name_ext) $file_src_name_body = $file_src_name_body . '.' . $this->file_src_name_ext; + $file_src_name_ext = 'txt'; + $file_src_name = $file_src_name_body . '.' . $file_src_name_ext; + $this->log .= '- script renamed as ' . $file_src_name_body . '.' . $file_src_name_ext . '!
    '; + } + } + + if ($this->mime_check && empty($this->file_src_mime)) { + $this->processed = false; + $this->error = $this->translate('no_mime'); + } else if ($this->mime_check && !empty($this->file_src_mime) && strpos($this->file_src_mime, '/') !== false) { + list($m1, $m2) = explode('/', $this->file_src_mime); + $allowed = false; + // check wether the mime type is allowed + if (!is_array($this->allowed)) $this->allowed = array($this->allowed); + foreach($this->allowed as $k => $v) { + list($v1, $v2) = explode('/', $v); + if (($v1 == '*' && $v2 == '*') || ($v1 == $m1 && ($v2 == $m2 || $v2 == '*'))) { + $allowed = true; + break; + } + } + // check wether the mime type is forbidden + if (!is_array($this->forbidden)) $this->forbidden = array($this->forbidden); + foreach($this->forbidden as $k => $v) { + list($v1, $v2) = explode('/', $v); + if (($v1 == '*' && $v2 == '*') || ($v1 == $m1 && ($v2 == $m2 || $v2 == '*'))) { + $allowed = false; + break; + } + } + if (!$allowed) { + $this->processed = false; + $this->error = $this->translate('incorrect_file'); + } else { + $this->log .= '- file mime OK : ' . $this->file_src_mime . '
    '; + } + } else { + $this->log .= '- file mime (not checked) : ' . $this->file_src_mime . '
    '; + } + + // if the file is an image, we can check on its dimensions + // these checks are not available if open_basedir restrictions are in place + if ($this->file_is_image) { + if (is_numeric($this->image_src_x) && is_numeric($this->image_src_y)) { + $ratio = $this->image_src_x / $this->image_src_y; + if (!is_null($this->image_max_width) && $this->image_src_x > $this->image_max_width) { + $this->processed = false; + $this->error = $this->translate('image_too_wide'); + } + if (!is_null($this->image_min_width) && $this->image_src_x < $this->image_min_width) { + $this->processed = false; + $this->error = $this->translate('image_too_narrow'); + } + if (!is_null($this->image_max_height) && $this->image_src_y > $this->image_max_height) { + $this->processed = false; + $this->error = $this->translate('image_too_high'); + } + if (!is_null($this->image_min_height) && $this->image_src_y < $this->image_min_height) { + $this->processed = false; + $this->error = $this->translate('image_too_short'); + } + if (!is_null($this->image_max_ratio) && $ratio > $this->image_max_ratio) { + $this->processed = false; + $this->error = $this->translate('ratio_too_high'); + } + if (!is_null($this->image_min_ratio) && $ratio < $this->image_min_ratio) { + $this->processed = false; + $this->error = $this->translate('ratio_too_low'); + } + if (!is_null($this->image_max_pixels) && $this->image_src_pixels > $this->image_max_pixels) { + $this->processed = false; + $this->error = $this->translate('too_many_pixels'); + } + if (!is_null($this->image_min_pixels) && $this->image_src_pixels < $this->image_min_pixels) { + $this->processed = false; + $this->error = $this->translate('not_enough_pixels'); + } + } else { + $this->log .= '- no image properties available, can\'t enforce dimension checks : ' . $this->file_src_mime . '
    '; + } + } + } + + if ($this->processed) { + $this->file_dst_path = $server_path; + + // repopulate dst variables from src + $this->file_dst_name = $file_src_name; + $this->file_dst_name_body = $file_src_name_body; + $this->file_dst_name_ext = $file_src_name_ext; + if ($this->file_overwrite) $this->file_auto_rename = false; + + if ($this->image_convert && $this->file_is_image) { // if we convert as an image + $this->file_dst_name_ext = $this->image_convert; + $this->log .= '- new file name ext : ' . $this->file_dst_name_ext . '
    '; + } + if (!is_null($this->file_new_name_body)) { // rename file body + $this->file_dst_name_body = $this->file_new_name_body; + $this->log .= '- new file name body : ' . $this->file_new_name_body . '
    '; + } + if (!is_null($this->file_new_name_ext)) { // rename file ext + $this->file_dst_name_ext = $this->file_new_name_ext; + $this->log .= '- new file name ext : ' . $this->file_new_name_ext . '
    '; + } + if (!is_null($this->file_name_body_add)) { // append a string to the name + $this->file_dst_name_body = $this->file_dst_name_body . $this->file_name_body_add; + $this->log .= '- file name body append : ' . $this->file_name_body_add . '
    '; + } + if (!is_null($this->file_name_body_pre)) { // prepend a string to the name + $this->file_dst_name_body = $this->file_name_body_pre . $this->file_dst_name_body; + $this->log .= '- file name body prepend : ' . $this->file_name_body_pre . '
    '; + } + if ($this->file_safe_name) { // sanitize the name + $this->file_dst_name_body = $this->sanitize($this->file_dst_name_body); + $this->log .= '- file name safe format
    '; + } + + $this->log .= '- destination variables
    '; + if (empty($this->file_dst_path) || is_null($this->file_dst_path)) { + $this->log .= '    file_dst_path : n/a
    '; + } else { + $this->log .= '    file_dst_path : ' . $this->file_dst_path . '
    '; + } + $this->log .= '    file_dst_name_body : ' . $this->file_dst_name_body . '
    '; + $this->log .= '    file_dst_name_ext : ' . $this->file_dst_name_ext . '
    '; + + // set the destination file name + $this->file_dst_name = $this->file_dst_name_body . (!empty($this->file_dst_name_ext) ? '.' . $this->file_dst_name_ext : ''); + + if (!$return_mode) { + if (!$this->file_auto_rename) { + $this->log .= '- no auto_rename if same filename exists
    '; + $this->file_dst_pathname = $this->file_dst_path . $this->file_dst_name; + } else { + $this->log .= '- checking for auto_rename
    '; + $this->file_dst_pathname = $this->file_dst_path . $this->file_dst_name; + $body = $this->file_dst_name_body; + $ext = ''; + // if we have changed the extension, then we add our increment before + if ($file_src_name_ext != $this->file_src_name_ext) { + if (substr($this->file_dst_name_body, -1 - strlen($this->file_src_name_ext)) == '.' . $this->file_src_name_ext) { + $body = substr($this->file_dst_name_body, 0, strlen($this->file_dst_name_body) - 1 - strlen($this->file_src_name_ext)); + $ext = '.' . $this->file_src_name_ext; + } + } + $cpt = 1; + while (@file_exists($this->file_dst_pathname)) { + $this->file_dst_name_body = $body . '_' . $cpt . $ext; + $this->file_dst_name = $this->file_dst_name_body . (!empty($this->file_dst_name_ext) ? '.' . $this->file_dst_name_ext : ''); + $cpt++; + $this->file_dst_pathname = $this->file_dst_path . $this->file_dst_name; + } + if ($cpt>1) $this->log .= '    auto_rename to ' . $this->file_dst_name . '
    '; + } + + $this->log .= '- destination file details
    '; + $this->log .= '    file_dst_name : ' . $this->file_dst_name . '
    '; + $this->log .= '    file_dst_pathname : ' . $this->file_dst_pathname . '
    '; + + if ($this->file_overwrite) { + $this->log .= '- no overwrite checking
    '; + } else { + if (@file_exists($this->file_dst_pathname)) { + $this->processed = false; + $this->error = $this->translate('already_exists', array($this->file_dst_name)); + } else { + $this->log .= '- ' . $this->file_dst_name . ' doesn\'t exist already
    '; + } + } + } + } + + if ($this->processed) { + // if we have already moved the uploaded file, we use the temporary copy as source file, and check if it exists + if (!empty($this->file_src_temp)) { + $this->log .= '- use the temp file instead of the original file since it is a second process
    '; + $this->file_src_pathname = $this->file_src_temp; + if (!file_exists($this->file_src_pathname)) { + $this->processed = false; + $this->error = $this->translate('temp_file_missing'); + } + // if we haven't a temp file, and that we do check on uploads, we use is_uploaded_file() + } else if (!$this->no_upload_check) { + if (!is_uploaded_file($this->file_src_pathname)) { + $this->processed = false; + $this->error = $this->translate('source_missing'); + } + // otherwise, if we don't check on uploaded files (local file for instance), we use file_exists() + } else { + if (!file_exists($this->file_src_pathname)) { + $this->processed = false; + $this->error = $this->translate('source_missing'); + } + } + + // checks if the destination directory exists, and attempt to create it + if (!$return_mode) { + if ($this->processed && !file_exists($this->file_dst_path)) { + if ($this->dir_auto_create) { + $this->log .= '- ' . $this->file_dst_path . ' doesn\'t exist. Attempting creation:'; + if (!$this->rmkdir($this->file_dst_path, $this->dir_chmod)) { + $this->log .= ' failed
    '; + $this->processed = false; + $this->error = $this->translate('destination_dir'); + } else { + $this->log .= ' success
    '; + } + } else { + $this->error = $this->translate('destination_dir_missing'); + } + } + + if ($this->processed && !is_dir($this->file_dst_path)) { + $this->processed = false; + $this->error = $this->translate('destination_path_not_dir'); + } + + // checks if the destination directory is writeable, and attempt to make it writeable + $hash = md5($this->file_dst_name_body . rand(1, 1000)); + if ($this->processed && !($f = @fopen($this->file_dst_path . $hash . (!empty($this->file_dst_name_ext) ? '.' . $this->file_dst_name_ext : ''), 'a+'))) { + if ($this->dir_auto_chmod) { + $this->log .= '- ' . $this->file_dst_path . ' is not writeable. Attempting chmod:'; + if (!@chmod($this->file_dst_path, $this->dir_chmod)) { + $this->log .= ' failed
    '; + $this->processed = false; + $this->error = $this->translate('destination_dir_write'); + } else { + $this->log .= ' success
    '; + if (!($f = @fopen($this->file_dst_path . $hash . (!empty($this->file_dst_name_ext) ? '.' . $this->file_dst_name_ext : ''), 'a+'))) { // we re-check + $this->processed = false; + $this->error = $this->translate('destination_dir_write'); + } else { + @fclose($f); + } + } + } else { + $this->processed = false; + $this->error = $this->translate('destination_path_write'); + } + } else { + if ($this->processed) @fclose($f); + @unlink($this->file_dst_path . $hash . (!empty($this->file_dst_name_ext) ? '.' . $this->file_dst_name_ext : '')); + } + + + // if we have an uploaded file, and if it is the first process, and if we can't access the file directly (open_basedir restriction) + // then we create a temp file that will be used as the source file in subsequent processes + // the third condition is there to check if the file is not accessible *directly* (it already has positively gone through is_uploaded_file(), so it exists) + if (!$this->no_upload_check && empty($this->file_src_temp) && !@file_exists($this->file_src_pathname)) { + $this->log .= '- attempting to use a temp file:'; + $hash = md5($this->file_dst_name_body . rand(1, 1000)); + if (move_uploaded_file($this->file_src_pathname, $this->file_dst_path . $hash . (!empty($this->file_dst_name_ext) ? '.' . $this->file_dst_name_ext : ''))) { + $this->file_src_pathname = $this->file_dst_path . $hash . (!empty($this->file_dst_name_ext) ? '.' . $this->file_dst_name_ext : ''); + $this->file_src_temp = $this->file_src_pathname; + $this->log .= ' file created
    '; + $this->log .= '    temp file is: ' . $this->file_src_temp . '
    '; + } else { + $this->log .= ' failed
    '; + $this->processed = false; + $this->error = $this->translate('temp_file'); + } + } + } + } + + if ($this->processed) { + + // check if we need to autorotate, to automatically pre-rotates the image according to EXIF data (JPEG only) + $auto_flip = false; + $auto_rotate = 0; + if ($this->file_is_image && $this->image_auto_rotate && $this->image_src_type == 'jpg' && $this->function_enabled('exif_read_data')) { + $exif = @exif_read_data($this->file_src_pathname); + if (is_array($exif) && isset($exif['Orientation'])) { + $orientation = $exif['Orientation']; + switch($orientation) { + case 1: + $this->log .= '- EXIF orientation = 1 : default
    '; + break; + case 2: + $auto_flip = 'v'; + $this->log .= '- EXIF orientation = 2 : vertical flip
    '; + break; + case 3: + $auto_rotate = 180; + $this->log .= '- EXIF orientation = 3 : 180 rotate left
    '; + break; + case 4: + $auto_flip = 'h'; + $this->log .= '- EXIF orientation = 4 : horizontal flip
    '; + break; + case 5: + $auto_flip = 'h'; + $auto_rotate = 90; + $this->log .= '- EXIF orientation = 5 : horizontal flip + 90 rotate right
    '; + break; + case 6: + $auto_rotate = 90; + $this->log .= '- EXIF orientation = 6 : 90 rotate right
    '; + break; + case 7: + $auto_flip = 'v'; + $auto_rotate = 90; + $this->log .= '- EXIF orientation = 7 : vertical flip + 90 rotate right
    '; + break; + case 8: + $auto_rotate = 270; + $this->log .= '- EXIF orientation = 8 : 90 rotate left
    '; + break; + default: + $this->log .= '- EXIF orientation = '.$orientation.' : unknown
    '; + break; + } + } else { + $this->log .= '- EXIF data is invalid or missing
    '; + } + } else { + if (!$this->image_auto_rotate) { + $this->log .= '- auto-rotate deactivated
    '; + } else if (!$this->image_src_type == 'jpg') { + $this->log .= '- auto-rotate applies only to JPEG images
    '; + } else if (!$this->function_enabled('exif_read_data')) { + $this->log .= '- auto-rotate requires function exif_read_data to be enabled
    '; + } + } + + // do we do some image manipulation? + $image_manipulation = ($this->file_is_image && ( + $this->image_resize + || $this->image_convert != '' + || is_numeric($this->image_brightness) + || is_numeric($this->image_contrast) + || is_numeric($this->image_opacity) + || is_numeric($this->image_threshold) + || !empty($this->image_tint_color) + || !empty($this->image_overlay_color) + || $this->image_pixelate + || $this->image_unsharp + || !empty($this->image_text) + || $this->image_greyscale + || $this->image_negative + || !empty($this->image_watermark) + || $auto_rotate || $auto_flip + || is_numeric($this->image_rotate) + || is_numeric($this->jpeg_size) + || !empty($this->image_flip) + || !empty($this->image_crop) + || !empty($this->image_precrop) + || !empty($this->image_border) + || !empty($this->image_border_transparent) + || $this->image_frame > 0 + || $this->image_bevel > 0 + || $this->image_reflection_height)); + + // we do a quick check to ensure the file is really an image + // we can do this only now, as it would have failed before in case of open_basedir + if ($image_manipulation && !@getimagesize($this->file_src_pathname)) { + $this->log .= '- the file is not an image!
    '; + $image_manipulation = false; + } + + if ($image_manipulation) { + + // make sure GD doesn't complain too much + @ini_set("gd.jpeg_ignore_warning", 1); + + // checks if the source file is readable + if ($this->processed && !($f = @fopen($this->file_src_pathname, 'r'))) { + $this->processed = false; + $this->error = $this->translate('source_not_readable'); + } else { + @fclose($f); + } + + // we now do all the image manipulations + $this->log .= '- image resizing or conversion wanted
    '; + if ($this->gdversion()) { + switch($this->image_src_type) { + case 'jpg': + if (!$this->function_enabled('imagecreatefromjpeg')) { + $this->processed = false; + $this->error = $this->translate('no_create_support', array('JPEG')); + } else { + $image_src = @imagecreatefromjpeg($this->file_src_pathname); + if (!$image_src) { + $this->processed = false; + $this->error = $this->translate('create_error', array('JPEG')); + } else { + $this->log .= '- source image is JPEG
    '; + } + } + break; + case 'png': + if (!$this->function_enabled('imagecreatefrompng')) { + $this->processed = false; + $this->error = $this->translate('no_create_support', array('PNG')); + } else { + $image_src = @imagecreatefrompng($this->file_src_pathname); + if (!$image_src) { + $this->processed = false; + $this->error = $this->translate('create_error', array('PNG')); + } else { + $this->log .= '- source image is PNG
    '; + } + } + break; + case 'webp': + if (!$this->function_enabled('imagecreatefromwebp')) { + $this->processed = false; + $this->error = $this->translate('no_create_support', array('WEBP')); + } else { + $image_src = @imagecreatefromwebp($this->file_src_pathname); + if (!$image_src) { + $this->processed = false; + $this->error = $this->translate('create_error', array('WEBP')); + } else { + $this->log .= '- source image is WEBP
    '; + } + } + break; + case 'gif': + if (!$this->function_enabled('imagecreatefromgif')) { + $this->processed = false; + $this->error = $this->translate('no_create_support', array('GIF')); + } else { + $image_src = @imagecreatefromgif($this->file_src_pathname); + if (!$image_src) { + $this->processed = false; + $this->error = $this->translate('create_error', array('GIF')); + } else { + $this->log .= '- source image is GIF
    '; + } + } + break; + case 'bmp': + if (!method_exists($this, 'imagecreatefrombmp')) { + $this->processed = false; + $this->error = $this->translate('no_create_support', array('BMP')); + } else { + $image_src = @$this->imagecreatefrombmp($this->file_src_pathname); + if (!$image_src) { + $this->processed = false; + $this->error = $this->translate('create_error', array('BMP')); + } else { + $this->log .= '- source image is BMP
    '; + } + } + break; + default: + $this->processed = false; + $this->error = $this->translate('source_invalid'); + } + } else { + $this->processed = false; + $this->error = $this->translate('gd_missing'); + } + + if ($this->processed && $image_src) { + + // we have to set image_convert if it is not already + if (empty($this->image_convert)) { + $this->log .= '- setting destination file type to ' . $this->image_src_type . '
    '; + $this->image_convert = $this->image_src_type; + } + + if (!in_array($this->image_convert, $this->image_supported)) { + $this->image_convert = 'jpg'; + } + + // we set the default color to be the background color if we don't output in a transparent format + if ($this->image_convert != 'png' && $this->image_convert != 'webp' && $this->image_convert != 'gif' && !empty($this->image_default_color) && empty($this->image_background_color)) $this->image_background_color = $this->image_default_color; + if (!empty($this->image_background_color)) $this->image_default_color = $this->image_background_color; + if (empty($this->image_default_color)) $this->image_default_color = '#FFFFFF'; + + $this->image_src_x = imagesx($image_src); + $this->image_src_y = imagesy($image_src); + $gd_version = $this->gdversion(); + $ratio_crop = null; + + if (!imageistruecolor($image_src)) { // $this->image_src_type == 'gif' + $this->log .= '- image is detected as having a palette
    '; + $this->image_is_palette = true; + $this->image_transparent_color = imagecolortransparent($image_src); + if ($this->image_transparent_color >= 0 && imagecolorstotal($image_src) > $this->image_transparent_color) { + $this->image_is_transparent = true; + $this->log .= '    palette image is detected as transparent
    '; + } + // if the image has a palette (GIF), we convert it to true color, preserving transparency + $this->log .= '    convert palette image to true color
    '; + $true_color = imagecreatetruecolor($this->image_src_x, $this->image_src_y); + imagealphablending($true_color, false); + imagesavealpha($true_color, true); + for ($x = 0; $x < $this->image_src_x; $x++) { + for ($y = 0; $y < $this->image_src_y; $y++) { + if ($this->image_transparent_color >= 0 && imagecolorat($image_src, $x, $y) == $this->image_transparent_color) { + imagesetpixel($true_color, $x, $y, 127 << 24); + } else { + $rgb = imagecolorsforindex($image_src, imagecolorat($image_src, $x, $y)); + imagesetpixel($true_color, $x, $y, ($rgb['alpha'] << 24) | ($rgb['red'] << 16) | ($rgb['green'] << 8) | $rgb['blue']); + } + } + } + $image_src = $this->imagetransfer($true_color, $image_src); + imagealphablending($image_src, false); + imagesavealpha($image_src, true); + $this->image_is_palette = false; + } + + $image_dst = & $image_src; + + // auto-flip image, according to EXIF data (JPEG only) + if ($gd_version >= 2 && !empty($auto_flip)) { + $this->log .= '- auto-flip image : ' . ($auto_flip == 'v' ? 'vertical' : 'horizontal') . '
    '; + $tmp = $this->imagecreatenew($this->image_src_x, $this->image_src_y); + for ($x = 0; $x < $this->image_src_x; $x++) { + for ($y = 0; $y < $this->image_src_y; $y++){ + if (strpos($auto_flip, 'v') !== false) { + imagecopy($tmp, $image_dst, $this->image_src_x - $x - 1, $y, $x, $y, 1, 1); + } else { + imagecopy($tmp, $image_dst, $x, $this->image_src_y - $y - 1, $x, $y, 1, 1); + } + } + } + // we transfert tmp into image_dst + $image_dst = $this->imagetransfer($tmp, $image_dst); + } + + // auto-rotate image, according to EXIF data (JPEG only) + if ($gd_version >= 2 && is_numeric($auto_rotate)) { + if (!in_array($auto_rotate, array(0, 90, 180, 270))) $auto_rotate = 0; + if ($auto_rotate != 0) { + if ($auto_rotate == 90 || $auto_rotate == 270) { + $tmp = $this->imagecreatenew($this->image_src_y, $this->image_src_x); + } else { + $tmp = $this->imagecreatenew($this->image_src_x, $this->image_src_y); + } + $this->log .= '- auto-rotate image : ' . $auto_rotate . '
    '; + for ($x = 0; $x < $this->image_src_x; $x++) { + for ($y = 0; $y < $this->image_src_y; $y++){ + if ($auto_rotate == 90) { + imagecopy($tmp, $image_dst, $y, $x, $x, $this->image_src_y - $y - 1, 1, 1); + } else if ($auto_rotate == 180) { + imagecopy($tmp, $image_dst, $x, $y, $this->image_src_x - $x - 1, $this->image_src_y - $y - 1, 1, 1); + } else if ($auto_rotate == 270) { + imagecopy($tmp, $image_dst, $y, $x, $this->image_src_x - $x - 1, $y, 1, 1); + } else { + imagecopy($tmp, $image_dst, $x, $y, $x, $y, 1, 1); + } + } + } + if ($auto_rotate == 90 || $auto_rotate == 270) { + $t = $this->image_src_y; + $this->image_src_y = $this->image_src_x; + $this->image_src_x = $t; + } + // we transfert tmp into image_dst + $image_dst = $this->imagetransfer($tmp, $image_dst); + } + } + + // pre-crop image, before resizing + if ((!empty($this->image_precrop))) { + list($ct, $cr, $cb, $cl) = $this->getoffsets($this->image_precrop, $this->image_src_x, $this->image_src_y, true, true); + $this->log .= '- pre-crop image : ' . $ct . ' ' . $cr . ' ' . $cb . ' ' . $cl . '
    '; + $this->image_src_x = $this->image_src_x - $cl - $cr; + $this->image_src_y = $this->image_src_y - $ct - $cb; + if ($this->image_src_x < 1) $this->image_src_x = 1; + if ($this->image_src_y < 1) $this->image_src_y = 1; + $tmp = $this->imagecreatenew($this->image_src_x, $this->image_src_y); + + // we copy the image into the recieving image + imagecopy($tmp, $image_dst, 0, 0, $cl, $ct, $this->image_src_x, $this->image_src_y); + + // if we crop with negative margins, we have to make sure the extra bits are the right color, or transparent + if ($ct < 0 || $cr < 0 || $cb < 0 || $cl < 0 ) { + // use the background color if present + if (!empty($this->image_background_color)) { + list($red, $green, $blue) = $this->getcolors($this->image_background_color); + $fill = imagecolorallocate($tmp, $red, $green, $blue); + } else { + $fill = imagecolorallocatealpha($tmp, 0, 0, 0, 127); + } + // fills eventual negative margins + if ($ct < 0) imagefilledrectangle($tmp, 0, 0, $this->image_src_x, -$ct, $fill); + if ($cr < 0) imagefilledrectangle($tmp, $this->image_src_x + $cr, 0, $this->image_src_x, $this->image_src_y, $fill); + if ($cb < 0) imagefilledrectangle($tmp, 0, $this->image_src_y + $cb, $this->image_src_x, $this->image_src_y, $fill); + if ($cl < 0) imagefilledrectangle($tmp, 0, 0, -$cl, $this->image_src_y, $fill); + } + + // we transfert tmp into image_dst + $image_dst = $this->imagetransfer($tmp, $image_dst); + } + + // resize image (and move image_src_x, image_src_y dimensions into image_dst_x, image_dst_y) + if ($this->image_resize) { + $this->log .= '- resizing...
    '; + $this->image_dst_x = $this->image_x; + $this->image_dst_y = $this->image_y; + + // backward compatibility for soon to be deprecated settings + if ($this->image_ratio_no_zoom_in) { + $this->image_ratio = true; + $this->image_no_enlarging = true; + } else if ($this->image_ratio_no_zoom_out) { + $this->image_ratio = true; + $this->image_no_shrinking = true; + } + + // keeps aspect ratio with x calculated from y + if ($this->image_ratio_x) { + $this->log .= '    calculate x size
    '; + $this->image_dst_x = round(($this->image_src_x * $this->image_y) / $this->image_src_y); + $this->image_dst_y = $this->image_y; + + // keeps aspect ratio with y calculated from x + } else if ($this->image_ratio_y) { + $this->log .= '    calculate y size
    '; + $this->image_dst_x = $this->image_x; + $this->image_dst_y = round(($this->image_src_y * $this->image_x) / $this->image_src_x); + + // keeps aspect ratio, calculating x and y so that the image is approx the set number of pixels + } else if (is_numeric($this->image_ratio_pixels)) { + $this->log .= '    calculate x/y size to match a number of pixels
    '; + $pixels = $this->image_src_y * $this->image_src_x; + $diff = sqrt($this->image_ratio_pixels / $pixels); + $this->image_dst_x = round($this->image_src_x * $diff); + $this->image_dst_y = round($this->image_src_y * $diff); + + // keeps aspect ratio with x and y dimensions, filling the space + } else if ($this->image_ratio_crop) { + if (!is_string($this->image_ratio_crop)) $this->image_ratio_crop = ''; + $this->image_ratio_crop = strtolower($this->image_ratio_crop); + if (($this->image_src_x/$this->image_x) > ($this->image_src_y/$this->image_y)) { + $this->image_dst_y = $this->image_y; + $this->image_dst_x = intval($this->image_src_x*($this->image_y / $this->image_src_y)); + $ratio_crop = array(); + $ratio_crop['x'] = $this->image_dst_x - $this->image_x; + if (strpos($this->image_ratio_crop, 'l') !== false) { + $ratio_crop['l'] = 0; + $ratio_crop['r'] = $ratio_crop['x']; + } else if (strpos($this->image_ratio_crop, 'r') !== false) { + $ratio_crop['l'] = $ratio_crop['x']; + $ratio_crop['r'] = 0; + } else { + $ratio_crop['l'] = round($ratio_crop['x']/2); + $ratio_crop['r'] = $ratio_crop['x'] - $ratio_crop['l']; + } + $this->log .= '    ratio_crop_x : ' . $ratio_crop['x'] . ' (' . $ratio_crop['l'] . ';' . $ratio_crop['r'] . ')
    '; + if (is_null($this->image_crop)) $this->image_crop = array(0, 0, 0, 0); + } else { + $this->image_dst_x = $this->image_x; + $this->image_dst_y = intval($this->image_src_y*($this->image_x / $this->image_src_x)); + $ratio_crop = array(); + $ratio_crop['y'] = $this->image_dst_y - $this->image_y; + if (strpos($this->image_ratio_crop, 't') !== false) { + $ratio_crop['t'] = 0; + $ratio_crop['b'] = $ratio_crop['y']; + } else if (strpos($this->image_ratio_crop, 'b') !== false) { + $ratio_crop['t'] = $ratio_crop['y']; + $ratio_crop['b'] = 0; + } else { + $ratio_crop['t'] = round($ratio_crop['y']/2); + $ratio_crop['b'] = $ratio_crop['y'] - $ratio_crop['t']; + } + $this->log .= '    ratio_crop_y : ' . $ratio_crop['y'] . ' (' . $ratio_crop['t'] . ';' . $ratio_crop['b'] . ')
    '; + if (is_null($this->image_crop)) $this->image_crop = array(0, 0, 0, 0); + } + + // keeps aspect ratio with x and y dimensions, fitting the image in the space, and coloring the rest + } else if ($this->image_ratio_fill) { + if (!is_string($this->image_ratio_fill)) $this->image_ratio_fill = ''; + $this->image_ratio_fill = strtolower($this->image_ratio_fill); + if (($this->image_src_x/$this->image_x) < ($this->image_src_y/$this->image_y)) { + $this->image_dst_y = $this->image_y; + $this->image_dst_x = intval($this->image_src_x*($this->image_y / $this->image_src_y)); + $ratio_crop = array(); + $ratio_crop['x'] = $this->image_dst_x - $this->image_x; + if (strpos($this->image_ratio_fill, 'l') !== false) { + $ratio_crop['l'] = 0; + $ratio_crop['r'] = $ratio_crop['x']; + } else if (strpos($this->image_ratio_fill, 'r') !== false) { + $ratio_crop['l'] = $ratio_crop['x']; + $ratio_crop['r'] = 0; + } else { + $ratio_crop['l'] = round($ratio_crop['x']/2); + $ratio_crop['r'] = $ratio_crop['x'] - $ratio_crop['l']; + } + $this->log .= '    ratio_fill_x : ' . $ratio_crop['x'] . ' (' . $ratio_crop['l'] . ';' . $ratio_crop['r'] . ')
    '; + if (is_null($this->image_crop)) $this->image_crop = array(0, 0, 0, 0); + } else { + $this->image_dst_x = $this->image_x; + $this->image_dst_y = intval($this->image_src_y*($this->image_x / $this->image_src_x)); + $ratio_crop = array(); + $ratio_crop['y'] = $this->image_dst_y - $this->image_y; + if (strpos($this->image_ratio_fill, 't') !== false) { + $ratio_crop['t'] = 0; + $ratio_crop['b'] = $ratio_crop['y']; + } else if (strpos($this->image_ratio_fill, 'b') !== false) { + $ratio_crop['t'] = $ratio_crop['y']; + $ratio_crop['b'] = 0; + } else { + $ratio_crop['t'] = round($ratio_crop['y']/2); + $ratio_crop['b'] = $ratio_crop['y'] - $ratio_crop['t']; + } + $this->log .= '    ratio_fill_y : ' . $ratio_crop['y'] . ' (' . $ratio_crop['t'] . ';' . $ratio_crop['b'] . ')
    '; + if (is_null($this->image_crop)) $this->image_crop = array(0, 0, 0, 0); + } + + // keeps aspect ratio with x and y dimensions + } else if ($this->image_ratio) { + if (($this->image_src_x/$this->image_x) > ($this->image_src_y/$this->image_y)) { + $this->image_dst_x = $this->image_x; + $this->image_dst_y = intval($this->image_src_y*($this->image_x / $this->image_src_x)); + } else { + $this->image_dst_y = $this->image_y; + $this->image_dst_x = intval($this->image_src_x*($this->image_y / $this->image_src_y)); + } + + // resize to provided exact dimensions + } else { + $this->log .= '    use plain sizes
    '; + $this->image_dst_x = $this->image_x; + $this->image_dst_y = $this->image_y; + } + + if ($this->image_dst_x < 1) $this->image_dst_x = 1; + if ($this->image_dst_y < 1) $this->image_dst_y = 1; + $this->log .= '    image_src_x y : ' . $this->image_src_x . ' x ' . $this->image_src_y . '
    '; + $this->log .= '    image_dst_x y : ' . $this->image_dst_x . ' x ' . $this->image_dst_y . '
    '; + + // make sure we don't enlarge the image if we don't want to + if ($this->image_no_enlarging && ($this->image_src_x < $this->image_dst_x || $this->image_src_y < $this->image_dst_y)) { + $this->log .= '    cancel resizing, as it would enlarge the image!
    '; + $this->image_dst_x = $this->image_src_x; + $this->image_dst_y = $this->image_src_y; + $ratio_crop = null; + } + + // make sure we don't shrink the image if we don't want to + if ($this->image_no_shrinking && ($this->image_src_x > $this->image_dst_x || $this->image_src_y > $this->image_dst_y)) { + $this->log .= '    cancel resizing, as it would shrink the image!
    '; + $this->image_dst_x = $this->image_src_x; + $this->image_dst_y = $this->image_src_y; + $ratio_crop = null; + } + + // resize the image + if ($this->image_dst_x != $this->image_src_x || $this->image_dst_y != $this->image_src_y) { + $tmp = $this->imagecreatenew($this->image_dst_x, $this->image_dst_y); + + if ($gd_version >= 2) { + $res = imagecopyresampled($tmp, $image_src, 0, 0, 0, 0, $this->image_dst_x, $this->image_dst_y, $this->image_src_x, $this->image_src_y); + } else { + $res = imagecopyresized($tmp, $image_src, 0, 0, 0, 0, $this->image_dst_x, $this->image_dst_y, $this->image_src_x, $this->image_src_y); + } + + $this->log .= '    resized image object created
    '; + // we transfert tmp into image_dst + $image_dst = $this->imagetransfer($tmp, $image_dst); + } + + } else { + $this->image_dst_x = $this->image_src_x; + $this->image_dst_y = $this->image_src_y; + } + + // crop image (and also crops if image_ratio_crop is used) + if ((!empty($this->image_crop) || !is_null($ratio_crop))) { + list($ct, $cr, $cb, $cl) = $this->getoffsets($this->image_crop, $this->image_dst_x, $this->image_dst_y, true, true); + // we adjust the cropping if we use image_ratio_crop + if (!is_null($ratio_crop)) { + if (array_key_exists('t', $ratio_crop)) $ct += $ratio_crop['t']; + if (array_key_exists('r', $ratio_crop)) $cr += $ratio_crop['r']; + if (array_key_exists('b', $ratio_crop)) $cb += $ratio_crop['b']; + if (array_key_exists('l', $ratio_crop)) $cl += $ratio_crop['l']; + } + if ($ct != 0 || $cr != 0 || $cb != 0 || $cl != 0) { + $this->log .= '- crop image : ' . $ct . ' ' . $cr . ' ' . $cb . ' ' . $cl . '
    '; + $this->image_dst_x = $this->image_dst_x - $cl - $cr; + $this->image_dst_y = $this->image_dst_y - $ct - $cb; + if ($this->image_dst_x < 1) $this->image_dst_x = 1; + if ($this->image_dst_y < 1) $this->image_dst_y = 1; + $tmp = $this->imagecreatenew($this->image_dst_x, $this->image_dst_y); + + // we copy the image into the recieving image + imagecopy($tmp, $image_dst, 0, 0, $cl, $ct, $this->image_dst_x, $this->image_dst_y); + + // if we crop with negative margins, we have to make sure the extra bits are the right color, or transparent + if ($ct < 0 || $cr < 0 || $cb < 0 || $cl < 0 ) { + // use the background color if present + if (!empty($this->image_background_color)) { + list($red, $green, $blue) = $this->getcolors($this->image_background_color); + $fill = imagecolorallocate($tmp, $red, $green, $blue); + } else { + $fill = imagecolorallocatealpha($tmp, 0, 0, 0, 127); + } + // fills eventual negative margins + if ($ct < 0) imagefilledrectangle($tmp, 0, 0, $this->image_dst_x, -$ct-1, $fill); + if ($cr < 0) imagefilledrectangle($tmp, $this->image_dst_x + $cr, 0, $this->image_dst_x, $this->image_dst_y, $fill); + if ($cb < 0) imagefilledrectangle($tmp, 0, $this->image_dst_y + $cb, $this->image_dst_x, $this->image_dst_y, $fill); + if ($cl < 0) imagefilledrectangle($tmp, 0, 0, -$cl-1, $this->image_dst_y, $fill); + } + + // we transfert tmp into image_dst + $image_dst = $this->imagetransfer($tmp, $image_dst); + } + } + + // flip image + if ($gd_version >= 2 && !empty($this->image_flip)) { + $this->image_flip = strtolower($this->image_flip); + $this->log .= '- flip image : ' . $this->image_flip . '
    '; + $tmp = $this->imagecreatenew($this->image_dst_x, $this->image_dst_y); + for ($x = 0; $x < $this->image_dst_x; $x++) { + for ($y = 0; $y < $this->image_dst_y; $y++){ + if (strpos($this->image_flip, 'v') !== false) { + imagecopy($tmp, $image_dst, $this->image_dst_x - $x - 1, $y, $x, $y, 1, 1); + } else { + imagecopy($tmp, $image_dst, $x, $this->image_dst_y - $y - 1, $x, $y, 1, 1); + } + } + } + // we transfert tmp into image_dst + $image_dst = $this->imagetransfer($tmp, $image_dst); + } + + // rotate image + if ($gd_version >= 2 && is_numeric($this->image_rotate)) { + if (!in_array($this->image_rotate, array(0, 90, 180, 270))) $this->image_rotate = 0; + if ($this->image_rotate != 0) { + if ($this->image_rotate == 90 || $this->image_rotate == 270) { + $tmp = $this->imagecreatenew($this->image_dst_y, $this->image_dst_x); + } else { + $tmp = $this->imagecreatenew($this->image_dst_x, $this->image_dst_y); + } + $this->log .= '- rotate image : ' . $this->image_rotate . '
    '; + for ($x = 0; $x < $this->image_dst_x; $x++) { + for ($y = 0; $y < $this->image_dst_y; $y++){ + if ($this->image_rotate == 90) { + imagecopy($tmp, $image_dst, $y, $x, $x, $this->image_dst_y - $y - 1, 1, 1); + } else if ($this->image_rotate == 180) { + imagecopy($tmp, $image_dst, $x, $y, $this->image_dst_x - $x - 1, $this->image_dst_y - $y - 1, 1, 1); + } else if ($this->image_rotate == 270) { + imagecopy($tmp, $image_dst, $y, $x, $this->image_dst_x - $x - 1, $y, 1, 1); + } else { + imagecopy($tmp, $image_dst, $x, $y, $x, $y, 1, 1); + } + } + } + if ($this->image_rotate == 90 || $this->image_rotate == 270) { + $t = $this->image_dst_y; + $this->image_dst_y = $this->image_dst_x; + $this->image_dst_x = $t; + } + // we transfert tmp into image_dst + $image_dst = $this->imagetransfer($tmp, $image_dst); + } + } + + // pixelate image + if ((is_numeric($this->image_pixelate) && $this->image_pixelate > 0)) { + $this->log .= '- pixelate image (' . $this->image_pixelate . 'px)
    '; + $filter = $this->imagecreatenew($this->image_dst_x, $this->image_dst_y); + if ($gd_version >= 2) { + imagecopyresampled($filter, $image_dst, 0, 0, 0, 0, round($this->image_dst_x / $this->image_pixelate), round($this->image_dst_y / $this->image_pixelate), $this->image_dst_x, $this->image_dst_y); + imagecopyresampled($image_dst, $filter, 0, 0, 0, 0, $this->image_dst_x, $this->image_dst_y, round($this->image_dst_x / $this->image_pixelate), round($this->image_dst_y / $this->image_pixelate)); + } else { + imagecopyresized($filter, $image_dst, 0, 0, 0, 0, round($this->image_dst_x / $this->image_pixelate), round($this->image_dst_y / $this->image_pixelate), $this->image_dst_x, $this->image_dst_y); + imagecopyresized($image_dst, $filter, 0, 0, 0, 0, $this->image_dst_x, $this->image_dst_y, round($this->image_dst_x / $this->image_pixelate), round($this->image_dst_y / $this->image_pixelate)); + } + $this->imageunset($filter); + } + + // unsharp mask + if ($gd_version >= 2 && $this->image_unsharp && is_numeric($this->image_unsharp_amount) && is_numeric($this->image_unsharp_radius) && is_numeric($this->image_unsharp_threshold)) { + // Unsharp Mask for PHP - version 2.1.1 + // Unsharp mask algorithm by Torstein Hønsi 2003-07. + // Used with permission + // Modified to support alpha transparency + if ($this->image_unsharp_amount > 500) $this->image_unsharp_amount = 500; + $this->image_unsharp_amount = $this->image_unsharp_amount * 0.016; + if ($this->image_unsharp_radius > 50) $this->image_unsharp_radius = 50; + $this->image_unsharp_radius = $this->image_unsharp_radius * 2; + if ($this->image_unsharp_threshold > 255) $this->image_unsharp_threshold = 255; + $this->image_unsharp_radius = abs(round($this->image_unsharp_radius)); + if ($this->image_unsharp_radius != 0) { + $this->image_dst_x = imagesx($image_dst); $this->image_dst_y = imagesy($image_dst); + $canvas = $this->imagecreatenew($this->image_dst_x, $this->image_dst_y, false, true); + $blur = $this->imagecreatenew($this->image_dst_x, $this->image_dst_y, false, true); + if ($this->function_enabled('imageconvolution')) { // PHP >= 5.1 + $matrix = array(array( 1, 2, 1 ), array( 2, 4, 2 ), array( 1, 2, 1 )); + imagecopy($blur, $image_dst, 0, 0, 0, 0, $this->image_dst_x, $this->image_dst_y); + imageconvolution($blur, $matrix, 16, 0); + } else { + for ($i = 0; $i < $this->image_unsharp_radius; $i++) { + imagecopy($blur, $image_dst, 0, 0, 1, 0, $this->image_dst_x - 1, $this->image_dst_y); // left + $this->imagecopymergealpha($blur, $image_dst, 1, 0, 0, 0, $this->image_dst_x, $this->image_dst_y, 50); // right + $this->imagecopymergealpha($blur, $image_dst, 0, 0, 0, 0, $this->image_dst_x, $this->image_dst_y, 50); // center + imagecopy($canvas, $blur, 0, 0, 0, 0, $this->image_dst_x, $this->image_dst_y); + $this->imagecopymergealpha($blur, $canvas, 0, 0, 0, 1, $this->image_dst_x, $this->image_dst_y - 1, 33.33333 ); // up + $this->imagecopymergealpha($blur, $canvas, 0, 1, 0, 0, $this->image_dst_x, $this->image_dst_y, 25); // down + } + } + $p_new = array(); + if($this->image_unsharp_threshold>0) { + for ($x = 0; $x < $this->image_dst_x-1; $x++) { + for ($y = 0; $y < $this->image_dst_y; $y++) { + $p_orig = imagecolorsforindex($image_dst, imagecolorat($image_dst, $x, $y)); + $p_blur = imagecolorsforindex($blur, imagecolorat($blur, $x, $y)); + $p_new['red'] = (abs($p_orig['red'] - $p_blur['red']) >= $this->image_unsharp_threshold) ? max(0, min(255, ($this->image_unsharp_amount * ($p_orig['red'] - $p_blur['red'])) + $p_orig['red'])) : $p_orig['red']; + $p_new['green'] = (abs($p_orig['green'] - $p_blur['green']) >= $this->image_unsharp_threshold) ? max(0, min(255, ($this->image_unsharp_amount * ($p_orig['green'] - $p_blur['green'])) + $p_orig['green'])) : $p_orig['green']; + $p_new['blue'] = (abs($p_orig['blue'] - $p_blur['blue']) >= $this->image_unsharp_threshold) ? max(0, min(255, ($this->image_unsharp_amount * ($p_orig['blue'] - $p_blur['blue'])) + $p_orig['blue'])) : $p_orig['blue']; + if (($p_orig['red'] != $p_new['red']) || ($p_orig['green'] != $p_new['green']) || ($p_orig['blue'] != $p_new['blue'])) { + $color = imagecolorallocatealpha($image_dst, $p_new['red'], $p_new['green'], $p_new['blue'], $p_orig['alpha']); + imagesetpixel($image_dst, $x, $y, $color); + } + } + } + } else { + for ($x = 0; $x < $this->image_dst_x; $x++) { + for ($y = 0; $y < $this->image_dst_y; $y++) { + $p_orig = imagecolorsforindex($image_dst, imagecolorat($image_dst, $x, $y)); + $p_blur = imagecolorsforindex($blur, imagecolorat($blur, $x, $y)); + $p_new['red'] = ($this->image_unsharp_amount * ($p_orig['red'] - $p_blur['red'])) + $p_orig['red']; + if ($p_new['red']>255) { $p_new['red']=255; } elseif ($p_new['red']<0) { $p_new['red']=0; } + $p_new['green'] = ($this->image_unsharp_amount * ($p_orig['green'] - $p_blur['green'])) + $p_orig['green']; + if ($p_new['green']>255) { $p_new['green']=255; } elseif ($p_new['green']<0) { $p_new['green']=0; } + $p_new['blue'] = ($this->image_unsharp_amount * ($p_orig['blue'] - $p_blur['blue'])) + $p_orig['blue']; + if ($p_new['blue']>255) { $p_new['blue']=255; } elseif ($p_new['blue']<0) { $p_new['blue']=0; } + $color = imagecolorallocatealpha($image_dst, $p_new['red'], $p_new['green'], $p_new['blue'], $p_orig['alpha']); + imagesetpixel($image_dst, $x, $y, $color); + } + } + } + $this->imageunset($canvas); + $this->imageunset($blur); + } + } + + // add color overlay + if ($gd_version >= 2 && (is_numeric($this->image_overlay_opacity) && $this->image_overlay_opacity > 0 && !empty($this->image_overlay_color))) { + $this->log .= '- apply color overlay
    '; + list($red, $green, $blue) = $this->getcolors($this->image_overlay_color); + $filter = imagecreatetruecolor($this->image_dst_x, $this->image_dst_y); + $color = imagecolorallocate($filter, $red, $green, $blue); + imagefilledrectangle($filter, 0, 0, $this->image_dst_x, $this->image_dst_y, $color); + $this->imagecopymergealpha($image_dst, $filter, 0, 0, 0, 0, $this->image_dst_x, $this->image_dst_y, $this->image_overlay_opacity); + $this->imageunset($filter); + } + + // add brightness, contrast and tint, turns to greyscale and inverts colors + if ($gd_version >= 2 && ($this->image_negative || $this->image_greyscale || is_numeric($this->image_threshold)|| is_numeric($this->image_brightness) || is_numeric($this->image_contrast) || !empty($this->image_tint_color))) { + $this->log .= '- apply tint, light, contrast correction, negative, greyscale and threshold
    '; + if (!empty($this->image_tint_color)) list($tint_red, $tint_green, $tint_blue) = $this->getcolors($this->image_tint_color); + //imagealphablending($image_dst, true); + for($y=0; $y < $this->image_dst_y; $y++) { + for($x=0; $x < $this->image_dst_x; $x++) { + if ($this->image_greyscale) { + $pixel = imagecolorsforindex($image_dst, imagecolorat($image_dst, $x, $y)); + $r = $g = $b = round((0.2125 * $pixel['red']) + (0.7154 * $pixel['green']) + (0.0721 * $pixel['blue'])); + $color = imagecolorallocatealpha($image_dst, $r, $g, $b, $pixel['alpha']); + imagesetpixel($image_dst, $x, $y, $color); + unset($color); unset($pixel); + } + if (is_numeric($this->image_threshold)) { + $pixel = imagecolorsforindex($image_dst, imagecolorat($image_dst, $x, $y)); + $c = (round($pixel['red'] + $pixel['green'] + $pixel['blue']) / 3) - 127; + $r = $g = $b = ($c > $this->image_threshold ? 255 : 0); + $color = imagecolorallocatealpha($image_dst, $r, $g, $b, $pixel['alpha']); + imagesetpixel($image_dst, $x, $y, $color); + unset($color); unset($pixel); + } + if (is_numeric($this->image_brightness)) { + $pixel = imagecolorsforindex($image_dst, imagecolorat($image_dst, $x, $y)); + $r = max(min(round($pixel['red'] + (($this->image_brightness * 2))), 255), 0); + $g = max(min(round($pixel['green'] + (($this->image_brightness * 2))), 255), 0); + $b = max(min(round($pixel['blue'] + (($this->image_brightness * 2))), 255), 0); + $color = imagecolorallocatealpha($image_dst, $r, $g, $b, $pixel['alpha']); + imagesetpixel($image_dst, $x, $y, $color); + unset($color); unset($pixel); + } + if (is_numeric($this->image_contrast)) { + $pixel = imagecolorsforindex($image_dst, imagecolorat($image_dst, $x, $y)); + $r = max(min(round(($this->image_contrast + 128) * $pixel['red'] / 128), 255), 0); + $g = max(min(round(($this->image_contrast + 128) * $pixel['green'] / 128), 255), 0); + $b = max(min(round(($this->image_contrast + 128) * $pixel['blue'] / 128), 255), 0); + $color = imagecolorallocatealpha($image_dst, $r, $g, $b, $pixel['alpha']); + imagesetpixel($image_dst, $x, $y, $color); + unset($color); unset($pixel); + } + if (!empty($this->image_tint_color)) { + $pixel = imagecolorsforindex($image_dst, imagecolorat($image_dst, $x, $y)); + $r = min(round($tint_red * $pixel['red'] / 169), 255); + $g = min(round($tint_green * $pixel['green'] / 169), 255); + $b = min(round($tint_blue * $pixel['blue'] / 169), 255); + $color = imagecolorallocatealpha($image_dst, $r, $g, $b, $pixel['alpha']); + imagesetpixel($image_dst, $x, $y, $color); + unset($color); unset($pixel); + } + if (!empty($this->image_negative)) { + $pixel = imagecolorsforindex($image_dst, imagecolorat($image_dst, $x, $y)); + $r = round(255 - $pixel['red']); + $g = round(255 - $pixel['green']); + $b = round(255 - $pixel['blue']); + $color = imagecolorallocatealpha($image_dst, $r, $g, $b, $pixel['alpha']); + imagesetpixel($image_dst, $x, $y, $color); + unset($color); unset($pixel); + } + } + } + } + + // adds a border + if ($gd_version >= 2 && !empty($this->image_border)) { + list($ct, $cr, $cb, $cl) = $this->getoffsets($this->image_border, $this->image_dst_x, $this->image_dst_y, true, false); + $this->log .= '- add border : ' . $ct . ' ' . $cr . ' ' . $cb . ' ' . $cl . '
    '; + $this->image_dst_x = $this->image_dst_x + $cl + $cr; + $this->image_dst_y = $this->image_dst_y + $ct + $cb; + if (!empty($this->image_border_color)) list($red, $green, $blue) = $this->getcolors($this->image_border_color); + $opacity = (is_numeric($this->image_border_opacity) ? (int) (127 - $this->image_border_opacity / 100 * 127): 0); + // we now create an image, that we fill with the border color + $tmp = $this->imagecreatenew($this->image_dst_x, $this->image_dst_y); + $background = imagecolorallocatealpha($tmp, $red, $green, $blue, $opacity); + imagefilledrectangle($tmp, 0, 0, $this->image_dst_x, $this->image_dst_y, $background); + // we then copy the source image into the new image, without merging so that only the border is actually kept + imagecopy($tmp, $image_dst, $cl, $ct, 0, 0, $this->image_dst_x - $cr - $cl, $this->image_dst_y - $cb - $ct); + // we transfert tmp into image_dst + $image_dst = $this->imagetransfer($tmp, $image_dst); + } + + // adds a fading-to-transparent border + if ($gd_version >= 2 && !empty($this->image_border_transparent)) { + list($ct, $cr, $cb, $cl) = $this->getoffsets($this->image_border_transparent, $this->image_dst_x, $this->image_dst_y, true, false); + $this->log .= '- add transparent border : ' . $ct . ' ' . $cr . ' ' . $cb . ' ' . $cl . '
    '; + // we now create an image, that we fill with the border color + $tmp = $this->imagecreatenew($this->image_dst_x, $this->image_dst_y); + // we then copy the source image into the new image, without the borders + imagecopy($tmp, $image_dst, $cl, $ct, $cl, $ct, $this->image_dst_x - $cr - $cl, $this->image_dst_y - $cb - $ct); + // we now add the top border + $opacity = 100; + for ($y = $ct - 1; $y >= 0; $y--) { + $il = (int) ($ct > 0 ? ($cl * ($y / $ct)) : 0); + $ir = (int) ($ct > 0 ? ($cr * ($y / $ct)) : 0); + for ($x = $il; $x < $this->image_dst_x - $ir; $x++) { + $pixel = imagecolorsforindex($image_dst, imagecolorat($image_dst, $x, $y)); + $alpha = (1 - ($pixel['alpha'] / 127)) * $opacity / 100; + if ($alpha > 0) { + if ($alpha > 1) $alpha = 1; + $color = imagecolorallocatealpha($tmp, $pixel['red'] , $pixel['green'], $pixel['blue'], round((1 - $alpha) * 127)); + imagesetpixel($tmp, $x, $y, $color); + } + } + if ($opacity > 0) $opacity = $opacity - (100 / $ct); + } + // we now add the right border + $opacity = 100; + for ($x = $this->image_dst_x - $cr; $x < $this->image_dst_x; $x++) { + $it = (int) ($cr > 0 ? ($ct * (($this->image_dst_x - $x - 1) / $cr)) : 0); + $ib = (int) ($cr > 0 ? ($cb * (($this->image_dst_x - $x - 1) / $cr)) : 0); + for ($y = $it; $y < $this->image_dst_y - $ib; $y++) { + $pixel = imagecolorsforindex($image_dst, imagecolorat($image_dst, $x, $y)); + $alpha = (1 - ($pixel['alpha'] / 127)) * $opacity / 100; + if ($alpha > 0) { + if ($alpha > 1) $alpha = 1; + $color = imagecolorallocatealpha($tmp, $pixel['red'] , $pixel['green'], $pixel['blue'], round((1 - $alpha) * 127)); + imagesetpixel($tmp, $x, $y, $color); + } + } + if ($opacity > 0) $opacity = $opacity - (100 / $cr); + } + // we now add the bottom border + $opacity = 100; + for ($y = $this->image_dst_y - $cb; $y < $this->image_dst_y; $y++) { + $il = (int) ($cb > 0 ? ($cl * (($this->image_dst_y - $y - 1) / $cb)) : 0); + $ir = (int) ($cb > 0 ? ($cr * (($this->image_dst_y - $y - 1) / $cb)) : 0); + for ($x = $il; $x < $this->image_dst_x - $ir; $x++) { + $pixel = imagecolorsforindex($image_dst, imagecolorat($image_dst, $x, $y)); + $alpha = (1 - ($pixel['alpha'] / 127)) * $opacity / 100; + if ($alpha > 0) { + if ($alpha > 1) $alpha = 1; + $color = imagecolorallocatealpha($tmp, $pixel['red'] , $pixel['green'], $pixel['blue'], round((1 - $alpha) * 127)); + imagesetpixel($tmp, $x, $y, $color); + } + } + if ($opacity > 0) $opacity = $opacity - (100 / $cb); + } + // we now add the left border + $opacity = 100; + for ($x = $cl - 1; $x >= 0; $x--) { + $it = (int) ($cl > 0 ? ($ct * ($x / $cl)) : 0); + $ib = (int) ($cl > 0 ? ($cb * ($x / $cl)) : 0); + for ($y = $it; $y < $this->image_dst_y - $ib; $y++) { + $pixel = imagecolorsforindex($image_dst, imagecolorat($image_dst, $x, $y)); + $alpha = (1 - ($pixel['alpha'] / 127)) * $opacity / 100; + if ($alpha > 0) { + if ($alpha > 1) $alpha = 1; + $color = imagecolorallocatealpha($tmp, $pixel['red'] , $pixel['green'], $pixel['blue'], round((1 - $alpha) * 127)); + imagesetpixel($tmp, $x, $y, $color); + } + } + if ($opacity > 0) $opacity = $opacity - (100 / $cl); + } + // we transfert tmp into image_dst + $image_dst = $this->imagetransfer($tmp, $image_dst); + } + + // add frame border + if ($gd_version >= 2 && is_numeric($this->image_frame)) { + if (is_array($this->image_frame_colors)) { + $vars = $this->image_frame_colors; + $this->log .= '- add frame : ' . implode(' ', $this->image_frame_colors) . '
    '; + } else { + $this->log .= '- add frame : ' . $this->image_frame_colors . '
    '; + $vars = explode(' ', $this->image_frame_colors); + } + $nb = sizeof($vars); + $this->image_dst_x = $this->image_dst_x + ($nb * 2); + $this->image_dst_y = $this->image_dst_y + ($nb * 2); + $tmp = $this->imagecreatenew($this->image_dst_x, $this->image_dst_y); + imagecopy($tmp, $image_dst, $nb, $nb, 0, 0, $this->image_dst_x - ($nb * 2), $this->image_dst_y - ($nb * 2)); + $opacity = (is_numeric($this->image_frame_opacity) ? (int) (127 - $this->image_frame_opacity / 100 * 127): 0); + for ($i=0; $i<$nb; $i++) { + list($red, $green, $blue) = $this->getcolors($vars[$i]); + $c = imagecolorallocatealpha($tmp, $red, $green, $blue, $opacity); + if ($this->image_frame == 1) { + imageline($tmp, $i, $i, $this->image_dst_x - $i -1, $i, $c); + imageline($tmp, $this->image_dst_x - $i -1, $this->image_dst_y - $i -1, $this->image_dst_x - $i -1, $i, $c); + imageline($tmp, $this->image_dst_x - $i -1, $this->image_dst_y - $i -1, $i, $this->image_dst_y - $i -1, $c); + imageline($tmp, $i, $i, $i, $this->image_dst_y - $i -1, $c); + } else { + imageline($tmp, $i, $i, $this->image_dst_x - $i -1, $i, $c); + imageline($tmp, $this->image_dst_x - $nb + $i, $this->image_dst_y - $nb + $i, $this->image_dst_x - $nb + $i, $nb - $i, $c); + imageline($tmp, $this->image_dst_x - $nb + $i, $this->image_dst_y - $nb + $i, $nb - $i, $this->image_dst_y - $nb + $i, $c); + imageline($tmp, $i, $i, $i, $this->image_dst_y - $i -1, $c); + } + } + // we transfert tmp into image_dst + $image_dst = $this->imagetransfer($tmp, $image_dst); + } + + // add bevel border + if ($gd_version >= 2 && $this->image_bevel > 0) { + if (empty($this->image_bevel_color1)) $this->image_bevel_color1 = '#FFFFFF'; + if (empty($this->image_bevel_color2)) $this->image_bevel_color2 = '#000000'; + list($red1, $green1, $blue1) = $this->getcolors($this->image_bevel_color1); + list($red2, $green2, $blue2) = $this->getcolors($this->image_bevel_color2); + $tmp = $this->imagecreatenew($this->image_dst_x, $this->image_dst_y); + imagecopy($tmp, $image_dst, 0, 0, 0, 0, $this->image_dst_x, $this->image_dst_y); + imagealphablending($tmp, true); + for ($i=0; $i<$this->image_bevel; $i++) { + $alpha = round(($i / $this->image_bevel) * 127); + $c1 = imagecolorallocatealpha($tmp, $red1, $green1, $blue1, $alpha); + $c2 = imagecolorallocatealpha($tmp, $red2, $green2, $blue2, $alpha); + imageline($tmp, $i, $i, $this->image_dst_x - $i -1, $i, $c1); + imageline($tmp, $this->image_dst_x - $i -1, $this->image_dst_y - $i, $this->image_dst_x - $i -1, $i, $c2); + imageline($tmp, $this->image_dst_x - $i -1, $this->image_dst_y - $i -1, $i, $this->image_dst_y - $i -1, $c2); + imageline($tmp, $i, $i, $i, $this->image_dst_y - $i -1, $c1); + } + // we transfert tmp into image_dst + $image_dst = $this->imagetransfer($tmp, $image_dst); + } + + // add watermark image + if ($this->image_watermark!='' && file_exists($this->image_watermark)) { + $this->log .= '- add watermark
    '; + $this->image_watermark_position = strtolower($this->image_watermark_position); + $watermark_info = getimagesize($this->image_watermark); + $watermark_type = (array_key_exists(2, $watermark_info) ? $watermark_info[2] : null); // 1 = GIF, 2 = JPG, 3 = PNG + $watermark_checked = false; + if ($watermark_type == IMAGETYPE_GIF) { + if (!$this->function_enabled('imagecreatefromgif')) { + $this->error = $this->translate('watermark_no_create_support', array('GIF')); + } else { + $filter = @imagecreatefromgif($this->image_watermark); + if (!$filter) { + $this->error = $this->translate('watermark_create_error', array('GIF')); + } else { + $this->log .= '    watermark source image is GIF
    '; + $watermark_checked = true; + } + } + } else if ($watermark_type == IMAGETYPE_JPEG) { + if (!$this->function_enabled('imagecreatefromjpeg')) { + $this->error = $this->translate('watermark_no_create_support', array('JPEG')); + } else { + $filter = @imagecreatefromjpeg($this->image_watermark); + if (!$filter) { + $this->error = $this->translate('watermark_create_error', array('JPEG')); + } else { + $this->log .= '    watermark source image is JPEG
    '; + $watermark_checked = true; + } + } + } else if ($watermark_type == IMAGETYPE_PNG) { + if (!$this->function_enabled('imagecreatefrompng')) { + $this->error = $this->translate('watermark_no_create_support', array('PNG')); + } else { + $filter = @imagecreatefrompng($this->image_watermark); + if (!$filter) { + $this->error = $this->translate('watermark_create_error', array('PNG')); + } else { + $this->log .= '    watermark source image is PNG
    '; + $watermark_checked = true; + } + } + } else if ($watermark_type == IMAGETYPE_WEBP) { + if (!$this->function_enabled('imagecreatefromwebp')) { + $this->error = $this->translate('watermark_no_create_support', array('WEBP')); + } else { + $filter = @imagecreatefromwebp($this->image_watermark); + if (!$filter) { + $this->error = $this->translate('watermark_create_error', array('WEBP')); + } else { + $this->log .= '    watermark source image is WEBP
    '; + $watermark_checked = true; + } + } + } else if ($watermark_type == IMAGETYPE_BMP) { + if (!method_exists($this, 'imagecreatefrombmp')) { + $this->error = $this->translate('watermark_no_create_support', array('BMP')); + } else { + $filter = @$this->imagecreatefrombmp($this->image_watermark); + if (!$filter) { + $this->error = $this->translate('watermark_create_error', array('BMP')); + } else { + $this->log .= '    watermark source image is BMP
    '; + $watermark_checked = true; + } + } + } else { + $this->error = $this->translate('watermark_invalid'); + } + if ($watermark_checked) { + $watermark_dst_width = $watermark_src_width = imagesx($filter); + $watermark_dst_height = $watermark_src_height = imagesy($filter); + + // if watermark is too large/tall, resize it first + if ((!$this->image_watermark_no_zoom_out && ($watermark_dst_width > $this->image_dst_x || $watermark_dst_height > $this->image_dst_y)) + || (!$this->image_watermark_no_zoom_in && $watermark_dst_width < $this->image_dst_x && $watermark_dst_height < $this->image_dst_y)) { + $canvas_width = $this->image_dst_x - abs($this->image_watermark_x); + $canvas_height = $this->image_dst_y - abs($this->image_watermark_y); + if (($watermark_src_width/$canvas_width) > ($watermark_src_height/$canvas_height)) { + $watermark_dst_width = $canvas_width; + $watermark_dst_height = intval($watermark_src_height*($canvas_width / $watermark_src_width)); + } else { + $watermark_dst_height = $canvas_height; + $watermark_dst_width = intval($watermark_src_width*($canvas_height / $watermark_src_height)); + } + $this->log .= '    watermark resized from '.$watermark_src_width.'x'.$watermark_src_height.' to '.$watermark_dst_width.'x'.$watermark_dst_height.'
    '; + + } + // determine watermark position + $watermark_x = 0; + $watermark_y = 0; + if (is_numeric($this->image_watermark_x)) { + if ($this->image_watermark_x < 0) { + $watermark_x = $this->image_dst_x - $watermark_dst_width + $this->image_watermark_x; + } else { + $watermark_x = $this->image_watermark_x; + } + } else { + if (strpos($this->image_watermark_position, 'r') !== false) { + $watermark_x = $this->image_dst_x - $watermark_dst_width; + } else if (strpos($this->image_watermark_position, 'l') !== false) { + $watermark_x = 0; + } else { + $watermark_x = ($this->image_dst_x - $watermark_dst_width) / 2; + } + } + if (is_numeric($this->image_watermark_y)) { + if ($this->image_watermark_y < 0) { + $watermark_y = $this->image_dst_y - $watermark_dst_height + $this->image_watermark_y; + } else { + $watermark_y = $this->image_watermark_y; + } + } else { + if (strpos($this->image_watermark_position, 'b') !== false) { + $watermark_y = $this->image_dst_y - $watermark_dst_height; + } else if (strpos($this->image_watermark_position, 't') !== false) { + $watermark_y = 0; + } else { + $watermark_y = ($this->image_dst_y - $watermark_dst_height) / 2; + } + } + imagealphablending($image_dst, true); + imagecopyresampled($image_dst, $filter, $watermark_x, $watermark_y, 0, 0, $watermark_dst_width, $watermark_dst_height, $watermark_src_width, $watermark_src_height); + } else { + $this->error = $this->translate('watermark_invalid'); + } + } + + // add text + if (!empty($this->image_text)) { + $this->log .= '- add text
    '; + + // calculate sizes in human readable format + $src_size = $this->file_src_size / 1024; + $src_size_mb = number_format($src_size / 1024, 1, ".", " "); + $src_size_kb = number_format($src_size, 1, ".", " "); + $src_size_human = ($src_size > 1024 ? $src_size_mb . " MB" : $src_size_kb . " kb"); + + $this->image_text = str_replace( + array('[src_name]', + '[src_name_body]', + '[src_name_ext]', + '[src_pathname]', + '[src_mime]', + '[src_size]', + '[src_size_kb]', + '[src_size_mb]', + '[src_size_human]', + '[src_x]', + '[src_y]', + '[src_pixels]', + '[src_type]', + '[src_bits]', + '[dst_path]', + '[dst_name_body]', + '[dst_name_ext]', + '[dst_name]', + '[dst_pathname]', + '[dst_x]', + '[dst_y]', + '[date]', + '[time]', + '[host]', + '[server]', + '[ip]', + '[gd_version]'), + array($this->file_src_name, + $this->file_src_name_body, + $this->file_src_name_ext, + $this->file_src_pathname, + $this->file_src_mime, + $this->file_src_size, + $src_size_kb, + $src_size_mb, + $src_size_human, + $this->image_src_x, + $this->image_src_y, + $this->image_src_pixels, + $this->image_src_type, + $this->image_src_bits, + $this->file_dst_path, + $this->file_dst_name_body, + $this->file_dst_name_ext, + $this->file_dst_name, + $this->file_dst_pathname, + $this->image_dst_x, + $this->image_dst_y, + date('Y-m-d'), + date('H:i:s'), + (isset($_SERVER['HTTP_HOST']) ? $_SERVER['HTTP_HOST'] : 'n/a'), + (isset($_SERVER['SERVER_NAME']) ? $_SERVER['SERVER_NAME'] : 'n/a'), + (isset($_SERVER['REMOTE_ADDR']) ? $_SERVER['REMOTE_ADDR'] : 'n/a'), + $this->gdversion(true)), + $this->image_text); + + if (!is_numeric($this->image_text_padding)) $this->image_text_padding = 0; + if (!is_numeric($this->image_text_line_spacing)) $this->image_text_line_spacing = 0; + if (!is_numeric($this->image_text_padding_x)) $this->image_text_padding_x = $this->image_text_padding; + if (!is_numeric($this->image_text_padding_y)) $this->image_text_padding_y = $this->image_text_padding; + $this->image_text_position = strtolower($this->image_text_position); + $this->image_text_direction = strtolower($this->image_text_direction); + $this->image_text_alignment = strtolower($this->image_text_alignment); + + $font_type = 'gd'; + + // if the font is a string with a GDF font path, we assume that we might want to load a font + if (!is_numeric($this->image_text_font) && strlen($this->image_text_font) > 4 && substr(strtolower($this->image_text_font), -4) == '.gdf') { + if (strpos($this->image_text_font, '/') === false) $this->image_text_font = "./" . $this->image_text_font; + $this->log .= '    try to load font ' . $this->image_text_font . '... '; + if ($this->image_text_font = @imageloadfont($this->image_text_font)) { + $this->log .= 'success
    '; + } else { + $this->log .= 'error
    '; + $this->image_text_font = 5; + } + } + + // if the font is a string with a TTF font path, we check if we can access the font file + if (!is_numeric($this->image_text_font) && strlen($this->image_text_font) > 4 && substr(strtolower($this->image_text_font), -4) == '.ttf') { + $this->log .= '    try to load font ' . $this->image_text_font . '... '; + if (strpos($this->image_text_font, '/') === false) $this->image_text_font = "./" . $this->image_text_font; + if (file_exists($this->image_text_font) && is_readable($this->image_text_font)) { + $this->log .= 'success
    '; + $font_type = 'tt'; + } else { + $this->log .= 'error
    '; + $this->image_text_font = 5; + } + } + + // get the text bounding box (GD fonts) + if ($font_type == 'gd') { + $text = explode("\n", $this->image_text); + $char_width = imagefontwidth($this->image_text_font); + $char_height = imagefontheight($this->image_text_font); + $text_height = 0; + $text_width = 0; + $line_height = 0; + $line_width = 0; + foreach ($text as $k => $v) { + if ($this->image_text_direction == 'v') { + $h = ($char_width * strlen($v)); + if ($h > $text_height) $text_height = $h; + $line_width = $char_height; + $text_width += $line_width + ($k < (sizeof($text)-1) ? $this->image_text_line_spacing : 0); + } else { + $w = ($char_width * strlen($v)); + if ($w > $text_width) $text_width = $w; + $line_height = $char_height; + $text_height += $line_height + ($k < (sizeof($text)-1) ? $this->image_text_line_spacing : 0); + } + } + $text_width += (2 * $this->image_text_padding_x); + $text_height += (2 * $this->image_text_padding_y); + + // get the text bounding box (TrueType fonts) + } else if ($font_type == 'tt') { + $text = $this->image_text; + if (!$this->image_text_angle) $this->image_text_angle = $this->image_text_direction == 'v' ? 90 : 0; + $text_height = 0; + $text_width = 0; + $text_offset_x = 0; + $text_offset_y = 0; + $rect = imagettfbbox($this->image_text_size, $this->image_text_angle, $this->image_text_font, $text ); + if ($rect) { + $minX = min(array($rect[0],$rect[2],$rect[4],$rect[6])); + $maxX = max(array($rect[0],$rect[2],$rect[4],$rect[6])); + $minY = min(array($rect[1],$rect[3],$rect[5],$rect[7])); + $maxY = max(array($rect[1],$rect[3],$rect[5],$rect[7])); + $text_offset_x = abs($minX) - 1; + $text_offset_y = abs($minY) - 1; + $text_width = $maxX - $minX + (2 * $this->image_text_padding_x); + $text_height = $maxY - $minY + (2 * $this->image_text_padding_y); + } + } + + // position the text block + $text_x = 0; + $text_y = 0; + if (is_numeric($this->image_text_x)) { + if ($this->image_text_x < 0) { + $text_x = $this->image_dst_x - $text_width + $this->image_text_x; + } else { + $text_x = $this->image_text_x; + } + } else { + if (strpos($this->image_text_position, 'r') !== false) { + $text_x = $this->image_dst_x - $text_width; + } else if (strpos($this->image_text_position, 'l') !== false) { + $text_x = 0; + } else { + $text_x = ($this->image_dst_x - $text_width) / 2; + } + } + if (is_numeric($this->image_text_y)) { + if ($this->image_text_y < 0) { + $text_y = $this->image_dst_y - $text_height + $this->image_text_y; + } else { + $text_y = $this->image_text_y; + } + } else { + if (strpos($this->image_text_position, 'b') !== false) { + $text_y = $this->image_dst_y - $text_height; + } else if (strpos($this->image_text_position, 't') !== false) { + $text_y = 0; + } else { + $text_y = ($this->image_dst_y - $text_height) / 2; + } + } + + // add a background, maybe transparent + if (!empty($this->image_text_background)) { + list($red, $green, $blue) = $this->getcolors($this->image_text_background); + if ($gd_version >= 2 && (is_numeric($this->image_text_background_opacity)) && $this->image_text_background_opacity >= 0 && $this->image_text_background_opacity <= 100) { + $filter = imagecreatetruecolor($text_width, $text_height); + $background_color = imagecolorallocate($filter, $red, $green, $blue); + imagefilledrectangle($filter, 0, 0, $text_width, $text_height, $background_color); + $this->imagecopymergealpha($image_dst, $filter, $text_x, $text_y, 0, 0, $text_width, $text_height, $this->image_text_background_opacity); + $this->imageunset($filter); + } else { + $background_color = imagecolorallocate($image_dst ,$red, $green, $blue); + imagefilledrectangle($image_dst, $text_x, $text_y, $text_x + $text_width, $text_y + $text_height, $background_color); + } + } + + $text_x += $this->image_text_padding_x; + $text_y += $this->image_text_padding_y; + $t_width = $text_width - (2 * $this->image_text_padding_x); + $t_height = $text_height - (2 * $this->image_text_padding_y); + list($red, $green, $blue) = $this->getcolors($this->image_text_color); + + // add the text, maybe transparent + if ($gd_version >= 2 && (is_numeric($this->image_text_opacity)) && $this->image_text_opacity >= 0 && $this->image_text_opacity <= 100) { + if ($t_width < 0) $t_width = 0; + if ($t_height < 0) $t_height = 0; + $filter = $this->imagecreatenew($t_width, $t_height, false, true); + $text_color = imagecolorallocate($filter ,$red, $green, $blue); + + if ($font_type == 'gd') { + foreach ($text as $k => $v) { + if ($this->image_text_direction == 'v') { + imagestringup($filter, + $this->image_text_font, + $k * ($line_width + ($k > 0 && $k < (sizeof($text)) ? $this->image_text_line_spacing : 0)), + $text_height - (2 * $this->image_text_padding_y) - ($this->image_text_alignment == 'l' ? 0 : (($t_height - strlen($v) * $char_width) / ($this->image_text_alignment == 'r' ? 1 : 2))) , + $v, + $text_color); + } else { + imagestring($filter, + $this->image_text_font, + ($this->image_text_alignment == 'l' ? 0 : (($t_width - strlen($v) * $char_width) / ($this->image_text_alignment == 'r' ? 1 : 2))), + $k * ($line_height + ($k > 0 && $k < (sizeof($text)) ? $this->image_text_line_spacing : 0)), + $v, + $text_color); + } + } + } else if ($font_type == 'tt') { + imagettftext($filter, + $this->image_text_size, + $this->image_text_angle, + $text_offset_x, + $text_offset_y, + $text_color, + $this->image_text_font, + $text); + } + $this->imagecopymergealpha($image_dst, $filter, $text_x, $text_y, 0, 0, $t_width, $t_height, $this->image_text_opacity); + $this->imageunset($filter); + + } else { + $text_color = imagecolorallocate($image_dst ,$red, $green, $blue); + if ($font_type == 'gd') { + foreach ($text as $k => $v) { + if ($this->image_text_direction == 'v') { + imagestringup($image_dst, + $this->image_text_font, + $text_x + $k * ($line_width + ($k > 0 && $k < (sizeof($text)) ? $this->image_text_line_spacing : 0)), + $text_y + $text_height - (2 * $this->image_text_padding_y) - ($this->image_text_alignment == 'l' ? 0 : (($t_height - strlen($v) * $char_width) / ($this->image_text_alignment == 'r' ? 1 : 2))), + $v, + $text_color); + } else { + imagestring($image_dst, + $this->image_text_font, + $text_x + ($this->image_text_alignment == 'l' ? 0 : (($t_width - strlen($v) * $char_width) / ($this->image_text_alignment == 'r' ? 1 : 2))), + $text_y + $k * ($line_height + ($k > 0 && $k < (sizeof($text)) ? $this->image_text_line_spacing : 0)), + $v, + $text_color); + } + } + } else if ($font_type == 'tt') { + imagettftext($image_dst, + $this->image_text_size, + $this->image_text_angle, + $text_offset_x + ($this->image_dst_x / 2) - ($text_width / 2) + $this->image_text_padding_x, + $text_offset_y + ($this->image_dst_y / 2) - ($text_height / 2) + $this->image_text_padding_y, + $text_color, + $this->image_text_font, + $text); + } + } + } + + // add a reflection + if ($this->image_reflection_height) { + $this->log .= '- add reflection : ' . $this->image_reflection_height . '
    '; + // we decode image_reflection_height, which can be a integer, a string in pixels or percentage + $image_reflection_height = $this->image_reflection_height; + if (strpos($image_reflection_height, '%')>0) $image_reflection_height = $this->image_dst_y * ((int) str_replace('%','',$image_reflection_height) / 100); + if (strpos($image_reflection_height, 'px')>0) $image_reflection_height = (int) str_replace('px','',$image_reflection_height); + $image_reflection_height = (int) $image_reflection_height; + if ($image_reflection_height > $this->image_dst_y) $image_reflection_height = $this->image_dst_y; + if (empty($this->image_reflection_opacity)) $this->image_reflection_opacity = 60; + // create the new destination image + $tmp = $this->imagecreatenew($this->image_dst_x, $this->image_dst_y + $image_reflection_height + $this->image_reflection_space, true); + $transparency = $this->image_reflection_opacity; + + // copy the original image + imagecopy($tmp, $image_dst, 0, 0, 0, 0, $this->image_dst_x, $this->image_dst_y + ($this->image_reflection_space < 0 ? $this->image_reflection_space : 0)); + + // we have to make sure the extra bit is the right color, or transparent + if ($image_reflection_height + $this->image_reflection_space > 0) { + // use the background color if present + if (!empty($this->image_background_color)) { + list($red, $green, $blue) = $this->getcolors($this->image_background_color); + $fill = imagecolorallocate($tmp, $red, $green, $blue); + } else { + $fill = imagecolorallocatealpha($tmp, 0, 0, 0, 127); + } + // fill in from the edge of the extra bit + imagefill($tmp, round($this->image_dst_x / 2), $this->image_dst_y + $image_reflection_height + $this->image_reflection_space - 1, $fill); + } + + // copy the reflection + for ($y = 0; $y < $image_reflection_height; $y++) { + for ($x = 0; $x < $this->image_dst_x; $x++) { + $pixel_b = imagecolorsforindex($tmp, imagecolorat($tmp, $x, $y + $this->image_dst_y + $this->image_reflection_space)); + $pixel_o = imagecolorsforindex($image_dst, imagecolorat($image_dst, $x, $this->image_dst_y - $y - 1 + ($this->image_reflection_space < 0 ? $this->image_reflection_space : 0))); + $alpha_o = 1 - ($pixel_o['alpha'] / 127); + $alpha_b = 1 - ($pixel_b['alpha'] / 127); + $opacity = $alpha_o * $transparency / 100; + if ($opacity > 0) { + $red = round((($pixel_o['red'] * $opacity) + ($pixel_b['red'] ) * $alpha_b) / ($alpha_b + $opacity)); + $green = round((($pixel_o['green'] * $opacity) + ($pixel_b['green']) * $alpha_b) / ($alpha_b + $opacity)); + $blue = round((($pixel_o['blue'] * $opacity) + ($pixel_b['blue'] ) * $alpha_b) / ($alpha_b + $opacity)); + $alpha = ($opacity + $alpha_b); + if ($alpha > 1) $alpha = 1; + $alpha = round((1 - $alpha) * 127); + $color = imagecolorallocatealpha($tmp, $red, $green, $blue, $alpha); + imagesetpixel($tmp, $x, $y + $this->image_dst_y + $this->image_reflection_space, $color); + } + } + if ($transparency > 0) $transparency = $transparency - ($this->image_reflection_opacity / $image_reflection_height); + } + + // copy the resulting image into the destination image + $this->image_dst_y = $this->image_dst_y + $image_reflection_height + $this->image_reflection_space; + $image_dst = $this->imagetransfer($tmp, $image_dst); + } + + // change opacity + if ($gd_version >= 2 && is_numeric($this->image_opacity) && $this->image_opacity < 100) { + $this->log .= '- change opacity
    '; + // create the new destination image + $tmp = $this->imagecreatenew($this->image_dst_x, $this->image_dst_y, true); + for($y=0; $y < $this->image_dst_y; $y++) { + for($x=0; $x < $this->image_dst_x; $x++) { + $pixel = imagecolorsforindex($image_dst, imagecolorat($image_dst, $x, $y)); + $alpha = $pixel['alpha'] + round((127 - $pixel['alpha']) * (100 - $this->image_opacity) / 100); + if ($alpha > 127) $alpha = 127; + if ($alpha > 0) { + $color = imagecolorallocatealpha($tmp, $pixel['red'] , $pixel['green'], $pixel['blue'], $alpha); + imagesetpixel($tmp, $x, $y, $color); + } + } + } + // copy the resulting image into the destination image + $image_dst = $this->imagetransfer($tmp, $image_dst); + } + + // reduce the JPEG image to a set desired size + if (is_numeric($this->jpeg_size) && $this->jpeg_size > 0 && ($this->image_convert == 'jpeg' || $this->image_convert == 'jpg')) { + // inspired by: JPEGReducer class version 1, 25 November 2004, Author: Huda M ElMatsani, justhuda at netscape dot net + $this->log .= '- JPEG desired file size : ' . $this->jpeg_size . '
    '; + // calculate size of each image. 75%, 50%, and 25% quality + ob_start(); imagejpeg($image_dst,null,75); $buffer = ob_get_contents(); ob_end_clean(); + $size75 = strlen($buffer); + ob_start(); imagejpeg($image_dst,null,50); $buffer = ob_get_contents(); ob_end_clean(); + $size50 = strlen($buffer); + ob_start(); imagejpeg($image_dst,null,25); $buffer = ob_get_contents(); ob_end_clean(); + $size25 = strlen($buffer); + + // make sure we won't divide by 0 + if ($size50 == $size25) $size50++; + if ($size75 == $size50 || $size75 == $size25) $size75++; + + // calculate gradient of size reduction by quality + $mgrad1 = 25 / ($size50-$size25); + $mgrad2 = 25 / ($size75-$size50); + $mgrad3 = 50 / ($size75-$size25); + $mgrad = ($mgrad1 + $mgrad2 + $mgrad3) / 3; + // result of approx. quality factor for expected size + $q_factor = round($mgrad * ($this->jpeg_size - $size50) + 50); + + if ($q_factor<1) { + $this->jpeg_quality=1; + } elseif ($q_factor>100) { + $this->jpeg_quality=100; + } else { + $this->jpeg_quality=$q_factor; + } + $this->log .= '    JPEG quality factor set to ' . $this->jpeg_quality . '
    '; + } + + // converts image from true color, and fix transparency if needed + $this->log .= '- converting...
    '; + $this->image_dst_type = $this->image_convert; + switch($this->image_convert) { + case 'gif': + // if the image is true color, we convert it to a palette + if (imageistruecolor($image_dst)) { + $this->log .= '    true color to palette
    '; + // creates a black and white mask + $mask = array(array()); + for ($x = 0; $x < $this->image_dst_x; $x++) { + for ($y = 0; $y < $this->image_dst_y; $y++) { + $pixel = imagecolorsforindex($image_dst, imagecolorat($image_dst, $x, $y)); + $mask[$x][$y] = $pixel['alpha']; + } + } + list($red, $green, $blue) = $this->getcolors($this->image_default_color); + // first, we merge the image with the background color, so we know which colors we will have + for ($x = 0; $x < $this->image_dst_x; $x++) { + for ($y = 0; $y < $this->image_dst_y; $y++) { + if ($mask[$x][$y] > 0){ + // we have some transparency. we combine the color with the default color + $pixel = imagecolorsforindex($image_dst, imagecolorat($image_dst, $x, $y)); + $alpha = ($mask[$x][$y] / 127); + $pixel['red'] = round(($pixel['red'] * (1 -$alpha) + $red * ($alpha))); + $pixel['green'] = round(($pixel['green'] * (1 -$alpha) + $green * ($alpha))); + $pixel['blue'] = round(($pixel['blue'] * (1 -$alpha) + $blue * ($alpha))); + $color = imagecolorallocate($image_dst, $pixel['red'], $pixel['green'], $pixel['blue']); + imagesetpixel($image_dst, $x, $y, $color); + } + } + } + // transforms the true color image into palette, with its merged default color + if (empty($this->image_background_color)) { + imagetruecolortopalette($image_dst, true, 255); + $transparency = imagecolorallocate($image_dst, 254, 1, 253); + imagecolortransparent($image_dst, $transparency); + // make the transparent areas transparent + for ($x = 0; $x < $this->image_dst_x; $x++) { + for ($y = 0; $y < $this->image_dst_y; $y++) { + // we test wether we have enough opacity to justify keeping the color + if ($mask[$x][$y] > 120) imagesetpixel($image_dst, $x, $y, $transparency); + } + } + } + unset($mask); + } + break; + case 'jpg': + case 'bmp': + // if the image doesn't support any transparency, then we merge it with the default color + $this->log .= '    fills in transparency with default color
    '; + list($red, $green, $blue) = $this->getcolors($this->image_default_color); + $transparency = imagecolorallocate($image_dst, $red, $green, $blue); + // make the transaparent areas transparent + for ($x = 0; $x < $this->image_dst_x; $x++) { + for ($y = 0; $y < $this->image_dst_y; $y++) { + // we test wether we have some transparency, in which case we will merge the colors + if (imageistruecolor($image_dst)) { + $rgba = imagecolorat($image_dst, $x, $y); + $pixel = array('red' => ($rgba >> 16) & 0xFF, + 'green' => ($rgba >> 8) & 0xFF, + 'blue' => $rgba & 0xFF, + 'alpha' => ($rgba & 0x7F000000) >> 24); + } else { + $pixel = imagecolorsforindex($image_dst, imagecolorat($image_dst, $x, $y)); + } + if ($pixel['alpha'] == 127) { + // we have full transparency. we make the pixel transparent + imagesetpixel($image_dst, $x, $y, $transparency); + } else if ($pixel['alpha'] > 0) { + // we have some transparency. we combine the color with the default color + $alpha = ($pixel['alpha'] / 127); + $pixel['red'] = round(($pixel['red'] * (1 -$alpha) + $red * ($alpha))); + $pixel['green'] = round(($pixel['green'] * (1 -$alpha) + $green * ($alpha))); + $pixel['blue'] = round(($pixel['blue'] * (1 -$alpha) + $blue * ($alpha))); + $color = imagecolorclosest($image_dst, $pixel['red'], $pixel['green'], $pixel['blue']); + imagesetpixel($image_dst, $x, $y, $color); + } + } + } + + break; + default: + break; + } + + // interlace options + if($this->image_interlace) imageinterlace($image_dst, true); + + // outputs image + $this->log .= '- saving image...
    '; + switch($this->image_convert) { + case 'jpeg': + case 'jpg': + if (!$return_mode) { + $result = @imagejpeg($image_dst, $this->file_dst_pathname, $this->jpeg_quality); + } else { + ob_start(); + $result = @imagejpeg($image_dst, null, $this->jpeg_quality); + $return_content = ob_get_contents(); + ob_end_clean(); + } + if (!$result) { + $this->processed = false; + $this->error = $this->translate('file_create', array('JPEG')); + } else { + $this->log .= '    JPEG image created
    '; + } + break; + case 'png': + imagealphablending( $image_dst, false ); + imagesavealpha( $image_dst, true ); + if (!$return_mode) { + if (is_numeric($this->png_compression) && version_compare(PHP_VERSION, '5.1.2') >= 0) { + $result = @imagepng($image_dst, $this->file_dst_pathname, $this->png_compression); + } else { + $result = @imagepng($image_dst, $this->file_dst_pathname); + } + } else { + ob_start(); + if (is_numeric($this->png_compression) && version_compare(PHP_VERSION, '5.1.2') >= 0) { + $result = @imagepng($image_dst, null, $this->png_compression); + } else { + $result = @imagepng($image_dst); + } + $return_content = ob_get_contents(); + ob_end_clean(); + } + if (!$result) { + $this->processed = false; + $this->error = $this->translate('file_create', array('PNG')); + } else { + $this->log .= '    PNG image created
    '; + } + break; + case 'webp': + imagealphablending( $image_dst, false ); + imagesavealpha( $image_dst, true ); + if (!$return_mode) { + $result = @imagewebp($image_dst, $this->file_dst_pathname, $this->webp_quality); + } else { + ob_start(); + $result = @imagewebp($image_dst, null, $this->webp_quality); + $return_content = ob_get_contents(); + ob_end_clean(); + } + if (!$result) { + $this->processed = false; + $this->error = $this->translate('file_create', array('WEBP')); + } else { + $this->log .= '    WEBP image created
    '; + } + break; + case 'gif': + if (!$return_mode) { + $result = @imagegif($image_dst, $this->file_dst_pathname); + } else { + ob_start(); + $result = @imagegif($image_dst); + $return_content = ob_get_contents(); + ob_end_clean(); + } + if (!$result) { + $this->processed = false; + $this->error = $this->translate('file_create', array('GIF')); + } else { + $this->log .= '    GIF image created
    '; + } + break; + case 'bmp': + if (!$return_mode) { + $result = $this->imagebmp($image_dst, $this->file_dst_pathname); + } else { + ob_start(); + $result = $this->imagebmp($image_dst); + $return_content = ob_get_contents(); + ob_end_clean(); + } + if (!$result) { + $this->processed = false; + $this->error = $this->translate('file_create', array('BMP')); + } else { + $this->log .= '    BMP image created
    '; + } + break; + + default: + $this->processed = false; + $this->error = $this->translate('no_conversion_type'); + } + if ($this->processed) { + $this->imageunset($image_src); + $this->imageunset($image_dst); + $this->log .= '    image objects destroyed
    '; + } + } + + } else { + $this->log .= '- no image processing wanted
    '; + + if (!$return_mode) { + // copy the file to its final destination. we don't use move_uploaded_file here + // if we happen to have open_basedir restrictions, it is a temp file that we copy, not the original uploaded file + if (!copy($this->file_src_pathname, $this->file_dst_pathname)) { + $this->processed = false; + $this->error = $this->translate('copy_failed'); + } + } else { + // returns the file, so that its content can be received by the caller + $return_content = @file_get_contents($this->file_src_pathname); + if ($return_content === false) { + $this->processed = false; + $this->error = $this->translate('reading_failed'); + } + } + } + } + + if ($this->processed) { + $this->log .= '- process OK
    '; + } else { + $this->log .= '- error: ' . $this->error . '
    '; + } + + // we reinit all the vars + $this->init(); + + // we may return the image content + if ($return_mode) return $return_content; + + } + + /** + * Deletes the uploaded file from its temporary location + * + * When PHP uploads a file, it stores it in a temporary location. + * When you {@link process} the file, you actually copy the resulting file to the given location, it doesn't alter the original file. + * Once you have processed the file as many times as you wanted, you can delete the uploaded file. + * If there is open_basedir restrictions, the uploaded file is in fact a temporary file + * + * You might want not to use this function if you work on local files, as it will delete the source file + * + * @access public + */ + function clean() { + $this->log .= 'cleanup
    '; + $this->log .= '- delete temp file ' . $this->file_src_pathname . '
    '; + @unlink($this->file_src_pathname); + } + + + /** + * Opens a BMP image + * + * This function has been written by DHKold, and is used with permission of the author + * + * @access public + */ + function imagecreatefrombmp($filename) { + if (! $f1 = fopen($filename,"rb")) return false; + + $file = unpack("vfile_type/Vfile_size/Vreserved/Vbitmap_offset", fread($f1,14)); + if ($file['file_type'] != 19778) return false; + + $bmp = unpack('Vheader_size/Vwidth/Vheight/vplanes/vbits_per_pixel'. + '/Vcompression/Vsize_bitmap/Vhoriz_resolution'. + '/Vvert_resolution/Vcolors_used/Vcolors_important', fread($f1,40)); + $bmp['colors'] = pow(2,$bmp['bits_per_pixel']); + if ($bmp['size_bitmap'] == 0) $bmp['size_bitmap'] = $file['file_size'] - $file['bitmap_offset']; + $bmp['bytes_per_pixel'] = $bmp['bits_per_pixel']/8; + $bmp['bytes_per_pixel2'] = ceil($bmp['bytes_per_pixel']); + $bmp['decal'] = ($bmp['width']*$bmp['bytes_per_pixel']/4); + $bmp['decal'] -= floor($bmp['width']*$bmp['bytes_per_pixel']/4); + $bmp['decal'] = 4-(4*$bmp['decal']); + if ($bmp['decal'] == 4) $bmp['decal'] = 0; + + $palette = array(); + if ($bmp['colors'] < 16777216) { + $palette = unpack('V'.$bmp['colors'], fread($f1,$bmp['colors']*4)); + } + + $im = fread($f1,$bmp['size_bitmap']); + $vide = chr(0); + + $res = imagecreatetruecolor($bmp['width'],$bmp['height']); + $P = 0; + $Y = $bmp['height']-1; + while ($Y >= 0) { + $X=0; + while ($X < $bmp['width']) { + if ($bmp['bits_per_pixel'] == 24) + $color = unpack("V",substr($im,$P,3).$vide); + elseif ($bmp['bits_per_pixel'] == 16) { + $color = unpack("n",substr($im,$P,2)); + $color[1] = $palette[$color[1]+1]; + } elseif ($bmp['bits_per_pixel'] == 8) { + $color = unpack("n",$vide.substr($im,$P,1)); + $color[1] = $palette[$color[1]+1]; + } elseif ($bmp['bits_per_pixel'] == 4) { + $color = unpack("n",$vide.substr($im,floor($P),1)); + if (($P*2)%2 == 0) $color[1] = ($color[1] >> 4) ; else $color[1] = ($color[1] & 0x0F); + $color[1] = $palette[$color[1]+1]; + } elseif ($bmp['bits_per_pixel'] == 1) { + $color = unpack("n",$vide.substr($im,floor($P),1)); + if (($P*8)%8 == 0) $color[1] = $color[1] >>7; + elseif (($P*8)%8 == 1) $color[1] = ($color[1] & 0x40)>>6; + elseif (($P*8)%8 == 2) $color[1] = ($color[1] & 0x20)>>5; + elseif (($P*8)%8 == 3) $color[1] = ($color[1] & 0x10)>>4; + elseif (($P*8)%8 == 4) $color[1] = ($color[1] & 0x8)>>3; + elseif (($P*8)%8 == 5) $color[1] = ($color[1] & 0x4)>>2; + elseif (($P*8)%8 == 6) $color[1] = ($color[1] & 0x2)>>1; + elseif (($P*8)%8 == 7) $color[1] = ($color[1] & 0x1); + $color[1] = $palette[$color[1]+1]; + } else + return false; + imagesetpixel($res,$X,$Y,$color[1]); + $X++; + $P += $bmp['bytes_per_pixel']; + } + $Y--; + $P+=$bmp['decal']; + } + fclose($f1); + return $res; + } + + /** + * Saves a BMP image + * + * This function has been published on the PHP website, and can be used freely + * + * @access public + */ + function imagebmp(&$im, $filename = "") { + + if (!$im) return false; + $w = imagesx($im); + $h = imagesy($im); + $result = ''; + + // if the image is not true color, we convert it first + if (!imageistruecolor($im)) { + $tmp = imagecreatetruecolor($w, $h); + imagecopy($tmp, $im, 0, 0, 0, 0, $w, $h); + $this->imageunset($im); + $im = & $tmp; + } + + $biBPLine = $w * 3; + $biStride = ($biBPLine + 3) & ~3; + $biSizeImage = $biStride * $h; + $bfOffBits = 54; + $bfSize = $bfOffBits + $biSizeImage; + + $result .= substr('BM', 0, 2); + $result .= pack ('VvvV', $bfSize, 0, 0, $bfOffBits); + $result .= pack ('VVVvvVVVVVV', 40, $w, $h, 1, 24, 0, $biSizeImage, 0, 0, 0, 0); + + $numpad = $biStride - $biBPLine; + for ($y = $h - 1; $y >= 0; --$y) { + for ($x = 0; $x < $w; ++$x) { + $col = imagecolorat ($im, $x, $y); + $result .= substr(pack ('V', $col), 0, 3); + } + for ($i = 0; $i < $numpad; ++$i) + $result .= pack ('C', 0); + } + + if($filename==""){ + echo $result; + } else { + $file = fopen($filename, "wb"); + fwrite($file, $result); + fclose($file); + } + return true; + } +} + +?> diff --git a/vendor/verot/class.upload.php/src/lang/class.upload.ca_CA.php b/vendor/verot/class.upload.php/src/lang/class.upload.ca_CA.php new file mode 100644 index 0000000..a8a8896 --- /dev/null +++ b/vendor/verot/class.upload.php/src/lang/class.upload.ca_CA.php @@ -0,0 +1,85 @@ + \ No newline at end of file diff --git a/vendor/verot/class.upload.php/src/lang/class.upload.cs_CS.php b/vendor/verot/class.upload.php/src/lang/class.upload.cs_CS.php new file mode 100644 index 0000000..24cab74 --- /dev/null +++ b/vendor/verot/class.upload.php/src/lang/class.upload.cs_CS.php @@ -0,0 +1,84 @@ + \ No newline at end of file diff --git a/vendor/verot/class.upload.php/src/lang/class.upload.da_DK.php b/vendor/verot/class.upload.php/src/lang/class.upload.da_DK.php new file mode 100644 index 0000000..8f17cf2 --- /dev/null +++ b/vendor/verot/class.upload.php/src/lang/class.upload.da_DK.php @@ -0,0 +1,87 @@ + diff --git a/vendor/verot/class.upload.php/src/lang/class.upload.de_DE.php b/vendor/verot/class.upload.php/src/lang/class.upload.de_DE.php new file mode 100644 index 0000000..d321492 --- /dev/null +++ b/vendor/verot/class.upload.php/src/lang/class.upload.de_DE.php @@ -0,0 +1,83 @@ + diff --git a/vendor/verot/class.upload.php/src/lang/class.upload.el_GR.php b/vendor/verot/class.upload.php/src/lang/class.upload.el_GR.php new file mode 100644 index 0000000..1825c79 --- /dev/null +++ b/vendor/verot/class.upload.php/src/lang/class.upload.el_GR.php @@ -0,0 +1,85 @@ + diff --git a/vendor/verot/class.upload.php/src/lang/class.upload.es_ES.php b/vendor/verot/class.upload.php/src/lang/class.upload.es_ES.php new file mode 100644 index 0000000..6faca9a --- /dev/null +++ b/vendor/verot/class.upload.php/src/lang/class.upload.es_ES.php @@ -0,0 +1,85 @@ + \ No newline at end of file diff --git a/vendor/verot/class.upload.php/src/lang/class.upload.et_EE.php b/vendor/verot/class.upload.php/src/lang/class.upload.et_EE.php new file mode 100644 index 0000000..f7177fa --- /dev/null +++ b/vendor/verot/class.upload.php/src/lang/class.upload.et_EE.php @@ -0,0 +1,85 @@ + \ No newline at end of file diff --git a/vendor/verot/class.upload.php/src/lang/class.upload.fa_IR.php b/vendor/verot/class.upload.php/src/lang/class.upload.fa_IR.php new file mode 100644 index 0000000..df69a1c --- /dev/null +++ b/vendor/verot/class.upload.php/src/lang/class.upload.fa_IR.php @@ -0,0 +1,88 @@ + + * @license http://opensource.org/licenses/gpl-license.php GNU Public License + * @copyright Morteza Karimi + * @package cmf + * @subpackage external + */ + + $translation = array(); + $translation['file_error'] = 'خطای Ùایل. لطÙا دوباره تلاش کنید.'; + $translation['local_file_missing'] = 'Ùایل محلی وجود ندارد.'; + $translation['local_file_not_readable'] = 'Ùایل محلی قابل خواندن نیست.'; + $translation['uploaded_too_big_ini'] = 'خطای بارگذاری Ùایل (حجم Ùایل بارگذاری شده بیشتر از مقدار تعری٠شده برای upload_max_filesize در php.ini است).'; + $translation['uploaded_too_big_html'] = 'خطای بارگذاری Ùایل (حجم Ùایل بارگذاری شده بیشتر از مقدار تعری٠شده برای MAX_FILE_SIZE در کد html Ùرم ورودی است).'; + $translation['uploaded_partial'] = 'خطای بارگذاری Ùایل (تنها بخشی از Ùایل بارگذاری شده).'; + $translation['uploaded_missing'] = 'خطای بارگذاری Ùایل (هیچ Ùایلی بارگذاری نشده است).'; + $translation['uploaded_no_tmp_dir'] = 'خطای بارگذاری Ùایل (پوشه Ùایل موقت وجود ندارد).'; + $translation['uploaded_cant_write'] = 'خطای بارگذاری Ùایل (نوشتن Ùایل بر روی دیسک شکست خورد).'; + $translation['uploaded_err_extension'] = 'خطای بارگذاری Ùایل (بارگذاری Ùایل بخاطر پسوند Ùایل متوق٠شد).'; + $translation['uploaded_unknown'] = 'خطای بارگذاری Ùایل (خطای نامشخص).'; + $translation['try_again'] = 'خطای بارگذاری Ùایل. دوباره تلاش کنید.'; + $translation['file_too_big'] = 'Ùایل بسیار بزرگ است.'; + $translation['no_mime'] = 'نوع MIME تشخیص داده نشد.'; + $translation['incorrect_file'] = 'نوع Ùایل اشتباه است.'; + $translation['image_too_wide'] = 'عرض تصویر بسیار زیاد است.'; + $translation['image_too_narrow'] = 'عرض تصویر بسیار Ú©Ù… است.'; + $translation['image_too_high'] = 'ارتÙاع تصویر بسیار زیاد است.'; + $translation['image_too_short'] = 'ارتÙاع تصویر بسیار Ú©Ù… است.'; + $translation['ratio_too_high'] = 'نسبت تصویر بیش از حد بالاست (تصویر بسیار عریض است).'; + $translation['ratio_too_low'] = 'نسبت تصویر بسیار پایین است (تصویر بسیار مرتÙع(طویل)است).'; + $translation['too_many_pixels'] = 'تعداد نقاط (عنصر تصویر) بسیار زیاد است.'; + $translation['not_enough_pixels'] = 'تعداد نقاط تصویر کاÙÛŒ است.'; + $translation['file_not_uploaded'] = 'Ùایل بارگذاری نشده است.امکان ادامه پردازش وجود ندارد..'; + $translation['already_exists'] = '%s در حال حاضر وجود دارد. لطÙا نام Ùایل را عوض کنید.'; + $translation['temp_file_missing'] = 'منبع پوشه Ùایل موقت صحیح نمی باشد. امکان ادامه پردازش وجود ندارد.'; + $translation['source_missing'] = 'منبع Ùایل بارگذاری شده صحیح نیست. امکان ادامه پردازش وجود ندارد.'; + $translation['destination_dir'] = 'شاخه مقصد ساخته نمیشود.امکان ادامه پردازش وجود ندارد.'; + $translation['destination_dir_missing'] = 'شاخه مقصد وجود ندارد. امکان ادامه پردازش وجود ندارد.'; + $translation['destination_path_not_dir'] = 'مسیر مقصد یک شاخه نیست. امکان ادامه پردازش وجود ندارد.'; + $translation['destination_dir_write'] = 'مقصد شاخه قابل نوشتن نیست. امکان ادامه پردازش وجود ندارد.'; + $translation['destination_path_write'] = 'مسیر مقصد قابل نوشتن نیست. امکان ادامه پردازش وجود ندارد.'; + $translation['temp_file'] = 'Ùایل موقتی نمیتوان ساخت. امکان ادامه پردازش وجود ندارد.'; + $translation['source_not_readable'] = 'منبع Ùایل قابل خواندن نیست. امکان ادامه پردازش وجود ندارد'; + $translation['no_create_support'] = 'را ندارد %s پشتیبانی.'; + $translation['create_error'] = ' از منبع%s خطای ساخت عکس.'; + $translation['source_invalid'] = 'منبع عکس قابل خواندن نیست.Ùایل مور نظر عکس نیست.'; + $translation['gd_missing'] = 'نیست GDدر حال حاضر.'; + $translation['watermark_no_create_support'] = 'پشتیبانی را ندارد . علامت سÙید چاپ خوانده نمی شود.'; + $translation['watermark_create_error'] = 'پشتیبانی خواندن را ندارد. علامت سÙید چاپ خوانده نمی شود.'; + $translation['watermark_invalid'] = 'اندازه عکس مشخص نیست. علامت سÙید چاپ خوانده نمیشود.'; + $translation['file_create'] = ' قابل ساخت نیست %s پشتیبانی.'; + $translation['no_conversion_type'] = 'هیچ نوع تبدیل پیدا نشد.'; + $translation['copy_failed'] = 'خطای Ú©Ù¾ÛŒ Ùایل روی سرور.Ùرایند Ú©Ù¾ÛŒ با شکست مواجه شد.'; + $translation['reading_failed'] = 'خطای خواندن Ùایل.'; + +?> diff --git a/vendor/verot/class.upload.php/src/lang/class.upload.fi_FI.php b/vendor/verot/class.upload.php/src/lang/class.upload.fi_FI.php new file mode 100644 index 0000000..b048a58 --- /dev/null +++ b/vendor/verot/class.upload.php/src/lang/class.upload.fi_FI.php @@ -0,0 +1,87 @@ + \ No newline at end of file diff --git a/vendor/verot/class.upload.php/src/lang/class.upload.fr_FR.php b/vendor/verot/class.upload.php/src/lang/class.upload.fr_FR.php new file mode 100644 index 0000000..a11c84a --- /dev/null +++ b/vendor/verot/class.upload.php/src/lang/class.upload.fr_FR.php @@ -0,0 +1,88 @@ + + * @license http://opensource.org/licenses/gpl-license.php GNU Public License + * @copyright Colin Verot + * @package cmf + * @subpackage external + */ + + $translation = array(); + $translation['file_error'] = 'Erreur de transmission. Essayez encore.'; + $translation['local_file_missing'] = 'Le fichier local n\'existe pas.'; + $translation['local_file_not_readable'] = 'Le fichier local ne peut être ouvert en lecture.'; + $translation['uploaded_too_big_ini'] = 'Le fichier transmis dépasse la taille autorisée dans la configuration php.ini.'; + $translation['uploaded_too_big_html'] = 'Le fichier transmis dépasse la taille autorisée dans le formulaire.'; + $translation['uploaded_partial'] = 'Le fichier n\' été que partiellement transmis.'; + $translation['uploaded_missing'] = 'Le serveur n\'a pas reçu de fichier.'; + $translation['uploaded_no_tmp_dir'] = 'Il n\'y a pas de répertoire temporaire disponible'; + $translation['uploaded_cant_write'] = 'Impossible d\'écrire sur le disque.'; + $translation['uploaded_err_extension'] = 'Upload stoppé par l\'extension.'; + $translation['uploaded_unknown'] = 'Erreur inconnue.'; + $translation['try_again'] = 'Erreur de transmission. Essayez encore.'; + $translation['file_too_big'] = 'Fichier trop gros.'; + $translation['no_mime'] = 'Le MIME type ne peut être détecté.'; + $translation['incorrect_file'] = 'Type de fichier incorrect.'; + $translation['image_too_wide'] = 'L\'image est trop large.'; + $translation['image_too_narrow'] = 'L\'image n\est pas assez large.'; + $translation['image_too_high'] = 'L\image est trop haute.'; + $translation['image_too_short'] = 'L\image n\est pas assez haute.'; + $translation['ratio_too_high'] = 'Le ratio est trop élevé (image trop large).'; + $translation['ratio_too_low'] = 'Le ratio est trop petit (image trop haute).'; + $translation['too_many_pixels'] = 'L\'image a trop de pixels.'; + $translation['not_enough_pixels'] = 'L\'image n\'a pas assez de pixels.'; + $translation['file_not_uploaded'] = 'Fichier non transmis. Impossible de continuer.'; + $translation['already_exists'] = '%s existe déjà. Changez le nom du fichier.'; + $translation['temp_file_missing'] = 'Le fichier source est incorrect. Impossible de continuer.'; + $translation['source_missing'] = 'Le fichier transmis est incorrect. Impossible de continuer.'; + $translation['destination_dir'] = 'Le répertoire de destination ne peut être crée. Impossible de continuer.'; + $translation['destination_dir_missing'] = 'Le répertoire de destination n\'existe pas. Impossible de continuer.'; + $translation['destination_path_not_dir'] = 'Le chemin de destination n\'est pas un répertoire. Impossible de continuer.'; + $translation['destination_dir_write'] = 'Le répertoire de destination ne peut être ouvert en écriture. Impossible de continuer.'; + $translation['destination_path_write'] = 'Le chemin de destination ne peut être ouvert en écriture. Impossible de continuer.'; + $translation['temp_file'] = 'Le fichier temporaire ne peut être crée. Impossible de continuer.'; + $translation['source_not_readable'] = 'Le fichier source ne peut être lu. Impossible de continuer.'; + $translation['no_create_support'] = 'Création depuis un fichier %s impossible.'; + $translation['create_error'] = 'Erreur lors de la création de l\'image %s depuis le fichier source.'; + $translation['source_invalid'] = 'Impossible de lire l\'image source. Est-ce une image?.'; + $translation['gd_missing'] = 'GD ne semble pas être présent.'; + $translation['watermark_no_create_support'] = 'Création depuis un fichier %s impossible, watermark ne peut être lu.'; + $translation['watermark_create_error'] = 'Erreur lors de la création du watermark %s depuis le fichier source.'; + $translation['watermark_invalid'] = 'Impossible de lire le watermark, format de fichier inconnu.'; + $translation['file_create'] = 'Création d\'un fichier %s impossible.'; + $translation['no_conversion_type'] = 'Le type de conversion n\'est pas défini.'; + $translation['copy_failed'] = 'La copie du fichier sur le serveur a échoué.'; + $translation['reading_failed'] = 'Erreur pendant la lecture du fichier.'; + +?> diff --git a/vendor/verot/class.upload.php/src/lang/class.upload.he_IL.php b/vendor/verot/class.upload.php/src/lang/class.upload.he_IL.php new file mode 100644 index 0000000..37d235b --- /dev/null +++ b/vendor/verot/class.upload.php/src/lang/class.upload.he_IL.php @@ -0,0 +1,86 @@ + diff --git a/vendor/verot/class.upload.php/src/lang/class.upload.hr_HR.php b/vendor/verot/class.upload.php/src/lang/class.upload.hr_HR.php new file mode 100644 index 0000000..829ad35 --- /dev/null +++ b/vendor/verot/class.upload.php/src/lang/class.upload.hr_HR.php @@ -0,0 +1,84 @@ + \ No newline at end of file diff --git a/vendor/verot/class.upload.php/src/lang/class.upload.hu_HU.php b/vendor/verot/class.upload.php/src/lang/class.upload.hu_HU.php new file mode 100644 index 0000000..f78204f --- /dev/null +++ b/vendor/verot/class.upload.php/src/lang/class.upload.hu_HU.php @@ -0,0 +1,86 @@ + \ No newline at end of file diff --git a/vendor/verot/class.upload.php/src/lang/class.upload.id_ID.php b/vendor/verot/class.upload.php/src/lang/class.upload.id_ID.php new file mode 100644 index 0000000..ab82b23 --- /dev/null +++ b/vendor/verot/class.upload.php/src/lang/class.upload.id_ID.php @@ -0,0 +1,86 @@ + \ No newline at end of file diff --git a/vendor/verot/class.upload.php/src/lang/class.upload.it_IT.php b/vendor/verot/class.upload.php/src/lang/class.upload.it_IT.php new file mode 100644 index 0000000..449fe5e --- /dev/null +++ b/vendor/verot/class.upload.php/src/lang/class.upload.it_IT.php @@ -0,0 +1,85 @@ + \ No newline at end of file diff --git a/vendor/verot/class.upload.php/src/lang/class.upload.ja_JP.php b/vendor/verot/class.upload.php/src/lang/class.upload.ja_JP.php new file mode 100644 index 0000000..f40122a --- /dev/null +++ b/vendor/verot/class.upload.php/src/lang/class.upload.ja_JP.php @@ -0,0 +1,88 @@ + diff --git a/vendor/verot/class.upload.php/src/lang/class.upload.lt_LT.php b/vendor/verot/class.upload.php/src/lang/class.upload.lt_LT.php new file mode 100644 index 0000000..5f89c37 --- /dev/null +++ b/vendor/verot/class.upload.php/src/lang/class.upload.lt_LT.php @@ -0,0 +1,88 @@ + diff --git a/vendor/verot/class.upload.php/src/lang/class.upload.mk_MK.php b/vendor/verot/class.upload.php/src/lang/class.upload.mk_MK.php new file mode 100644 index 0000000..eec5f73 --- /dev/null +++ b/vendor/verot/class.upload.php/src/lang/class.upload.mk_MK.php @@ -0,0 +1,88 @@ + \ No newline at end of file diff --git a/vendor/verot/class.upload.php/src/lang/class.upload.nl_NL.php b/vendor/verot/class.upload.php/src/lang/class.upload.nl_NL.php new file mode 100644 index 0000000..c5d36bf --- /dev/null +++ b/vendor/verot/class.upload.php/src/lang/class.upload.nl_NL.php @@ -0,0 +1,86 @@ + diff --git a/vendor/verot/class.upload.php/src/lang/class.upload.no_NO.php b/vendor/verot/class.upload.php/src/lang/class.upload.no_NO.php new file mode 100644 index 0000000..d096f14 --- /dev/null +++ b/vendor/verot/class.upload.php/src/lang/class.upload.no_NO.php @@ -0,0 +1,85 @@ + \ No newline at end of file diff --git a/vendor/verot/class.upload.php/src/lang/class.upload.pl_PL.php b/vendor/verot/class.upload.php/src/lang/class.upload.pl_PL.php new file mode 100644 index 0000000..8291017 --- /dev/null +++ b/vendor/verot/class.upload.php/src/lang/class.upload.pl_PL.php @@ -0,0 +1,85 @@ + \ No newline at end of file diff --git a/vendor/verot/class.upload.php/src/lang/class.upload.pt_BR.php b/vendor/verot/class.upload.php/src/lang/class.upload.pt_BR.php new file mode 100644 index 0000000..0b1c53f --- /dev/null +++ b/vendor/verot/class.upload.php/src/lang/class.upload.pt_BR.php @@ -0,0 +1,88 @@ + diff --git a/vendor/verot/class.upload.php/src/lang/class.upload.ro_RO.php b/vendor/verot/class.upload.php/src/lang/class.upload.ro_RO.php new file mode 100644 index 0000000..b0210c7 --- /dev/null +++ b/vendor/verot/class.upload.php/src/lang/class.upload.ro_RO.php @@ -0,0 +1,84 @@ + \ No newline at end of file diff --git a/vendor/verot/class.upload.php/src/lang/class.upload.ru_RU.php b/vendor/verot/class.upload.php/src/lang/class.upload.ru_RU.php new file mode 100644 index 0000000..d39086b --- /dev/null +++ b/vendor/verot/class.upload.php/src/lang/class.upload.ru_RU.php @@ -0,0 +1,85 @@ + diff --git a/vendor/verot/class.upload.php/src/lang/class.upload.ru_RU.windows-1251.php b/vendor/verot/class.upload.php/src/lang/class.upload.ru_RU.windows-1251.php new file mode 100644 index 0000000..9161dc5 --- /dev/null +++ b/vendor/verot/class.upload.php/src/lang/class.upload.ru_RU.windows-1251.php @@ -0,0 +1,85 @@ + diff --git a/vendor/verot/class.upload.php/src/lang/class.upload.sk_SK.php b/vendor/verot/class.upload.php/src/lang/class.upload.sk_SK.php new file mode 100644 index 0000000..8c4c75c --- /dev/null +++ b/vendor/verot/class.upload.php/src/lang/class.upload.sk_SK.php @@ -0,0 +1,84 @@ + \ No newline at end of file diff --git a/vendor/verot/class.upload.php/src/lang/class.upload.sr_YU.php b/vendor/verot/class.upload.php/src/lang/class.upload.sr_YU.php new file mode 100644 index 0000000..4e4f706 --- /dev/null +++ b/vendor/verot/class.upload.php/src/lang/class.upload.sr_YU.php @@ -0,0 +1,84 @@ + \ No newline at end of file diff --git a/vendor/verot/class.upload.php/src/lang/class.upload.sv_SE.php b/vendor/verot/class.upload.php/src/lang/class.upload.sv_SE.php new file mode 100644 index 0000000..8540357 --- /dev/null +++ b/vendor/verot/class.upload.php/src/lang/class.upload.sv_SE.php @@ -0,0 +1,84 @@ + \ No newline at end of file diff --git a/vendor/verot/class.upload.php/src/lang/class.upload.ta_TA.php b/vendor/verot/class.upload.php/src/lang/class.upload.ta_TA.php new file mode 100644 index 0000000..38fb19a --- /dev/null +++ b/vendor/verot/class.upload.php/src/lang/class.upload.ta_TA.php @@ -0,0 +1,88 @@ + diff --git a/vendor/verot/class.upload.php/src/lang/class.upload.tr_TR.php b/vendor/verot/class.upload.php/src/lang/class.upload.tr_TR.php new file mode 100644 index 0000000..8a38fe3 --- /dev/null +++ b/vendor/verot/class.upload.php/src/lang/class.upload.tr_TR.php @@ -0,0 +1,88 @@ + + + diff --git a/vendor/verot/class.upload.php/src/lang/class.upload.uk_UA.php b/vendor/verot/class.upload.php/src/lang/class.upload.uk_UA.php new file mode 100644 index 0000000..83f38dc --- /dev/null +++ b/vendor/verot/class.upload.php/src/lang/class.upload.uk_UA.php @@ -0,0 +1,85 @@ + \ No newline at end of file diff --git a/vendor/verot/class.upload.php/src/lang/class.upload.uk_UA.windows-1251.php b/vendor/verot/class.upload.php/src/lang/class.upload.uk_UA.windows-1251.php new file mode 100644 index 0000000..39afdee --- /dev/null +++ b/vendor/verot/class.upload.php/src/lang/class.upload.uk_UA.windows-1251.php @@ -0,0 +1,85 @@ + \ No newline at end of file diff --git a/vendor/verot/class.upload.php/src/lang/class.upload.vn_VN.php b/vendor/verot/class.upload.php/src/lang/class.upload.vn_VN.php new file mode 100644 index 0000000..dd65d7d --- /dev/null +++ b/vendor/verot/class.upload.php/src/lang/class.upload.vn_VN.php @@ -0,0 +1,85 @@ + \ No newline at end of file diff --git a/vendor/verot/class.upload.php/src/lang/class.upload.xx_XX.php b/vendor/verot/class.upload.php/src/lang/class.upload.xx_XX.php new file mode 100644 index 0000000..cfc33f9 --- /dev/null +++ b/vendor/verot/class.upload.php/src/lang/class.upload.xx_XX.php @@ -0,0 +1,88 @@ + \ No newline at end of file diff --git a/vendor/verot/class.upload.php/src/lang/class.upload.zh_CN.gb-2312.php b/vendor/verot/class.upload.php/src/lang/class.upload.zh_CN.gb-2312.php new file mode 100644 index 0000000..4cb4b11 --- /dev/null +++ b/vendor/verot/class.upload.php/src/lang/class.upload.zh_CN.gb-2312.php @@ -0,0 +1,86 @@ + \ No newline at end of file diff --git a/vendor/verot/class.upload.php/src/lang/class.upload.zh_CN.php b/vendor/verot/class.upload.php/src/lang/class.upload.zh_CN.php new file mode 100644 index 0000000..d7d70f7 --- /dev/null +++ b/vendor/verot/class.upload.php/src/lang/class.upload.zh_CN.php @@ -0,0 +1,85 @@ + \ No newline at end of file diff --git a/vendor/verot/class.upload.php/src/lang/class.upload.zh_TW.php b/vendor/verot/class.upload.php/src/lang/class.upload.zh_TW.php new file mode 100644 index 0000000..36078ff --- /dev/null +++ b/vendor/verot/class.upload.php/src/lang/class.upload.zh_TW.php @@ -0,0 +1,87 @@ + \ No newline at end of file diff --git a/vendor/verot/class.upload.php/test/bg.gif b/vendor/verot/class.upload.php/test/bg.gif new file mode 100644 index 0000000000000000000000000000000000000000..4a2bd05846dadd945db2d130cedd65c243547af4 GIT binary patch literal 73 zcmZ?wbh9u|6k!lyXkcV`_wL>Q|NnIufB+=Iz@*XAzwq>n14$L0dR1?Z2Kc|LjW|&n b<=M2bebcL-QMxv}OnsMbm+?+zWUvMR?t&d0 literal 0 HcmV?d00001 diff --git a/vendor/verot/class.upload.php/test/foo.gdf b/vendor/verot/class.upload.php/test/foo.gdf new file mode 100644 index 0000000000000000000000000000000000000000..f5f7e36ede9c583269f495f01cabb7b1b3f76be1 GIT binary patch literal 11027 zcmeHGOLn9%4D77u5_7M)|2@XCY$26O1_OE7grpn0R3FLE|3073-}d=4KJE5{*B8y+ zL8-xqI~cc>34^01dSM}<82r@`{fhxlxzX)sb~2Y-ab`s$ru|je^ikIILv&WB7pqGG zrU)-{8B?^3D~Zn4Ewz{a%~3~qVaYNW7TR^WoLjL?xF_RmhBC}T+d}G$Q(+AEej96U zMbPq%A>3k|jkfMn-)pCw_lAY5MS;#E1zYAfWfd`Ga{vW%m(9XfRL4nD#x0e70{&RjfGmFO!tV2gkgKAbzq(Gw1D2?S`sYG%;6!;aDF;k#*{gsvRzB*ZXP)hBJ)1uiDKfJMU^% zLjz)lmm-ME-q=UQ$OV)m%p_U-cQ^`TTZbs^KbE?~Q}V9CwY zxp66Rbcm!|)^Q=DUJR^#t=r$l?+M&Hf%$T=7w?|q_o}L&n52#w>^G?UJlV?Quz@+a zh(}bYbq3yNTb7;25*LmNex9AROjXUs)0xBBw0#WLjEk^oGEeO<1e=Fzh}&_qitFsI zFIj{J8`x`7eh##EiUq zV`7$j;RIMTKR%Ai>%gLA$W^@5vMwXF&&pj?)y4V^UeH9SHB+XCER<-O3o9;IjxF@Y zNfFfmjM+gi%^XAfZabatW<9#P TzSCLOpMc}(lJnFfkq7V}9oGYq literal 0 HcmV?d00001 diff --git a/vendor/verot/class.upload.php/test/foo.ttf b/vendor/verot/class.upload.php/test/foo.ttf new file mode 100644 index 0000000000000000000000000000000000000000..de8a9e153f420b6d0a4349013d96298840b2d3f2 GIT binary patch literal 342492 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�QIj~GG#yTUQ%|_rUsIWB0FY*bm_P) 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 + + + + class.upload.php test forms + + + + + +

    class.upload.php test forms

    + +
    +
    + Simple upload +

    Pick up a file to upload, and press "upload"

    + +

    +

    +

    + +
    + +
    + Image upload +

    Pick up an image to upload, and press "upload"

    +
    +

    +

    +

    + +
    + +
    + XMLHttpRequest upload +

    Pick up one file to upload, and press "upload"

    +
    +

    +
    +

    +

    +
    + +
    +
    + +
    + HTML5 File Drag & Drop API +

    Drag and drop one file to upload, and press "upload"

    +
    +

    +
    ... drag and drop here ...
    +
    +

    +

    +
    + +
    +
    + +
    + Multiple upload +

    Pick up some files to upload, and press "upload"

    +
    +

    +

    +

    +

    +

    + +
    + +
    + Multiple upload flexible +

    Pick up some files to upload, and press "upload"

    +
    +

    +

    +

    + +

    Note: Number of processed files per request on the server is also limited by PHP ini setting max_file_uploads.

    +
    + +
    + Image local manipulation +

    Enter a local file name (absolute or relative) for a small image, and press "process"

    +
    +

    +

    +

    + +
    + +
    + Base64-encoded image data +

    Copy here base64-encoded file data, and press "process"

    +
    +

    +

    +

    + +
    +
    + + + + + diff --git a/vendor/verot/class.upload.php/test/test.bmp b/vendor/verot/class.upload.php/test/test.bmp new file mode 100644 index 0000000000000000000000000000000000000000..fa60d84885b0047a835db58e1372d1ba9cbd9204 GIT binary patch literal 45254 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 z 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 literal 0 HcmV?d00001 diff --git a/vendor/verot/class.upload.php/test/test.webp b/vendor/verot/class.upload.php/test/test.webp new file mode 100644 index 0000000000000000000000000000000000000000..fd33a5efd6bbef8706de232686cfec355af72585 GIT binary patch literal 8398 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 kx=8=-fl8cnbS + + + + + + + class.php.upload test forms + + + + + + +

    class.upload.php test forms

    + +uploaded) { + + // yes, the file is on the server + // now, we start the upload 'process'. That is, to copy the uploaded file + // from its temporary location to the wanted location + // It could be something like $handle->process('/home/www/my_uploads/'); + $handle->process($dir_dest); + + // we check if everything went OK + if ($handle->processed) { + // everything was fine ! + echo '

    '; + echo ' File uploaded with success
    '; + echo ' File:
    ' . $handle->file_dst_name . ''; + echo ' (' . round(filesize($handle->file_dst_pathname)/256)/4 . 'KB)'; + echo '

    '; + } else { + // one error occured + echo '

    '; + echo ' File not uploaded to the wanted location
    '; + echo ' Error: ' . $handle->error . ''; + echo '

    '; + } + + // we delete the temporary files + $handle-> clean(); + + } else { + // if we're here, the upload file failed for some reasons + // i.e. the server didn't receive the file + echo '

    '; + echo ' File not uploaded on the server
    '; + echo ' Error: ' . $handle->error . ''; + echo '

    '; + } + + $log .= $handle->log . '
    '; + + +} else if ($action == 'base64') { + + // ---------- BASE64 FILE ---------- + + // we create an instance of the class, giving as argument the data string + $handle = new Upload((isset($_POST['my_field']) ? $_POST['my_field'] : (isset($_GET['file']) ? $_GET['file'] : ''))); + + // check if a temporary file has been created with the file data + if ($handle->uploaded) { + + // yes, the file is on the server + $handle->process($dir_dest); + + // we check if everything went OK + if ($handle->processed) { + // everything was fine ! + echo '

    '; + echo ' File uploaded with success
    '; + echo ' File: ' . $handle->file_dst_name . ''; + echo ' (' . round(filesize($handle->file_dst_pathname)/256)/4 . 'KB)'; + echo '

    '; + } else { + // one error occured + echo '

    '; + echo ' File not uploaded to the wanted location
    '; + echo ' Error: ' . $handle->error . ''; + echo '

    '; + } + + // we delete the temporary files + $handle-> clean(); + + } else { + // if we're here, the file failed for some reasons + echo '

    '; + echo ' File not uploaded on the server
    '; + echo ' Error: ' . $handle->error . ''; + echo '

    '; + } + + $log .= $handle->log . '
    '; + +} else if ($action == 'image') { + + // ---------- IMAGE UPLOAD ---------- + + // we create an instance of the class, giving as argument the PHP object + // corresponding to the file field from the form + // All the uploads are accessible from the PHP object $_FILES + $handle = new Upload($_FILES['my_field']); + + // then we check if the file has been uploaded properly + // in its *temporary* location in the server (often, it is /tmp) + if ($handle->uploaded) { + + // yes, the file is on the server + // below are some example settings which can be used if the uploaded file is an image. + $handle->image_resize = true; + $handle->image_ratio_y = true; + $handle->image_x = 300; + + // now, we start the upload 'process'. That is, to copy the uploaded file + // from its temporary location to the wanted location + // It could be something like $handle->process('/home/www/my_uploads/'); + $handle->process($dir_dest); + + // we check if everything went OK + if ($handle->processed) { + // everything was fine ! + echo '

    '; + echo ' File uploaded with success
    '; + echo ' '; + $info = getimagesize($handle->file_dst_pathname); + echo ' File: ' . $handle->file_dst_name . '
    '; + echo ' (' . $info['mime'] . ' - ' . $info[0] . ' x ' . $info[1] .' - ' . round(filesize($handle->file_dst_pathname)/256)/4 . 'KB)'; + echo '

    '; + } else { + // one error occured + echo '

    '; + echo ' File not uploaded to the wanted location
    '; + echo ' Error: ' . $handle->error . ''; + echo '

    '; + } + + // we now process the image a second time, with some other settings + $handle->image_resize = true; + $handle->image_ratio_y = true; + $handle->image_x = 300; + $handle->image_reflection_height = '25%'; + $handle->image_contrast = 50; + + $handle->process($dir_dest); + + // we check if everything went OK + if ($handle->processed) { + // everything was fine ! + echo '

    '; + echo ' File uploaded with success
    '; + echo ' '; + $info = getimagesize($handle->file_dst_pathname); + echo ' File: ' . $handle->file_dst_name . '
    '; + echo ' (' . $info['mime'] . ' - ' . $info[0] . ' x ' . $info[1] .' - ' . round(filesize($handle->file_dst_pathname)/256)/4 . 'KB)'; + echo '

    '; + } else { + // one error occured + echo '

    '; + echo ' File not uploaded to the wanted location
    '; + echo ' Error: ' . $handle->error . ''; + echo '

    '; + } + + // we delete the temporary files + $handle-> clean(); + + } else { + // if we're here, the upload file failed for some reasons + // i.e. the server didn't receive the file + echo '

    '; + echo ' File not uploaded on the server
    '; + echo ' Error: ' . $handle->error . ''; + echo '

    '; + } + + $log .= $handle->log . '
    '; + +} else if ($action == 'xhr') { + + // ---------- XMLHttpRequest UPLOAD ---------- + + // we first check if it is a XMLHttpRequest call + if (isset($_SERVER['HTTP_X_FILE_NAME']) && isset($_SERVER['CONTENT_LENGTH'])) { + + // we create an instance of the class, feeding in the name of the file + // sent via a XMLHttpRequest request, prefixed with 'php:' + $handle = new Upload('php:'.$_SERVER['HTTP_X_FILE_NAME']); + + } else { + // we create an instance of the class, giving as argument the PHP object + // corresponding to the file field from the form + // This is the fallback, using the standard way + $handle = new Upload($_FILES['my_field']); + } + + // then we check if the file has been uploaded properly + // in its *temporary* location in the server (often, it is /tmp) + if ($handle->uploaded) { + + // yes, the file is on the server + // now, we start the upload 'process'. That is, to copy the uploaded file + // from its temporary location to the wanted location + // It could be something like $handle->process('/home/www/my_uploads/'); + $handle->process($dir_dest); + + // we check if everything went OK + if ($handle->processed) { + // everything was fine ! + echo '

    '; + echo ' File uploaded with success
    '; + echo ' File: ' . $handle->file_dst_name . ''; + echo ' (' . round(filesize($handle->file_dst_pathname)/256)/4 . 'KB)'; + echo '

    '; + } else { + // one error occured + echo '

    '; + echo ' File not uploaded to the wanted location
    '; + echo ' Error: ' . $handle->error . ''; + echo '

    '; + } + + // we delete the temporary files + $handle-> clean(); + + } else { + // if we're here, the upload file failed for some reasons + // i.e. the server didn't receive the file + echo '

    '; + echo ' File not uploaded on the server
    '; + echo ' Error: ' . $handle->error . ''; + echo '

    '; + } + + $log .= $handle->log . '
    '; + +} else if ($action == 'multiple') { + + // ---------- MULTIPLE UPLOADS ---------- + + // as it is multiple uploads, we will parse the $_FILES array to reorganize it into $files + $files = array(); + foreach ($_FILES['my_field'] as $k => $l) { + foreach ($l as $i => $v) { + if (!array_key_exists($i, $files)) + $files[$i] = array(); + $files[$i][$k] = $v; + } + } + + // now we can loop through $files, and feed each element to the class + foreach ($files as $file) { + + // we instanciate the class for each element of $file + $handle = new Upload($file); + + // then we check if the file has been uploaded properly + // in its *temporary* location in the server (often, it is /tmp) + if ($handle->uploaded) { + + // now, we start the upload 'process'. That is, to copy the uploaded file + // from its temporary location to the wanted location + // It could be something like $handle->process('/home/www/my_uploads/'); + $handle->process($dir_dest); + + // we check if everything went OK + if ($handle->processed) { + // everything was fine ! + echo '

    '; + echo ' File uploaded with success
    '; + echo ' File: ' . $handle->file_dst_name . ''; + echo ' (' . round(filesize($handle->file_dst_pathname)/256)/4 . 'KB)'; + echo '

    '; + } else { + // one error occured + echo '

    '; + echo ' File not uploaded to the wanted location
    '; + echo ' Error: ' . $handle->error . ''; + echo '

    '; + } + + } else { + // if we're here, the upload file failed for some reasons + // i.e. the server didn't receive the file + echo '

    '; + echo ' File not uploaded on the server
    '; + echo ' Error: ' . $handle->error . ''; + echo '

    '; + } + + $log .= $handle->log . '
    '; + } + +} else if ($action == 'local' || isset($_GET['file'])) { + + // ---------- LOCAL PROCESSING ---------- + + + //error_reporting(E_ALL ^ (E_NOTICE | E_USER_NOTICE | E_WARNING | E_USER_WARNING)); + ini_set("max_execution_time",0); + + // we don't upload, we just send a local filename (image) + $handle = new Upload((isset($_POST['my_field']) ? $_POST['my_field'] : (isset($_GET['file']) ? $_GET['file'] : ''))); + + // then we check if the file has been "uploaded" properly + // in our case, it means if the file is present on the local file system + if ($handle->uploaded) { + + // now, we start a serie of processes, with different parameters + // we use a little function TestProcess() to avoid repeting the same code too many times + function TestProcess(&$handle, $title = 'test', $details='') { + global $dir_pics, $dir_dest; + + $handle->process($dir_dest); + + if ($handle->processed) { + echo '
    '; + echo ' ' . $title . ''; + echo '
    '; + $info = getimagesize($handle->file_dst_pathname); + echo '

    ' . $info['mime'] . '  -  ' . $info[0] . ' x ' . $info[1] .'  -  ' . round(filesize($handle->file_dst_pathname)/256)/4 . 'KB

    '; + if ($details) echo '
    ' . htmlentities($details) . '
    '; + echo '
    '; + } else { + echo '
    '; + echo ' ' . $title . ''; + echo ' Error: ' . $handle->error . ''; + if ($details) echo '
    ' . htmlentities($details) . '
    '; + echo '
    '; + } + } + if (!file_exists($dir_dest)) mkdir($dir_dest); + + // ----------- + TestProcess($handle, 'original file', ''); + + // ----------- + $handle->image_resize = true; + $handle->image_ratio_y = true; + $handle->image_x = 50; + TestProcess($handle, 'width 50, height auto', "\$foo->image_resize = true;\n\$foo->image_ratio_y = true;\n\$foo->image_x = 50;"); + + // ----------- + $handle->image_resize = true; + $handle->image_ratio_x = true; + $handle->image_y = 50; + TestProcess($handle, 'height 50, width auto', "\$foo->image_resize = true;\n\$foo->image_ratio_x = true;\n\$foo->image_y = 50;"); + + // ----------- + $handle->image_resize = true; + $handle->image_y = 50; + $handle->image_x = 50; + TestProcess($handle, 'height 50, width 50', "\$foo->image_resize = true;\n\$foo->image_y = 50;\n\$foo->image_x = 50;"); + + // ----------- + $handle->image_resize = true; + $handle->image_ratio = true; + $handle->image_y = 50; + $handle->image_x = 50; + TestProcess($handle, 'height 50, width 50, keeping ratio', "\$foo->image_resize = true;\n\$foo->image_ratio = true;\n\$foo->image_y = 50;\n\$foo->image_x = 50;"); + + // ----------- + $handle->image_resize = true; + $handle->image_ratio_crop = true; + $handle->image_y = 50; + $handle->image_x = 50; + TestProcess($handle, '50x50, keeping ratio, cropping excedent', "\$foo->image_resize = true;\n\$foo->image_ratio_crop = true;\n\$foo->image_y = 50;\n\$foo->image_x = 50;"); + + // ----------- + $handle->image_resize = true; + $handle->image_ratio_crop = 'L'; + $handle->image_y = 50; + $handle->image_x = 50; + TestProcess($handle, '50x50, keeping ratio, cropping right excedent', "\$foo->image_resize = true;\n\$foo->image_ratio_crop = 'L';\n\$foo->image_y = 50;\n\$foo->image_x = 50;"); + + // ----------- + $handle->image_resize = true; + $handle->image_ratio_crop = 'R'; + $handle->image_y = 50; + $handle->image_x = 50; + TestProcess($handle, '50x50, keeping ratio, cropping left excedent', "\$foo->image_resize = true;\n\$foo->image_ratio_crop = 'R';\n\$foo->image_y = 50;\n\$foo->image_x = 50;"); + + // ----------- + $handle->image_resize = true; + $handle->image_ratio_fill = true; + $handle->image_y = 50; + $handle->image_x = 150; + TestProcess($handle, '150x50, keeping ratio, filling in', "\$foo->image_resize = true;\n\$foo->image_ratio_fill = true;\n\$foo->image_y = 50;\n\$foo->image_x = 150;"); + + // ----------- + $handle->image_resize = true; + $handle->image_ratio_fill = 'L'; + $handle->image_y = 50; + $handle->image_x = 150; + TestProcess($handle, '150x50, keeping ratio, filling left side', "\$foo->image_resize = true;\n\$foo->image_ratio_fill = 'L';\n\$foo->image_y = 50;\n\$foo->image_x = 150;"); + + // ----------- + $handle->image_resize = true; + $handle->image_ratio_fill = 'R'; + $handle->image_y = 150; + $handle->image_x = 100; + $handle->image_background_color = '#FF00FF'; + TestProcess($handle, '100x150, keeping ratio, filling top and bottom', "\$foo->image_resize = true;\n\$foo->image_ratio_fill = 'R';\n\$foo->image_y = 150;\n\$foo->image_x = 100;\n\$foo->image_background_color = '#FF00FF';"); + + // ----------- + $handle->image_resize = true; + $handle->image_ratio_crop = true; + $handle->image_y = 50; + $handle->image_x = 50; + $handle->image_crop = '0 10'; + TestProcess($handle, 'height 50, width 50, cropped, using ratio_crop', "\$foo->image_resize = true;\n\$foo->image_ratio_crop = true;\n\$foo->image_crop = '0 10';\n\$foo->image_y = 50;\n\$foo->image_x = 50;"); + + // ----------- + $handle->image_resize = true; + $handle->image_ratio_pixels = 25000; + TestProcess($handle, 'calculates x and y, targeting 25000 pixels', "\$foo->image_resize = true;\n\$foo->image_ratio_pixels = 25000;"); + + // ----------- + $handle->image_resize = true; + $handle->image_ratio_pixels = 10000; + TestProcess($handle, 'calculates x and y, targeting 10000 pixels', "\$foo->image_resize = true;\n\$foo->image_ratio_pixels = 10000;"); + + // ----------- + $handle->image_crop = '20%'; + TestProcess($handle, '20% crop', "\$foo->image_crop = '20%';"); + + // ----------- + $handle->image_crop = '5 20%'; + TestProcess($handle, '5px vertical and 20% horizontal crop', "\$foo->image_crop = '5 20%';"); + + // ----------- + $handle->image_crop = '-3px -10%'; + $handle->image_background_color = '#FF00FF'; + TestProcess($handle, 'negative crop with a background color', "\$foo->image_crop = '-3px -10%';\n\$foo->image_background_color = '#FF00FF';"); + + // ----------- + $handle->image_crop = '5 40 10% -20'; + TestProcess($handle, '5px top, 40px right, 10% bot. and -20px left crop', "\$foo->image_crop = '5 40 10% -20';"); + + // ----------- + $handle->image_resize = true; + $handle->image_ratio_y = true; + $handle->image_x = 150; + $handle->image_precrop = 15; + TestProcess($handle, '15px pre-cropping (before resizing 150 wide)', "\$foo->image_resize = true;\n\$foo->image_ratio_y = true;\n\$foo->image_x = 150;\n\$foo->image_precrop = 15;"); + + // ----------- + $handle->image_resize = true; + $handle->image_ratio_y = true; + $handle->image_x = 150; + $handle->image_precrop = '25 70 10% -20'; + TestProcess($handle, 'diverse pre-cropping (before resizing 150 wide)', "\$foo->image_resize = true;\n\$foo->image_ratio_y = true;\n\$foo->image_x = 150;\n\$foo->image_precrop = '25 70 10% -20';"); + + // ----------- + $handle->image_rotate = '90'; + TestProcess($handle, '90 degrees rotation', "\$foo->image_rotate = '90';"); + + // ----------- + $handle->image_rotate = '180'; + TestProcess($handle, '180 degrees rotation', "\$foo->image_rotate = '180';"); + + // ----------- + $handle->image_convert = 'webp'; + $handle->image_flip = 'H'; + TestProcess($handle, 'horizontal flip, into WEBP file', "\$foo->image_convert = 'webp';\n\$foo->image_flip = 'H';"); + + // ----------- + $handle->image_convert = 'gif'; + $handle->image_flip = 'V'; + TestProcess($handle, 'vertical flip, into GIF file', "\$foo->image_convert = 'gif';\n\$foo->image_flip = 'V';"); + + // ----------- + $handle->image_convert = 'bmp'; + $handle->image_default_color = '#00FF00'; + $handle->image_rotate = '180'; + TestProcess($handle, '180 degrees rotation, into BMP, green bg', "\$foo->image_convert = 'bmp';\n\$foo->image_default_color = '#00FF00';\n\$foo->image_rotate = '180';"); + + // ----------- + $handle->image_convert = 'png'; + $handle->image_flip = 'H'; + $handle->image_rotate = '90'; + TestProcess($handle, '90 degrees rotation and horizontal flip, into PNG', "\$foo->image_convert = 'png';\n\$foo->image_flip = 'H';\n\$foo->image_rotate = '90';"); + + // ----------- + $handle->image_bevel = 20; + $handle->image_bevel_color1 = '#FFFFFF'; + $handle->image_bevel_color2 = '#000000'; + TestProcess($handle, '20px black and white bevel', "\$foo->image_bevel = 20;\n\$foo->image_bevel_color1 = '#FFFFFF';\n\$foo->image_bevel_color2 = '#000000';"); + + // ----------- + $handle->image_bevel = 5; + $handle->image_bevel_color1 = '#FFFFFF'; + $handle->image_bevel_color2 = '#FFFFFF'; + TestProcess($handle, '5px white bevel (smooth border)', "\$foo->image_bevel = 5;\n\$foo->image_bevel_color1 = '#FFFFFF';\n\$foo->image_bevel_color2 = '#FFFFFF';"); + + // ----------- + $handle->image_border = 5; + $handle->image_border_color = '#FF0000'; + TestProcess($handle, '5px red border', "\$foo->image_border = 5;\n\$foo->image_border_color = '#FF0000';"); + + // ----------- + $handle->image_border = 5; + $handle->image_border_color = '#00FF00'; + $handle->image_border_opacity = 50; + TestProcess($handle, '5px green semi-transparent border', "\$foo->image_border = 5;\n\$foo->image_border_color = '#00FF00';\n\$foo->image_border_opacity = 50;"); + + // ----------- + $handle->image_border = '5 20 1 25%'; + $handle->image_border_color = '#0000FF'; + TestProcess($handle, '5px top, 20px right, 1px bot. and 25% left blue border', "\$foo->image_border = '5 20 1 25%';\n\$foo->image_border_color = '#0000FF';"); + + // ----------- + $handle->image_frame = 1; + $handle->image_frame_colors = '#FF0000 #FFFFFF #FFFFFF #0000FF'; + TestProcess($handle, 'flat colored frame, 4 px wide', "\$foo->image_frame = 1;\n\$foo->image_frame_colors = '#FF0000 #FFFFFF\n #FFFFFF #0000FF';"); + + // ----------- + $handle->image_frame = 2; + $handle->image_frame_colors = '#FFFFFF #BBBBBB #999999 #FF0000 #666666 #333333 #000000'; + TestProcess($handle, 'crossed colored frame, 7 px wide', "\$foo->image_frame = 2;\n\$foo->image_frame_colors = '#FFFFFF #BBBBBB\n #999999 #FF0000\n #666666 #333333\n #000000';"); + + // ----------- + $handle->image_frame = 1; + $handle->image_frame_colors = '#FF0000 #FF00FF #0000FF #000000'; + $handle->image_frame_opacity = 25; + TestProcess($handle, 'flat colored frame, 4 px wide, 25% opacity', "\$foo->image_frame = 1;\n\$foo->image_frame_colors = '#FF0000 #FF00FF\n #0000FF #000000';\n\$foo->image_frame_opacity = 25;"); + + // ----------- + $handle->image_border_transparent = 10; + TestProcess($handle, '10px fade-to-transparent border', "\$foo->image_border_transparent = 10;"); + + // ----------- + $handle->image_border_transparent = '10 50 20 60'; + TestProcess($handle, 'various fade-to-transparent borders', "\$foo->image_border_transparent = '10 50 20 60';"); + + // ----------- + $handle->image_border_transparent = array(0, 150, 0, 0); + TestProcess($handle, 'right fading-out to transparency mask', "\$foo->image_border_transparent = array(0, 150, 0, 0);"); + + // ----------- + $handle->image_overlay_color = '#FFFFFF'; + $handle->image_overlay_opacity = 50; + $handle->image_rotate = '180'; + $handle->image_tint_color = '#FF0000'; + TestProcess($handle, 'tint and 50% overlay and 180\' rotation', "\$foo->image_overlay_color = '#FFFFFF';\n\$foo->image_overlay_opacity = 50;\n\$foo->image_rotate = '180';\n\$foo->image_tint_color = '#FF0000';"); + + // ----------- + $handle->image_tint_color = '#FF0000'; + TestProcess($handle, '#FF0000 tint', "\$foo->image_tint_color = '#FF0000';"); + + // ----------- + $handle->image_overlay_color = '#FF0000'; + $handle->image_overlay_opacity = 50; + TestProcess($handle, '50% overlay #FF0000', "\$foo->image_overlay_color = '#FF0000';\n\$foo->image_overlay_opacity = 50;"); + + // ----------- + $handle->image_overlay_color = '#0000FF'; + $handle->image_overlay_opacity = 5; + TestProcess($handle, '5% overlay #0000FF', "\$foo->image_overlay_color = '#0000FF';\n\$foo->image_overlay_opacity = 5;"); + + // ----------- + $handle->image_overlay_color = '#FFFFFF'; + $handle->image_overlay_opacity = 90; + TestProcess($handle, '90% overlay #FFFFFF', "\$foo->image_overlay_color = '#FFFFFF';\n\$foo->image_overlay_opacity = 90;"); + + // ----------- + $handle->image_brightness = 25; + TestProcess($handle, 'brightness 25', "\$foo->image_brightness = 25;"); + + // ----------- + $handle->image_brightness = -25; + TestProcess($handle, 'brightness -25', "\$foo->image_brightness = -25;"); + + // ----------- + $handle->image_contrast = 75; + TestProcess($handle, 'contrast 75', "\$foo->image_contrast = 75;"); + + // ----------- + $handle->image_opacity = 75; + TestProcess($handle, 'opacity 75', "\$foo->image_opacity = 75;"); + + // ----------- + $handle->image_opacity = 25; + TestProcess($handle, 'opacity 25', "\$foo->image_opacity = 25;"); + + // ----------- + $handle->image_threshold = 20; + TestProcess($handle, 'threshold filter', "\$foo->image_threshold = 20;"); + + // ----------- + $handle->image_greyscale = true; + TestProcess($handle, 'greyscale', "\$foo->image_greyscale = true;"); + + // ----------- + $handle->image_negative = true; + TestProcess($handle, 'negative', "\$foo->image_negative = true;"); + + // ----------- + TestProcess($handle, 'original file, again', ''); + + // ----------- + $handle->image_pixelate = 3; + TestProcess($handle, 'pixelate, 3px block size', "\$foo->image_pixelate = 3;"); + + // ----------- + $handle->image_pixelate = 10; + TestProcess($handle, 'pixelate, 10px block size', "\$foo->image_pixelate = 10;"); + + // ----------- + $handle->image_unsharp = true; + TestProcess($handle, 'unsharp mask, default values', "\$foo->image_unsharp = true;"); + + // ----------- + $handle->image_unsharp = true; + $handle->image_unsharp_amount = 200; + $handle->image_unsharp_radius = 1; + $handle->image_unsharp_threshold = 5; + TestProcess($handle, 'unsharp mask, different values', "\$foo->image_unsharp = true;\n\$foo->image_unsharp_amount = 200;\n\$foo->image_unsharp_radius = 1;\n\$foo->image_unsharp_threshold = 5;"); + + // ----------- + $handle->image_brightness = 75; + $handle->image_resize = true; + $handle->image_y = 200; + $handle->image_x = 100; + $handle->image_rotate = '90'; + $handle->image_overlay_color = '#FF0000'; + $handle->image_overlay_opacity = 50; + $handle->image_text = 'verot.net'; + $handle->image_text_color = '#0000FF'; + $handle->image_text_background = '#FFFFFF'; + $handle->image_text_position = 'BL'; + $handle->image_text_padding_x = 10; + $handle->image_text_padding_y = 2; + TestProcess($handle, 'brightness, resize, rotation, overlay & label', "\$foo->image_brightness = 75;\n\$foo->image_resize = true;\n\$foo->image_y = 200;\n\$foo->image_x = 100;\n\$foo->image_rotate = '90';\n\$foo->image_overlay_color = '#FF0000';\n\$foo->image_overlay_opacity = 50;\n\$foo->image_text = 'verot.net';\n\$foo->image_text_color = '#0000FF';\n\$foo->image_text_background = '#FFFFFF';\n\$foo->image_text_position = 'BL';\n\$foo->image_text_padding_x = 10;\n\$foo->image_text_padding_y = 2;"); + + // ----------- + $handle->image_text = 'verot.net'; + $handle->image_text_color = '#000000'; + $handle->image_text_opacity = 80; + $handle->image_text_background = '#FFFFFF'; + $handle->image_text_background_opacity = 70; + $handle->image_text_font = 5; + $handle->image_text_padding = 20; + TestProcess($handle, 'overlayed transparent label', "\$foo->image_text = 'verot.net';\n\$foo->image_text_color = '#000000';\n\$foo->image_text_opacity = 80;\n\$foo->image_text_background = '#FFFFFF';\n\$foo->image_text_background_opacity = 70;\n\$foo->image_text_font = 5;\n\$foo->image_text_padding = 20;"); + + // ----------- + $handle->image_text = 'verot.net'; + $handle->image_text_direction = 'v'; + $handle->image_text_background = '#000000'; + $handle->image_text_font = 2; + $handle->image_text_position = 'BL'; + $handle->image_text_padding_x = 2; + $handle->image_text_padding_y = 8; + TestProcess($handle, 'overlayed vertical plain label bottom left', "\$foo->image_text = 'verot.net';\n\$foo->image_text_direction = 'v';\n\$foo->image_text_background = '#000000';\n\$foo->image_text_font = 2;\n\$foo->image_text_position = 'BL';\n\$foo->image_text_padding_x = 2;\n\$foo->image_text_padding_y = 8;"); + + // ----------- + $handle->image_convert = 'bmp'; + $handle->image_text = 'verot.net'; + $handle->image_text_direction = 'v'; + $handle->image_text_color = '#FFFFFF'; + $handle->image_text_background = '#000000'; + $handle->image_text_background_opacity = 50; + $handle->image_text_padding = 5; + TestProcess($handle, 'overlayed vertical label, into BMP', "\$foo->image_convert = 'bmp';\n\$foo->image_text = 'verot.net';\n\$foo->image_text_direction = 'v';\n\$foo->image_text_color = '#FFFFFF';\n\$foo->image_text_background = '#000000';\n\$foo->image_text_background_opacity = 50;\n\$foo->image_text_padding = 5;"); + + // ----------- + $handle->image_text = 'verot.net'; + $handle->image_text_opacity = 50; + $handle->image_text_background = '#0000FF'; + $handle->image_text_x = -5; + $handle->image_text_y = -5; + $handle->image_text_padding = 5; + TestProcess($handle, 'overlayed label with absolute negative position', "\$foo->image_text = 'verot.net';\n\$foo->image_text_opacity = 50;\n\$foo->image_text_background = '#0000FF';\n\$foo->image_text_x = -5;\n\$foo->image_text_y = -5;\n\$foo->image_text_padding = 5;"); + + // ----------- + $handle->image_text = 'verot.net'; + $handle->image_text_background = '#0000FF'; + $handle->image_text_background_opacity = 25; + $handle->image_text_x = 5; + $handle->image_text_y = 5; + $handle->image_text_padding = 20; + TestProcess($handle, 'overlayed transparent label with absolute position', "\$foo->image_text = 'verot.net';\n\$foo->image_text_background = '#0000FF';\n\$foo->image_text_background_opacity = 25;\n\$foo->image_text_x = 5;\n\$foo->image_text_y = 5;\n\$foo->image_text_padding = 20;"); + + // ----------- + $handle->image_text = "verot.net\nclass\nupload"; + $handle->image_text_background = '#000000'; + $handle->image_text_background_opacity = 75; + $handle->image_text_font = 1; + $handle->image_text_padding = 10; + TestProcess($handle, 'text label with multiple lines and small font', "\$foo->image_text = \"verot.net\\nclass\\nupload\";\n\$foo->image_text_background = '#000000';\n\$foo->image_text_background_opacity = 75;\n\$foo->image_text_font = 1;\n\$foo->image_text_padding = 10;"); + + // ----------- + $handle->image_text = "verot.net\nclass\nupload"; + $handle->image_text_color = '#000000'; + $handle->image_text_background = '#FFFFFF'; + $handle->image_text_background_opacity = 60; + $handle->image_text_padding = 3; + $handle->image_text_font = 3; + $handle->image_text_alignment = 'R'; + $handle->image_text_direction = 'V'; + TestProcess($handle, 'vertical multi-lines text, right aligned', "\$foo->image_text = \"verot.net\\nclass\\nupload\";\n\$foo->image_text_color = '#000000';\n\$foo->image_text_background = '#FFFFFF';\n\$foo->image_text_background_opacity = 60;\n\$foo->image_text_padding = 3;\n\$foo->image_text_font = 3;\n\$foo->image_text_alignment = 'R';\n\$foo->image_text_direction = 'V';"); + + // ----------- + $handle->image_text = "verot.net\nclass\nupload"; + $handle->image_text_background = '#000000'; + $handle->image_text_background_opacity = 50; + $handle->image_text_padding = 10; + $handle->image_text_x = -5; + $handle->image_text_y = -5; + $handle->image_text_line_spacing = 10; + TestProcess($handle, 'text label with 10 pixels of line spacing', "\$foo->image_text = \"verot.net\\nclass\\nupload\";\n\$foo->image_text_background = '#000000';\n\$foo->image_text_background_opacity = 50;\n\$foo->image_text_padding = 10;\n\$foo->image_text_x = -5;\n\$foo->image_text_y = -5;\n\$foo->image_text_line_spacing = 10;"); + + // ----------- + $handle->image_unsharp = true; + $handle->image_border = '0 0 16 0'; + $handle->image_border_color = '#000000'; + $handle->image_text = 'verot.net'; + $handle->image_text_font = 2; + $handle->image_text_position = 'B'; + $handle->image_text_padding_y = 2; + TestProcess($handle, 'text label in a black line, plus unsharp mask', "\$foo->image_unsharp = true;\n\$foo->image_border = '0 0 16 0';\n\$foo->image_border_color = '#000000';\n\$foo->image_text = \"verot.net\";\n\$foo->image_text_font = 2;\n\$foo->image_text_position = 'B';\n\$foo->image_text_padding_y = 2;"); + + // ----------- + $handle->image_crop = '-3 -3 -30 -3'; + $handle->image_text = '[dst_name] [dst_x]x[dst_y]'; + $handle->image_text_background = '#6666ff'; + $handle->image_text_color = '#ffffff'; + $handle->image_background_color = '#000099'; + $handle->image_text_font = 2; + $handle->image_text_y = -7; + $handle->image_text_padding_x = 3; + $handle->image_text_padding_y = 2; + TestProcess($handle, 'using tokens in text labels', "\$foo->image_crop = '-3 -3 -30 -3';\n\$foo->image_text = \"[dst_name] [dst_x]x[dst_y]\";\n\$foo->image_text_background = '#6666ff';\n\$foo->image_text_color = '#ffffff';\n\$foo->image_background_color= '#000099';\n\$foo->image_text_font = 2;\n\$foo->image_text_y = -7;\n\$foo->image_text_padding_x = 3;\n\$foo->image_text_padding_y = 2;"); + + // ----------- + $handle->image_crop = '-15 -15 -240 -15'; + $handle->image_text = "token value\n------------- ------------------\nsrc_name [src_name]\nsrc_name_body [src_name_body]\nsrc_name_ext [src_name_ext]\nsrc_pathname [src_pathname]\nsrc_mime [src_mime]\nsrc_type [src_type]\nsrc_bits [src_bits]\nsrc_pixels [src_pixels]\nsrc_size [src_size]\nsrc_size_kb [src_size_kb]\nsrc_size_mb [src_size_mb]\nsrc_size_human [src_size_human]\nsrc_x [src_x]\nsrc_y [src_y]\ndst_path [dst_path]\ndst_name_body [dst_name_body]\ndst_name_ext [dst_name_ext]\ndst_name [dst_name]\ndst_pathname [dst_pathname]\ndst_x [dst_x]\ndst_y [dst_y]\ndate [date]\ntime [time]\nhost [host]\nserver [server]\nip [ip]\ngd_version [gd_version]"; + $handle->image_text_alignment = 'L'; + $handle->image_text_font = 1; + $handle->image_text_position = 'B'; + $handle->image_text_padding_y = 5; + $handle->image_text_color = '#000000'; + TestProcess($handle, 'all the tokens available', "\$foo->image_crop = '-15 -15 -240 -15';\n\$foo->image_text = \n \"token value\\n\n ------------- ------------------\\n\n src_name [src_name]\\n\n src_name_body [src_name_body]\\n\n src_name_ext [src_name_ext]\\n\n src_pathname [src_pathname]\\n\n src_mime [src_mime]\\n\n src_type [src_type]\\n\n src_bits [src_bits]\\n\n src_pixels [src_pixels]\\n\n src_size [src_size]\\n\n src_size_kb [src_size_kb]\\n\n src_size_mb [src_size_mb]\\n\n src_size_human [src_size_human]\\n\n src_x [src_x]\\n\n src_y [src_y]\\n\n dst_path [dst_path]\\n\n dst_name_body [dst_name_body]\\n\n dst_name_ext [dst_name_ext]\\n\n dst_name [dst_name]\\n\n dst_pathname [dst_pathname]\\n\n dst_x [dst_x]\\n\n dst_y [dst_y]\\n\n date [date]\\n\n time [time]\\n\n host [host]\\n\n server [server]\\n\n ip [ip]\\n\n gd_version [gd_version]\";\n\$foo->image_text_alignment = 'L';\n\$foo->image_text_font = 1;\n\$foo->image_text_position = 'B';\n\$foo->image_text_padding_y = 5;\n\$foo->image_text_color = '#000000';"); + + // ----------- + $handle->image_text = "verot.net\nclass\nupload"; + $handle->image_text_background = '#000000'; + $handle->image_text_padding = 10; + $handle->image_text_font = "./foo.gdf"; + $handle->image_text_line_spacing = 2; + TestProcess($handle, 'text label with external GDF font', "\$foo->image_text = \"verot.net\\nclass\\nupload\";\n\$foo->image_text_background = '#000000';\n\$foo->image_text_padding = 10;\n\$foo->image_text_font = \"./foo.gdf\";\n\$foo->image_text_line_spacing = 2;"); + + // ----------- + $handle->image_text = "PHP"; + $handle->image_text_color = '#FFFF00'; + $handle->image_text_background = '#FF0000'; + $handle->image_text_padding = 10; + $handle->image_text_font = "./foo.gdf"; + TestProcess($handle, 'text label with external GDF font', "\$foo->image_text = 'PHP';\n\$foo->image_text_color = '#FFFF00';\n\$foo->image_text_background = '#FF0000';\n\$foo->image_text_padding = 10;\n\$foo->image_text_font = \"./foo.gdf\";"); + + // ----------- + $handle->image_text = "àzértyuïôp"; + $handle->image_text_background = '#000000'; + $handle->image_text_padding = 10; + $handle->image_text_font = "./foo.ttf"; + TestProcess($handle, 'UTF-8 text label with external TTF font', "\$foo->image_text = \"àzértyuïôp\";\n\$foo->image_text_background = '#000000';\n\$foo->image_text_padding = 10;\n\$foo->image_text_font = \"./foo.ttf\";"); + + // ----------- + $handle->image_text = "άλφα\nβήτα"; + $handle->image_text_color = '#0033CC'; + $handle->image_text_size = 28; + $handle->image_text_font = "./foo.ttf"; + $handle->image_overlay_color = '#FFFFFF'; + $handle->image_overlay_opacity = 75; + TestProcess($handle, 'UTF-8 text label with external TTF font', "\$foo->image_text = \"άλφα\\nβήτα\";\n\$foo->image_text_color = '#0033CC';\n\$foo->image_text_size = 28;\n\$foo->image_text_font = \"./foo.ttf\";\n\$foo->image_overlay_color = '#FFFFFF';\n\$foo->image_overlay_opacity = 75;"); + + // ----------- + $handle->image_text = "люблю"; + $handle->image_text_background = '#000000'; + $handle->image_text_padding = 10; + $handle->image_text_size = 20; + $handle->image_text_angle = 20; + $handle->image_text_font = "./foo.ttf"; + TestProcess($handle, 'UTF-8 text label with external TTF font', "\$foo->image_text = \"люблю\";\n\$foo->image_text_background = '#000000';\n\$foo->image_text_size = 20;\n\$foo->image_text_angle = 20;\n\$foo->image_text_padding = 10;\n\$foo->image_text_font = \"./foo.ttf\";"); + + // ----------- + $handle->image_reflection_height = '40px'; + TestProcess($handle, '40px reflection', "\$foo->image_reflection_height = '40px';"); + + // ----------- + $handle->image_reflection_height = '50%'; + $handle->image_text = "verot.net\nclass\nupload"; + $handle->image_text_background = '#000000'; + $handle->image_text_padding = 10; + $handle->image_text_line_spacing = 10; + TestProcess($handle, 'text label and 50% reflection', "\$foo->image_text = \"verot.net\\nclass\\nupload\";\n\$foo->image_text_background = '#000000';\n\$foo->image_text_padding = 10;\n\$foo->image_text_line_spacing = 10;\n\$foo->image_reflection_height = '50%';"); + + // ----------- + $handle->image_convert = 'jpg'; + $handle->image_reflection_height = '40px'; + $handle->image_reflection_space = 10; + TestProcess($handle, '40px reflection and 10 pixels space, into JPEG', "\$foo->image_convert = 'jpg';\n\$foo->image_reflection_height = '40px';\n\$foo->image_reflection_space = 10;"); + + // ----------- + $handle->image_reflection_height = 60; + $handle->image_reflection_space = -40; + TestProcess($handle, '60px reflection and -40 pixels space', "\$foo->image_reflection_height = 60;\n\$foo->image_reflection_space = -40;"); + + // ----------- + $handle->image_reflection_height = 50; + $handle->image_reflection_opacity = 100; + TestProcess($handle, '50px reflection and 100% opacity', "\$foo->image_reflection_height = 50;\n\$foo->image_reflection_opacity = 100;"); + + // ----------- + $handle->image_reflection_height = 50; + $handle->image_reflection_opacity = 20; + TestProcess($handle, '50px reflection and 20% opacity', "\$foo->image_reflection_height = 50;\n\$foo->image_reflection_opacity = 20;"); + + // ----------- + $handle->image_reflection_height = '50%'; + $handle->image_default_color = '#000000'; + TestProcess($handle, '50% reflection, black background', "\$foo->image_reflection_height = '50%';\n\$foo->image_default_color = '#000000';"); + + // ----------- + $handle->image_convert = 'gif'; + $handle->image_reflection_height = '50%'; + $handle->image_default_color = '#FF00FF'; + TestProcess($handle, '50% reflection, pink background, into GIF', "\$foo->image_convert = 'gif';\n\$foo->image_reflection_height = '50%';\n\$foo->image_default_color = '#000000';"); + + // ----------- + $handle->image_watermark = "watermark.png"; + TestProcess($handle, 'overlayed watermark (alpha transparent PNG)', "\$foo->image_watermark = 'watermark.png';"); + + // ----------- + $handle->image_watermark = "watermark.png"; + $handle->image_watermark_position = 'R'; + TestProcess($handle, 'overlayed watermark, right position', "\$foo->image_watermark = 'watermark.png';\n\$foo->image_watermark_position = 'R;"); + + // ----------- + $handle->image_watermark = "watermark.png"; + $handle->image_watermark_x = 10; + $handle->image_watermark_y = 10; + $handle->image_greyscale = true; + TestProcess($handle, 'watermark on greyscale pic, absolute position', "\$foo->image_watermark = 'watermark.png';\n\$foo->image_watermark_x = 10;\n\$foo->image_watermark_y = 10;\n\$foo->image_greyscale = true;"); + + // ----------- + $handle->image_watermark = "watermark.png"; + $handle->image_watermark_no_zoom_in = false; + TestProcess($handle, 'watermark, automatic up-resizing activated', "\$foo->image_watermark = 'watermark.png';\n\$foo->image_watermark_no_zoom_in = false;"); + + // ----------- + $handle->image_watermark = "watermark_large.png"; + TestProcess($handle, 'large watermark automatically reduced (default)', "\$foo->image_watermark = 'watermark_large.png';"); + + // ----------- + $handle->image_watermark = "watermark_large.png"; + $handle->image_watermark_no_zoom_out = true; + TestProcess($handle, 'large watermark, automatic down-resizing deactivated', "\$foo->image_watermark = 'watermark_large.png';\n\$foo->image_watermark_no_zoom_out = true;"); + + // ----------- + $handle->image_watermark = "watermark_large.png"; + $handle->image_watermark_no_zoom_out = true; + $handle->image_watermark_position = 'TL'; + TestProcess($handle, 'large watermark, down-resizing deactivated, position top-left', "\$foo->image_watermark = 'watermark_large.png';\n\$foo->image_watermark_no_zoom_out = true;\n\$foo->image_watermark_position = 'TL'"); + + // ----------- + $handle->image_watermark = "watermark_large.png"; + $handle->image_watermark_x = 20; + $handle->image_watermark_y = -20; + TestProcess($handle, 'large watermark automatically reduced, position 20 -20', "\$foo->image_watermark = 'watermark_large.png';\n\$foo->image_watermark_x = 20;\n\$foo->image_watermark_y = -20;"); + + // ----------- + $handle->image_convert = 'jpg'; + $handle->jpeg_size = 3072; + TestProcess($handle, 'desired JPEG size set to 3KB', "\$foo->image_convert = 'jpg';\n\$foo->jpeg_size = 3072;"); + + // ----------- + $handle->image_convert = 'jpg'; + $handle->jpeg_quality = 10; + TestProcess($handle, 'JPG quality set to 10%', "\$foo->image_convert = 'jpg';\n\$foo->jpeg_quality = 10;"); + + // ----------- + $handle->image_convert = 'jpg'; + $handle->jpeg_quality = 80; + TestProcess($handle, 'JPG quality set to 80%', "\$foo->image_convert = 'jpg';\n\$foo->jpeg_quality = 80;"); + + // ----------- + $handle->image_convert = 'png'; + $handle->png_compression = 0; + TestProcess($handle, 'PNG compression set to 0 (fast, large files)', "\$foo->image_convert = 'png';\n\$foo->png_compression = 0;"); + + // ----------- + $handle->image_convert = 'png'; + $handle->png_compression = 9; + TestProcess($handle, 'PNG compression set to 9 (slow, smaller files)', "\$foo->image_convert = 'png';\n\$foo->png_compression = 9;"); + + // ----------- + $handle->image_convert = 'webp'; + $handle->webp_quality = 10; + TestProcess($handle, 'WEBP quality set to 10%', "\$foo->image_convert = 'webp';\n\$foo->webp_quality = 10;"); + + // ----------- + $handle->image_convert = 'webp'; + $handle->webp_quality = 80; + TestProcess($handle, 'WEBP quality set to 80%', "\$foo->image_convert = 'webp';\n\$foo->webp_quality = 80;"); + + + } else { + // if we are here, the local file failed for some reasons + echo 'local file error
    '; + echo 'Error: ' . $handle->error . ''; + } + + $log .= $handle->log . '
    '; +} + +echo '

    do another test

    '; + +if ($log) echo '
    ' . $log . '
    '; + +?> + + + diff --git a/vendor/verot/class.upload.php/test/watermark.png b/vendor/verot/class.upload.php/test/watermark.png new file mode 100644 index 0000000000000000000000000000000000000000..984a99525f5246cbc5d7083dd79006c7efa0ab0b GIT binary patch literal 3435 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 AY5)KL literal 0 HcmV?d00001 diff --git a/vendor/verot/class.upload.php/test/watermark_large.png b/vendor/verot/class.upload.php/test/watermark_large.png new file mode 100644 index 0000000000000000000000000000000000000000..a7e9c90aff0be41f521c81a9681d1bcf644182f7 GIT binary patch literal 3772 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 = $store; + $this->parser = $parser; + $this->loader = $loader; + $this->repository = $repository; + } + + /** + * Create a new dotenv instance. + * + * @param \Dotenv\Repository\RepositoryInterface $repository + * @param string|string[] $paths + * @param string|string[]|null $names + * @param bool $shortCircuit + * @param string|null $fileEncoding + * + * @return \Dotenv\Dotenv + */ + public static function create(RepositoryInterface $repository, $paths, $names = null, bool $shortCircuit = true, string $fileEncoding = null) + { + $builder = $names === null ? StoreBuilder::createWithDefaultName() : StoreBuilder::createWithNoNames(); + + foreach ((array) $paths as $path) { + $builder = $builder->addPath($path); + } + + foreach ((array) $names as $name) { + $builder = $builder->addName($name); + } + + if ($shortCircuit) { + $builder = $builder->shortCircuit(); + } + + return new self($builder->fileEncoding($fileEncoding)->make(), new Parser(), new Loader(), $repository); + } + + /** + * Create a new mutable dotenv instance with default repository. + * + * @param string|string[] $paths + * @param string|string[]|null $names + * @param bool $shortCircuit + * @param string|null $fileEncoding + * + * @return \Dotenv\Dotenv + */ + public static function createMutable($paths, $names = null, bool $shortCircuit = true, string $fileEncoding = null) + { + $repository = RepositoryBuilder::createWithDefaultAdapters()->make(); + + return self::create($repository, $paths, $names, $shortCircuit, $fileEncoding); + } + + /** + * Create a new mutable dotenv instance with default repository with the putenv adapter. + * + * @param string|string[] $paths + * @param string|string[]|null $names + * @param bool $shortCircuit + * @param string|null $fileEncoding + * + * @return \Dotenv\Dotenv + */ + public static function createUnsafeMutable($paths, $names = null, bool $shortCircuit = true, string $fileEncoding = null) + { + $repository = RepositoryBuilder::createWithDefaultAdapters() + ->addAdapter(PutenvAdapter::class) + ->make(); + + return self::create($repository, $paths, $names, $shortCircuit, $fileEncoding); + } + + /** + * Create a new immutable dotenv instance with default repository. + * + * @param string|string[] $paths + * @param string|string[]|null $names + * @param bool $shortCircuit + * @param string|null $fileEncoding + * + * @return \Dotenv\Dotenv + */ + public static function createImmutable($paths, $names = null, bool $shortCircuit = true, string $fileEncoding = null) + { + $repository = RepositoryBuilder::createWithDefaultAdapters()->immutable()->make(); + + return self::create($repository, $paths, $names, $shortCircuit, $fileEncoding); + } + + /** + * Create a new immutable dotenv instance with default repository with the putenv adapter. + * + * @param string|string[] $paths + * @param string|string[]|null $names + * @param bool $shortCircuit + * @param string|null $fileEncoding + * + * @return \Dotenv\Dotenv + */ + public static function createUnsafeImmutable($paths, $names = null, bool $shortCircuit = true, string $fileEncoding = null) + { + $repository = RepositoryBuilder::createWithDefaultAdapters() + ->addAdapter(PutenvAdapter::class) + ->immutable() + ->make(); + + return self::create($repository, $paths, $names, $shortCircuit, $fileEncoding); + } + + /** + * Create a new dotenv instance with an array backed repository. + * + * @param string|string[] $paths + * @param string|string[]|null $names + * @param bool $shortCircuit + * @param string|null $fileEncoding + * + * @return \Dotenv\Dotenv + */ + public static function createArrayBacked($paths, $names = null, bool $shortCircuit = true, string $fileEncoding = null) + { + $repository = RepositoryBuilder::createWithNoAdapters()->addAdapter(ArrayAdapter::class)->make(); + + return self::create($repository, $paths, $names, $shortCircuit, $fileEncoding); + } + + /** + * Parse the given content and resolve nested variables. + * + * This method behaves just like load(), only without mutating your actual + * environment. We do this by using an array backed repository. + * + * @param string $content + * + * @throws \Dotenv\Exception\InvalidFileException + * + * @return array + */ + public static function parse(string $content) + { + $repository = RepositoryBuilder::createWithNoAdapters()->addAdapter(ArrayAdapter::class)->make(); + + $phpdotenv = new self(new StringStore($content), new Parser(), new Loader(), $repository); + + return $phpdotenv->load(); + } + + /** + * Read and load environment file(s). + * + * @throws \Dotenv\Exception\InvalidPathException|\Dotenv\Exception\InvalidEncodingException|\Dotenv\Exception\InvalidFileException + * + * @return array + */ + public function load() + { + $entries = $this->parser->parse($this->store->read()); + + return $this->loader->load($this->repository, $entries); + } + + /** + * Read and load environment file(s), silently failing if no files can be read. + * + * @throws \Dotenv\Exception\InvalidEncodingException|\Dotenv\Exception\InvalidFileException + * + * @return array + */ + public function safeLoad() + { + try { + return $this->load(); + } catch (InvalidPathException $e) { + // suppressing exception + return []; + } + } + + /** + * Required ensures that the specified variables exist, and returns a new validator object. + * + * @param string|string[] $variables + * + * @return \Dotenv\Validator + */ + public function required($variables) + { + return (new Validator($this->repository, (array) $variables))->required(); + } + + /** + * Returns a new validator object that won't check if the specified variables exist. + * + * @param string|string[] $variables + * + * @return \Dotenv\Validator + */ + public function ifPresent($variables) + { + return new Validator($this->repository, (array) $variables); + } +} diff --git a/vendor/vlucas/phpdotenv/src/Exception/ExceptionInterface.php b/vendor/vlucas/phpdotenv/src/Exception/ExceptionInterface.php new file mode 100644 index 0000000..1e80f53 --- /dev/null +++ b/vendor/vlucas/phpdotenv/src/Exception/ExceptionInterface.php @@ -0,0 +1,12 @@ + + */ + public function load(RepositoryInterface $repository, array $entries) + { + return \array_reduce($entries, static function (array $vars, Entry $entry) use ($repository) { + $name = $entry->getName(); + + $value = $entry->getValue()->map(static function (Value $value) use ($repository) { + return Resolver::resolve($repository, $value); + }); + + if ($value->isDefined()) { + $inner = $value->get(); + if ($repository->set($name, $inner)) { + return \array_merge($vars, [$name => $inner]); + } + } else { + if ($repository->clear($name)) { + return \array_merge($vars, [$name => null]); + } + } + + return $vars; + }, []); + } +} diff --git a/vendor/vlucas/phpdotenv/src/Loader/LoaderInterface.php b/vendor/vlucas/phpdotenv/src/Loader/LoaderInterface.php new file mode 100644 index 0000000..275d98e --- /dev/null +++ b/vendor/vlucas/phpdotenv/src/Loader/LoaderInterface.php @@ -0,0 +1,20 @@ + + */ + public function load(RepositoryInterface $repository, array $entries); +} diff --git a/vendor/vlucas/phpdotenv/src/Loader/Resolver.php b/vendor/vlucas/phpdotenv/src/Loader/Resolver.php new file mode 100644 index 0000000..36d7a4b --- /dev/null +++ b/vendor/vlucas/phpdotenv/src/Loader/Resolver.php @@ -0,0 +1,65 @@ +getVars(), static function (string $s, int $i) use ($repository) { + return Str::substr($s, 0, $i).self::resolveVariable($repository, Str::substr($s, $i)); + }, $value->getChars()); + } + + /** + * Resolve a single nested variable. + * + * @param \Dotenv\Repository\RepositoryInterface $repository + * @param string $str + * + * @return string + */ + private static function resolveVariable(RepositoryInterface $repository, string $str) + { + return Regex::replaceCallback( + '/\A\${([a-zA-Z0-9_.]+)}/', + static function (array $matches) use ($repository) { + return Option::fromValue($repository->get($matches[1])) + ->getOrElse($matches[0]); + }, + $str, + 1 + )->success()->getOrElse($str); + } +} diff --git a/vendor/vlucas/phpdotenv/src/Parser/Entry.php b/vendor/vlucas/phpdotenv/src/Parser/Entry.php new file mode 100644 index 0000000..7570f58 --- /dev/null +++ b/vendor/vlucas/phpdotenv/src/Parser/Entry.php @@ -0,0 +1,59 @@ +name = $name; + $this->value = $value; + } + + /** + * Get the entry name. + * + * @return string + */ + public function getName() + { + return $this->name; + } + + /** + * Get the entry value. + * + * @return \PhpOption\Option<\Dotenv\Parser\Value> + */ + public function getValue() + { + /** @var \PhpOption\Option<\Dotenv\Parser\Value> */ + return Option::fromValue($this->value); + } +} diff --git a/vendor/vlucas/phpdotenv/src/Parser/EntryParser.php b/vendor/vlucas/phpdotenv/src/Parser/EntryParser.php new file mode 100644 index 0000000..5cfa3ee --- /dev/null +++ b/vendor/vlucas/phpdotenv/src/Parser/EntryParser.php @@ -0,0 +1,293 @@ + + */ + public static function parse(string $entry) + { + return self::splitStringIntoParts($entry)->flatMap(static function (array $parts) { + [$name, $value] = $parts; + + return self::parseName($name)->flatMap(static function (string $name) use ($value) { + /** @var Result */ + $parsedValue = $value === null ? Success::create(null) : self::parseValue($value); + + return $parsedValue->map(static function (?Value $value) use ($name) { + return new Entry($name, $value); + }); + }); + }); + } + + /** + * Split the compound string into parts. + * + * @param string $line + * + * @return \GrahamCampbell\ResultType\Result + */ + private static function splitStringIntoParts(string $line) + { + /** @var array{string,string|null} */ + $result = Str::pos($line, '=')->map(static function () use ($line) { + return \array_map('trim', \explode('=', $line, 2)); + })->getOrElse([$line, null]); + + if ($result[0] === '') { + return Error::create(self::getErrorMessage('an unexpected equals', $line)); + } + + /** @var \GrahamCampbell\ResultType\Result */ + return Success::create($result); + } + + /** + * Parse the given variable name. + * + * That is, strip the optional quotes and leading "export" from the + * variable name. We wrap the answer in a result type. + * + * @param string $name + * + * @return \GrahamCampbell\ResultType\Result + */ + private static function parseName(string $name) + { + if (Str::len($name) > 8 && Str::substr($name, 0, 6) === 'export' && \ctype_space(Str::substr($name, 6, 1))) { + $name = \ltrim(Str::substr($name, 6)); + } + + if (self::isQuotedName($name)) { + $name = Str::substr($name, 1, -1); + } + + if (!self::isValidName($name)) { + return Error::create(self::getErrorMessage('an invalid name', $name)); + } + + return Success::create($name); + } + + /** + * Is the given variable name quoted? + * + * @param string $name + * + * @return bool + */ + private static function isQuotedName(string $name) + { + if (Str::len($name) < 3) { + return false; + } + + $first = Str::substr($name, 0, 1); + $last = Str::substr($name, -1, 1); + + return ($first === '"' && $last === '"') || ($first === '\'' && $last === '\''); + } + + /** + * Is the given variable name valid? + * + * @param string $name + * + * @return bool + */ + private static function isValidName(string $name) + { + return Regex::matches('~\A[a-zA-Z0-9_.]+\z~', $name)->success()->getOrElse(false); + } + + /** + * Parse the given variable value. + * + * This has the effect of stripping quotes and comments, dealing with + * special characters, and locating nested variables, but not resolving + * them. Formally, we run a finite state automaton with an output tape: a + * transducer. We wrap the answer in a result type. + * + * @param string $value + * + * @return \GrahamCampbell\ResultType\Result<\Dotenv\Parser\Value,string> + */ + private static function parseValue(string $value) + { + if (\trim($value) === '') { + return Success::create(Value::blank()); + } + + return \array_reduce(\iterator_to_array(Lexer::lex($value)), static function (Result $data, string $token) { + return $data->flatMap(static function (array $data) use ($token) { + return self::processToken($data[1], $token)->map(static function (array $val) use ($data) { + return [$data[0]->append($val[0], $val[1]), $val[2]]; + }); + }); + }, Success::create([Value::blank(), self::INITIAL_STATE]))->flatMap(static function (array $result) { + if (in_array($result[1], self::REJECT_STATES, true)) { + return Error::create('a missing closing quote'); + } + + return Success::create($result[0]); + })->mapError(static function (string $err) use ($value) { + return self::getErrorMessage($err, $value); + }); + } + + /** + * Process the given token. + * + * @param int $state + * @param string $token + * + * @return \GrahamCampbell\ResultType\Result + */ + private static function processToken(int $state, string $token) + { + switch ($state) { + case self::INITIAL_STATE: + if ($token === '\'') { + /** @var \GrahamCampbell\ResultType\Result */ + return Success::create(['', false, self::SINGLE_QUOTED_STATE]); + } elseif ($token === '"') { + /** @var \GrahamCampbell\ResultType\Result */ + return Success::create(['', false, self::DOUBLE_QUOTED_STATE]); + } elseif ($token === '#') { + /** @var \GrahamCampbell\ResultType\Result */ + return Success::create(['', false, self::COMMENT_STATE]); + } elseif ($token === '$') { + /** @var \GrahamCampbell\ResultType\Result */ + return Success::create([$token, true, self::UNQUOTED_STATE]); + } else { + /** @var \GrahamCampbell\ResultType\Result */ + return Success::create([$token, false, self::UNQUOTED_STATE]); + } + case self::UNQUOTED_STATE: + if ($token === '#') { + /** @var \GrahamCampbell\ResultType\Result */ + return Success::create(['', false, self::COMMENT_STATE]); + } elseif (\ctype_space($token)) { + /** @var \GrahamCampbell\ResultType\Result */ + return Success::create(['', false, self::WHITESPACE_STATE]); + } elseif ($token === '$') { + /** @var \GrahamCampbell\ResultType\Result */ + return Success::create([$token, true, self::UNQUOTED_STATE]); + } else { + /** @var \GrahamCampbell\ResultType\Result */ + return Success::create([$token, false, self::UNQUOTED_STATE]); + } + case self::SINGLE_QUOTED_STATE: + if ($token === '\'') { + /** @var \GrahamCampbell\ResultType\Result */ + return Success::create(['', false, self::WHITESPACE_STATE]); + } else { + /** @var \GrahamCampbell\ResultType\Result */ + return Success::create([$token, false, self::SINGLE_QUOTED_STATE]); + } + case self::DOUBLE_QUOTED_STATE: + if ($token === '"') { + /** @var \GrahamCampbell\ResultType\Result */ + return Success::create(['', false, self::WHITESPACE_STATE]); + } elseif ($token === '\\') { + /** @var \GrahamCampbell\ResultType\Result */ + return Success::create(['', false, self::ESCAPE_SEQUENCE_STATE]); + } elseif ($token === '$') { + /** @var \GrahamCampbell\ResultType\Result */ + return Success::create([$token, true, self::DOUBLE_QUOTED_STATE]); + } else { + /** @var \GrahamCampbell\ResultType\Result */ + return Success::create([$token, false, self::DOUBLE_QUOTED_STATE]); + } + case self::ESCAPE_SEQUENCE_STATE: + if ($token === '"' || $token === '\\') { + /** @var \GrahamCampbell\ResultType\Result */ + return Success::create([$token, false, self::DOUBLE_QUOTED_STATE]); + } elseif ($token === '$') { + /** @var \GrahamCampbell\ResultType\Result */ + return Success::create([$token, false, self::DOUBLE_QUOTED_STATE]); + } else { + $first = Str::substr($token, 0, 1); + if (\in_array($first, ['f', 'n', 'r', 't', 'v'], true)) { + /** @var \GrahamCampbell\ResultType\Result */ + return Success::create([\stripcslashes('\\'.$first).Str::substr($token, 1), false, self::DOUBLE_QUOTED_STATE]); + } else { + /** @var \GrahamCampbell\ResultType\Result */ + return Error::create('an unexpected escape sequence'); + } + } + case self::WHITESPACE_STATE: + if ($token === '#') { + /** @var \GrahamCampbell\ResultType\Result */ + return Success::create(['', false, self::COMMENT_STATE]); + } elseif (!\ctype_space($token)) { + /** @var \GrahamCampbell\ResultType\Result */ + return Error::create('unexpected whitespace'); + } else { + /** @var \GrahamCampbell\ResultType\Result */ + return Success::create(['', false, self::WHITESPACE_STATE]); + } + case self::COMMENT_STATE: + /** @var \GrahamCampbell\ResultType\Result */ + return Success::create(['', false, self::COMMENT_STATE]); + default: + throw new \Error('Parser entered invalid state.'); + } + } + + /** + * Generate a friendly error message. + * + * @param string $cause + * @param string $subject + * + * @return string + */ + private static function getErrorMessage(string $cause, string $subject) + { + return \sprintf( + 'Encountered %s at [%s].', + $cause, + \strtok($subject, "\n") + ); + } +} diff --git a/vendor/vlucas/phpdotenv/src/Parser/Lexer.php b/vendor/vlucas/phpdotenv/src/Parser/Lexer.php new file mode 100644 index 0000000..c5eb64d --- /dev/null +++ b/vendor/vlucas/phpdotenv/src/Parser/Lexer.php @@ -0,0 +1,62 @@ + + */ + public static function lex(string $content) + { + static $regex; + + if ($regex === null) { + $regex = '(('.\implode(')|(', self::PATTERNS).'))A'; + } + + $tokens = []; + + $offset = 0; + + while (isset($content[$offset])) { + if (!\preg_match($regex, $content, $matches, 0, $offset)) { + throw new \Error(\sprintf('Lexer encountered unexpected character [%s].', $content[$offset])); + } + + $offset += \strlen($matches[0]); + + yield $matches[0]; + } + } +} diff --git a/vendor/vlucas/phpdotenv/src/Parser/Lines.php b/vendor/vlucas/phpdotenv/src/Parser/Lines.php new file mode 100644 index 0000000..3839794 --- /dev/null +++ b/vendor/vlucas/phpdotenv/src/Parser/Lines.php @@ -0,0 +1,125 @@ +map(static function () use ($line) { + return self::looksLikeMultilineStop($line, true) === false; + })->getOrElse(false); + } + + /** + * Determine if the given line can be the start of a multiline variable. + * + * @param string $line + * @param bool $started + * + * @return bool + */ + private static function looksLikeMultilineStop(string $line, bool $started) + { + if ($line === '"') { + return true; + } + + return Regex::occurences('/(?=([^\\\\]"))/', \str_replace('\\\\', '', $line))->map(static function (int $count) use ($started) { + return $started ? $count > 1 : $count >= 1; + })->success()->getOrElse(false); + } + + /** + * Determine if the line in the file is a comment or whitespace. + * + * @param string $line + * + * @return bool + */ + private static function isCommentOrWhitespace(string $line) + { + $line = \trim($line); + + return $line === '' || (isset($line[0]) && $line[0] === '#'); + } +} diff --git a/vendor/vlucas/phpdotenv/src/Parser/Parser.php b/vendor/vlucas/phpdotenv/src/Parser/Parser.php new file mode 100644 index 0000000..3c115e5 --- /dev/null +++ b/vendor/vlucas/phpdotenv/src/Parser/Parser.php @@ -0,0 +1,52 @@ +mapError(static function () { + return 'Could not split into separate lines.'; + })->flatMap(static function (array $lines) { + return self::process(Lines::process($lines)); + })->mapError(static function (string $error) { + throw new InvalidFileException(\sprintf('Failed to parse dotenv file. %s', $error)); + })->success()->get(); + } + + /** + * Convert the raw entries into proper entries. + * + * @param string[] $entries + * + * @return \GrahamCampbell\ResultType\Result<\Dotenv\Parser\Entry[],string> + */ + private static function process(array $entries) + { + /** @var \GrahamCampbell\ResultType\Result<\Dotenv\Parser\Entry[],string> */ + return \array_reduce($entries, static function (Result $result, string $raw) { + return $result->flatMap(static function (array $entries) use ($raw) { + return EntryParser::parse($raw)->map(static function (Entry $entry) use ($entries) { + return \array_merge($entries, [$entry]); + }); + }); + }, Success::create([])); + } +} diff --git a/vendor/vlucas/phpdotenv/src/Parser/ParserInterface.php b/vendor/vlucas/phpdotenv/src/Parser/ParserInterface.php new file mode 100644 index 0000000..17cc42a --- /dev/null +++ b/vendor/vlucas/phpdotenv/src/Parser/ParserInterface.php @@ -0,0 +1,19 @@ +chars = $chars; + $this->vars = $vars; + } + + /** + * Create an empty value instance. + * + * @return \Dotenv\Parser\Value + */ + public static function blank() + { + return new self('', []); + } + + /** + * Create a new value instance, appending the characters. + * + * @param string $chars + * @param bool $var + * + * @return \Dotenv\Parser\Value + */ + public function append(string $chars, bool $var) + { + return new self( + $this->chars.$chars, + $var ? \array_merge($this->vars, [Str::len($this->chars)]) : $this->vars + ); + } + + /** + * Get the string representation of the parsed value. + * + * @return string + */ + public function getChars() + { + return $this->chars; + } + + /** + * Get the locations of the variables in the value. + * + * @return int[] + */ + public function getVars() + { + $vars = $this->vars; + + \rsort($vars); + + return $vars; + } +} diff --git a/vendor/vlucas/phpdotenv/src/Repository/Adapter/AdapterInterface.php b/vendor/vlucas/phpdotenv/src/Repository/Adapter/AdapterInterface.php new file mode 100644 index 0000000..5604398 --- /dev/null +++ b/vendor/vlucas/phpdotenv/src/Repository/Adapter/AdapterInterface.php @@ -0,0 +1,15 @@ + + */ + public static function create(); +} diff --git a/vendor/vlucas/phpdotenv/src/Repository/Adapter/ApacheAdapter.php b/vendor/vlucas/phpdotenv/src/Repository/Adapter/ApacheAdapter.php new file mode 100644 index 0000000..868033a --- /dev/null +++ b/vendor/vlucas/phpdotenv/src/Repository/Adapter/ApacheAdapter.php @@ -0,0 +1,89 @@ + + */ + public static function create() + { + if (self::isSupported()) { + /** @var \PhpOption\Option */ + return Some::create(new self()); + } + + return None::create(); + } + + /** + * Determines if the adapter is supported. + * + * This happens if PHP is running as an Apache module. + * + * @return bool + */ + private static function isSupported() + { + return \function_exists('apache_getenv') && \function_exists('apache_setenv'); + } + + /** + * Read an environment variable, if it exists. + * + * @param string $name + * + * @return \PhpOption\Option + */ + public function read(string $name) + { + /** @var \PhpOption\Option */ + return Option::fromValue(apache_getenv($name))->filter(static function ($value) { + return \is_string($value) && $value !== ''; + }); + } + + /** + * Write to an environment variable, if possible. + * + * @param string $name + * @param string $value + * + * @return bool + */ + public function write(string $name, string $value) + { + return apache_setenv($name, $value); + } + + /** + * Delete an environment variable, if possible. + * + * @param string $name + * + * @return bool + */ + public function delete(string $name) + { + return apache_setenv($name, ''); + } +} diff --git a/vendor/vlucas/phpdotenv/src/Repository/Adapter/ArrayAdapter.php b/vendor/vlucas/phpdotenv/src/Repository/Adapter/ArrayAdapter.php new file mode 100644 index 0000000..2881a7e --- /dev/null +++ b/vendor/vlucas/phpdotenv/src/Repository/Adapter/ArrayAdapter.php @@ -0,0 +1,80 @@ + + */ + private $variables; + + /** + * Create a new array adapter instance. + * + * @return void + */ + private function __construct() + { + $this->variables = []; + } + + /** + * Create a new instance of the adapter, if it is available. + * + * @return \PhpOption\Option<\Dotenv\Repository\Adapter\AdapterInterface> + */ + public static function create() + { + /** @var \PhpOption\Option */ + return Some::create(new self()); + } + + /** + * Read an environment variable, if it exists. + * + * @param string $name + * + * @return \PhpOption\Option + */ + public function read(string $name) + { + return Option::fromArraysValue($this->variables, $name); + } + + /** + * Write to an environment variable, if possible. + * + * @param string $name + * @param string $value + * + * @return bool + */ + public function write(string $name, string $value) + { + $this->variables[$name] = $value; + + return true; + } + + /** + * Delete an environment variable, if possible. + * + * @param string $name + * + * @return bool + */ + public function delete(string $name) + { + unset($this->variables[$name]); + + return true; + } +} diff --git a/vendor/vlucas/phpdotenv/src/Repository/Adapter/EnvConstAdapter.php b/vendor/vlucas/phpdotenv/src/Repository/Adapter/EnvConstAdapter.php new file mode 100644 index 0000000..9ef7fb4 --- /dev/null +++ b/vendor/vlucas/phpdotenv/src/Repository/Adapter/EnvConstAdapter.php @@ -0,0 +1,87 @@ + + */ + public static function create() + { + /** @var \PhpOption\Option */ + return Some::create(new self()); + } + + /** + * Read an environment variable, if it exists. + * + * @param string $name + * + * @return \PhpOption\Option + */ + public function read(string $name) + { + /** @var \PhpOption\Option */ + return Option::fromArraysValue($_ENV, $name) + ->map(static function ($value) { + if ($value === false) { + return 'false'; + } + + if ($value === true) { + return 'true'; + } + + return $value; + })->filter(static function ($value) { + return \is_string($value); + }); + } + + /** + * Write to an environment variable, if possible. + * + * @param string $name + * @param string $value + * + * @return bool + */ + public function write(string $name, string $value) + { + $_ENV[$name] = $value; + + return true; + } + + /** + * Delete an environment variable, if possible. + * + * @param string $name + * + * @return bool + */ + public function delete(string $name) + { + unset($_ENV[$name]); + + return true; + } +} diff --git a/vendor/vlucas/phpdotenv/src/Repository/Adapter/GuardedWriter.php b/vendor/vlucas/phpdotenv/src/Repository/Adapter/GuardedWriter.php new file mode 100644 index 0000000..7bb69e8 --- /dev/null +++ b/vendor/vlucas/phpdotenv/src/Repository/Adapter/GuardedWriter.php @@ -0,0 +1,85 @@ +writer = $writer; + $this->allowList = $allowList; + } + + /** + * Write to an environment variable, if possible. + * + * @param string $name + * @param string $value + * + * @return bool + */ + public function write(string $name, string $value) + { + // Don't set non-allowed variables + if (!$this->isAllowed($name)) { + return false; + } + + // Set the value on the inner writer + return $this->writer->write($name, $value); + } + + /** + * Delete an environment variable, if possible. + * + * @param string $name + * + * @return bool + */ + public function delete(string $name) + { + // Don't clear non-allowed variables + if (!$this->isAllowed($name)) { + return false; + } + + // Set the value on the inner writer + return $this->writer->delete($name); + } + + /** + * Determine if the given variable is allowed. + * + * @param string $name + * + * @return bool + */ + private function isAllowed(string $name) + { + return \in_array($name, $this->allowList, true); + } +} diff --git a/vendor/vlucas/phpdotenv/src/Repository/Adapter/ImmutableWriter.php b/vendor/vlucas/phpdotenv/src/Repository/Adapter/ImmutableWriter.php new file mode 100644 index 0000000..574fcd6 --- /dev/null +++ b/vendor/vlucas/phpdotenv/src/Repository/Adapter/ImmutableWriter.php @@ -0,0 +1,110 @@ + + */ + private $loaded; + + /** + * Create a new immutable writer instance. + * + * @param \Dotenv\Repository\Adapter\WriterInterface $writer + * @param \Dotenv\Repository\Adapter\ReaderInterface $reader + * + * @return void + */ + public function __construct(WriterInterface $writer, ReaderInterface $reader) + { + $this->writer = $writer; + $this->reader = $reader; + $this->loaded = []; + } + + /** + * Write to an environment variable, if possible. + * + * @param string $name + * @param string $value + * + * @return bool + */ + public function write(string $name, string $value) + { + // Don't overwrite existing environment variables + // Ruby's dotenv does this with `ENV[key] ||= value` + if ($this->isExternallyDefined($name)) { + return false; + } + + // Set the value on the inner writer + if (!$this->writer->write($name, $value)) { + return false; + } + + // Record that we have loaded the variable + $this->loaded[$name] = ''; + + return true; + } + + /** + * Delete an environment variable, if possible. + * + * @param string $name + * + * @return bool + */ + public function delete(string $name) + { + // Don't clear existing environment variables + if ($this->isExternallyDefined($name)) { + return false; + } + + // Clear the value on the inner writer + if (!$this->writer->delete($name)) { + return false; + } + + // Leave the variable as fair game + unset($this->loaded[$name]); + + return true; + } + + /** + * Determine if the given variable is externally defined. + * + * That is, is it an "existing" variable. + * + * @param string $name + * + * @return bool + */ + private function isExternallyDefined(string $name) + { + return $this->reader->read($name)->isDefined() && !isset($this->loaded[$name]); + } +} diff --git a/vendor/vlucas/phpdotenv/src/Repository/Adapter/MultiReader.php b/vendor/vlucas/phpdotenv/src/Repository/Adapter/MultiReader.php new file mode 100644 index 0000000..12b3bda --- /dev/null +++ b/vendor/vlucas/phpdotenv/src/Repository/Adapter/MultiReader.php @@ -0,0 +1,48 @@ +readers = $readers; + } + + /** + * Read an environment variable, if it exists. + * + * @param string $name + * + * @return \PhpOption\Option + */ + public function read(string $name) + { + foreach ($this->readers as $reader) { + $result = $reader->read($name); + if ($result->isDefined()) { + return $result; + } + } + + return None::create(); + } +} diff --git a/vendor/vlucas/phpdotenv/src/Repository/Adapter/MultiWriter.php b/vendor/vlucas/phpdotenv/src/Repository/Adapter/MultiWriter.php new file mode 100644 index 0000000..e1dcf56 --- /dev/null +++ b/vendor/vlucas/phpdotenv/src/Repository/Adapter/MultiWriter.php @@ -0,0 +1,64 @@ +writers = $writers; + } + + /** + * Write to an environment variable, if possible. + * + * @param string $name + * @param string $value + * + * @return bool + */ + public function write(string $name, string $value) + { + foreach ($this->writers as $writers) { + if (!$writers->write($name, $value)) { + return false; + } + } + + return true; + } + + /** + * Delete an environment variable, if possible. + * + * @param string $name + * + * @return bool + */ + public function delete(string $name) + { + foreach ($this->writers as $writers) { + if (!$writers->delete($name)) { + return false; + } + } + + return true; + } +} diff --git a/vendor/vlucas/phpdotenv/src/Repository/Adapter/PutenvAdapter.php b/vendor/vlucas/phpdotenv/src/Repository/Adapter/PutenvAdapter.php new file mode 100644 index 0000000..126c465 --- /dev/null +++ b/vendor/vlucas/phpdotenv/src/Repository/Adapter/PutenvAdapter.php @@ -0,0 +1,91 @@ + + */ + public static function create() + { + if (self::isSupported()) { + /** @var \PhpOption\Option */ + return Some::create(new self()); + } + + return None::create(); + } + + /** + * Determines if the adapter is supported. + * + * @return bool + */ + private static function isSupported() + { + return \function_exists('getenv') && \function_exists('putenv'); + } + + /** + * Read an environment variable, if it exists. + * + * @param string $name + * + * @return \PhpOption\Option + */ + public function read(string $name) + { + /** @var \PhpOption\Option */ + return Option::fromValue(\getenv($name), false)->filter(static function ($value) { + return \is_string($value); + }); + } + + /** + * Write to an environment variable, if possible. + * + * @param string $name + * @param string $value + * + * @return bool + */ + public function write(string $name, string $value) + { + \putenv("$name=$value"); + + return true; + } + + /** + * Delete an environment variable, if possible. + * + * @param string $name + * + * @return bool + */ + public function delete(string $name) + { + \putenv($name); + + return true; + } +} diff --git a/vendor/vlucas/phpdotenv/src/Repository/Adapter/ReaderInterface.php b/vendor/vlucas/phpdotenv/src/Repository/Adapter/ReaderInterface.php new file mode 100644 index 0000000..5ece5ee --- /dev/null +++ b/vendor/vlucas/phpdotenv/src/Repository/Adapter/ReaderInterface.php @@ -0,0 +1,17 @@ + + */ + public function read(string $name); +} diff --git a/vendor/vlucas/phpdotenv/src/Repository/Adapter/ReplacingWriter.php b/vendor/vlucas/phpdotenv/src/Repository/Adapter/ReplacingWriter.php new file mode 100644 index 0000000..326cd18 --- /dev/null +++ b/vendor/vlucas/phpdotenv/src/Repository/Adapter/ReplacingWriter.php @@ -0,0 +1,104 @@ + + */ + private $seen; + + /** + * Create a new replacement writer instance. + * + * @param \Dotenv\Repository\Adapter\WriterInterface $writer + * @param \Dotenv\Repository\Adapter\ReaderInterface $reader + * + * @return void + */ + public function __construct(WriterInterface $writer, ReaderInterface $reader) + { + $this->writer = $writer; + $this->reader = $reader; + $this->seen = []; + } + + /** + * Write to an environment variable, if possible. + * + * @param string $name + * @param string $value + * + * @return bool + */ + public function write(string $name, string $value) + { + if ($this->exists($name)) { + return $this->writer->write($name, $value); + } + + // succeed if nothing to do + return true; + } + + /** + * Delete an environment variable, if possible. + * + * @param string $name + * + * @return bool + */ + public function delete(string $name) + { + if ($this->exists($name)) { + return $this->writer->delete($name); + } + + // succeed if nothing to do + return true; + } + + /** + * Does the given environment variable exist. + * + * Returns true if it currently exists, or existed at any point in the past + * that we are aware of. + * + * @param string $name + * + * @return bool + */ + private function exists(string $name) + { + if (isset($this->seen[$name])) { + return true; + } + + if ($this->reader->read($name)->isDefined()) { + $this->seen[$name] = ''; + + return true; + } + + return false; + } +} diff --git a/vendor/vlucas/phpdotenv/src/Repository/Adapter/ServerConstAdapter.php b/vendor/vlucas/phpdotenv/src/Repository/Adapter/ServerConstAdapter.php new file mode 100644 index 0000000..8e3dc98 --- /dev/null +++ b/vendor/vlucas/phpdotenv/src/Repository/Adapter/ServerConstAdapter.php @@ -0,0 +1,87 @@ + + */ + public static function create() + { + /** @var \PhpOption\Option */ + return Some::create(new self()); + } + + /** + * Read an environment variable, if it exists. + * + * @param string $name + * + * @return \PhpOption\Option + */ + public function read(string $name) + { + /** @var \PhpOption\Option */ + return Option::fromArraysValue($_SERVER, $name) + ->map(static function ($value) { + if ($value === false) { + return 'false'; + } + + if ($value === true) { + return 'true'; + } + + return $value; + })->filter(static function ($value) { + return \is_string($value); + }); + } + + /** + * Write to an environment variable, if possible. + * + * @param string $name + * @param string $value + * + * @return bool + */ + public function write(string $name, string $value) + { + $_SERVER[$name] = $value; + + return true; + } + + /** + * Delete an environment variable, if possible. + * + * @param string $name + * + * @return bool + */ + public function delete(string $name) + { + unset($_SERVER[$name]); + + return true; + } +} diff --git a/vendor/vlucas/phpdotenv/src/Repository/Adapter/WriterInterface.php b/vendor/vlucas/phpdotenv/src/Repository/Adapter/WriterInterface.php new file mode 100644 index 0000000..8b3fa57 --- /dev/null +++ b/vendor/vlucas/phpdotenv/src/Repository/Adapter/WriterInterface.php @@ -0,0 +1,27 @@ +reader = $reader; + $this->writer = $writer; + } + + /** + * Determine if the given environment variable is defined. + * + * @param string $name + * + * @return bool + */ + public function has(string $name) + { + return $this->reader->read($name)->isDefined(); + } + + /** + * Get an environment variable. + * + * @param string $name + * + * @return string|null + */ + public function get(string $name) + { + return $this->reader->read($name)->getOrElse(null); + } + + /** + * Set an environment variable. + * + * @param string $name + * @param string $value + * + * @return bool + */ + public function set(string $name, string $value) + { + return $this->writer->write($name, $value); + } + + /** + * Clear an environment variable. + * + * @param string $name + * + * @return bool + */ + public function clear(string $name) + { + return $this->writer->delete($name); + } +} diff --git a/vendor/vlucas/phpdotenv/src/Repository/RepositoryBuilder.php b/vendor/vlucas/phpdotenv/src/Repository/RepositoryBuilder.php new file mode 100644 index 0000000..f8a9264 --- /dev/null +++ b/vendor/vlucas/phpdotenv/src/Repository/RepositoryBuilder.php @@ -0,0 +1,274 @@ +readers = $readers; + $this->writers = $writers; + $this->immutable = $immutable; + $this->allowList = $allowList; + } + + /** + * Create a new repository builder instance with no adapters added. + * + * @return \Dotenv\Repository\RepositoryBuilder + */ + public static function createWithNoAdapters() + { + return new self(); + } + + /** + * Create a new repository builder instance with the default adapters added. + * + * @return \Dotenv\Repository\RepositoryBuilder + */ + public static function createWithDefaultAdapters() + { + $adapters = \iterator_to_array(self::defaultAdapters()); + + return new self($adapters, $adapters); + } + + /** + * Return the array of default adapters. + * + * @return \Generator<\Dotenv\Repository\Adapter\AdapterInterface> + */ + private static function defaultAdapters() + { + foreach (self::DEFAULT_ADAPTERS as $adapter) { + $instance = $adapter::create(); + if ($instance->isDefined()) { + yield $instance->get(); + } + } + } + + /** + * Determine if the given name if of an adapaterclass. + * + * @param string $name + * + * @return bool + */ + private static function isAnAdapterClass(string $name) + { + if (!\class_exists($name)) { + return false; + } + + return (new ReflectionClass($name))->implementsInterface(AdapterInterface::class); + } + + /** + * Creates a repository builder with the given reader added. + * + * Accepts either a reader instance, or a class-string for an adapter. If + * the adapter is not supported, then we silently skip adding it. + * + * @param \Dotenv\Repository\Adapter\ReaderInterface|string $reader + * + * @throws \InvalidArgumentException + * + * @return \Dotenv\Repository\RepositoryBuilder + */ + public function addReader($reader) + { + if (!(\is_string($reader) && self::isAnAdapterClass($reader)) && !($reader instanceof ReaderInterface)) { + throw new InvalidArgumentException( + \sprintf( + 'Expected either an instance of %s or a class-string implementing %s', + ReaderInterface::class, + AdapterInterface::class + ) + ); + } + + $optional = Some::create($reader)->flatMap(static function ($reader) { + return \is_string($reader) ? $reader::create() : Some::create($reader); + }); + + $readers = \array_merge($this->readers, \iterator_to_array($optional)); + + return new self($readers, $this->writers, $this->immutable, $this->allowList); + } + + /** + * Creates a repository builder with the given writer added. + * + * Accepts either a writer instance, or a class-string for an adapter. If + * the adapter is not supported, then we silently skip adding it. + * + * @param \Dotenv\Repository\Adapter\WriterInterface|string $writer + * + * @throws \InvalidArgumentException + * + * @return \Dotenv\Repository\RepositoryBuilder + */ + public function addWriter($writer) + { + if (!(\is_string($writer) && self::isAnAdapterClass($writer)) && !($writer instanceof WriterInterface)) { + throw new InvalidArgumentException( + \sprintf( + 'Expected either an instance of %s or a class-string implementing %s', + WriterInterface::class, + AdapterInterface::class + ) + ); + } + + $optional = Some::create($writer)->flatMap(static function ($writer) { + return \is_string($writer) ? $writer::create() : Some::create($writer); + }); + + $writers = \array_merge($this->writers, \iterator_to_array($optional)); + + return new self($this->readers, $writers, $this->immutable, $this->allowList); + } + + /** + * Creates a repository builder with the given adapter added. + * + * Accepts either an adapter instance, or a class-string for an adapter. If + * the adapter is not supported, then we silently skip adding it. We will + * add the adapter as both a reader and a writer. + * + * @param \Dotenv\Repository\Adapter\WriterInterface|string $adapter + * + * @throws \InvalidArgumentException + * + * @return \Dotenv\Repository\RepositoryBuilder + */ + public function addAdapter($adapter) + { + if (!(\is_string($adapter) && self::isAnAdapterClass($adapter)) && !($adapter instanceof AdapterInterface)) { + throw new InvalidArgumentException( + \sprintf( + 'Expected either an instance of %s or a class-string implementing %s', + WriterInterface::class, + AdapterInterface::class + ) + ); + } + + $optional = Some::create($adapter)->flatMap(static function ($adapter) { + return \is_string($adapter) ? $adapter::create() : Some::create($adapter); + }); + + $readers = \array_merge($this->readers, \iterator_to_array($optional)); + $writers = \array_merge($this->writers, \iterator_to_array($optional)); + + return new self($readers, $writers, $this->immutable, $this->allowList); + } + + /** + * Creates a repository builder with mutability enabled. + * + * @return \Dotenv\Repository\RepositoryBuilder + */ + public function immutable() + { + return new self($this->readers, $this->writers, true, $this->allowList); + } + + /** + * Creates a repository builder with the given allow list. + * + * @param string[]|null $allowList + * + * @return \Dotenv\Repository\RepositoryBuilder + */ + public function allowList(array $allowList = null) + { + return new self($this->readers, $this->writers, $this->immutable, $allowList); + } + + /** + * Creates a new repository instance. + * + * @return \Dotenv\Repository\RepositoryInterface + */ + public function make() + { + $reader = new MultiReader($this->readers); + $writer = new MultiWriter($this->writers); + + if ($this->immutable) { + $writer = new ImmutableWriter($writer, $reader); + } + + if ($this->allowList !== null) { + $writer = new GuardedWriter($writer, $this->allowList); + } + + return new AdapterRepository($reader, $writer); + } +} diff --git a/vendor/vlucas/phpdotenv/src/Repository/RepositoryInterface.php b/vendor/vlucas/phpdotenv/src/Repository/RepositoryInterface.php new file mode 100644 index 0000000..a2a7d32 --- /dev/null +++ b/vendor/vlucas/phpdotenv/src/Repository/RepositoryInterface.php @@ -0,0 +1,45 @@ + + */ + public static function read(array $filePaths, bool $shortCircuit = true, string $fileEncoding = null) + { + $output = []; + + foreach ($filePaths as $filePath) { + $content = self::readFromFile($filePath, $fileEncoding); + if ($content->isDefined()) { + $output[$filePath] = $content->get(); + if ($shortCircuit) { + break; + } + } + } + + return $output; + } + + /** + * Read the given file. + * + * @param string $path + * @param string|null $encoding + * + * @throws \Dotenv\Exception\InvalidEncodingException + * + * @return \PhpOption\Option + */ + private static function readFromFile(string $path, string $encoding = null) + { + /** @var Option */ + $content = Option::fromValue(@\file_get_contents($path), false); + + return $content->flatMap(static function (string $content) use ($encoding) { + return Str::utf8($content, $encoding)->mapError(static function (string $error) { + throw new InvalidEncodingException($error); + })->success(); + }); + } +} diff --git a/vendor/vlucas/phpdotenv/src/Store/FileStore.php b/vendor/vlucas/phpdotenv/src/Store/FileStore.php new file mode 100644 index 0000000..43f6135 --- /dev/null +++ b/vendor/vlucas/phpdotenv/src/Store/FileStore.php @@ -0,0 +1,72 @@ +filePaths = $filePaths; + $this->shortCircuit = $shortCircuit; + $this->fileEncoding = $fileEncoding; + } + + /** + * Read the content of the environment file(s). + * + * @throws \Dotenv\Exception\InvalidEncodingException|\Dotenv\Exception\InvalidPathException + * + * @return string + */ + public function read() + { + if ($this->filePaths === []) { + throw new InvalidPathException('At least one environment file path must be provided.'); + } + + $contents = Reader::read($this->filePaths, $this->shortCircuit, $this->fileEncoding); + + if (\count($contents) > 0) { + return \implode("\n", $contents); + } + + throw new InvalidPathException( + \sprintf('Unable to read any of the environment file(s) at [%s].', \implode(', ', $this->filePaths)) + ); + } +} diff --git a/vendor/vlucas/phpdotenv/src/Store/StoreBuilder.php b/vendor/vlucas/phpdotenv/src/Store/StoreBuilder.php new file mode 100644 index 0000000..d1fb26f --- /dev/null +++ b/vendor/vlucas/phpdotenv/src/Store/StoreBuilder.php @@ -0,0 +1,143 @@ +paths = $paths; + $this->names = $names; + $this->shortCircuit = $shortCircuit; + $this->fileEncoding = $fileEncoding; + } + + /** + * Create a new store builder instance with no names. + * + * @return \Dotenv\Store\StoreBuilder + */ + public static function createWithNoNames() + { + return new self(); + } + + /** + * Create a new store builder instance with the default name. + * + * @return \Dotenv\Store\StoreBuilder + */ + public static function createWithDefaultName() + { + return new self([], [self::DEFAULT_NAME]); + } + + /** + * Creates a store builder with the given path added. + * + * @param string $path + * + * @return \Dotenv\Store\StoreBuilder + */ + public function addPath(string $path) + { + return new self(\array_merge($this->paths, [$path]), $this->names, $this->shortCircuit, $this->fileEncoding); + } + + /** + * Creates a store builder with the given name added. + * + * @param string $name + * + * @return \Dotenv\Store\StoreBuilder + */ + public function addName(string $name) + { + return new self($this->paths, \array_merge($this->names, [$name]), $this->shortCircuit, $this->fileEncoding); + } + + /** + * Creates a store builder with short circuit mode enabled. + * + * @return \Dotenv\Store\StoreBuilder + */ + public function shortCircuit() + { + return new self($this->paths, $this->names, true, $this->fileEncoding); + } + + /** + * Creates a store builder with the specified file encoding. + * + * @param string|null $fileEncoding + * + * @return \Dotenv\Store\StoreBuilder + */ + public function fileEncoding(string $fileEncoding = null) + { + return new self($this->paths, $this->names, $this->shortCircuit, $fileEncoding); + } + + /** + * Creates a new store instance. + * + * @return \Dotenv\Store\StoreInterface + */ + public function make() + { + return new FileStore( + Paths::filePaths($this->paths, $this->names), + $this->shortCircuit, + $this->fileEncoding + ); + } +} diff --git a/vendor/vlucas/phpdotenv/src/Store/StoreInterface.php b/vendor/vlucas/phpdotenv/src/Store/StoreInterface.php new file mode 100644 index 0000000..6f5b986 --- /dev/null +++ b/vendor/vlucas/phpdotenv/src/Store/StoreInterface.php @@ -0,0 +1,17 @@ +content = $content; + } + + /** + * Read the content of the environment file(s). + * + * @return string + */ + public function read() + { + return $this->content; + } +} diff --git a/vendor/vlucas/phpdotenv/src/Util/Regex.php b/vendor/vlucas/phpdotenv/src/Util/Regex.php new file mode 100644 index 0000000..e558f40 --- /dev/null +++ b/vendor/vlucas/phpdotenv/src/Util/Regex.php @@ -0,0 +1,110 @@ + + */ + public static function matches(string $pattern, string $subject) + { + return self::pregAndWrap(static function (string $subject) use ($pattern) { + return @\preg_match($pattern, $subject) === 1; + }, $subject); + } + + /** + * Perform a preg match all, wrapping up the result. + * + * @param string $pattern + * @param string $subject + * + * @return \GrahamCampbell\ResultType\Result + */ + public static function occurences(string $pattern, string $subject) + { + return self::pregAndWrap(static function (string $subject) use ($pattern) { + return (int) @\preg_match_all($pattern, $subject); + }, $subject); + } + + /** + * Perform a preg replace callback, wrapping up the result. + * + * @param string $pattern + * @param callable $callback + * @param string $subject + * @param int|null $limit + * + * @return \GrahamCampbell\ResultType\Result + */ + public static function replaceCallback(string $pattern, callable $callback, string $subject, int $limit = null) + { + return self::pregAndWrap(static function (string $subject) use ($pattern, $callback, $limit) { + return (string) @\preg_replace_callback($pattern, $callback, $subject, $limit ?? -1); + }, $subject); + } + + /** + * Perform a preg split, wrapping up the result. + * + * @param string $pattern + * @param string $subject + * + * @return \GrahamCampbell\ResultType\Result + */ + public static function split(string $pattern, string $subject) + { + return self::pregAndWrap(static function (string $subject) use ($pattern) { + /** @var string[] */ + return (array) @\preg_split($pattern, $subject); + }, $subject); + } + + /** + * Perform a preg operation, wrapping up the result. + * + * @template V + * + * @param callable(string):V $operation + * @param string $subject + * + * @return \GrahamCampbell\ResultType\Result + */ + private static function pregAndWrap(callable $operation, string $subject) + { + $result = $operation($subject); + + if (\preg_last_error() !== \PREG_NO_ERROR) { + return Error::create(\preg_last_error_msg()); + } + + return Success::create($result); + } +} diff --git a/vendor/vlucas/phpdotenv/src/Util/Str.php b/vendor/vlucas/phpdotenv/src/Util/Str.php new file mode 100644 index 0000000..582c214 --- /dev/null +++ b/vendor/vlucas/phpdotenv/src/Util/Str.php @@ -0,0 +1,90 @@ + + */ + public static function utf8(string $input, string $encoding = null) + { + if ($encoding !== null && !\in_array($encoding, \mb_list_encodings(), true)) { + /** @var \GrahamCampbell\ResultType\Result */ + return Error::create( + \sprintf('Illegal character encoding [%s] specified.', $encoding) + ); + } + + /** @var \GrahamCampbell\ResultType\Result */ + return Success::create( + $encoding === null ? @\mb_convert_encoding($input, 'UTF-8') : @\mb_convert_encoding($input, 'UTF-8', $encoding) + ); + } + + /** + * Search for a given substring of the input. + * + * @param string $haystack + * @param string $needle + * + * @return \PhpOption\Option + */ + public static function pos(string $haystack, string $needle) + { + /** @var \PhpOption\Option */ + return Option::fromValue(\mb_strpos($haystack, $needle, 0, 'UTF-8'), false); + } + + /** + * Grab the specified substring of the input. + * + * @param string $input + * @param int $start + * @param int|null $length + * + * @return string + */ + public static function substr(string $input, int $start, int $length = null) + { + return \mb_substr($input, $start, $length, 'UTF-8'); + } + + /** + * Compute the length of the given string. + * + * @param string $input + * + * @return int + */ + public static function len(string $input) + { + return \mb_strlen($input, 'UTF-8'); + } +} diff --git a/vendor/vlucas/phpdotenv/src/Validator.php b/vendor/vlucas/phpdotenv/src/Validator.php new file mode 100644 index 0000000..0c04ab6 --- /dev/null +++ b/vendor/vlucas/phpdotenv/src/Validator.php @@ -0,0 +1,209 @@ +repository = $repository; + $this->variables = $variables; + } + + /** + * Assert that each variable is present. + * + * @throws \Dotenv\Exception\ValidationException + * + * @return \Dotenv\Validator + */ + public function required() + { + return $this->assert( + static function (?string $value) { + return $value !== null; + }, + 'is missing' + ); + } + + /** + * Assert that each variable is not empty. + * + * @throws \Dotenv\Exception\ValidationException + * + * @return \Dotenv\Validator + */ + public function notEmpty() + { + return $this->assertNullable( + static function (string $value) { + return Str::len(\trim($value)) > 0; + }, + 'is empty' + ); + } + + /** + * Assert that each specified variable is an integer. + * + * @throws \Dotenv\Exception\ValidationException + * + * @return \Dotenv\Validator + */ + public function isInteger() + { + return $this->assertNullable( + static function (string $value) { + return \ctype_digit($value); + }, + 'is not an integer' + ); + } + + /** + * Assert that each specified variable is a boolean. + * + * @throws \Dotenv\Exception\ValidationException + * + * @return \Dotenv\Validator + */ + public function isBoolean() + { + return $this->assertNullable( + static function (string $value) { + if ($value === '') { + return false; + } + + return \filter_var($value, \FILTER_VALIDATE_BOOLEAN, \FILTER_NULL_ON_FAILURE) !== null; + }, + 'is not a boolean' + ); + } + + /** + * Assert that each variable is amongst the given choices. + * + * @param string[] $choices + * + * @throws \Dotenv\Exception\ValidationException + * + * @return \Dotenv\Validator + */ + public function allowedValues(array $choices) + { + return $this->assertNullable( + static function (string $value) use ($choices) { + return \in_array($value, $choices, true); + }, + \sprintf('is not one of [%s]', \implode(', ', $choices)) + ); + } + + /** + * Assert that each variable matches the given regular expression. + * + * @param string $regex + * + * @throws \Dotenv\Exception\ValidationException + * + * @return \Dotenv\Validator + */ + public function allowedRegexValues(string $regex) + { + return $this->assertNullable( + static function (string $value) use ($regex) { + return Regex::matches($regex, $value)->success()->getOrElse(false); + }, + \sprintf('does not match "%s"', $regex) + ); + } + + /** + * Assert that the callback returns true for each variable. + * + * @param callable(?string):bool $callback + * @param string $message + * + * @throws \Dotenv\Exception\ValidationException + * + * @return \Dotenv\Validator + */ + public function assert(callable $callback, string $message) + { + $failing = []; + + foreach ($this->variables as $variable) { + if ($callback($this->repository->get($variable)) === false) { + $failing[] = \sprintf('%s %s', $variable, $message); + } + } + + if (\count($failing) > 0) { + throw new ValidationException(\sprintf( + 'One or more environment variables failed assertions: %s.', + \implode(', ', $failing) + )); + } + + return $this; + } + + /** + * Assert that the callback returns true for each variable. + * + * Skip checking null variable values. + * + * @param callable(string):bool $callback + * @param string $message + * + * @throws \Dotenv\Exception\ValidationException + * + * @return \Dotenv\Validator + */ + public function assertNullable(callable $callback, string $message) + { + return $this->assert( + static function (?string $value) use ($callback) { + if ($value === null) { + return true; + } + + return $callback($value); + }, + $message + ); + } +}