initial commit

This commit is contained in:
2025-07-12 20:27:07 +02:00
commit 29b2ddd1a5
25 changed files with 1671 additions and 0 deletions

145
.gitignore vendored Normal file
View File

@@ -0,0 +1,145 @@
vendor/autoload.php
vendor/composer/autoload_classmap.php
vendor/composer/autoload_files.php
vendor/composer/autoload_namespaces.php
vendor/composer/autoload_psr4.php
vendor/composer/autoload_real.php
vendor/composer/autoload_static.php
vendor/composer/ClassLoader.php
vendor/composer/installed.json
vendor/composer/installed.php
vendor/composer/InstalledVersions.php
vendor/composer/LICENSE
vendor/composer/platform_check.php
vendor/psr/container/.gitignore
vendor/psr/container/composer.json
vendor/psr/container/LICENSE
vendor/psr/container/README.md
vendor/psr/container/src/ContainerExceptionInterface.php
vendor/psr/container/src/ContainerInterface.php
vendor/psr/container/src/NotFoundExceptionInterface.php
vendor/psr/log/composer.json
vendor/psr/log/LICENSE
vendor/psr/log/README.md
vendor/psr/log/src/AbstractLogger.php
vendor/psr/log/src/InvalidArgumentException.php
vendor/psr/log/src/LoggerAwareInterface.php
vendor/psr/log/src/LoggerAwareTrait.php
vendor/psr/log/src/LoggerInterface.php
vendor/psr/log/src/LoggerTrait.php
vendor/psr/log/src/LogLevel.php
vendor/psr/log/src/NullLogger.php
vendor/symfony/deprecation-contracts/CHANGELOG.md
vendor/symfony/deprecation-contracts/composer.json
vendor/symfony/deprecation-contracts/function.php
vendor/symfony/deprecation-contracts/LICENSE
vendor/symfony/deprecation-contracts/README.md
vendor/symfony/http-client/AmpHttpClient.php
vendor/symfony/http-client/AsyncDecoratorTrait.php
vendor/symfony/http-client/CachingHttpClient.php
vendor/symfony/http-client/CHANGELOG.md
vendor/symfony/http-client/composer.json
vendor/symfony/http-client/CurlHttpClient.php
vendor/symfony/http-client/DecoratorTrait.php
vendor/symfony/http-client/EventSourceHttpClient.php
vendor/symfony/http-client/HttpClient.php
vendor/symfony/http-client/HttpClientTrait.php
vendor/symfony/http-client/HttplugClient.php
vendor/symfony/http-client/HttpOptions.php
vendor/symfony/http-client/LICENSE
vendor/symfony/http-client/MockHttpClient.php
vendor/symfony/http-client/NativeHttpClient.php
vendor/symfony/http-client/NoPrivateNetworkHttpClient.php
vendor/symfony/http-client/Psr18Client.php
vendor/symfony/http-client/README.md
vendor/symfony/http-client/RetryableHttpClient.php
vendor/symfony/http-client/ScopingHttpClient.php
vendor/symfony/http-client/ThrottlingHttpClient.php
vendor/symfony/http-client/TraceableHttpClient.php
vendor/symfony/http-client/UriTemplateHttpClient.php
vendor/symfony/http-client/Chunk/DataChunk.php
vendor/symfony/http-client/Chunk/ErrorChunk.php
vendor/symfony/http-client/Chunk/FirstChunk.php
vendor/symfony/http-client/Chunk/InformationalChunk.php
vendor/symfony/http-client/Chunk/LastChunk.php
vendor/symfony/http-client/Chunk/ServerSentEvent.php
vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php
vendor/symfony/http-client/DependencyInjection/HttpClientPass.php
vendor/symfony/http-client/Exception/ClientException.php
vendor/symfony/http-client/Exception/EventSourceException.php
vendor/symfony/http-client/Exception/HttpExceptionTrait.php
vendor/symfony/http-client/Exception/InvalidArgumentException.php
vendor/symfony/http-client/Exception/JsonException.php
vendor/symfony/http-client/Exception/RedirectionException.php
vendor/symfony/http-client/Exception/ServerException.php
vendor/symfony/http-client/Exception/TimeoutException.php
vendor/symfony/http-client/Exception/TransportException.php
vendor/symfony/http-client/Internal/AmpBodyV4.php
vendor/symfony/http-client/Internal/AmpBodyV5.php
vendor/symfony/http-client/Internal/AmpClientStateV4.php
vendor/symfony/http-client/Internal/AmpClientStateV5.php
vendor/symfony/http-client/Internal/AmpListenerV4.php
vendor/symfony/http-client/Internal/AmpListenerV5.php
vendor/symfony/http-client/Internal/AmpResolverV4.php
vendor/symfony/http-client/Internal/AmpResolverV5.php
vendor/symfony/http-client/Internal/Canary.php
vendor/symfony/http-client/Internal/ClientState.php
vendor/symfony/http-client/Internal/CurlClientState.php
vendor/symfony/http-client/Internal/DnsCache.php
vendor/symfony/http-client/Internal/HttplugWaitLoop.php
vendor/symfony/http-client/Internal/NativeClientState.php
vendor/symfony/http-client/Internal/PushedResponse.php
vendor/symfony/http-client/Messenger/PingWebhookMessage.php
vendor/symfony/http-client/Messenger/PingWebhookMessageHandler.php
vendor/symfony/http-client/Response/AmpResponseV4.php
vendor/symfony/http-client/Response/AmpResponseV5.php
vendor/symfony/http-client/Response/AsyncContext.php
vendor/symfony/http-client/Response/AsyncResponse.php
vendor/symfony/http-client/Response/CommonResponseTrait.php
vendor/symfony/http-client/Response/CurlResponse.php
vendor/symfony/http-client/Response/HttplugPromise.php
vendor/symfony/http-client/Response/JsonMockResponse.php
vendor/symfony/http-client/Response/MockResponse.php
vendor/symfony/http-client/Response/NativeResponse.php
vendor/symfony/http-client/Response/ResponseStream.php
vendor/symfony/http-client/Response/StreamableInterface.php
vendor/symfony/http-client/Response/StreamWrapper.php
vendor/symfony/http-client/Response/TraceableResponse.php
vendor/symfony/http-client/Response/TransportResponseTrait.php
vendor/symfony/http-client/Retry/GenericRetryStrategy.php
vendor/symfony/http-client/Retry/RetryStrategyInterface.php
vendor/symfony/http-client/Test/HarFileResponseFactory.php
vendor/symfony/http-client-contracts/CHANGELOG.md
vendor/symfony/http-client-contracts/ChunkInterface.php
vendor/symfony/http-client-contracts/composer.json
vendor/symfony/http-client-contracts/HttpClientInterface.php
vendor/symfony/http-client-contracts/LICENSE
vendor/symfony/http-client-contracts/README.md
vendor/symfony/http-client-contracts/ResponseInterface.php
vendor/symfony/http-client-contracts/ResponseStreamInterface.php
vendor/symfony/http-client-contracts/Exception/ClientExceptionInterface.php
vendor/symfony/http-client-contracts/Exception/DecodingExceptionInterface.php
vendor/symfony/http-client-contracts/Exception/ExceptionInterface.php
vendor/symfony/http-client-contracts/Exception/HttpExceptionInterface.php
vendor/symfony/http-client-contracts/Exception/RedirectionExceptionInterface.php
vendor/symfony/http-client-contracts/Exception/ServerExceptionInterface.php
vendor/symfony/http-client-contracts/Exception/TimeoutExceptionInterface.php
vendor/symfony/http-client-contracts/Exception/TransportExceptionInterface.php
vendor/symfony/http-client-contracts/Test/HttpClientTestCase.php
vendor/symfony/http-client-contracts/Test/TestHttpServer.php
vendor/symfony/http-client-contracts/Test/Fixtures/web/index.php
vendor/symfony/service-contracts/CHANGELOG.md
vendor/symfony/service-contracts/composer.json
vendor/symfony/service-contracts/LICENSE
vendor/symfony/service-contracts/README.md
vendor/symfony/service-contracts/ResetInterface.php
vendor/symfony/service-contracts/ServiceCollectionInterface.php
vendor/symfony/service-contracts/ServiceLocatorTrait.php
vendor/symfony/service-contracts/ServiceMethodsSubscriberTrait.php
vendor/symfony/service-contracts/ServiceProviderInterface.php
vendor/symfony/service-contracts/ServiceSubscriberInterface.php
vendor/symfony/service-contracts/ServiceSubscriberTrait.php
vendor/symfony/service-contracts/Attribute/Required.php
vendor/symfony/service-contracts/Attribute/SubscribedService.php
vendor/symfony/service-contracts/Test/ServiceLocatorTest.php
vendor/symfony/service-contracts/Test/ServiceLocatorTestCase.php