Download the PHP package dbp/relay-core-bundle without Composer

On this page you can find all versions of the php package dbp/relay-core-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package relay-core-bundle


All versions of relay-core-bundle with dependencies

PHP Build Version
Package Version
Requires php Version >=8.2
ext-fileinfo Version *
ext-filter Version *
ext-intl Version *
ext-json Version *
api-platform/core Version ^3.4
doctrine/orm Version ^3.3
dragonmantank/cron-expression Version ^3.3.3
guzzlehttp/guzzle Version ^7.5
kekos/multipart-form-data-parser Version ^1.1
kevinrob/guzzle-cache-middleware Version ^4.0 || ^5.0 || ^6.0
monolog/monolog Version ^2.9 || ^3.2
nelmio/cors-bundle Version ^2.2
nyholm/psr7 Version ^1.8
psr/cache Version ^1.0.1 || ^2.0.0 || ^3.0.0
psr/http-message Version ^1.0 || ^2.0
psr/log Version ^1.1.4 || ^2.0.0 || ^3.0.0
symfony/asset Version ^6.4
symfony/cache Version ^6.4
symfony/config Version ^6.4
symfony/console Version ^6.4
symfony/dependency-injection Version ^6.4
symfony/error-handler Version ^6.4
symfony/event-dispatcher Version ^6.4.8
symfony/event-dispatcher-contracts Version ^3.5
symfony/expression-language Version ^6.4
symfony/filesystem Version ^6.4
symfony/framework-bundle Version ^6.4
symfony/http-client-contracts Version ^3.5
symfony/http-foundation Version ^6.4
symfony/http-kernel Version ^6.4
symfony/lock Version ^6.4
symfony/messenger Version ^6.4
symfony/mime Version ^6.4
symfony/monolog-bundle Version ^3.8
symfony/process Version ^6.4
symfony/property-info Version ^6.4
symfony/psr-http-message-bridge Version ^6.4
symfony/routing Version ^6.4
symfony/security-bundle Version ^6.4
symfony/security-core Version ^6.4
symfony/security-http Version ^6.4
symfony/serializer Version ^6.4
symfony/service-contracts Version ^2.5 || ^3
symfony/twig-bundle Version ^6.4
symfony/uid Version ^6.4
symfony/validator Version ^6.4
symfony/web-link Version ^6.4
symfony/yaml Version ^6.4
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package dbp/relay-core-bundle contains the following files

Collapse All

src

   Helpers

    ApiPlatformHelperFunctions.php
    ArrayFullPaginator.php
    ArrayPaginator.php
    ArrayPartPaginator.php
    GuzzleTools.php
    Locale.php
    MimeTools.php
    Tools.php

   Swagger

    OpenApiDecorator.php

   Serializer

    ApiErrorNormalizer.php

   Routing

    RoutingLoader.php

   Resources

     ApiPlatformBundle
       SwaggerUi
     auth
     config
     public
       auth
       fonts
      apple-touch-icon.png
      index.js
      logo.png
      style.css

   Queue

    RestartCommand.php
    TestCommand.php
    TestHandler.php
    TestMessage.php
    TransportFactoryDecorator.php
    Utils.php
    WorkCommand.php

   ProxyApi

    AbstractProxyDataEventSubscriber.php
    ProxyDataEvent.php
    ProxyDataInterface.php

   Pagination

    Pagination.php
    Paginator.php
    PartialPaginator.php
    WholeResultPaginator.php

   Logging

    LoggingProcessor.php
    Tools.php

   Locale

    Locale.php

   LocalData

    AbstractLocalDataAuthorizationService.php
    AbstractLocalDataEventSubscriber.php
    AbstractLocalDataPostEventSubscriber.php
    LocalData.php
    LocalDataAwareInterface.php
    LocalDataAwareTrait.php
    LocalDataEventDispatcher.php
    LocalDataPostEvent.php
    LocalDataPreEvent.php
    TestLocalDataAuthorizationService.php

   Http

    ApiConnection.php
    Connection.php
    ConnectionException.php

   HealthCheck

     Checks
    CheckInterface.php
    CheckOptions.php
    CheckResult.php
    HealthCheckCommand.php
    HealthCheckCompilerPass.php

   Extension

    ExtensionTrait.php

   ExpressionLanguage

     ExpressionFunctionProviders
    ExpressionExtension.php
    ExpressionLanguage.php

   Exception

    ApiError.php

   Entity

    NamedEntityInterface.php

   DependencyInjection

    Configuration.php
    DbpRelayCoreExtension.php

   DataProvider

    AbstractDataProvider.php

   DB

    MigrateCommand.php

   Cron

     CronJobs
    CronCommand.php
    CronCompilerPass.php
    CronJobInterface.php
    CronListCommand.php
    CronManager.php
    CronOptions.php

   Authorization

     Event
     EventSubscriber
     Serializer
    AbstractAuthorizationService.php
    AuthorizationCompilerPass.php
    AuthorizationConfigDefinition.php
    AuthorizationDataMuxer.php
    AuthorizationDataProviderInterface.php
    AuthorizationDataProviderProvider.php
    AuthorizationException.php
    AuthorizationExpressionChecker.php
    AuthorizationUser.php
    DebugCommand.php

   Auth

    AuthenticatorCompilerPass.php
    ProxyAuthenticator.php
    UserSession.php

   API

    UserSessionInterface.php
    UserSessionProviderInterface.php

   TestUtils

    TestAuthenticator.php
    TestUser.php
    TestUserSession.php
    UserAuthTrait.php
    UserAuthWebTrait.php
  DbpRelayCoreBundle.php

docs

  README.md
  config.md

bin

  disable-database-url.php
  move-core-bundle.php

tests

   LocalData

    LocalDataTest.php
    TestEntity.php
    TestEntityLocalDataEventSubscriber.php
    TestEntityPostEvent.php
    TestEntityPreEvent.php

   Queue

    RestartCommandTest.php

   Auth

    AuthenticatorTest.php

   Authorization

    AuthorizationDataMuxerTest.php
    DummyAuthorizationDataProvider.php

   Cron

    CronJob.php
    CronTest.php

   Logging

    LoggingProcessorTest.php

   Helpers

    HelpersTest.php
    ToolsTest.php
  WebTest.php
  LocaleTest.php
  ExtensionTraitTest.php
  Kernel.php
  ExpressionLanguageTest.php
  ApiTest.php
  ApiErrorTest.php
  bootstrap.php

.github

   workflows

    test.yml
.renovaterc.json
CHANGELOG.md
LICENSE
README.md
.php-cs-fixer.dist.php
composer.json
composer.lock
.gitignore
phpstan.neon
phpunit.xml.dist
psalm.xml