Thu, 19 Sep 2024 06:27:08 UTC | login

Information for RPM php-doctrine-dbal-2.8.0-1.fc30.noarch.rpm

ID286802
Namephp-doctrine-dbal
Version2.8.0
Release1.fc30
Epoch
Archnoarch
SummaryDoctrine Database Abstraction Layer (DBAL)
DescriptionThe Doctrine database abstraction & access layer (DBAL) offers a lightweight and thin runtime layer around a PDO-like API and a lot of additional, horizontal features like database schema introspection and manipulation through an OO API. The fact that the Doctrine DBAL abstracts the concrete PDO API away through the use of interfaces that closely resemble the existing PDO API makes it possible to implement custom drivers that may use existing native or self-made APIs. For example, the DBAL ships with a driver for Oracle databases that uses the oci8 extension under the hood. Autoloader: /usr/share/php/Doctrine/DBAL/autoload.php
Build Time2018-11-12 10:19:14 GMT
Size228.84 KB
f25a15789158b25587f22ddea3efcf56
LicenseMIT
Provides
php-composer(doctrine/dbal) = 2.8.0
php-doctrine-DoctrineDBAL = 2.8.0
php-doctrine-dbal = 2.8.0-1.fc30
php-pear(pear.doctrine-project.org/DoctrineDBAL) = 2.8.0
Obsoletes
php-doctrine-DoctrineDBAL < 2.8.0
Conflicts No Conflicts
Requires
(php-composer(doctrine/cache) >= 1.0 with php-composer(doctrine/cache) < 2)
(php-composer(doctrine/event-manager) >= 1.0 with php-composer(doctrine/event-manager) < 2)
(php-composer(symfony/console) >= 2.0.5 with php-composer(symfony/console) < 5)
/usr/bin/php
php(language) >= 7.1
php-composer(fedora/autoloader)
php-date
php-json
php-pcre
php-pdo
php-reflection
php-spl
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsXz) <= 5.2-1
rpmlib(RichDependencies) <= 4.12.0-1
Recommends No Recommends
Suggests No Suggests
Supplements No Supplements
Enhances No Enhances
Files
Page:
1 through 50 of 296 >>>
Name ascending sort Size
/usr/bin/doctrine-dbal2.18 KB
/usr/share/doc/php-doctrine-dbal0.00 B
/usr/share/doc/php-doctrine-dbal/README.md4.33 KB
/usr/share/doc/php-doctrine-dbal/SECURITY.md643.00 B
/usr/share/doc/php-doctrine-dbal/UPGRADE.md14.51 KB
/usr/share/doc/php-doctrine-dbal/composer.json1.67 KB
/usr/share/licenses/php-doctrine-dbal0.00 B
/usr/share/licenses/php-doctrine-dbal/LICENSE1.04 KB
/usr/share/php/Doctrine/DBAL0.00 B
/usr/share/php/Doctrine/DBAL/Cache0.00 B
/usr/share/php/Doctrine/DBAL/Cache/ArrayStatement.php3.77 KB
/usr/share/php/Doctrine/DBAL/Cache/CacheException.php1.51 KB
/usr/share/php/Doctrine/DBAL/Cache/QueryCacheProfile.php3.85 KB
/usr/share/php/Doctrine/DBAL/Cache/ResultCacheStatement.php6.08 KB
/usr/share/php/Doctrine/DBAL/ColumnCase.php497.00 B
/usr/share/php/Doctrine/DBAL/Configuration.php4.46 KB
/usr/share/php/Doctrine/DBAL/Connection.php51.14 KB
/usr/share/php/Doctrine/DBAL/ConnectionException.php2.04 KB
/usr/share/php/Doctrine/DBAL/Connections0.00 B
/usr/share/php/Doctrine/DBAL/Connections/MasterSlaveConnection.php11.25 KB
/usr/share/php/Doctrine/DBAL/DBALException.php9.51 KB
/usr/share/php/Doctrine/DBAL/Driver0.00 B
/usr/share/php/Doctrine/DBAL/Driver.php2.66 KB
/usr/share/php/Doctrine/DBAL/Driver/AbstractDB2Driver.php1.84 KB
/usr/share/php/Doctrine/DBAL/Driver/AbstractDriverException.php2.21 KB
/usr/share/php/Doctrine/DBAL/Driver/AbstractMySQLDriver.php7.62 KB
/usr/share/php/Doctrine/DBAL/Driver/AbstractOracleDriver.php4.88 KB
/usr/share/php/Doctrine/DBAL/Driver/AbstractPostgreSQLDriver.php5.77 KB
/usr/share/php/Doctrine/DBAL/Driver/AbstractSQLAnywhereDriver.php5.29 KB
/usr/share/php/Doctrine/DBAL/Driver/AbstractSQLServerDriver.php3.47 KB
/usr/share/php/Doctrine/DBAL/Driver/AbstractSQLiteDriver.php4.21 KB
/usr/share/php/Doctrine/DBAL/Driver/Connection.php3.08 KB
/usr/share/php/Doctrine/DBAL/Driver/DriverException.php1.95 KB
/usr/share/php/Doctrine/DBAL/Driver/DrizzlePDOMySql0.00 B
/usr/share/php/Doctrine/DBAL/Driver/DrizzlePDOMySql/Connection.php1.43 KB
/usr/share/php/Doctrine/DBAL/Driver/DrizzlePDOMySql/Driver.php2.15 KB
/usr/share/php/Doctrine/DBAL/Driver/ExceptionConverterDriver.php1.97 KB
/usr/share/php/Doctrine/DBAL/Driver/IBMDB20.00 B
/usr/share/php/Doctrine/DBAL/Driver/IBMDB2/DB2Connection.php4.94 KB
/usr/share/php/Doctrine/DBAL/Driver/IBMDB2/DB2Driver.php2.28 KB
/usr/share/php/Doctrine/DBAL/Driver/IBMDB2/DB2Exception.php1.05 KB
/usr/share/php/Doctrine/DBAL/Driver/IBMDB2/DB2Statement.php10.67 KB
/usr/share/php/Doctrine/DBAL/Driver/Mysqli0.00 B
/usr/share/php/Doctrine/DBAL/Driver/Mysqli/Driver.php1.65 KB
/usr/share/php/Doctrine/DBAL/Driver/Mysqli/MysqliConnection.php8.35 KB
/usr/share/php/Doctrine/DBAL/Driver/Mysqli/MysqliException.php1.28 KB
/usr/share/php/Doctrine/DBAL/Driver/Mysqli/MysqliStatement.php11.37 KB
/usr/share/php/Doctrine/DBAL/Driver/OCI80.00 B
/usr/share/php/Doctrine/DBAL/Driver/OCI8/Driver.php2.18 KB
/usr/share/php/Doctrine/DBAL/Driver/OCI8/OCI8Connection.php6.18 KB
Component of No Buildroots