Changeset 3206548
- Timestamp:
- 12/11/2024 07:15:00 PM (15 months ago)
- Location:
- news-parser
- Files:
-
- 585 added
- 25 edited
-
tags/2.2.3 (added)
-
tags/2.2.3/autoload.php (added)
-
tags/2.2.3/bootstrap.php (added)
-
tags/2.2.3/inc (added)
-
tags/2.2.3/inc/Api (added)
-
tags/2.2.3/inc/Api/Ajax (added)
-
tags/2.2.3/inc/Api/Ajax/AjaxApiController.php (added)
-
tags/2.2.3/inc/Api/Ajax/AjaxApiEndpoint.php (added)
-
tags/2.2.3/inc/Api/Rest (added)
-
tags/2.2.3/inc/Api/Rest/AIApiEndpoint.php (added)
-
tags/2.2.3/inc/Api/Rest/AIOptionsApiEndpoint.php (added)
-
tags/2.2.3/inc/Api/Rest/CronApiEndpoint.php (added)
-
tags/2.2.3/inc/Api/Rest/PostApiEndpoint.php (added)
-
tags/2.2.3/inc/Api/Rest/RestApiController.php (added)
-
tags/2.2.3/inc/Api/Rest/TemplateApiEndpoint.php (added)
-
tags/2.2.3/inc/CLI (added)
-
tags/2.2.3/inc/CLI/InvokeAutopilot.php (added)
-
tags/2.2.3/inc/CLI/InvokeParse.php (added)
-
tags/2.2.3/inc/CLI/options.json (added)
-
tags/2.2.3/inc/CLI/posts.json (added)
-
tags/2.2.3/inc/CLI/template.json (added)
-
tags/2.2.3/inc/Config (added)
-
tags/2.2.3/inc/Config/di-config.php (added)
-
tags/2.2.3/inc/Config/docs-urls.php (added)
-
tags/2.2.3/inc/Config/global-variables-config-dev.php (added)
-
tags/2.2.3/inc/Config/global-variables-config.php (added)
-
tags/2.2.3/inc/Config/menu-config.php (added)
-
tags/2.2.3/inc/Config/scripts-config-dev.php (added)
-
tags/2.2.3/inc/Config/scripts-config.php (added)
-
tags/2.2.3/inc/Config/scripts-translation-config.php (added)
-
tags/2.2.3/inc/Config/styles-config-dev.php (added)
-
tags/2.2.3/inc/Config/styles-config.php (added)
-
tags/2.2.3/inc/Controller (added)
-
tags/2.2.3/inc/Controller/AIController.php (added)
-
tags/2.2.3/inc/Controller/AIOptionsController.php (added)
-
tags/2.2.3/inc/Controller/CronController.php (added)
-
tags/2.2.3/inc/Controller/CronTaskController.php (added)
-
tags/2.2.3/inc/Controller/CronTaskControllerWithLogger.php (added)
-
tags/2.2.3/inc/Controller/EventController.php (added)
-
tags/2.2.3/inc/Controller/ListController.php (added)
-
tags/2.2.3/inc/Controller/MediaController.php (added)
-
tags/2.2.3/inc/Controller/MiddlewareController.php (added)
-
tags/2.2.3/inc/Controller/PostController.php (added)
-
tags/2.2.3/inc/Controller/TemplateController.php (added)
-
tags/2.2.3/inc/Controller/VisualConstructorController.php (added)
-
tags/2.2.3/inc/Core (added)
-
tags/2.2.3/inc/Core/App.php (added)
-
tags/2.2.3/inc/Core/ScriptLoadingManager.php (added)
-
tags/2.2.3/inc/Entities (added)
-
tags/2.2.3/inc/Entities/CronData.php (added)
-
tags/2.2.3/inc/Entities/Factory (added)
-
tags/2.2.3/inc/Entities/Factory/CronDataFactory.php (added)
-
tags/2.2.3/inc/Entities/Factory/PostFactory.php (added)
-
tags/2.2.3/inc/Entities/Post.php (added)
-
tags/2.2.3/inc/Exception (added)
-
tags/2.2.3/inc/Exception/MyException.php (added)
-
tags/2.2.3/inc/Interfaces (added)
-
tags/2.2.3/inc/Interfaces/AdapterInterface.php (added)
-
tags/2.2.3/inc/Interfaces/EventControllerInterface.php (added)
-
tags/2.2.3/inc/Interfaces/MenuPageInterface.php (added)
-
tags/2.2.3/inc/Interfaces/MiddlewareInterface.php (added)
-
tags/2.2.3/inc/Interfaces/ModelInterface.php (added)
-
tags/2.2.3/inc/Interfaces/PostControllerInterface.php (added)
-
tags/2.2.3/inc/Interfaces/ResponseFormatterInterface.php (added)
-
tags/2.2.3/inc/Menu (added)
-
tags/2.2.3/inc/Menu/Admin (added)
-
tags/2.2.3/inc/Menu/Admin/MenuPage.php (added)
-
tags/2.2.3/inc/Message (added)
-
tags/2.2.3/inc/Message/Errors.php (added)
-
tags/2.2.3/inc/Message/Success.php (added)
-
tags/2.2.3/inc/Models (added)
-
tags/2.2.3/inc/Models/AIOptionsModel.php (added)
-
tags/2.2.3/inc/Models/CronDataModel.php (added)
-
tags/2.2.3/inc/Models/PostCacheModel.php (added)
-
tags/2.2.3/inc/Models/PostModel.php (added)
-
tags/2.2.3/inc/Models/TemplateModel.php (added)
-
tags/2.2.3/inc/Modifiers (added)
-
tags/2.2.3/inc/Modifiers/ImagePrepare.php (added)
-
tags/2.2.3/inc/Modifiers/RemoveLineBreaks.php (added)
-
tags/2.2.3/inc/Modifiers/ReplaceRelativePathWithAbsolute.php (added)
-
tags/2.2.3/inc/Parser (added)
-
tags/2.2.3/inc/Parser/Abstracts (added)
-
tags/2.2.3/inc/Parser/Abstracts/AbstractParseContent.php (added)
-
tags/2.2.3/inc/Parser/HTMLParser.php (added)
-
tags/2.2.3/inc/Parser/HTMLPatternParser.php (added)
-
tags/2.2.3/inc/Parser/HTMLRaw.php (added)
-
tags/2.2.3/inc/Parser/Modifiers (added)
-
tags/2.2.3/inc/Parser/Modifiers/AdapterModifiers (added)
-
tags/2.2.3/inc/Parser/Modifiers/AdapterModifiers/Before (added)
-
tags/2.2.3/inc/Parser/Modifiers/AdapterModifiers/Before/AddImageSizesModifier.php (added)
-
tags/2.2.3/inc/Parser/Modifiers/AdapterModifiers/Before/AddSourceModifier.php (added)
-
tags/2.2.3/inc/Parser/Modifiers/AdapterModifiers/Before/GenerateImageWithAI.php (added)
-
tags/2.2.3/inc/Parser/Modifiers/AdapterModifiers/Before/GeneratePostBodyWithAI.php (added)
-
tags/2.2.3/inc/Parser/Modifiers/AdapterModifiers/Before/GenerateTitleWithAI.php (added)
-
tags/2.2.3/inc/Parser/Modifiers/AdapterModifiers/Before/GroupPicturesModifier.php (added)
-
tags/2.2.3/inc/Parser/Modifiers/AdapterModifiers/Before/RemoveDublicatedPicturesModifier.php (added)
-
tags/2.2.3/inc/Parser/Modifiers/AdapterModifiers/Before/RemoveSrcSetAndSizesModifier.php (added)
-
tags/2.2.3/inc/Parser/Modifiers/PostModifiers (added)
-
tags/2.2.3/inc/Parser/Modifiers/PostModifiers/AddPostThumbnailModifier.php (added)
-
tags/2.2.3/inc/Parser/XMLParser.php (added)
-
tags/2.2.3/inc/Service (added)
-
tags/2.2.3/inc/Service/AI (added)
-
tags/2.2.3/inc/Service/AI/Custom1AIServiceProvider.php (added)
-
tags/2.2.3/inc/Service/AI/GeminiAIServiceProvider.php (added)
-
tags/2.2.3/inc/Service/AI/OpenAIServiceProvider.php (added)
-
tags/2.2.3/inc/Traits (added)
-
tags/2.2.3/inc/Traits/FunctionAutoloadTrait.php (added)
-
tags/2.2.3/inc/Traits/MonologLoggerTrait.php (added)
-
tags/2.2.3/inc/Traits/RestApiTrait.php (added)
-
tags/2.2.3/inc/Traits/SanitizeDataTrait.php (added)
-
tags/2.2.3/inc/Traits/SyslogLoggerTrait.php (added)
-
tags/2.2.3/inc/Traits/ValidateDataTrait.php (added)
-
tags/2.2.3/inc/Utils (added)
-
tags/2.2.3/inc/Utils/AdapterGuttenberg.php (added)
-
tags/2.2.3/inc/Utils/Chain.php (added)
-
tags/2.2.3/inc/Utils/MenuConfig.php (added)
-
tags/2.2.3/inc/Utils/Pipe.php (added)
-
tags/2.2.3/inc/Utils/ResponseFormatter.php (added)
-
tags/2.2.3/inc/Utils/ResponseFormatterStatic.php (added)
-
tags/2.2.3/inc/View (added)
-
tags/2.2.3/inc/View/TemplateCallbackRender.php (added)
-
tags/2.2.3/inc/View/TemplateRender.php (added)
-
tags/2.2.3/news-parser.php (added)
-
tags/2.2.3/public (added)
-
tags/2.2.3/public/css (added)
-
tags/2.2.3/public/css/admin-menu-icon.css (added)
-
tags/2.2.3/public/css/autopilot-2.2.3.css (added)
-
tags/2.2.3/public/css/dev (added)
-
tags/2.2.3/public/css/dev/dev-styles.css (added)
-
tags/2.2.3/public/css/font.css (added)
-
tags/2.2.3/public/css/frame-style.css (added)
-
tags/2.2.3/public/css/media-views.css (added)
-
tags/2.2.3/public/css/parser_page-2.2.3.css (added)
-
tags/2.2.3/public/css/parser_rss-2.2.3.css (added)
-
tags/2.2.3/public/font (added)
-
tags/2.2.3/public/font/config.json (added)
-
tags/2.2.3/public/font/fontello.eot (added)
-
tags/2.2.3/public/font/fontello.svg (added)
-
tags/2.2.3/public/font/fontello.ttf (added)
-
tags/2.2.3/public/font/fontello.woff (added)
-
tags/2.2.3/public/font/fontello.woff2 (added)
-
tags/2.2.3/public/images (added)
-
tags/2.2.3/public/images/Grey-Gradient.png (added)
-
tags/2.2.3/public/images/Screen-rotation-01.png (added)
-
tags/2.2.3/public/images/banner-1280x360.png (added)
-
tags/2.2.3/public/images/clipart1375168.png (added)
-
tags/2.2.3/public/images/clipart1375168_d6sh2a.png (added)
-
tags/2.2.3/public/images/discord-icon-43742.png (added)
-
tags/2.2.3/public/images/discord-icon-43742_qoe0fc.png (added)
-
tags/2.2.3/public/images/loading.gif (added)
-
tags/2.2.3/public/images/youtube-video.jpeg (added)
-
tags/2.2.3/public/js (added)
-
tags/2.2.3/public/js/179-2.2.3.bundle.js (added)
-
tags/2.2.3/public/js/618-2.2.3.bundle.js (added)
-
tags/2.2.3/public/js/618-2.2.3.bundle.js.LICENSE.txt (added)
-
tags/2.2.3/public/js/675-2.2.3.bundle.js (added)
-
tags/2.2.3/public/js/931-2.2.3.bundle.js (added)
-
tags/2.2.3/public/js/931-2.2.3.bundle.js.LICENSE.txt (added)
-
tags/2.2.3/public/js/autopilot-2.2.3.bundle.js (added)
-
tags/2.2.3/public/js/parser_page-2.2.3.bundle.js (added)
-
tags/2.2.3/public/js/parser_rss-2.2.3.bundle.js (added)
-
tags/2.2.3/readme.txt (added)
-
tags/2.2.3/tear-down.php (added)
-
tags/2.2.3/template (added)
-
tags/2.2.3/template/menu (added)
-
tags/2.2.3/template/menu/about-gitbook-menu.php (added)
-
tags/2.2.3/template/menu/about-menu.php (added)
-
tags/2.2.3/template/menu/autopilot-page-menu.php (added)
-
tags/2.2.3/template/menu/main-menu.php (added)
-
tags/2.2.3/template/menu/parsing-page-menu.php (added)
-
tags/2.2.3/template/menu/parsing-rss-menu.php (added)
-
tags/2.2.3/upgrade.php (added)
-
tags/2.2.3/vendor (added)
-
tags/2.2.3/vendor/autoload.php (added)
-
tags/2.2.3/vendor/bin (added)
-
tags/2.2.3/vendor/caophihung94 (added)
-
tags/2.2.3/vendor/caophihung94/php-simple-html-dom-parser (added)
-
tags/2.2.3/vendor/caophihung94/php-simple-html-dom-parser/.gitignore (added)
-
tags/2.2.3/vendor/caophihung94/php-simple-html-dom-parser/CONTRIBUTING.md (added)
-
tags/2.2.3/vendor/caophihung94/php-simple-html-dom-parser/LICENSE (added)
-
tags/2.2.3/vendor/caophihung94/php-simple-html-dom-parser/README.md (added)
-
tags/2.2.3/vendor/caophihung94/php-simple-html-dom-parser/composer.json (added)
-
tags/2.2.3/vendor/caophihung94/php-simple-html-dom-parser/src (added)
-
tags/2.2.3/vendor/caophihung94/php-simple-html-dom-parser/src/HungCP (added)
-
tags/2.2.3/vendor/caophihung94/php-simple-html-dom-parser/src/HungCP/PhpSimpleHtmlDom (added)
-
tags/2.2.3/vendor/caophihung94/php-simple-html-dom-parser/src/HungCP/PhpSimpleHtmlDom/HtmlDomParser.php (added)
-
tags/2.2.3/vendor/caophihung94/php-simple-html-dom-parser/src/HungCP/PhpSimpleHtmlDom/lib (added)
-
tags/2.2.3/vendor/caophihung94/php-simple-html-dom-parser/src/HungCP/PhpSimpleHtmlDom/lib/simple_html_dom.php (added)
-
tags/2.2.3/vendor/composer (added)
-
tags/2.2.3/vendor/composer/ClassLoader.php (added)
-
tags/2.2.3/vendor/composer/InstalledVersions.php (added)
-
tags/2.2.3/vendor/composer/LICENSE (added)
-
tags/2.2.3/vendor/composer/autoload_classmap.php (added)
-
tags/2.2.3/vendor/composer/autoload_files.php (added)
-
tags/2.2.3/vendor/composer/autoload_namespaces.php (added)
-
tags/2.2.3/vendor/composer/autoload_psr4.php (added)
-
tags/2.2.3/vendor/composer/autoload_real.php (added)
-
tags/2.2.3/vendor/composer/autoload_static.php (added)
-
tags/2.2.3/vendor/composer/installed.json (added)
-
tags/2.2.3/vendor/composer/installed.php (added)
-
tags/2.2.3/vendor/composer/platform_check.php (added)
-
tags/2.2.3/vendor/google-gemini-php (added)
-
tags/2.2.3/vendor/google-gemini-php/client (added)
-
tags/2.2.3/vendor/google-gemini-php/client/.github (added)
-
tags/2.2.3/vendor/google-gemini-php/client/.github/workflows (added)
-
tags/2.2.3/vendor/google-gemini-php/client/.github/workflows/code-quality.yml (added)
-
tags/2.2.3/vendor/google-gemini-php/client/.github/workflows/tests.yml (added)
-
tags/2.2.3/vendor/google-gemini-php/client/.gitignore (added)
-
tags/2.2.3/vendor/google-gemini-php/client/CONTRIBUTING.md (added)
-
tags/2.2.3/vendor/google-gemini-php/client/LICENSE.md (added)
-
tags/2.2.3/vendor/google-gemini-php/client/README.md (added)
-
tags/2.2.3/vendor/google-gemini-php/client/art (added)
-
tags/2.2.3/vendor/google-gemini-php/client/art/example.png (added)
-
tags/2.2.3/vendor/google-gemini-php/client/composer.json (added)
-
tags/2.2.3/vendor/google-gemini-php/client/phpstan.neon.dist (added)
-
tags/2.2.3/vendor/google-gemini-php/client/phpunit.xml (added)
-
tags/2.2.3/vendor/google-gemini-php/client/src (added)
-
tags/2.2.3/vendor/google-gemini-php/client/src/Client.php (added)
-
tags/2.2.3/vendor/google-gemini-php/client/src/Concerns (added)
-
tags/2.2.3/vendor/google-gemini-php/client/src/Concerns/HasContents.php (added)
-
tags/2.2.3/vendor/google-gemini-php/client/src/Concerns/HasModel.php (added)
-
tags/2.2.3/vendor/google-gemini-php/client/src/Contracts (added)
-
tags/2.2.3/vendor/google-gemini-php/client/src/Contracts/Arrayable.php (added)
-
tags/2.2.3/vendor/google-gemini-php/client/src/Contracts/ClientContract.php (added)
-
tags/2.2.3/vendor/google-gemini-php/client/src/Contracts/Resources (added)
-
tags/2.2.3/vendor/google-gemini-php/client/src/Contracts/Resources/ChatSessionContract.php (added)
-
tags/2.2.3/vendor/google-gemini-php/client/src/Contracts/Resources/EmbeddingModalContract.php (added)
-
tags/2.2.3/vendor/google-gemini-php/client/src/Contracts/Resources/GenerativeModelContract.php (added)
-
tags/2.2.3/vendor/google-gemini-php/client/src/Contracts/Resources/ModelContract.php (added)
-
tags/2.2.3/vendor/google-gemini-php/client/src/Contracts/ResponseContract.php (added)
-
tags/2.2.3/vendor/google-gemini-php/client/src/Contracts/TransporterContract.php (added)
-
tags/2.2.3/vendor/google-gemini-php/client/src/Data (added)
-
tags/2.2.3/vendor/google-gemini-php/client/src/Data/Blob.php (added)
-
tags/2.2.3/vendor/google-gemini-php/client/src/Data/Candidate.php (added)
-
tags/2.2.3/vendor/google-gemini-php/client/src/Data/CitationMetadata.php (added)
-
tags/2.2.3/vendor/google-gemini-php/client/src/Data/CitationSource.php (added)
-
tags/2.2.3/vendor/google-gemini-php/client/src/Data/Content.php (added)
-
tags/2.2.3/vendor/google-gemini-php/client/src/Data/ContentEmbedding.php (added)
-
tags/2.2.3/vendor/google-gemini-php/client/src/Data/GenerationConfig.php (added)
-
tags/2.2.3/vendor/google-gemini-php/client/src/Data/Model.php (added)
-
tags/2.2.3/vendor/google-gemini-php/client/src/Data/Part.php (added)
-
tags/2.2.3/vendor/google-gemini-php/client/src/Data/PromptFeedback.php (added)
-
tags/2.2.3/vendor/google-gemini-php/client/src/Data/SafetyRating.php (added)
-
tags/2.2.3/vendor/google-gemini-php/client/src/Data/SafetySetting.php (added)
-
tags/2.2.3/vendor/google-gemini-php/client/src/Data/UsageMetadata.php (added)
-
tags/2.2.3/vendor/google-gemini-php/client/src/Enums (added)
-
tags/2.2.3/vendor/google-gemini-php/client/src/Enums/BlockReason.php (added)
-
tags/2.2.3/vendor/google-gemini-php/client/src/Enums/FinishReason.php (added)
-
tags/2.2.3/vendor/google-gemini-php/client/src/Enums/HarmBlockThreshold.php (added)
-
tags/2.2.3/vendor/google-gemini-php/client/src/Enums/HarmCategory.php (added)
-
tags/2.2.3/vendor/google-gemini-php/client/src/Enums/HarmProbability.php (added)
-
tags/2.2.3/vendor/google-gemini-php/client/src/Enums/Method.php (added)
-
tags/2.2.3/vendor/google-gemini-php/client/src/Enums/MimeType.php (added)
-
tags/2.2.3/vendor/google-gemini-php/client/src/Enums/ModelType.php (added)
-
tags/2.2.3/vendor/google-gemini-php/client/src/Enums/ModelVariation.php (added)
-
tags/2.2.3/vendor/google-gemini-php/client/src/Enums/Role.php (added)
-
tags/2.2.3/vendor/google-gemini-php/client/src/Enums/TaskType.php (added)
-
tags/2.2.3/vendor/google-gemini-php/client/src/Exceptions (added)
-
tags/2.2.3/vendor/google-gemini-php/client/src/Exceptions/ErrorException.php (added)
-
tags/2.2.3/vendor/google-gemini-php/client/src/Exceptions/TransporterException.php (added)
-
tags/2.2.3/vendor/google-gemini-php/client/src/Exceptions/UnserializableResponse.php (added)
-
tags/2.2.3/vendor/google-gemini-php/client/src/Factory.php (added)
-
tags/2.2.3/vendor/google-gemini-php/client/src/Foundation (added)
-
tags/2.2.3/vendor/google-gemini-php/client/src/Foundation/Request.php (added)
-
tags/2.2.3/vendor/google-gemini-php/client/src/Gemini.php (added)
-
tags/2.2.3/vendor/google-gemini-php/client/src/Requests (added)
-
tags/2.2.3/vendor/google-gemini-php/client/src/Requests/Concerns (added)
-
tags/2.2.3/vendor/google-gemini-php/client/src/Requests/Concerns/HasJsonBody.php (added)
-
tags/2.2.3/vendor/google-gemini-php/client/src/Requests/GenerativeModel (added)
-
tags/2.2.3/vendor/google-gemini-php/client/src/Requests/GenerativeModel/BatchEmbedContentRequest.php (added)
-
tags/2.2.3/vendor/google-gemini-php/client/src/Requests/GenerativeModel/CountTokensRequest.php (added)
-
tags/2.2.3/vendor/google-gemini-php/client/src/Requests/GenerativeModel/EmbedContentRequest.php (added)
-
tags/2.2.3/vendor/google-gemini-php/client/src/Requests/GenerativeModel/GenerateContentRequest.php (added)
-
tags/2.2.3/vendor/google-gemini-php/client/src/Requests/GenerativeModel/StreamGenerateContentRequest.php (added)
-
tags/2.2.3/vendor/google-gemini-php/client/src/Requests/Model (added)
-
tags/2.2.3/vendor/google-gemini-php/client/src/Requests/Model/ListModelRequest.php (added)
-
tags/2.2.3/vendor/google-gemini-php/client/src/Requests/Model/RetrieveModelRequest.php (added)
-
tags/2.2.3/vendor/google-gemini-php/client/src/Resources (added)
-
tags/2.2.3/vendor/google-gemini-php/client/src/Resources/ChatSession.php (added)
-
tags/2.2.3/vendor/google-gemini-php/client/src/Resources/EmbeddingModel.php (added)
-
tags/2.2.3/vendor/google-gemini-php/client/src/Resources/GenerativeModel.php (added)
-
tags/2.2.3/vendor/google-gemini-php/client/src/Resources/Models.php (added)
-
tags/2.2.3/vendor/google-gemini-php/client/src/Responses (added)
-
tags/2.2.3/vendor/google-gemini-php/client/src/Responses/GenerativeModel (added)
-
tags/2.2.3/vendor/google-gemini-php/client/src/Responses/GenerativeModel/BatchEmbedContentsResponse.php (added)
-
tags/2.2.3/vendor/google-gemini-php/client/src/Responses/GenerativeModel/CountTokensResponse.php (added)
-
tags/2.2.3/vendor/google-gemini-php/client/src/Responses/GenerativeModel/EmbedContentResponse.php (added)
-
tags/2.2.3/vendor/google-gemini-php/client/src/Responses/GenerativeModel/GenerateContentResponse.php (added)
-
tags/2.2.3/vendor/google-gemini-php/client/src/Responses/Models (added)
-
tags/2.2.3/vendor/google-gemini-php/client/src/Responses/Models/ListModelResponse.php (added)
-
tags/2.2.3/vendor/google-gemini-php/client/src/Responses/Models/RetrieveModelResponse.php (added)
-
tags/2.2.3/vendor/google-gemini-php/client/src/Responses/StreamResponse.php (added)
-
tags/2.2.3/vendor/google-gemini-php/client/src/Testing (added)
-
tags/2.2.3/vendor/google-gemini-php/client/src/Testing/ClientFake.php (added)
-
tags/2.2.3/vendor/google-gemini-php/client/src/Testing/Requests (added)
-
tags/2.2.3/vendor/google-gemini-php/client/src/Testing/Requests/TestRequest.php (added)
-
tags/2.2.3/vendor/google-gemini-php/client/src/Testing/Resources (added)
-
tags/2.2.3/vendor/google-gemini-php/client/src/Testing/Resources/ChatSessionTestResource.php (added)
-
tags/2.2.3/vendor/google-gemini-php/client/src/Testing/Resources/Concerns (added)
-
tags/2.2.3/vendor/google-gemini-php/client/src/Testing/Resources/Concerns/Testable.php (added)
-
tags/2.2.3/vendor/google-gemini-php/client/src/Testing/Resources/EmbeddingModelTestResource.php (added)
-
tags/2.2.3/vendor/google-gemini-php/client/src/Testing/Resources/GenerativeModelTestResource.php (added)
-
tags/2.2.3/vendor/google-gemini-php/client/src/Testing/Resources/ModelTestResource.php (added)
-
tags/2.2.3/vendor/google-gemini-php/client/src/Testing/Responses (added)
-
tags/2.2.3/vendor/google-gemini-php/client/src/Testing/Responses/Concerns (added)
-
tags/2.2.3/vendor/google-gemini-php/client/src/Testing/Responses/Concerns/Fakeable.php (added)
-
tags/2.2.3/vendor/google-gemini-php/client/src/Testing/Responses/Concerns/FakeableForStreamedResponse.php (added)
-
tags/2.2.3/vendor/google-gemini-php/client/src/Testing/Responses/Fixtures (added)
-
tags/2.2.3/vendor/google-gemini-php/client/src/Testing/Responses/Fixtures/GenerativeModel (added)
-
tags/2.2.3/vendor/google-gemini-php/client/src/Testing/Responses/Fixtures/GenerativeModel/BatchEmbedContentsResponseFixture.php (added)
-
tags/2.2.3/vendor/google-gemini-php/client/src/Testing/Responses/Fixtures/GenerativeModel/CountTokensResponseFixture.php (added)
-
tags/2.2.3/vendor/google-gemini-php/client/src/Testing/Responses/Fixtures/GenerativeModel/EmbedContentResponseFixture.php (added)
-
tags/2.2.3/vendor/google-gemini-php/client/src/Testing/Responses/Fixtures/GenerativeModel/GenerateContentResponseFixture.php (added)
-
tags/2.2.3/vendor/google-gemini-php/client/src/Testing/Responses/Fixtures/GenerativeModel/GenerateContentResponseFixture.txt (added)
-
tags/2.2.3/vendor/google-gemini-php/client/src/Testing/Responses/Fixtures/Models (added)
-
tags/2.2.3/vendor/google-gemini-php/client/src/Testing/Responses/Fixtures/Models/ListModelResponseFixture.php (added)
-
tags/2.2.3/vendor/google-gemini-php/client/src/Testing/Responses/Fixtures/Models/RetrieveModelResponseFixture.php (added)
-
tags/2.2.3/vendor/google-gemini-php/client/src/Transporters (added)
-
tags/2.2.3/vendor/google-gemini-php/client/src/Transporters/DTOs (added)
-
tags/2.2.3/vendor/google-gemini-php/client/src/Transporters/DTOs/ResponseDTO.php (added)
-
tags/2.2.3/vendor/google-gemini-php/client/src/Transporters/HttpTransporter.php (added)
-
tags/2.2.3/vendor/google-gemini-php/client/tests (added)
-
tags/2.2.3/vendor/google-gemini-php/client/tests/Arch.php (added)
-
tags/2.2.3/vendor/google-gemini-php/client/tests/Client.php (added)
-
tags/2.2.3/vendor/google-gemini-php/client/tests/Enums (added)
-
tags/2.2.3/vendor/google-gemini-php/client/tests/Enums/ModelType.php (added)
-
tags/2.2.3/vendor/google-gemini-php/client/tests/Gemini.php (added)
-
tags/2.2.3/vendor/google-gemini-php/client/tests/Pest.php (added)
-
tags/2.2.3/vendor/google-gemini-php/client/tests/Resources (added)
-
tags/2.2.3/vendor/google-gemini-php/client/tests/Resources/ChatSession.php (added)
-
tags/2.2.3/vendor/google-gemini-php/client/tests/Resources/EmbeddingModel.php (added)
-
tags/2.2.3/vendor/google-gemini-php/client/tests/Resources/GenerativeModel.php (added)
-
tags/2.2.3/vendor/google-gemini-php/client/tests/Resources/Models.php (added)
-
tags/2.2.3/vendor/google-gemini-php/client/tests/Responses (added)
-
tags/2.2.3/vendor/google-gemini-php/client/tests/Responses/GenerativeModel (added)
-
tags/2.2.3/vendor/google-gemini-php/client/tests/Responses/GenerativeModel/BatchEmbedContentsResponse.php (added)
-
tags/2.2.3/vendor/google-gemini-php/client/tests/Responses/GenerativeModel/CountTokensResponse.php (added)
-
tags/2.2.3/vendor/google-gemini-php/client/tests/Responses/GenerativeModel/EmbedContentResponse.php (added)
-
tags/2.2.3/vendor/google-gemini-php/client/tests/Responses/GenerativeModel/GenerateContentResponse.php (added)
-
tags/2.2.3/vendor/google-gemini-php/client/tests/Responses/Models (added)
-
tags/2.2.3/vendor/google-gemini-php/client/tests/Responses/Models/ListModelResponse.php (added)
-
tags/2.2.3/vendor/google-gemini-php/client/tests/Responses/Models/RetrieveModelResponse.php (added)
-
tags/2.2.3/vendor/google-gemini-php/client/tests/Testing (added)
-
tags/2.2.3/vendor/google-gemini-php/client/tests/Testing/ClientFake.php (added)
-
tags/2.2.3/vendor/google-gemini-php/client/tests/Testing/Resources (added)
-
tags/2.2.3/vendor/google-gemini-php/client/tests/Testing/Resources/ChatSessionTestResource.php (added)
-
tags/2.2.3/vendor/google-gemini-php/client/tests/Testing/Resources/EmbeddingModelTestResource.php (added)
-
tags/2.2.3/vendor/google-gemini-php/client/tests/Testing/Resources/GenerativeModelTestResource.php (added)
-
tags/2.2.3/vendor/google-gemini-php/client/tests/Testing/Resources/ModelTestResource.php (added)
-
tags/2.2.3/vendor/google-gemini-php/client/tests/Transporters (added)
-
tags/2.2.3/vendor/google-gemini-php/client/tests/Transporters/HttpTransporter.php (added)
-
tags/2.2.3/vendor/guzzlehttp (added)
-
tags/2.2.3/vendor/guzzlehttp/guzzle (added)
-
tags/2.2.3/vendor/guzzlehttp/guzzle/CHANGELOG.md (added)
-
tags/2.2.3/vendor/guzzlehttp/guzzle/LICENSE (added)
-
tags/2.2.3/vendor/guzzlehttp/guzzle/README.md (added)
-
tags/2.2.3/vendor/guzzlehttp/guzzle/UPGRADING.md (added)
-
tags/2.2.3/vendor/guzzlehttp/guzzle/composer.json (added)
-
tags/2.2.3/vendor/guzzlehttp/guzzle/src (added)
-
tags/2.2.3/vendor/guzzlehttp/guzzle/src/BodySummarizer.php (added)
-
tags/2.2.3/vendor/guzzlehttp/guzzle/src/BodySummarizerInterface.php (added)
-
tags/2.2.3/vendor/guzzlehttp/guzzle/src/Client.php (added)
-
tags/2.2.3/vendor/guzzlehttp/guzzle/src/ClientInterface.php (added)
-
tags/2.2.3/vendor/guzzlehttp/guzzle/src/ClientTrait.php (added)
-
tags/2.2.3/vendor/guzzlehttp/guzzle/src/Cookie (added)
-
tags/2.2.3/vendor/guzzlehttp/guzzle/src/Cookie/CookieJar.php (added)
-
tags/2.2.3/vendor/guzzlehttp/guzzle/src/Cookie/CookieJarInterface.php (added)
-
tags/2.2.3/vendor/guzzlehttp/guzzle/src/Cookie/FileCookieJar.php (added)
-
tags/2.2.3/vendor/guzzlehttp/guzzle/src/Cookie/SessionCookieJar.php (added)
-
tags/2.2.3/vendor/guzzlehttp/guzzle/src/Cookie/SetCookie.php (added)
-
tags/2.2.3/vendor/guzzlehttp/guzzle/src/Exception (added)
-
tags/2.2.3/vendor/guzzlehttp/guzzle/src/Exception/BadResponseException.php (added)
-
tags/2.2.3/vendor/guzzlehttp/guzzle/src/Exception/ClientException.php (added)
-
tags/2.2.3/vendor/guzzlehttp/guzzle/src/Exception/ConnectException.php (added)
-
tags/2.2.3/vendor/guzzlehttp/guzzle/src/Exception/GuzzleException.php (added)
-
tags/2.2.3/vendor/guzzlehttp/guzzle/src/Exception/InvalidArgumentException.php (added)
-
tags/2.2.3/vendor/guzzlehttp/guzzle/src/Exception/RequestException.php (added)
-
tags/2.2.3/vendor/guzzlehttp/guzzle/src/Exception/ServerException.php (added)
-
tags/2.2.3/vendor/guzzlehttp/guzzle/src/Exception/TooManyRedirectsException.php (added)
-
tags/2.2.3/vendor/guzzlehttp/guzzle/src/Exception/TransferException.php (added)
-
tags/2.2.3/vendor/guzzlehttp/guzzle/src/Handler (added)
-
tags/2.2.3/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php (added)
-
tags/2.2.3/vendor/guzzlehttp/guzzle/src/Handler/CurlFactoryInterface.php (added)
-
tags/2.2.3/vendor/guzzlehttp/guzzle/src/Handler/CurlHandler.php (added)
-
tags/2.2.3/vendor/guzzlehttp/guzzle/src/Handler/CurlMultiHandler.php (added)
-
tags/2.2.3/vendor/guzzlehttp/guzzle/src/Handler/EasyHandle.php (added)
-
tags/2.2.3/vendor/guzzlehttp/guzzle/src/Handler/HeaderProcessor.php (added)
-
tags/2.2.3/vendor/guzzlehttp/guzzle/src/Handler/MockHandler.php (added)
-
tags/2.2.3/vendor/guzzlehttp/guzzle/src/Handler/Proxy.php (added)
-
tags/2.2.3/vendor/guzzlehttp/guzzle/src/Handler/StreamHandler.php (added)
-
tags/2.2.3/vendor/guzzlehttp/guzzle/src/HandlerStack.php (added)
-
tags/2.2.3/vendor/guzzlehttp/guzzle/src/MessageFormatter.php (added)
-
tags/2.2.3/vendor/guzzlehttp/guzzle/src/MessageFormatterInterface.php (added)
-
tags/2.2.3/vendor/guzzlehttp/guzzle/src/Middleware.php (added)
-
tags/2.2.3/vendor/guzzlehttp/guzzle/src/Pool.php (added)
-
tags/2.2.3/vendor/guzzlehttp/guzzle/src/PrepareBodyMiddleware.php (added)
-
tags/2.2.3/vendor/guzzlehttp/guzzle/src/RedirectMiddleware.php (added)
-
tags/2.2.3/vendor/guzzlehttp/guzzle/src/RequestOptions.php (added)
-
tags/2.2.3/vendor/guzzlehttp/guzzle/src/RetryMiddleware.php (added)
-
tags/2.2.3/vendor/guzzlehttp/guzzle/src/TransferStats.php (added)
-
tags/2.2.3/vendor/guzzlehttp/guzzle/src/Utils.php (added)
-
tags/2.2.3/vendor/guzzlehttp/guzzle/src/functions.php (added)
-
tags/2.2.3/vendor/guzzlehttp/guzzle/src/functions_include.php (added)
-
tags/2.2.3/vendor/guzzlehttp/promises (added)
-
tags/2.2.3/vendor/guzzlehttp/promises/CHANGELOG.md (added)
-
tags/2.2.3/vendor/guzzlehttp/promises/LICENSE (added)
-
tags/2.2.3/vendor/guzzlehttp/promises/README.md (added)
-
tags/2.2.3/vendor/guzzlehttp/promises/composer.json (added)
-
tags/2.2.3/vendor/guzzlehttp/promises/src (added)
-
tags/2.2.3/vendor/guzzlehttp/promises/src/AggregateException.php (added)
-
tags/2.2.3/vendor/guzzlehttp/promises/src/CancellationException.php (added)
-
tags/2.2.3/vendor/guzzlehttp/promises/src/Coroutine.php (added)
-
tags/2.2.3/vendor/guzzlehttp/promises/src/Create.php (added)
-
tags/2.2.3/vendor/guzzlehttp/promises/src/Each.php (added)
-
tags/2.2.3/vendor/guzzlehttp/promises/src/EachPromise.php (added)
-
tags/2.2.3/vendor/guzzlehttp/promises/src/FulfilledPromise.php (added)
-
tags/2.2.3/vendor/guzzlehttp/promises/src/Is.php (added)
-
tags/2.2.3/vendor/guzzlehttp/promises/src/Promise.php (added)
-
tags/2.2.3/vendor/guzzlehttp/promises/src/PromiseInterface.php (added)
-
tags/2.2.3/vendor/guzzlehttp/promises/src/PromisorInterface.php (added)
-
tags/2.2.3/vendor/guzzlehttp/promises/src/RejectedPromise.php (added)
-
tags/2.2.3/vendor/guzzlehttp/promises/src/RejectionException.php (added)
-
tags/2.2.3/vendor/guzzlehttp/promises/src/TaskQueue.php (added)
-
tags/2.2.3/vendor/guzzlehttp/promises/src/TaskQueueInterface.php (added)
-
tags/2.2.3/vendor/guzzlehttp/promises/src/Utils.php (added)
-
tags/2.2.3/vendor/guzzlehttp/psr7 (added)
-
tags/2.2.3/vendor/guzzlehttp/psr7/CHANGELOG.md (added)
-
tags/2.2.3/vendor/guzzlehttp/psr7/LICENSE (added)
-
tags/2.2.3/vendor/guzzlehttp/psr7/README.md (added)
-
tags/2.2.3/vendor/guzzlehttp/psr7/composer.json (added)
-
tags/2.2.3/vendor/guzzlehttp/psr7/src (added)
-
tags/2.2.3/vendor/guzzlehttp/psr7/src/AppendStream.php (added)
-
tags/2.2.3/vendor/guzzlehttp/psr7/src/BufferStream.php (added)
-
tags/2.2.3/vendor/guzzlehttp/psr7/src/CachingStream.php (added)
-
tags/2.2.3/vendor/guzzlehttp/psr7/src/DroppingStream.php (added)
-
tags/2.2.3/vendor/guzzlehttp/psr7/src/Exception (added)
-
tags/2.2.3/vendor/guzzlehttp/psr7/src/Exception/MalformedUriException.php (added)
-
tags/2.2.3/vendor/guzzlehttp/psr7/src/FnStream.php (added)
-
tags/2.2.3/vendor/guzzlehttp/psr7/src/Header.php (added)
-
tags/2.2.3/vendor/guzzlehttp/psr7/src/HttpFactory.php (added)
-
tags/2.2.3/vendor/guzzlehttp/psr7/src/InflateStream.php (added)
-
tags/2.2.3/vendor/guzzlehttp/psr7/src/LazyOpenStream.php (added)
-
tags/2.2.3/vendor/guzzlehttp/psr7/src/LimitStream.php (added)
-
tags/2.2.3/vendor/guzzlehttp/psr7/src/Message.php (added)
-
tags/2.2.3/vendor/guzzlehttp/psr7/src/MessageTrait.php (added)
-
tags/2.2.3/vendor/guzzlehttp/psr7/src/MimeType.php (added)
-
tags/2.2.3/vendor/guzzlehttp/psr7/src/MultipartStream.php (added)
-
tags/2.2.3/vendor/guzzlehttp/psr7/src/NoSeekStream.php (added)
-
tags/2.2.3/vendor/guzzlehttp/psr7/src/PumpStream.php (added)
-
tags/2.2.3/vendor/guzzlehttp/psr7/src/Query.php (added)
-
tags/2.2.3/vendor/guzzlehttp/psr7/src/Request.php (added)
-
tags/2.2.3/vendor/guzzlehttp/psr7/src/Response.php (added)
-
tags/2.2.3/vendor/guzzlehttp/psr7/src/Rfc7230.php (added)
-
tags/2.2.3/vendor/guzzlehttp/psr7/src/ServerRequest.php (added)
-
tags/2.2.3/vendor/guzzlehttp/psr7/src/Stream.php (added)
-
tags/2.2.3/vendor/guzzlehttp/psr7/src/StreamDecoratorTrait.php (added)
-
tags/2.2.3/vendor/guzzlehttp/psr7/src/StreamWrapper.php (added)
-
tags/2.2.3/vendor/guzzlehttp/psr7/src/UploadedFile.php (added)
-
tags/2.2.3/vendor/guzzlehttp/psr7/src/Uri.php (added)
-
tags/2.2.3/vendor/guzzlehttp/psr7/src/UriComparator.php (added)
-
tags/2.2.3/vendor/guzzlehttp/psr7/src/UriNormalizer.php (added)
-
tags/2.2.3/vendor/guzzlehttp/psr7/src/UriResolver.php (added)
-
tags/2.2.3/vendor/guzzlehttp/psr7/src/Utils.php (added)
-
tags/2.2.3/vendor/orhanerday (added)
-
tags/2.2.3/vendor/orhanerday/open-ai (added)
-
tags/2.2.3/vendor/orhanerday/open-ai/CHANGELOG.md (added)
-
tags/2.2.3/vendor/orhanerday/open-ai/LICENSE.md (added)
-
tags/2.2.3/vendor/orhanerday/open-ai/README.md (added)
-
tags/2.2.3/vendor/orhanerday/open-ai/composer.json (added)
-
tags/2.2.3/vendor/orhanerday/open-ai/files (added)
-
tags/2.2.3/vendor/orhanerday/open-ai/files/assistant-file.txt (added)
-
tags/2.2.3/vendor/orhanerday/open-ai/files/en-marvel-endgame.m4a (added)
-
tags/2.2.3/vendor/orhanerday/open-ai/files/sample_file_1.jsonl (added)
-
tags/2.2.3/vendor/orhanerday/open-ai/files/tr-baris-ozcan-youtuber.m4a (added)
-
tags/2.2.3/vendor/orhanerday/open-ai/legal.md (added)
-
tags/2.2.3/vendor/orhanerday/open-ai/openai-elephpant.svg (added)
-
tags/2.2.3/vendor/orhanerday/open-ai/src (added)
-
tags/2.2.3/vendor/orhanerday/open-ai/src/OpenAi.php (added)
-
tags/2.2.3/vendor/orhanerday/open-ai/src/Url.php (added)
-
tags/2.2.3/vendor/php-http (added)
-
tags/2.2.3/vendor/php-http/discovery (added)
-
tags/2.2.3/vendor/php-http/discovery/.php-cs-fixer.php (added)
-
tags/2.2.3/vendor/php-http/discovery/CHANGELOG.md (added)
-
tags/2.2.3/vendor/php-http/discovery/LICENSE (added)
-
tags/2.2.3/vendor/php-http/discovery/README.md (added)
-
tags/2.2.3/vendor/php-http/discovery/composer.json (added)
-
tags/2.2.3/vendor/php-http/discovery/src (added)
-
tags/2.2.3/vendor/php-http/discovery/src/ClassDiscovery.php (added)
-
tags/2.2.3/vendor/php-http/discovery/src/Composer (added)
-
tags/2.2.3/vendor/php-http/discovery/src/Composer/Plugin.php (added)
-
tags/2.2.3/vendor/php-http/discovery/src/Exception (added)
-
tags/2.2.3/vendor/php-http/discovery/src/Exception.php (added)
-
tags/2.2.3/vendor/php-http/discovery/src/Exception/ClassInstantiationFailedException.php (added)
-
tags/2.2.3/vendor/php-http/discovery/src/Exception/DiscoveryFailedException.php (added)
-
tags/2.2.3/vendor/php-http/discovery/src/Exception/NoCandidateFoundException.php (added)
-
tags/2.2.3/vendor/php-http/discovery/src/Exception/NotFoundException.php (added)
-
tags/2.2.3/vendor/php-http/discovery/src/Exception/PuliUnavailableException.php (added)
-
tags/2.2.3/vendor/php-http/discovery/src/Exception/StrategyUnavailableException.php (added)
-
tags/2.2.3/vendor/php-http/discovery/src/HttpAsyncClientDiscovery.php (added)
-
tags/2.2.3/vendor/php-http/discovery/src/HttpClientDiscovery.php (added)
-
tags/2.2.3/vendor/php-http/discovery/src/MessageFactoryDiscovery.php (added)
-
tags/2.2.3/vendor/php-http/discovery/src/NotFoundException.php (added)
-
tags/2.2.3/vendor/php-http/discovery/src/Psr17Factory.php (added)
-
tags/2.2.3/vendor/php-http/discovery/src/Psr17FactoryDiscovery.php (added)
-
tags/2.2.3/vendor/php-http/discovery/src/Psr18Client.php (added)
-
tags/2.2.3/vendor/php-http/discovery/src/Psr18ClientDiscovery.php (added)
-
tags/2.2.3/vendor/php-http/discovery/src/Strategy (added)
-
tags/2.2.3/vendor/php-http/discovery/src/Strategy/CommonClassesStrategy.php (added)
-
tags/2.2.3/vendor/php-http/discovery/src/Strategy/CommonPsr17ClassesStrategy.php (added)
-
tags/2.2.3/vendor/php-http/discovery/src/Strategy/DiscoveryStrategy.php (added)
-
tags/2.2.3/vendor/php-http/discovery/src/Strategy/MockClientStrategy.php (added)
-
tags/2.2.3/vendor/php-http/discovery/src/Strategy/PuliBetaStrategy.php (added)
-
tags/2.2.3/vendor/php-http/discovery/src/StreamFactoryDiscovery.php (added)
-
tags/2.2.3/vendor/php-http/discovery/src/UriFactoryDiscovery.php (added)
-
tags/2.2.3/vendor/psr (added)
-
tags/2.2.3/vendor/psr/http-client (added)
-
tags/2.2.3/vendor/psr/http-client/CHANGELOG.md (added)
-
tags/2.2.3/vendor/psr/http-client/LICENSE (added)
-
tags/2.2.3/vendor/psr/http-client/README.md (added)
-
tags/2.2.3/vendor/psr/http-client/composer.json (added)
-
tags/2.2.3/vendor/psr/http-client/src (added)
-
tags/2.2.3/vendor/psr/http-client/src/ClientExceptionInterface.php (added)
-
tags/2.2.3/vendor/psr/http-client/src/ClientInterface.php (added)
-
tags/2.2.3/vendor/psr/http-client/src/NetworkExceptionInterface.php (added)
-
tags/2.2.3/vendor/psr/http-client/src/RequestExceptionInterface.php (added)
-
tags/2.2.3/vendor/psr/http-factory (added)
-
tags/2.2.3/vendor/psr/http-factory/LICENSE (added)
-
tags/2.2.3/vendor/psr/http-factory/README.md (added)
-
tags/2.2.3/vendor/psr/http-factory/composer.json (added)
-
tags/2.2.3/vendor/psr/http-factory/src (added)
-
tags/2.2.3/vendor/psr/http-factory/src/RequestFactoryInterface.php (added)
-
tags/2.2.3/vendor/psr/http-factory/src/ResponseFactoryInterface.php (added)
-
tags/2.2.3/vendor/psr/http-factory/src/ServerRequestFactoryInterface.php (added)
-
tags/2.2.3/vendor/psr/http-factory/src/StreamFactoryInterface.php (added)
-
tags/2.2.3/vendor/psr/http-factory/src/UploadedFileFactoryInterface.php (added)
-
tags/2.2.3/vendor/psr/http-factory/src/UriFactoryInterface.php (added)
-
tags/2.2.3/vendor/psr/http-message (added)
-
tags/2.2.3/vendor/psr/http-message/CHANGELOG.md (added)
-
tags/2.2.3/vendor/psr/http-message/LICENSE (added)
-
tags/2.2.3/vendor/psr/http-message/README.md (added)
-
tags/2.2.3/vendor/psr/http-message/composer.json (added)
-
tags/2.2.3/vendor/psr/http-message/docs (added)
-
tags/2.2.3/vendor/psr/http-message/docs/PSR7-Interfaces.md (added)
-
tags/2.2.3/vendor/psr/http-message/docs/PSR7-Usage.md (added)
-
tags/2.2.3/vendor/psr/http-message/src (added)
-
tags/2.2.3/vendor/psr/http-message/src/MessageInterface.php (added)
-
tags/2.2.3/vendor/psr/http-message/src/RequestInterface.php (added)
-
tags/2.2.3/vendor/psr/http-message/src/ResponseInterface.php (added)
-
tags/2.2.3/vendor/psr/http-message/src/ServerRequestInterface.php (added)
-
tags/2.2.3/vendor/psr/http-message/src/StreamInterface.php (added)
-
tags/2.2.3/vendor/psr/http-message/src/UploadedFileInterface.php (added)
-
tags/2.2.3/vendor/psr/http-message/src/UriInterface.php (added)
-
tags/2.2.3/vendor/ralouphie (added)
-
tags/2.2.3/vendor/ralouphie/getallheaders (added)
-
tags/2.2.3/vendor/ralouphie/getallheaders/LICENSE (added)
-
tags/2.2.3/vendor/ralouphie/getallheaders/README.md (added)
-
tags/2.2.3/vendor/ralouphie/getallheaders/composer.json (added)
-
tags/2.2.3/vendor/ralouphie/getallheaders/src (added)
-
tags/2.2.3/vendor/ralouphie/getallheaders/src/getallheaders.php (added)
-
tags/2.2.3/vendor/symfony (added)
-
tags/2.2.3/vendor/symfony/deprecation-contracts (added)
-
tags/2.2.3/vendor/symfony/deprecation-contracts/CHANGELOG.md (added)
-
tags/2.2.3/vendor/symfony/deprecation-contracts/LICENSE (added)
-
tags/2.2.3/vendor/symfony/deprecation-contracts/README.md (added)
-
tags/2.2.3/vendor/symfony/deprecation-contracts/composer.json (added)
-
tags/2.2.3/vendor/symfony/deprecation-contracts/function.php (added)
-
tags/2.2.3/vendor/zalevsk1y (added)
-
tags/2.2.3/vendor/zalevsk1y/container-builder (added)
-
tags/2.2.3/vendor/zalevsk1y/container-builder/.gitattributes (added)
-
tags/2.2.3/vendor/zalevsk1y/container-builder/README.md (added)
-
tags/2.2.3/vendor/zalevsk1y/container-builder/composer.json (added)
-
tags/2.2.3/vendor/zalevsk1y/container-builder/phpunit.xml (added)
-
tags/2.2.3/vendor/zalevsk1y/container-builder/src (added)
-
tags/2.2.3/vendor/zalevsk1y/container-builder/src/DI.php (added)
-
tags/2.2.3/vendor/zalevsk1y/container-builder/src/Exception (added)
-
tags/2.2.3/vendor/zalevsk1y/container-builder/src/Exception/MyException.php (added)
-
tags/2.2.3/vendor/zalevsk1y/container-builder/src/Interfaces (added)
-
tags/2.2.3/vendor/zalevsk1y/container-builder/src/Interfaces/ContainerInterface.php (added)
-
tags/2.2.3/vendor/zalevsk1y/container-builder/src/Message (added)
-
tags/2.2.3/vendor/zalevsk1y/container-builder/src/Message/Errors.php (added)
-
tags/2.2.3/vendor/zalevsk1y/container-builder/tests (added)
-
tags/2.2.3/vendor/zalevsk1y/container-builder/tests/DI (added)
-
tags/2.2.3/vendor/zalevsk1y/container-builder/tests/DI/DITest.php (added)
-
tags/2.2.3/vendor/zalevsk1y/container-builder/tests/mock (added)
-
tags/2.2.3/vendor/zalevsk1y/container-builder/tests/mock/di-config.php (added)
-
trunk/inc/Parser/Modifiers/AdapterModifiers/Before/GeneratePostBodyWithAI.php (modified) (1 diff)
-
trunk/inc/Parser/Modifiers/AdapterModifiers/Before/GenerateTitleWithAI.php (modified) (1 diff)
-
trunk/inc/Service/AI/GeminiAIServiceProvider.php (modified) (3 diffs)
-
trunk/inc/Service/AI/OpenAIServiceProvider.php (modified) (1 diff)
-
trunk/news-parser.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/vendor/autoload.php (modified) (1 diff)
-
trunk/vendor/composer/autoload_files.php (modified) (1 diff)
-
trunk/vendor/composer/autoload_psr4.php (modified) (1 diff)
-
trunk/vendor/composer/autoload_real.php (modified) (2 diffs)
-
trunk/vendor/composer/autoload_static.php (modified) (6 diffs)
-
trunk/vendor/composer/installed.json (modified) (5 diffs)
-
trunk/vendor/composer/installed.php (modified) (7 diffs)
-
trunk/vendor/composer/platform_check.php (modified) (1 diff)
-
trunk/vendor/guzzlehttp/promises/CHANGELOG.md (modified) (1 diff)
-
trunk/vendor/guzzlehttp/promises/README.md (modified) (1 diff)
-
trunk/vendor/guzzlehttp/promises/composer.json (modified) (1 diff)
-
trunk/vendor/guzzlehttp/promises/src/Coroutine.php (modified) (1 diff)
-
trunk/vendor/guzzlehttp/promises/src/Each.php (modified) (3 diffs)
-
trunk/vendor/guzzlehttp/promises/src/FulfilledPromise.php (modified) (1 diff)
-
trunk/vendor/guzzlehttp/promises/src/Promise.php (modified) (2 diffs)
-
trunk/vendor/guzzlehttp/promises/src/PromiseInterface.php (modified) (1 diff)
-
trunk/vendor/guzzlehttp/promises/src/RejectedPromise.php (modified) (1 diff)
-
trunk/vendor/guzzlehttp/promises/src/RejectionException.php (modified) (1 diff)
-
trunk/vendor/guzzlehttp/promises/src/Utils.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
news-parser/trunk/inc/Parser/Modifiers/AdapterModifiers/Before/GeneratePostBodyWithAI.php
r3205095 r3206548 25 25 $save_post_structure = $options['aiOptions']['postBody']['savePostStructure']; 26 26 $post_body = $this->preparePostBody($parsed_data['body'], $save_post_structure); 27 $this->aiServeceProvider = reset( 28 array_filter($this->aiServeceProviders,function($ai_provider) use ($provider) { 29 return $ai_provider->getName() === $provider; 30 }) 31 ); 27 $filtered_providers= array_filter($this->aiServeceProviders,function($ai_provider) use ($provider) { 28 return $ai_provider->getName() === $provider; 29 }); 30 $this->aiServeceProvider = reset($filtered_providers); 32 31 // Separate function for AI interaction 33 32 $response = $this->processPipelines($model, $pipelines, $post_body, $parsed_data['title']); -
news-parser/trunk/inc/Parser/Modifiers/AdapterModifiers/Before/GenerateTitleWithAI.php
r3201219 r3206548 26 26 $model=$options['aiOptions']['postTitle']['model']; 27 27 $promt=$options['aiOptions']['postTitle']['prompt']; 28 $this->aiServeceProvider = reset( 29 array_filter($this->aiServeceProviders,function($ai_provider) use ($provider) { 30 return $ai_provider->getName() == $provider; 31 }) 32 ); 28 $filtered_providers = array_filter($this->aiServeceProviders,function($ai_provider) use ($provider) { 29 return $ai_provider->getName() == $provider; 30 }); 31 $this->aiServeceProvider = reset($filtered_providers); 33 32 $post_title=$parsed_data['title']; 34 33 $full_prompt = str_replace('${title}', $post_title, $promt); -
news-parser/trunk/inc/Service/AI/GeminiAIServiceProvider.php
r3049937 r3206548 4 4 namespace NewsParserPlugin\Service\AI; 5 5 6 use GeminiAPI\Client;7 use GeminiAPI\Resources\Parts\TextPart;8 6 use NewsParserPlugin\Exception\MyException; 9 7 use NewsParserPlugin\Message\Errors; … … 29 27 protected function getGeminiClient($api_key) 30 28 { 31 return new Client($api_key); 29 return \Gemini::client($api_key); 30 ; 32 31 } 33 32 … … 49 48 public function chat($chat_options_array) 50 49 { 51 $ counter= 0;52 $max_ counter= self::RETRY_COUNT;53 while ( true) {50 $attempts = 0; 51 $max_attempts = self::RETRY_COUNT; 52 while ($attempts <= $max_attempts) { 54 53 try{ 55 54 $responce = $result = $this->geminiClient 56 55 ->geminiPro() 57 56 ->generateContent( 58 new TextPart($chat_options_array['messages'][0]['content']),57 $chat_options_array['messages'][0]['content'] 59 58 ); 59 return $responce->text(); 60 60 } catch (\Exception $e) { 61 throw new MyException($e->getMessage(), Errors::GEMINI_API_ERROR); 62 if ($counter >= $max_counter) { 61 if ($attempts == $max_attempts) { 63 62 throw new MyException($e->getMessage(), $e->getCode()); 64 63 } 65 $ counter++;66 usleep($this->lockDuration*1000000+rand(0, 10000));64 $attempts++; 65 sleep(($this->lockDuration*+rand(0, 5))*(1+$attempts/5)); 67 66 continue; 68 67 } 69 return $responce->text();70 71 68 } 72 69 } -
news-parser/trunk/inc/Service/AI/OpenAIServiceProvider.php
r3205095 r3206548 62 62 throw new MyException(Errors::text('OPENAI_API_KEY_NOT_SET'), Errors::code('OPENAI_API_KEY_NOT_SET')); 63 63 } 64 $ counter= 0;65 $max_ counter= self::RETRY_COUNT;66 while ( true) {64 $attempts = 0; 65 $max_attempts = self::RETRY_COUNT; 66 while ($attempts <= $max_attempts) { 67 67 $responce = json_decode($this->openAIClient->chat($chat_options_array)); 68 68 if (property_exists($responce, 'error')) { 69 69 if ($responce->error->code == 'rate_limit_exceeded') { 70 if ($ counter >= $max_counter) {70 if ($attempts == $max_attempts) { 71 71 throw new MyException($responce->error->message, $responce->error->code); 72 72 } 73 $ counter++;74 sleep(($this->lockDuration+rand(1,5))*(1+$ counter/5));73 $attempts++; 74 sleep(($this->lockDuration+rand(1,5))*(1+$attempts/5)); 75 75 } else { 76 76 throw new MyException($responce->error->message, $responce->error->code); -
news-parser/trunk/news-parser.php
r3205122 r3206548 4 4 Plugin URI: https://www.news-parser.com 5 5 Description: Parse full text news from RSS Feed 6 Version: 2.2. 26 Version: 2.2.3 7 7 Author: Evgeny S.Zalevskiy <2600@ukr.net> 8 8 Author URI: https://github.com/zalevsk1y/ … … 15 15 16 16 17 define('NEWS_PARSER_PLUGIN_VERSION', '2.2. 2');17 define('NEWS_PARSER_PLUGIN_VERSION', '2.2.3'); 18 18 define ("NEWS_PARSER_PLUGIN_MODE","production"); 19 19 -
news-parser/trunk/readme.txt
r3205122 r3206548 7 7 Requires at least: 5.2.0 8 8 Tested up to: 6.7.1 9 Stable tag: 2.2. 29 Stable tag: 2.2.3 10 10 License: MIT 11 11 License URI: https://opensource.org/licenses/MIT … … 172 172 == Changelog == 173 173 174 175 = 2.2.3 - 09-12-24 = 176 177 * Fix: some bugs. 178 179 = 2.2.2 - 09-12-24 = 180 181 * Fix: some bugs. 182 174 183 = 2.2.1 - 09-12-24 = 184 185 * Fix: some bugs. 186 187 = 2.2.1 - 09-12-24 = 188 175 189 * Added: Autopilot logging system. 176 190 * Added: Autopilot post options. -
news-parser/trunk/vendor/autoload.php
r3205095 r3206548 23 23 require_once __DIR__ . '/composer/autoload_real.php'; 24 24 25 return ComposerAutoloaderInit 71d1a7fab9e4dd898352a246a21930fb::getLoader();25 return ComposerAutoloaderInita714ac6968d6797ccdc2f54f55825483::getLoader(); -
news-parser/trunk/vendor/composer/autoload_files.php
r3049937 r3206548 7 7 8 8 return array( 9 '7b11c4dc42b3b3023073cb14e519683c' => $vendorDir . '/ralouphie/getallheaders/src/getallheaders.php', 9 10 '6e3fae29631ef280660b3cdad06f25a8' => $vendorDir . '/symfony/deprecation-contracts/function.php', 11 'e4c9b2466af4057cc73ca0bb2fbccd8a' => $vendorDir . '/google-gemini-php/client/src/Gemini.php', 12 '37a3dc5111fe8f707ab4c132ef1dbc62' => $vendorDir . '/guzzlehttp/guzzle/src/functions_include.php', 10 13 ); -
news-parser/trunk/vendor/composer/autoload_psr4.php
r3205095 r3206548 7 7 8 8 return array( 9 'Symfony\\Contracts\\Service\\' => array($vendorDir . '/symfony/service-contracts'),10 'Symfony\\Contracts\\HttpClient\\' => array($vendorDir . '/symfony/http-client-contracts'),11 'Symfony\\Component\\HttpClient\\' => array($vendorDir . '/symfony/http-client'),12 'Psr\\Log\\' => array($vendorDir . '/psr/log/src'),13 9 'Psr\\Http\\Message\\' => array($vendorDir . '/psr/http-factory/src', $vendorDir . '/psr/http-message/src'), 14 10 'Psr\\Http\\Client\\' => array($vendorDir . '/psr/http-client/src'), 15 'Psr\\Container\\' => array($vendorDir . '/psr/container/src'),16 11 'Orhanerday\\OpenAi\\' => array($vendorDir . '/orhanerday/open-ai/src'), 17 'Nyholm\\Psr7\\' => array($vendorDir . '/nyholm/psr7/src'),18 'Monolog\\' => array($vendorDir . '/monolog/monolog/src/Monolog'),19 'Http\\Promise\\' => array($vendorDir . '/php-http/promise/src'),20 12 'Http\\Discovery\\' => array($vendorDir . '/php-http/discovery/src'), 21 'Http\\Client\\' => array($vendorDir . '/php-http/httplug/src'), 22 'GeminiAPI\\' => array($vendorDir . '/gemini-api-php/client/src'), 13 'GuzzleHttp\\Psr7\\' => array($vendorDir . '/guzzlehttp/psr7/src'), 14 'GuzzleHttp\\Promise\\' => array($vendorDir . '/guzzlehttp/promises/src'), 15 'GuzzleHttp\\' => array($vendorDir . '/guzzlehttp/guzzle/src'), 16 'Gemini\\' => array($vendorDir . '/google-gemini-php/client/src'), 23 17 'ContainerBuilder\\' => array($vendorDir . '/zalevsk1y/container-builder/src'), 24 18 ); -
news-parser/trunk/vendor/composer/autoload_real.php
r3205095 r3206548 3 3 // autoload_real.php @generated by Composer 4 4 5 class ComposerAutoloaderInit 71d1a7fab9e4dd898352a246a21930fb5 class ComposerAutoloaderInita714ac6968d6797ccdc2f54f55825483 6 6 { 7 7 private static $loader; … … 25 25 require __DIR__ . '/platform_check.php'; 26 26 27 spl_autoload_register(array('ComposerAutoloaderInit 71d1a7fab9e4dd898352a246a21930fb', 'loadClassLoader'), true, true);27 spl_autoload_register(array('ComposerAutoloaderInita714ac6968d6797ccdc2f54f55825483', 'loadClassLoader'), true, true); 28 28 self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__)); 29 spl_autoload_unregister(array('ComposerAutoloaderInit 71d1a7fab9e4dd898352a246a21930fb', 'loadClassLoader'));29 spl_autoload_unregister(array('ComposerAutoloaderInita714ac6968d6797ccdc2f54f55825483', 'loadClassLoader')); 30 30 31 31 require __DIR__ . '/autoload_static.php'; 32 call_user_func(\Composer\Autoload\ComposerStaticInit 71d1a7fab9e4dd898352a246a21930fb::getInitializer($loader));32 call_user_func(\Composer\Autoload\ComposerStaticInita714ac6968d6797ccdc2f54f55825483::getInitializer($loader)); 33 33 34 34 $loader->register(true); 35 35 36 $filesToLoad = \Composer\Autoload\ComposerStaticInit 71d1a7fab9e4dd898352a246a21930fb::$files;36 $filesToLoad = \Composer\Autoload\ComposerStaticInita714ac6968d6797ccdc2f54f55825483::$files; 37 37 $requireFile = \Closure::bind(static function ($fileIdentifier, $file) { 38 38 if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) { -
news-parser/trunk/vendor/composer/autoload_static.php
r3205095 r3206548 5 5 namespace Composer\Autoload; 6 6 7 class ComposerStaticInit 71d1a7fab9e4dd898352a246a21930fb7 class ComposerStaticInita714ac6968d6797ccdc2f54f55825483 8 8 { 9 9 public static $files = array ( 10 '7b11c4dc42b3b3023073cb14e519683c' => __DIR__ . '/..' . '/ralouphie/getallheaders/src/getallheaders.php', 10 11 '6e3fae29631ef280660b3cdad06f25a8' => __DIR__ . '/..' . '/symfony/deprecation-contracts/function.php', 12 'e4c9b2466af4057cc73ca0bb2fbccd8a' => __DIR__ . '/..' . '/google-gemini-php/client/src/Gemini.php', 13 '37a3dc5111fe8f707ab4c132ef1dbc62' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/functions_include.php', 11 14 ); 12 15 13 16 public static $prefixLengthsPsr4 = array ( 14 'S' =>15 array (16 'Symfony\\Contracts\\Service\\' => 26,17 'Symfony\\Contracts\\HttpClient\\' => 29,18 'Symfony\\Component\\HttpClient\\' => 29,19 ),20 17 'P' => 21 18 array ( 22 'Psr\\Log\\' => 8,23 19 'Psr\\Http\\Message\\' => 17, 24 20 'Psr\\Http\\Client\\' => 16, 25 'Psr\\Container\\' => 14,26 21 ), 27 22 'O' => … … 29 24 'Orhanerday\\OpenAi\\' => 18, 30 25 ), 31 'N' =>32 array (33 'Nyholm\\Psr7\\' => 12,34 ),35 'M' =>36 array (37 'Monolog\\' => 8,38 ),39 26 'H' => 40 27 array ( 41 'Http\\Promise\\' => 13,42 28 'Http\\Discovery\\' => 15, 43 'Http\\Client\\' => 12,44 29 ), 45 30 'G' => 46 31 array ( 47 'GeminiAPI\\' => 10, 32 'GuzzleHttp\\Psr7\\' => 16, 33 'GuzzleHttp\\Promise\\' => 19, 34 'GuzzleHttp\\' => 11, 35 'Gemini\\' => 7, 48 36 ), 49 37 'C' => … … 54 42 55 43 public static $prefixDirsPsr4 = array ( 56 'Symfony\\Contracts\\Service\\' =>57 array (58 0 => __DIR__ . '/..' . '/symfony/service-contracts',59 ),60 'Symfony\\Contracts\\HttpClient\\' =>61 array (62 0 => __DIR__ . '/..' . '/symfony/http-client-contracts',63 ),64 'Symfony\\Component\\HttpClient\\' =>65 array (66 0 => __DIR__ . '/..' . '/symfony/http-client',67 ),68 'Psr\\Log\\' =>69 array (70 0 => __DIR__ . '/..' . '/psr/log/src',71 ),72 44 'Psr\\Http\\Message\\' => 73 45 array ( … … 79 51 0 => __DIR__ . '/..' . '/psr/http-client/src', 80 52 ), 81 'Psr\\Container\\' =>82 array (83 0 => __DIR__ . '/..' . '/psr/container/src',84 ),85 53 'Orhanerday\\OpenAi\\' => 86 54 array ( 87 55 0 => __DIR__ . '/..' . '/orhanerday/open-ai/src', 88 ),89 'Nyholm\\Psr7\\' =>90 array (91 0 => __DIR__ . '/..' . '/nyholm/psr7/src',92 ),93 'Monolog\\' =>94 array (95 0 => __DIR__ . '/..' . '/monolog/monolog/src/Monolog',96 ),97 'Http\\Promise\\' =>98 array (99 0 => __DIR__ . '/..' . '/php-http/promise/src',100 56 ), 101 57 'Http\\Discovery\\' => … … 103 59 0 => __DIR__ . '/..' . '/php-http/discovery/src', 104 60 ), 105 ' Http\\Client\\' =>61 'GuzzleHttp\\Psr7\\' => 106 62 array ( 107 0 => __DIR__ . '/..' . '/ php-http/httplug/src',63 0 => __DIR__ . '/..' . '/guzzlehttp/psr7/src', 108 64 ), 109 'G eminiAPI\\' =>65 'GuzzleHttp\\Promise\\' => 110 66 array ( 111 0 => __DIR__ . '/..' . '/gemini-api-php/client/src', 67 0 => __DIR__ . '/..' . '/guzzlehttp/promises/src', 68 ), 69 'GuzzleHttp\\' => 70 array ( 71 0 => __DIR__ . '/..' . '/guzzlehttp/guzzle/src', 72 ), 73 'Gemini\\' => 74 array ( 75 0 => __DIR__ . '/..' . '/google-gemini-php/client/src', 112 76 ), 113 77 'ContainerBuilder\\' => … … 134 98 { 135 99 return \Closure::bind(function () use ($loader) { 136 $loader->prefixLengthsPsr4 = ComposerStaticInit 71d1a7fab9e4dd898352a246a21930fb::$prefixLengthsPsr4;137 $loader->prefixDirsPsr4 = ComposerStaticInit 71d1a7fab9e4dd898352a246a21930fb::$prefixDirsPsr4;138 $loader->prefixesPsr0 = ComposerStaticInit 71d1a7fab9e4dd898352a246a21930fb::$prefixesPsr0;139 $loader->classMap = ComposerStaticInit 71d1a7fab9e4dd898352a246a21930fb::$classMap;100 $loader->prefixLengthsPsr4 = ComposerStaticInita714ac6968d6797ccdc2f54f55825483::$prefixLengthsPsr4; 101 $loader->prefixDirsPsr4 = ComposerStaticInita714ac6968d6797ccdc2f54f55825483::$prefixDirsPsr4; 102 $loader->prefixesPsr0 = ComposerStaticInita714ac6968d6797ccdc2f54f55825483::$prefixesPsr0; 103 $loader->classMap = ComposerStaticInita714ac6968d6797ccdc2f54f55825483::$classMap; 140 104 141 105 }, null, ClassLoader::class); -
news-parser/trunk/vendor/composer/installed.json
r3205095 r3206548 56 56 }, 57 57 { 58 "name": "gemini-api-php/client", 59 "version": "v1.6.0", 60 "version_normalized": "1.6.0.0", 61 "source": { 62 "type": "git", 63 "url": "https://github.com/gemini-api-php/client.git", 64 "reference": "e3bc5201f2356755fbf10165761c58257eb72c71" 65 }, 66 "dist": { 67 "type": "zip", 68 "url": "https://api.github.com/repos/gemini-api-php/client/zipball/e3bc5201f2356755fbf10165761c58257eb72c71", 69 "reference": "e3bc5201f2356755fbf10165761c58257eb72c71", 70 "shasum": "" 71 }, 72 "require": { 73 "php": "^8.1", 74 "php-http/discovery": "^1.19", 75 "psr/http-client": "^1.0", 76 "psr/http-client-implementation": "*", 77 "psr/http-factory": "^1.0.2", 78 "psr/http-factory-implementation": "*", 79 "psr/http-message": "^1.0.1 || ^2.0" 58 "name": "google-gemini-php/client", 59 "version": "1.0.14", 60 "version_normalized": "1.0.14.0", 61 "source": { 62 "type": "git", 63 "url": "https://github.com/google-gemini-php/client.git", 64 "reference": "11e7413b231dd2ab7ca6169f780d6cc4eeae41a1" 65 }, 66 "dist": { 67 "type": "zip", 68 "url": "https://api.github.com/repos/google-gemini-php/client/zipball/11e7413b231dd2ab7ca6169f780d6cc4eeae41a1", 69 "reference": "11e7413b231dd2ab7ca6169f780d6cc4eeae41a1", 70 "shasum": "" 71 }, 72 "require": { 73 "php": "^8.1.0", 74 "php-http/discovery": "^1.19.2" 80 75 }, 81 76 "require-dev": { 82 "friendsofphp/php-cs-fixer": "^3.41", 83 "guzzlehttp/guzzle": "^7.8.0", 84 "guzzlehttp/psr7": "^2.0.0", 85 "phpstan/phpstan": "^1.10.50", 86 "phpunit/phpunit": "^10.5" 87 }, 88 "suggest": { 89 "ext-curl": "Required for streaming responses" 90 }, 91 "time": "2024-12-01T16:48:18+00:00", 92 "type": "library", 93 "installation-source": "dist", 94 "autoload": { 77 "guzzlehttp/guzzle": "^7.8.1", 78 "guzzlehttp/psr7": "^2.6.2", 79 "laravel/pint": "^1.18.1", 80 "mockery/mockery": "^1.6.7", 81 "pestphp/pest": "^2.30", 82 "phpstan/phpstan": "^1.10" 83 }, 84 "time": "2024-11-06T17:51:13+00:00", 85 "type": "library", 86 "installation-source": "dist", 87 "autoload": { 88 "files": [ 89 "src/Gemini.php" 90 ], 95 91 "psr-4": { 96 "Gemini API\\": "src/"97 } 98 }, 99 "notification-url": "https://packagist.org/downloads/", 100 "license": [ 101 "MIT" 102 ], 103 "authors": [ 104 { 105 "name": " Erdem Köse",106 "email": " erdemkose@gmail.com"107 } 108 ], 109 "description": " API client for Google'sGemini API",92 "Gemini\\": "src/" 93 } 94 }, 95 "notification-url": "https://packagist.org/downloads/", 96 "license": [ 97 "MIT" 98 ], 99 "authors": [ 100 { 101 "name": "Fatih AYDIN", 102 "email": "aydinfatih52@gmail.com" 103 } 104 ], 105 "description": "Gemini API is a supercharged PHP API client that allows you to interact with the Gemini API", 110 106 "keywords": [ 111 107 "Gemini", 112 "ai",113 "api",114 108 "client", 115 "gemini pro", 116 "gemini pro vision", 117 "google", 109 "gemini-pro", 110 "language", 111 "natural", 112 "nlp", 118 113 "php", 114 "processing", 119 115 "sdk" 120 116 ], 121 117 "support": { 122 "issues": "https://github.com/gemini-api-php/client/issues", 123 "source": "https://github.com/gemini-api-php/client/tree/v1.6.0" 124 }, 125 "install-path": "../gemini-api-php/client" 126 }, 127 { 128 "name": "monolog/monolog", 129 "version": "3.8.0", 130 "version_normalized": "3.8.0.0", 131 "source": { 132 "type": "git", 133 "url": "https://github.com/Seldaek/monolog.git", 134 "reference": "32e515fdc02cdafbe4593e30a9350d486b125b67" 135 }, 136 "dist": { 137 "type": "zip", 138 "url": "https://api.github.com/repos/Seldaek/monolog/zipball/32e515fdc02cdafbe4593e30a9350d486b125b67", 139 "reference": "32e515fdc02cdafbe4593e30a9350d486b125b67", 140 "shasum": "" 141 }, 142 "require": { 143 "php": ">=8.1", 144 "psr/log": "^2.0 || ^3.0" 118 "issues": "https://github.com/google-gemini-php/client/issues", 119 "source": "https://github.com/google-gemini-php/client/tree/1.0.14" 120 }, 121 "install-path": "../google-gemini-php/client" 122 }, 123 { 124 "name": "guzzlehttp/guzzle", 125 "version": "7.9.2", 126 "version_normalized": "7.9.2.0", 127 "source": { 128 "type": "git", 129 "url": "https://github.com/guzzle/guzzle.git", 130 "reference": "d281ed313b989f213357e3be1a179f02196ac99b" 131 }, 132 "dist": { 133 "type": "zip", 134 "url": "https://api.github.com/repos/guzzle/guzzle/zipball/d281ed313b989f213357e3be1a179f02196ac99b", 135 "reference": "d281ed313b989f213357e3be1a179f02196ac99b", 136 "shasum": "" 137 }, 138 "require": { 139 "ext-json": "*", 140 "guzzlehttp/promises": "^1.5.3 || ^2.0.3", 141 "guzzlehttp/psr7": "^2.7.0", 142 "php": "^7.2.5 || ^8.0", 143 "psr/http-client": "^1.0", 144 "symfony/deprecation-contracts": "^2.2 || ^3.0" 145 145 }, 146 146 "provide": { 147 "psr/ log-implementation": "3.0.0"147 "psr/http-client-implementation": "1.0" 148 148 }, 149 149 "require-dev": { 150 "aws/aws-sdk-php": "^3.0", 151 "doctrine/couchdb": "~1.0@dev", 152 "elasticsearch/elasticsearch": "^7 || ^8", 153 "ext-json": "*", 154 "graylog2/gelf-php": "^1.4.2 || ^2.0", 155 "guzzlehttp/guzzle": "^7.4.5", 156 "guzzlehttp/psr7": "^2.2", 157 "mongodb/mongodb": "^1.8", 158 "php-amqplib/php-amqplib": "~2.4 || ^3", 159 "php-console/php-console": "^3.1.8", 160 "phpstan/phpstan": "^2", 161 "phpstan/phpstan-deprecation-rules": "^2", 162 "phpstan/phpstan-strict-rules": "^2", 163 "phpunit/phpunit": "^10.5.17 || ^11.0.7", 164 "predis/predis": "^1.1 || ^2", 165 "rollbar/rollbar": "^4.0", 166 "ruflin/elastica": "^7 || ^8", 167 "symfony/mailer": "^5.4 || ^6", 168 "symfony/mime": "^5.4 || ^6" 150 "bamarni/composer-bin-plugin": "^1.8.2", 151 "ext-curl": "*", 152 "guzzle/client-integration-tests": "3.0.2", 153 "php-http/message-factory": "^1.1", 154 "phpunit/phpunit": "^8.5.39 || ^9.6.20", 155 "psr/log": "^1.1 || ^2.0 || ^3.0" 169 156 }, 170 157 "suggest": { 171 "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB", 172 "doctrine/couchdb": "Allow sending log messages to a CouchDB server", 173 "elasticsearch/elasticsearch": "Allow sending log messages to an Elasticsearch server via official client", 174 "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)", 175 "ext-curl": "Required to send log messages using the IFTTTHandler, the LogglyHandler, the SendGridHandler, the SlackWebhookHandler or the TelegramBotHandler", 176 "ext-mbstring": "Allow to work properly with unicode symbols", 177 "ext-mongodb": "Allow sending log messages to a MongoDB server (via driver)", 178 "ext-openssl": "Required to send log messages using SSL", 179 "ext-sockets": "Allow sending log messages to a Syslog server (via UDP driver)", 180 "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server", 181 "mongodb/mongodb": "Allow sending log messages to a MongoDB server (via library)", 182 "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib", 183 "rollbar/rollbar": "Allow sending log messages to Rollbar", 184 "ruflin/elastica": "Allow sending log messages to an Elastic Search server" 185 }, 186 "time": "2024-11-12T13:57:08+00:00", 158 "ext-curl": "Required for CURL handler support", 159 "ext-intl": "Required for Internationalized Domain Name (IDN) support", 160 "psr/log": "Required for using the Log middleware" 161 }, 162 "time": "2024-07-24T11:22:20+00:00", 187 163 "type": "library", 188 164 "extra": { 189 "branch-alias": { 190 "dev-main": "3.x-dev" 191 } 192 }, 193 "installation-source": "dist", 194 "autoload": { 165 "bamarni-bin": { 166 "bin-links": true, 167 "forward-command": false 168 } 169 }, 170 "installation-source": "dist", 171 "autoload": { 172 "files": [ 173 "src/functions_include.php" 174 ], 195 175 "psr-4": { 196 "Monolog\\": "src/Monolog" 197 } 198 }, 199 "notification-url": "https://packagist.org/downloads/", 200 "license": [ 201 "MIT" 202 ], 203 "authors": [ 204 { 205 "name": "Jordi Boggiano", 206 "email": "j.boggiano@seld.be", 207 "homepage": "https://seld.be" 208 } 209 ], 210 "description": "Sends your logs to files, sockets, inboxes, databases and various web services", 211 "homepage": "https://github.com/Seldaek/monolog", 176 "GuzzleHttp\\": "src/" 177 } 178 }, 179 "notification-url": "https://packagist.org/downloads/", 180 "license": [ 181 "MIT" 182 ], 183 "authors": [ 184 { 185 "name": "Graham Campbell", 186 "email": "hello@gjcampbell.co.uk", 187 "homepage": "https://github.com/GrahamCampbell" 188 }, 189 { 190 "name": "Michael Dowling", 191 "email": "mtdowling@gmail.com", 192 "homepage": "https://github.com/mtdowling" 193 }, 194 { 195 "name": "Jeremy Lindblom", 196 "email": "jeremeamia@gmail.com", 197 "homepage": "https://github.com/jeremeamia" 198 }, 199 { 200 "name": "George Mponos", 201 "email": "gmponos@gmail.com", 202 "homepage": "https://github.com/gmponos" 203 }, 204 { 205 "name": "Tobias Nyholm", 206 "email": "tobias.nyholm@gmail.com", 207 "homepage": "https://github.com/Nyholm" 208 }, 209 { 210 "name": "Márk Sági-Kazár", 211 "email": "mark.sagikazar@gmail.com", 212 "homepage": "https://github.com/sagikazarmark" 213 }, 214 { 215 "name": "Tobias Schultze", 216 "email": "webmaster@tubo-world.de", 217 "homepage": "https://github.com/Tobion" 218 } 219 ], 220 "description": "Guzzle is a PHP HTTP client library", 212 221 "keywords": [ 213 "log", 214 "logging", 215 "psr-3" 216 ], 217 "support": { 218 "issues": "https://github.com/Seldaek/monolog/issues", 219 "source": "https://github.com/Seldaek/monolog/tree/3.8.0" 222 "client", 223 "curl", 224 "framework", 225 "http", 226 "http client", 227 "psr-18", 228 "psr-7", 229 "rest", 230 "web service" 231 ], 232 "support": { 233 "issues": "https://github.com/guzzle/guzzle/issues", 234 "source": "https://github.com/guzzle/guzzle/tree/7.9.2" 220 235 }, 221 236 "funding": [ 222 237 { 223 "url": "https://github.com/ Seldaek",238 "url": "https://github.com/GrahamCampbell", 224 239 "type": "github" 225 240 }, 226 241 { 227 "url": "https://tidelift.com/funding/github/packagist/monolog/monolog", 242 "url": "https://github.com/Nyholm", 243 "type": "github" 244 }, 245 { 246 "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle", 228 247 "type": "tidelift" 229 248 } 230 249 ], 231 "install-path": "../monolog/monolog" 232 }, 233 { 234 "name": "nyholm/psr7", 235 "version": "1.8.2", 236 "version_normalized": "1.8.2.0", 237 "source": { 238 "type": "git", 239 "url": "https://github.com/Nyholm/psr7.git", 240 "reference": "a71f2b11690f4b24d099d6b16690a90ae14fc6f3" 241 }, 242 "dist": { 243 "type": "zip", 244 "url": "https://api.github.com/repos/Nyholm/psr7/zipball/a71f2b11690f4b24d099d6b16690a90ae14fc6f3", 245 "reference": "a71f2b11690f4b24d099d6b16690a90ae14fc6f3", 246 "shasum": "" 247 }, 248 "require": { 249 "php": ">=7.2", 250 "install-path": "../guzzlehttp/guzzle" 251 }, 252 { 253 "name": "guzzlehttp/promises", 254 "version": "2.0.4", 255 "version_normalized": "2.0.4.0", 256 "source": { 257 "type": "git", 258 "url": "https://github.com/guzzle/promises.git", 259 "reference": "f9c436286ab2892c7db7be8c8da4ef61ccf7b455" 260 }, 261 "dist": { 262 "type": "zip", 263 "url": "https://api.github.com/repos/guzzle/promises/zipball/f9c436286ab2892c7db7be8c8da4ef61ccf7b455", 264 "reference": "f9c436286ab2892c7db7be8c8da4ef61ccf7b455", 265 "shasum": "" 266 }, 267 "require": { 268 "php": "^7.2.5 || ^8.0" 269 }, 270 "require-dev": { 271 "bamarni/composer-bin-plugin": "^1.8.2", 272 "phpunit/phpunit": "^8.5.39 || ^9.6.20" 273 }, 274 "time": "2024-10-17T10:06:22+00:00", 275 "type": "library", 276 "extra": { 277 "bamarni-bin": { 278 "bin-links": true, 279 "forward-command": false 280 } 281 }, 282 "installation-source": "dist", 283 "autoload": { 284 "psr-4": { 285 "GuzzleHttp\\Promise\\": "src/" 286 } 287 }, 288 "notification-url": "https://packagist.org/downloads/", 289 "license": [ 290 "MIT" 291 ], 292 "authors": [ 293 { 294 "name": "Graham Campbell", 295 "email": "hello@gjcampbell.co.uk", 296 "homepage": "https://github.com/GrahamCampbell" 297 }, 298 { 299 "name": "Michael Dowling", 300 "email": "mtdowling@gmail.com", 301 "homepage": "https://github.com/mtdowling" 302 }, 303 { 304 "name": "Tobias Nyholm", 305 "email": "tobias.nyholm@gmail.com", 306 "homepage": "https://github.com/Nyholm" 307 }, 308 { 309 "name": "Tobias Schultze", 310 "email": "webmaster@tubo-world.de", 311 "homepage": "https://github.com/Tobion" 312 } 313 ], 314 "description": "Guzzle promises library", 315 "keywords": [ 316 "promise" 317 ], 318 "support": { 319 "issues": "https://github.com/guzzle/promises/issues", 320 "source": "https://github.com/guzzle/promises/tree/2.0.4" 321 }, 322 "funding": [ 323 { 324 "url": "https://github.com/GrahamCampbell", 325 "type": "github" 326 }, 327 { 328 "url": "https://github.com/Nyholm", 329 "type": "github" 330 }, 331 { 332 "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises", 333 "type": "tidelift" 334 } 335 ], 336 "install-path": "../guzzlehttp/promises" 337 }, 338 { 339 "name": "guzzlehttp/psr7", 340 "version": "2.7.0", 341 "version_normalized": "2.7.0.0", 342 "source": { 343 "type": "git", 344 "url": "https://github.com/guzzle/psr7.git", 345 "reference": "a70f5c95fb43bc83f07c9c948baa0dc1829bf201" 346 }, 347 "dist": { 348 "type": "zip", 349 "url": "https://api.github.com/repos/guzzle/psr7/zipball/a70f5c95fb43bc83f07c9c948baa0dc1829bf201", 350 "reference": "a70f5c95fb43bc83f07c9c948baa0dc1829bf201", 351 "shasum": "" 352 }, 353 "require": { 354 "php": "^7.2.5 || ^8.0", 250 355 "psr/http-factory": "^1.0", 251 "psr/http-message": "^1.1 || ^2.0" 356 "psr/http-message": "^1.1 || ^2.0", 357 "ralouphie/getallheaders": "^3.0" 252 358 }, 253 359 "provide": { 254 "php-http/message-factory-implementation": "1.0",255 360 "psr/http-factory-implementation": "1.0", 256 361 "psr/http-message-implementation": "1.0" 257 362 }, 258 363 "require-dev": { 259 "http-interop/http-factory-tests": "^0.9", 260 "php-http/message-factory": "^1.0", 261 "php-http/psr7-integration-tests": "^1.0", 262 "phpunit/phpunit": "^7.5 || ^8.5 || ^9.4", 263 "symfony/error-handler": "^4.4" 264 }, 265 "time": "2024-09-09T07:06:30+00:00", 364 "bamarni/composer-bin-plugin": "^1.8.2", 365 "http-interop/http-factory-tests": "0.9.0", 366 "phpunit/phpunit": "^8.5.39 || ^9.6.20" 367 }, 368 "suggest": { 369 "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses" 370 }, 371 "time": "2024-07-18T11:15:46+00:00", 266 372 "type": "library", 267 373 "extra": { 268 "branch-alias": { 269 "dev-master": "1.8-dev" 374 "bamarni-bin": { 375 "bin-links": true, 376 "forward-command": false 270 377 } 271 378 }, … … 273 380 "autoload": { 274 381 "psr-4": { 275 "Nyholm\\Psr7\\": "src/" 276 } 277 }, 278 "notification-url": "https://packagist.org/downloads/", 279 "license": [ 280 "MIT" 281 ], 282 "authors": [ 382 "GuzzleHttp\\Psr7\\": "src/" 383 } 384 }, 385 "notification-url": "https://packagist.org/downloads/", 386 "license": [ 387 "MIT" 388 ], 389 "authors": [ 390 { 391 "name": "Graham Campbell", 392 "email": "hello@gjcampbell.co.uk", 393 "homepage": "https://github.com/GrahamCampbell" 394 }, 395 { 396 "name": "Michael Dowling", 397 "email": "mtdowling@gmail.com", 398 "homepage": "https://github.com/mtdowling" 399 }, 400 { 401 "name": "George Mponos", 402 "email": "gmponos@gmail.com", 403 "homepage": "https://github.com/gmponos" 404 }, 283 405 { 284 406 "name": "Tobias Nyholm", 285 "email": "tobias.nyholm@gmail.com" 286 }, 287 { 288 "name": "Martijn van der Ven", 289 "email": "martijn@vanderven.se" 290 } 291 ], 292 "description": "A fast PHP7 implementation of PSR-7", 293 "homepage": "https://tnyholm.se", 407 "email": "tobias.nyholm@gmail.com", 408 "homepage": "https://github.com/Nyholm" 409 }, 410 { 411 "name": "Márk Sági-Kazár", 412 "email": "mark.sagikazar@gmail.com", 413 "homepage": "https://github.com/sagikazarmark" 414 }, 415 { 416 "name": "Tobias Schultze", 417 "email": "webmaster@tubo-world.de", 418 "homepage": "https://github.com/Tobion" 419 }, 420 { 421 "name": "Márk Sági-Kazár", 422 "email": "mark.sagikazar@gmail.com", 423 "homepage": "https://sagikazarmark.hu" 424 } 425 ], 426 "description": "PSR-7 message implementation that also provides common utility methods", 294 427 "keywords": [ 295 "psr-17", 296 "psr-7" 297 ], 298 "support": { 299 "issues": "https://github.com/Nyholm/psr7/issues", 300 "source": "https://github.com/Nyholm/psr7/tree/1.8.2" 428 "http", 429 "message", 430 "psr-7", 431 "request", 432 "response", 433 "stream", 434 "uri", 435 "url" 436 ], 437 "support": { 438 "issues": "https://github.com/guzzle/psr7/issues", 439 "source": "https://github.com/guzzle/psr7/tree/2.7.0" 301 440 }, 302 441 "funding": [ 303 442 { 304 "url": "https://github.com/ Zegnat",443 "url": "https://github.com/GrahamCampbell", 305 444 "type": "github" 306 445 }, 307 446 { 308 "url": "https://github.com/ nyholm",447 "url": "https://github.com/Nyholm", 309 448 "type": "github" 310 } 311 ], 312 "install-path": "../nyholm/psr7" 449 }, 450 { 451 "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7", 452 "type": "tidelift" 453 } 454 ], 455 "install-path": "../guzzlehttp/psr7" 313 456 }, 314 457 { … … 457 600 }, 458 601 { 459 "name": "php-http/httplug",460 "version": "2.4.1",461 "version_normalized": "2.4.1.0",462 "source": {463 "type": "git",464 "url": "https://github.com/php-http/httplug.git",465 "reference": "5cad731844891a4c282f3f3e1b582c46839d22f4"466 },467 "dist": {468 "type": "zip",469 "url": "https://api.github.com/repos/php-http/httplug/zipball/5cad731844891a4c282f3f3e1b582c46839d22f4",470 "reference": "5cad731844891a4c282f3f3e1b582c46839d22f4",471 "shasum": ""472 },473 "require": {474 "php": "^7.1 || ^8.0",475 "php-http/promise": "^1.1",476 "psr/http-client": "^1.0",477 "psr/http-message": "^1.0 || ^2.0"478 },479 "require-dev": {480 "friends-of-phpspec/phpspec-code-coverage": "^4.1 || ^5.0 || ^6.0",481 "phpspec/phpspec": "^5.1 || ^6.0 || ^7.0"482 },483 "time": "2024-09-23T11:39:58+00:00",484 "type": "library",485 "installation-source": "dist",486 "autoload": {487 "psr-4": {488 "Http\\Client\\": "src/"489 }490 },491 "notification-url": "https://packagist.org/downloads/",492 "license": [493 "MIT"494 ],495 "authors": [496 {497 "name": "Eric GELOEN",498 "email": "geloen.eric@gmail.com"499 },500 {501 "name": "Márk Sági-Kazár",502 "email": "mark.sagikazar@gmail.com",503 "homepage": "https://sagikazarmark.hu"504 }505 ],506 "description": "HTTPlug, the HTTP client abstraction for PHP",507 "homepage": "http://httplug.io",508 "keywords": [509 "client",510 "http"511 ],512 "support": {513 "issues": "https://github.com/php-http/httplug/issues",514 "source": "https://github.com/php-http/httplug/tree/2.4.1"515 },516 "install-path": "../php-http/httplug"517 },518 {519 "name": "php-http/promise",520 "version": "1.3.1",521 "version_normalized": "1.3.1.0",522 "source": {523 "type": "git",524 "url": "https://github.com/php-http/promise.git",525 "reference": "fc85b1fba37c169a69a07ef0d5a8075770cc1f83"526 },527 "dist": {528 "type": "zip",529 "url": "https://api.github.com/repos/php-http/promise/zipball/fc85b1fba37c169a69a07ef0d5a8075770cc1f83",530 "reference": "fc85b1fba37c169a69a07ef0d5a8075770cc1f83",531 "shasum": ""532 },533 "require": {534 "php": "^7.1 || ^8.0"535 },536 "require-dev": {537 "friends-of-phpspec/phpspec-code-coverage": "^4.3.2 || ^6.3",538 "phpspec/phpspec": "^5.1.2 || ^6.2 || ^7.4"539 },540 "time": "2024-03-15T13:55:21+00:00",541 "type": "library",542 "installation-source": "dist",543 "autoload": {544 "psr-4": {545 "Http\\Promise\\": "src/"546 }547 },548 "notification-url": "https://packagist.org/downloads/",549 "license": [550 "MIT"551 ],552 "authors": [553 {554 "name": "Joel Wurtz",555 "email": "joel.wurtz@gmail.com"556 },557 {558 "name": "Márk Sági-Kazár",559 "email": "mark.sagikazar@gmail.com"560 }561 ],562 "description": "Promise used for asynchronous HTTP requests",563 "homepage": "http://httplug.io",564 "keywords": [565 "promise"566 ],567 "support": {568 "issues": "https://github.com/php-http/promise/issues",569 "source": "https://github.com/php-http/promise/tree/1.3.1"570 },571 "install-path": "../php-http/promise"572 },573 {574 "name": "psr/container",575 "version": "2.0.2",576 "version_normalized": "2.0.2.0",577 "source": {578 "type": "git",579 "url": "https://github.com/php-fig/container.git",580 "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963"581 },582 "dist": {583 "type": "zip",584 "url": "https://api.github.com/repos/php-fig/container/zipball/c71ecc56dfe541dbd90c5360474fbc405f8d5963",585 "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963",586 "shasum": ""587 },588 "require": {589 "php": ">=7.4.0"590 },591 "time": "2021-11-05T16:47:00+00:00",592 "type": "library",593 "extra": {594 "branch-alias": {595 "dev-master": "2.0.x-dev"596 }597 },598 "installation-source": "dist",599 "autoload": {600 "psr-4": {601 "Psr\\Container\\": "src/"602 }603 },604 "notification-url": "https://packagist.org/downloads/",605 "license": [606 "MIT"607 ],608 "authors": [609 {610 "name": "PHP-FIG",611 "homepage": "https://www.php-fig.org/"612 }613 ],614 "description": "Common Container Interface (PHP FIG PSR-11)",615 "homepage": "https://github.com/php-fig/container",616 "keywords": [617 "PSR-11",618 "container",619 "container-interface",620 "container-interop",621 "psr"622 ],623 "support": {624 "issues": "https://github.com/php-fig/container/issues",625 "source": "https://github.com/php-fig/container/tree/2.0.2"626 },627 "install-path": "../psr/container"628 },629 {630 602 "name": "psr/http-client", 631 603 "version": "1.0.3", … … 797 769 }, 798 770 { 799 "name": "psr/log", 800 "version": "3.0.2", 801 "version_normalized": "3.0.2.0", 802 "source": { 803 "type": "git", 804 "url": "https://github.com/php-fig/log.git", 805 "reference": "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3" 806 }, 807 "dist": { 808 "type": "zip", 809 "url": "https://api.github.com/repos/php-fig/log/zipball/f16e1d5863e37f8d8c2a01719f5b34baa2b714d3", 810 "reference": "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3", 811 "shasum": "" 812 }, 813 "require": { 814 "php": ">=8.0.0" 815 }, 816 "time": "2024-09-11T13:17:53+00:00", 817 "type": "library", 818 "extra": { 819 "branch-alias": { 820 "dev-master": "3.x-dev" 821 } 822 }, 823 "installation-source": "dist", 824 "autoload": { 825 "psr-4": { 826 "Psr\\Log\\": "src" 827 } 828 }, 829 "notification-url": "https://packagist.org/downloads/", 830 "license": [ 831 "MIT" 832 ], 833 "authors": [ 834 { 835 "name": "PHP-FIG", 836 "homepage": "https://www.php-fig.org/" 837 } 838 ], 839 "description": "Common interface for logging libraries", 840 "homepage": "https://github.com/php-fig/log", 841 "keywords": [ 842 "log", 843 "psr", 844 "psr-3" 845 ], 846 "support": { 847 "source": "https://github.com/php-fig/log/tree/3.0.2" 848 }, 849 "install-path": "../psr/log" 771 "name": "ralouphie/getallheaders", 772 "version": "3.0.3", 773 "version_normalized": "3.0.3.0", 774 "source": { 775 "type": "git", 776 "url": "https://github.com/ralouphie/getallheaders.git", 777 "reference": "120b605dfeb996808c31b6477290a714d356e822" 778 }, 779 "dist": { 780 "type": "zip", 781 "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822", 782 "reference": "120b605dfeb996808c31b6477290a714d356e822", 783 "shasum": "" 784 }, 785 "require": { 786 "php": ">=5.6" 787 }, 788 "require-dev": { 789 "php-coveralls/php-coveralls": "^2.1", 790 "phpunit/phpunit": "^5 || ^6.5" 791 }, 792 "time": "2019-03-08T08:55:37+00:00", 793 "type": "library", 794 "installation-source": "dist", 795 "autoload": { 796 "files": [ 797 "src/getallheaders.php" 798 ] 799 }, 800 "notification-url": "https://packagist.org/downloads/", 801 "license": [ 802 "MIT" 803 ], 804 "authors": [ 805 { 806 "name": "Ralph Khattar", 807 "email": "ralph.khattar@gmail.com" 808 } 809 ], 810 "description": "A polyfill for getallheaders.", 811 "support": { 812 "issues": "https://github.com/ralouphie/getallheaders/issues", 813 "source": "https://github.com/ralouphie/getallheaders/tree/develop" 814 }, 815 "install-path": "../ralouphie/getallheaders" 850 816 }, 851 817 { … … 918 884 ], 919 885 "install-path": "../symfony/deprecation-contracts" 920 },921 {922 "name": "symfony/http-client",923 "version": "v7.2.0",924 "version_normalized": "7.2.0.0",925 "source": {926 "type": "git",927 "url": "https://github.com/symfony/http-client.git",928 "reference": "955e43336aff03df1e8a8e17daefabb0127a313b"929 },930 "dist": {931 "type": "zip",932 "url": "https://api.github.com/repos/symfony/http-client/zipball/955e43336aff03df1e8a8e17daefabb0127a313b",933 "reference": "955e43336aff03df1e8a8e17daefabb0127a313b",934 "shasum": ""935 },936 "require": {937 "php": ">=8.2",938 "psr/log": "^1|^2|^3",939 "symfony/deprecation-contracts": "^2.5|^3",940 "symfony/http-client-contracts": "~3.4.3|^3.5.1",941 "symfony/service-contracts": "^2.5|^3"942 },943 "conflict": {944 "amphp/amp": "<2.5",945 "php-http/discovery": "<1.15",946 "symfony/http-foundation": "<6.4"947 },948 "provide": {949 "php-http/async-client-implementation": "*",950 "php-http/client-implementation": "*",951 "psr/http-client-implementation": "1.0",952 "symfony/http-client-implementation": "3.0"953 },954 "require-dev": {955 "amphp/http-client": "^4.2.1|^5.0",956 "amphp/http-tunnel": "^1.0|^2.0",957 "amphp/socket": "^1.1",958 "guzzlehttp/promises": "^1.4|^2.0",959 "nyholm/psr7": "^1.0",960 "php-http/httplug": "^1.0|^2.0",961 "psr/http-client": "^1.0",962 "symfony/amphp-http-client-meta": "^1.0|^2.0",963 "symfony/dependency-injection": "^6.4|^7.0",964 "symfony/http-kernel": "^6.4|^7.0",965 "symfony/messenger": "^6.4|^7.0",966 "symfony/process": "^6.4|^7.0",967 "symfony/rate-limiter": "^6.4|^7.0",968 "symfony/stopwatch": "^6.4|^7.0"969 },970 "time": "2024-11-29T08:22:02+00:00",971 "type": "library",972 "installation-source": "dist",973 "autoload": {974 "psr-4": {975 "Symfony\\Component\\HttpClient\\": ""976 },977 "exclude-from-classmap": [978 "/Tests/"979 ]980 },981 "notification-url": "https://packagist.org/downloads/",982 "license": [983 "MIT"984 ],985 "authors": [986 {987 "name": "Nicolas Grekas",988 "email": "p@tchwork.com"989 },990 {991 "name": "Symfony Community",992 "homepage": "https://symfony.com/contributors"993 }994 ],995 "description": "Provides powerful methods to fetch HTTP resources synchronously or asynchronously",996 "homepage": "https://symfony.com",997 "keywords": [998 "http"999 ],1000 "support": {1001 "source": "https://github.com/symfony/http-client/tree/v7.2.0"1002 },1003 "funding": [1004 {1005 "url": "https://symfony.com/sponsor",1006 "type": "custom"1007 },1008 {1009 "url": "https://github.com/fabpot",1010 "type": "github"1011 },1012 {1013 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",1014 "type": "tidelift"1015 }1016 ],1017 "install-path": "../symfony/http-client"1018 },1019 {1020 "name": "symfony/http-client-contracts",1021 "version": "v3.5.1",1022 "version_normalized": "3.5.1.0",1023 "source": {1024 "type": "git",1025 "url": "https://github.com/symfony/http-client-contracts.git",1026 "reference": "c2f3ad828596624ca39ea40f83617ef51ca8bbf9"1027 },1028 "dist": {1029 "type": "zip",1030 "url": "https://api.github.com/repos/symfony/http-client-contracts/zipball/c2f3ad828596624ca39ea40f83617ef51ca8bbf9",1031 "reference": "c2f3ad828596624ca39ea40f83617ef51ca8bbf9",1032 "shasum": ""1033 },1034 "require": {1035 "php": ">=8.1"1036 },1037 "time": "2024-11-25T12:02:18+00:00",1038 "type": "library",1039 "extra": {1040 "branch-alias": {1041 "dev-main": "3.5-dev"1042 },1043 "thanks": {1044 "name": "symfony/contracts",1045 "url": "https://github.com/symfony/contracts"1046 }1047 },1048 "installation-source": "dist",1049 "autoload": {1050 "psr-4": {1051 "Symfony\\Contracts\\HttpClient\\": ""1052 },1053 "exclude-from-classmap": [1054 "/Test/"1055 ]1056 },1057 "notification-url": "https://packagist.org/downloads/",1058 "license": [1059 "MIT"1060 ],1061 "authors": [1062 {1063 "name": "Nicolas Grekas",1064 "email": "p@tchwork.com"1065 },1066 {1067 "name": "Symfony Community",1068 "homepage": "https://symfony.com/contributors"1069 }1070 ],1071 "description": "Generic abstractions related to HTTP clients",1072 "homepage": "https://symfony.com",1073 "keywords": [1074 "abstractions",1075 "contracts",1076 "decoupling",1077 "interfaces",1078 "interoperability",1079 "standards"1080 ],1081 "support": {1082 "source": "https://github.com/symfony/http-client-contracts/tree/v3.5.1"1083 },1084 "funding": [1085 {1086 "url": "https://symfony.com/sponsor",1087 "type": "custom"1088 },1089 {1090 "url": "https://github.com/fabpot",1091 "type": "github"1092 },1093 {1094 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",1095 "type": "tidelift"1096 }1097 ],1098 "install-path": "../symfony/http-client-contracts"1099 },1100 {1101 "name": "symfony/service-contracts",1102 "version": "v3.5.1",1103 "version_normalized": "3.5.1.0",1104 "source": {1105 "type": "git",1106 "url": "https://github.com/symfony/service-contracts.git",1107 "reference": "e53260aabf78fb3d63f8d79d69ece59f80d5eda0"1108 },1109 "dist": {1110 "type": "zip",1111 "url": "https://api.github.com/repos/symfony/service-contracts/zipball/e53260aabf78fb3d63f8d79d69ece59f80d5eda0",1112 "reference": "e53260aabf78fb3d63f8d79d69ece59f80d5eda0",1113 "shasum": ""1114 },1115 "require": {1116 "php": ">=8.1",1117 "psr/container": "^1.1|^2.0",1118 "symfony/deprecation-contracts": "^2.5|^3"1119 },1120 "conflict": {1121 "ext-psr": "<1.1|>=2"1122 },1123 "time": "2024-09-25T14:20:29+00:00",1124 "type": "library",1125 "extra": {1126 "branch-alias": {1127 "dev-main": "3.5-dev"1128 },1129 "thanks": {1130 "name": "symfony/contracts",1131 "url": "https://github.com/symfony/contracts"1132 }1133 },1134 "installation-source": "dist",1135 "autoload": {1136 "psr-4": {1137 "Symfony\\Contracts\\Service\\": ""1138 },1139 "exclude-from-classmap": [1140 "/Test/"1141 ]1142 },1143 "notification-url": "https://packagist.org/downloads/",1144 "license": [1145 "MIT"1146 ],1147 "authors": [1148 {1149 "name": "Nicolas Grekas",1150 "email": "p@tchwork.com"1151 },1152 {1153 "name": "Symfony Community",1154 "homepage": "https://symfony.com/contributors"1155 }1156 ],1157 "description": "Generic abstractions related to writing services",1158 "homepage": "https://symfony.com",1159 "keywords": [1160 "abstractions",1161 "contracts",1162 "decoupling",1163 "interfaces",1164 "interoperability",1165 "standards"1166 ],1167 "support": {1168 "source": "https://github.com/symfony/service-contracts/tree/v3.5.1"1169 },1170 "funding": [1171 {1172 "url": "https://symfony.com/sponsor",1173 "type": "custom"1174 },1175 {1176 "url": "https://github.com/fabpot",1177 "type": "github"1178 },1179 {1180 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",1181 "type": "tidelift"1182 }1183 ],1184 "install-path": "../symfony/service-contracts"1185 886 }, 1186 887 { -
news-parser/trunk/vendor/composer/installed.php
r3205095 r3206548 4 4 'pretty_version' => 'dev-master', 5 5 'version' => 'dev-master', 6 'reference' => ' 159370969ad7423e12f30f7822a082cfa942f73f',6 'reference' => '5ce2b81538b6203741df1185c7b253d6d8c4485d', 7 7 'type' => 'library', 8 8 'install_path' => __DIR__ . '/../../', … … 20 20 'dev_requirement' => false, 21 21 ), 22 'g emini-api-php/client' => array(23 'pretty_version' => ' v1.6.0',24 'version' => '1. 6.0.0',25 'reference' => ' e3bc5201f2356755fbf10165761c58257eb72c71',22 'google-gemini-php/client' => array( 23 'pretty_version' => '1.0.14', 24 'version' => '1.0.14.0', 25 'reference' => '11e7413b231dd2ab7ca6169f780d6cc4eeae41a1', 26 26 'type' => 'library', 27 'install_path' => __DIR__ . '/../g emini-api-php/client',27 'install_path' => __DIR__ . '/../google-gemini-php/client', 28 28 'aliases' => array(), 29 29 'dev_requirement' => false, 30 30 ), 31 ' monolog/monolog' => array(32 'pretty_version' => ' 3.8.0',33 'version' => ' 3.8.0.0',34 'reference' => ' 32e515fdc02cdafbe4593e30a9350d486b125b67',31 'guzzlehttp/guzzle' => array( 32 'pretty_version' => '7.9.2', 33 'version' => '7.9.2.0', 34 'reference' => 'd281ed313b989f213357e3be1a179f02196ac99b', 35 35 'type' => 'library', 36 'install_path' => __DIR__ . '/../monolog/monolog', 36 'install_path' => __DIR__ . '/../guzzlehttp/guzzle', 37 'aliases' => array(), 38 'dev_requirement' => false, 39 ), 40 'guzzlehttp/promises' => array( 41 'pretty_version' => '2.0.4', 42 'version' => '2.0.4.0', 43 'reference' => 'f9c436286ab2892c7db7be8c8da4ef61ccf7b455', 44 'type' => 'library', 45 'install_path' => __DIR__ . '/../guzzlehttp/promises', 46 'aliases' => array(), 47 'dev_requirement' => false, 48 ), 49 'guzzlehttp/psr7' => array( 50 'pretty_version' => '2.7.0', 51 'version' => '2.7.0.0', 52 'reference' => 'a70f5c95fb43bc83f07c9c948baa0dc1829bf201', 53 'type' => 'library', 54 'install_path' => __DIR__ . '/../guzzlehttp/psr7', 37 55 'aliases' => array(), 38 56 'dev_requirement' => false, … … 41 59 'pretty_version' => 'dev-master', 42 60 'version' => 'dev-master', 43 'reference' => ' 159370969ad7423e12f30f7822a082cfa942f73f',61 'reference' => '5ce2b81538b6203741df1185c7b253d6d8c4485d', 44 62 'type' => 'library', 45 63 'install_path' => __DIR__ . '/../../', 46 'aliases' => array(),47 'dev_requirement' => false,48 ),49 'nyholm/psr7' => array(50 'pretty_version' => '1.8.2',51 'version' => '1.8.2.0',52 'reference' => 'a71f2b11690f4b24d099d6b16690a90ae14fc6f3',53 'type' => 'library',54 'install_path' => __DIR__ . '/../nyholm/psr7',55 64 'aliases' => array(), 56 65 'dev_requirement' => false, … … 86 95 'dev_requirement' => false, 87 96 ), 88 'php-http/httplug' => array(89 'pretty_version' => '2.4.1',90 'version' => '2.4.1.0',91 'reference' => '5cad731844891a4c282f3f3e1b582c46839d22f4',92 'type' => 'library',93 'install_path' => __DIR__ . '/../php-http/httplug',94 'aliases' => array(),95 'dev_requirement' => false,96 ),97 'php-http/message-factory-implementation' => array(98 'dev_requirement' => false,99 'provided' => array(100 0 => '1.0',101 ),102 ),103 'php-http/promise' => array(104 'pretty_version' => '1.3.1',105 'version' => '1.3.1.0',106 'reference' => 'fc85b1fba37c169a69a07ef0d5a8075770cc1f83',107 'type' => 'library',108 'install_path' => __DIR__ . '/../php-http/promise',109 'aliases' => array(),110 'dev_requirement' => false,111 ),112 'psr/container' => array(113 'pretty_version' => '2.0.2',114 'version' => '2.0.2.0',115 'reference' => 'c71ecc56dfe541dbd90c5360474fbc405f8d5963',116 'type' => 'library',117 'install_path' => __DIR__ . '/../psr/container',118 'aliases' => array(),119 'dev_requirement' => false,120 ),121 97 'psr/http-client' => array( 122 98 'pretty_version' => '1.0.3', … … 131 107 'dev_requirement' => false, 132 108 'provided' => array( 133 0 => ' *',134 1 => ' 1.0',109 0 => '1.0', 110 1 => '*', 135 111 ), 136 112 ), … … 167 143 ), 168 144 ), 169 ' psr/log' => array(170 'pretty_version' => '3.0. 2',171 'version' => '3.0. 2.0',172 'reference' => ' f16e1d5863e37f8d8c2a01719f5b34baa2b714d3',145 'ralouphie/getallheaders' => array( 146 'pretty_version' => '3.0.3', 147 'version' => '3.0.3.0', 148 'reference' => '120b605dfeb996808c31b6477290a714d356e822', 173 149 'type' => 'library', 174 'install_path' => __DIR__ . '/../ psr/log',150 'install_path' => __DIR__ . '/../ralouphie/getallheaders', 175 151 'aliases' => array(), 176 152 'dev_requirement' => false, 177 ),178 'psr/log-implementation' => array(179 'dev_requirement' => false,180 'provided' => array(181 0 => '3.0.0',182 ),183 153 ), 184 154 'symfony/deprecation-contracts' => array( … … 188 158 'type' => 'library', 189 159 'install_path' => __DIR__ . '/../symfony/deprecation-contracts', 190 'aliases' => array(),191 'dev_requirement' => false,192 ),193 'symfony/http-client' => array(194 'pretty_version' => 'v7.2.0',195 'version' => '7.2.0.0',196 'reference' => '955e43336aff03df1e8a8e17daefabb0127a313b',197 'type' => 'library',198 'install_path' => __DIR__ . '/../symfony/http-client',199 'aliases' => array(),200 'dev_requirement' => false,201 ),202 'symfony/http-client-contracts' => array(203 'pretty_version' => 'v3.5.1',204 'version' => '3.5.1.0',205 'reference' => 'c2f3ad828596624ca39ea40f83617ef51ca8bbf9',206 'type' => 'library',207 'install_path' => __DIR__ . '/../symfony/http-client-contracts',208 'aliases' => array(),209 'dev_requirement' => false,210 ),211 'symfony/http-client-implementation' => array(212 'dev_requirement' => false,213 'provided' => array(214 0 => '3.0',215 ),216 ),217 'symfony/service-contracts' => array(218 'pretty_version' => 'v3.5.1',219 'version' => '3.5.1.0',220 'reference' => 'e53260aabf78fb3d63f8d79d69ece59f80d5eda0',221 'type' => 'library',222 'install_path' => __DIR__ . '/../symfony/service-contracts',223 160 'aliases' => array(), 224 161 'dev_requirement' => false, -
news-parser/trunk/vendor/composer/platform_check.php
r3205095 r3206548 5 5 $issues = array(); 6 6 7 if (!(PHP_VERSION_ID >= 80 200)) {8 $issues[] = 'Your Composer dependencies require a PHP version ">= 8. 2.0". You are running ' . PHP_VERSION . '.';7 if (!(PHP_VERSION_ID >= 80100)) { 8 $issues[] = 'Your Composer dependencies require a PHP version ">= 8.1.0". You are running ' . PHP_VERSION . '.'; 9 9 } 10 10 -
news-parser/trunk/vendor/guzzlehttp/promises/CHANGELOG.md
r3049937 r3206548 1 1 # CHANGELOG 2 3 4 ## 2.0.4 - 2024-10-17 5 6 ### Fixed 7 8 - Once settled, don't allow further rejection of additional promises 9 10 11 ## 2.0.3 - 2024-07-18 12 13 ### Changed 14 15 - PHP 8.4 support 2 16 3 17 -
news-parser/trunk/vendor/guzzlehttp/promises/README.md
r3049937 r3206548 39 39 ## Version Guidance 40 40 41 | Version | Status | PHP Version |42 |---------|--------------------- ---|--------------|43 | 1.x | Bug and security fixes| >=5.5,<8.3 |44 | 2.x | Latest | >=7.2.5,<8.4|41 | Version | Status | PHP Version | 42 |---------|---------------------|--------------| 43 | 1.x | Security fixes only | >=5.5,<8.3 | 44 | 2.x | Latest | >=7.2.5,<8.5 | 45 45 46 46 -
news-parser/trunk/vendor/guzzlehttp/promises/composer.json
r3049937 r3206548 31 31 "require-dev": { 32 32 "bamarni/composer-bin-plugin": "^1.8.2", 33 "phpunit/phpunit": "^8.5.3 6 || ^9.6.15"33 "phpunit/phpunit": "^8.5.39 || ^9.6.20" 34 34 }, 35 35 "autoload": { -
news-parser/trunk/vendor/guzzlehttp/promises/src/Coroutine.php
r3049937 r3206548 85 85 86 86 public function then( 87 callable $onFulfilled = null,88 callable $onRejected = null87 ?callable $onFulfilled = null, 88 ?callable $onRejected = null 89 89 ): PromiseInterface { 90 90 return $this->result->then($onFulfilled, $onRejected); -
news-parser/trunk/vendor/guzzlehttp/promises/src/Each.php
r3049937 r3206548 24 24 public static function of( 25 25 $iterable, 26 callable $onFulfilled = null,27 callable $onRejected = null26 ?callable $onFulfilled = null, 27 ?callable $onRejected = null 28 28 ): PromiseInterface { 29 29 return (new EachPromise($iterable, [ … … 47 47 $iterable, 48 48 $concurrency, 49 callable $onFulfilled = null,50 callable $onRejected = null49 ?callable $onFulfilled = null, 50 ?callable $onRejected = null 51 51 ): PromiseInterface { 52 52 return (new EachPromise($iterable, [ … … 68 68 $iterable, 69 69 $concurrency, 70 callable $onFulfilled = null70 ?callable $onFulfilled = null 71 71 ): PromiseInterface { 72 72 return self::ofLimit( -
news-parser/trunk/vendor/guzzlehttp/promises/src/FulfilledPromise.php
r3049937 r3206548 32 32 33 33 public function then( 34 callable $onFulfilled = null,35 callable $onRejected = null34 ?callable $onFulfilled = null, 35 ?callable $onRejected = null 36 36 ): PromiseInterface { 37 37 // Return itself if there is no onFulfilled function. -
news-parser/trunk/vendor/guzzlehttp/promises/src/Promise.php
r3049937 r3206548 26 26 */ 27 27 public function __construct( 28 callable $waitFn = null,29 callable $cancelFn = null28 ?callable $waitFn = null, 29 ?callable $cancelFn = null 30 30 ) { 31 31 $this->waitFn = $waitFn; … … 34 34 35 35 public function then( 36 callable $onFulfilled = null,37 callable $onRejected = null36 ?callable $onFulfilled = null, 37 ?callable $onRejected = null 38 38 ): PromiseInterface { 39 39 if ($this->state === self::PENDING) { -
news-parser/trunk/vendor/guzzlehttp/promises/src/PromiseInterface.php
r3049937 r3206548 28 28 */ 29 29 public function then( 30 callable $onFulfilled = null,31 callable $onRejected = null30 ?callable $onFulfilled = null, 31 ?callable $onRejected = null 32 32 ): PromiseInterface; 33 33 -
news-parser/trunk/vendor/guzzlehttp/promises/src/RejectedPromise.php
r3049937 r3206548 32 32 33 33 public function then( 34 callable $onFulfilled = null,35 callable $onRejected = null34 ?callable $onFulfilled = null, 35 ?callable $onRejected = null 36 36 ): PromiseInterface { 37 37 // If there's no onRejected callback then just return self. -
news-parser/trunk/vendor/guzzlehttp/promises/src/RejectionException.php
r3049937 r3206548 19 19 * @param string|null $description Optional description. 20 20 */ 21 public function __construct($reason, string $description = null)21 public function __construct($reason, ?string $description = null) 22 22 { 23 23 $this->reason = $reason; -
news-parser/trunk/vendor/guzzlehttp/promises/src/Utils.php
r3049937 r3206548 22 22 * @param TaskQueueInterface|null $assign Optionally specify a new queue instance. 23 23 */ 24 public static function queue( TaskQueueInterface $assign = null): TaskQueueInterface24 public static function queue(?TaskQueueInterface $assign = null): TaskQueueInterface 25 25 { 26 26 static $queue; … … 145 145 }, 146 146 function ($reason, $idx, Promise $aggregate): void { 147 $aggregate->reject($reason); 147 if (Is::pending($aggregate)) { 148 $aggregate->reject($reason); 149 } 148 150 } 149 151 )->then(function () use (&$results) {
Note: See TracChangeset
for help on using the changeset viewer.