Download the PHP package dimajolkin/ydb-doctrine without Composer

On this page you can find all versions of the php package dimajolkin/ydb-doctrine. 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 ydb-doctrine

Demo

Test

Пишется для проверки возможности запуска в маленьком проекте

Example for Symfony:

Генерация таблиц

Функции

  1. RAND(columnName) -

DBAL Type mapping to YDB:

Doctrine\DBAL\Types Value YDB Type
ARRAY array json
ASCII_STRING ascii_string utf8
BIGINT bigint int64
BINARY binary string
BLOB blob string
BOOLEAN boolean bool
DATE_MUTABLE date
DATE_IMMUTABLE date_immutable
DATEINTERVAL dateinterval
DATETIME_MUTABLE datetime
DATETIME_IMMUTABLE datetime_immutable datetime
DATETIMETZ_MUTABLE datetimetz
DATETIMETZ_IMMUTABLE datetimetz_immutable
DECIMAL decimal
FLOAT float float
GUID guid uuid
INTEGER integer int32
JSON json json
OBJECT object -
SIMPLE_ARRAY simple_array json
SMALLINT smallint int8
STRING string utf8
TEXT text utf8
TIME_MUTABLE time int32
TIME_IMMUTABLE time_immutable int32

YDB Type:

Dimajolkin\YdbDoctrine\YdbTypes Constant Value Description
BOOL bool
INT8 int8
INT16 int16
INT32 int32
INT64 int64
UINT8 uint8
UINT32 uint32
UINT64 uint64
FLOAT float
DOUBLE double
DECIMAL decimal
STRING string
UTF8 utf8
JSON json
JSON_DOCUMENT jsonDocument
YSON yson
UUID uuid
DATE date
DATETIME datetime
TIMESTAMP timestamp
INTERVAL interval

All versions of ydb-doctrine with dependencies

PHP Build Version
Package Version
Requires php Version ^8.1
doctrine/orm Version ^2.13
dimajolkin/ydb-php-sdk Version ^1.3
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 dimajolkin/ydb-doctrine contains the following files

Loading the files please wait ....