Sat, 04 May 2024 06:16:49 UTC | login

Information for RPM php-laminas-db-2.12.0-1.fc33.noarch.rpm

ID770125
Namephp-laminas-db
Version2.12.0
Release1.fc33
Epoch
Archnoarch
SummaryLaminas Framework Db component
DescriptionLaminas\Db is a component that abstract the access to a Database using an object oriented API to build the queries. Laminas\Db consumes different storage adapters to access different database vendors such as MySQL, PostgreSQL, Oracle, IBM DB2, Microsoft Sql Server, PDO, etc. Documentation: https://docs.laminas.dev/laminas-db/
Build Time2021-03-16 06:52:06 GMT
Size112.32 KB
c1758f6bd93ccc0525a594e1f4edf0d7
LicenseBSD
Provides
php-autoloader(laminas/laminas-db) = 2.12.0
php-autoloader(zendframework/zend-db) = 2.12.0
php-composer(laminas/laminas-db) = 2.12.0
php-composer(zendframework/zend-db) = 2.12.0
php-laminas-db = 2.12.0-1.fc33
php-zendframework-zend-db = 2.12.0
Obsoletes
php-zendframework-zend-db < 2.11.1
Conflicts No Conflicts
Requires
(php-autoloader(laminas/laminas-stdlib) >= 3.3 with php-autoloader(laminas/laminas-stdlib) < 4)
(php-autoloader(laminas/laminas-zendframework-bridge) >= 1.0 with php-autoloader(laminas/laminas-zendframework-bridge) < 2)
php(language) >= 7.3
php-composer(fedora/autoloader)
php-date
php-pcre
php-pdo
php-spl
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsZstd) <= 5.4.18-1
rpmlib(RichDependencies) <= 4.12.0-1
Recommends No Recommends
Suggests
php-autoloader(laminas/laminas-eventmanager)
php-autoloader(laminas/laminas-hydrator)
php-autoloader(laminas/laminas-servicemanager)
Supplements No Supplements
Enhances No Enhances
Files
Page:
1 through 50 of 256 >>>
Name ascending sort Size
/usr/share/doc/php-laminas-db0.00 B
/usr/share/doc/php-laminas-db/COPYRIGHT.md91.00 B
/usr/share/doc/php-laminas-db/README.md616.00 B
/usr/share/doc/php-laminas-db/composer.json2.34 KB
/usr/share/licenses/php-laminas-db0.00 B
/usr/share/licenses/php-laminas-db/LICENSE1.46 KB
/usr/share/php/Laminas/Db0.00 B
/usr/share/php/Laminas/Db/Adapter0.00 B
/usr/share/php/Laminas/Db/Adapter/Adapter.php14.20 KB
/usr/share/php/Laminas/Db/Adapter/AdapterAbstractServiceFactory.php3.28 KB
/usr/share/php/Laminas/Db/Adapter/AdapterAwareInterface.php504.00 B
/usr/share/php/Laminas/Db/Adapter/AdapterAwareTrait.php644.00 B
/usr/share/php/Laminas/Db/Adapter/AdapterInterface.php620.00 B
/usr/share/php/Laminas/Db/Adapter/AdapterServiceDelegator.php1.31 KB
/usr/share/php/Laminas/Db/Adapter/AdapterServiceFactory.php1.13 KB
/usr/share/php/Laminas/Db/Adapter/Driver0.00 B
/usr/share/php/Laminas/Db/Adapter/Driver/AbstractConnection.php2.52 KB
/usr/share/php/Laminas/Db/Adapter/Driver/ConnectionInterface.php1.46 KB
/usr/share/php/Laminas/Db/Adapter/Driver/DriverInterface.php1.68 KB
/usr/share/php/Laminas/Db/Adapter/Driver/Feature0.00 B
/usr/share/php/Laminas/Db/Adapter/Driver/Feature/AbstractFeature.php777.00 B
/usr/share/php/Laminas/Db/Adapter/Driver/Feature/DriverFeatureInterface.php817.00 B
/usr/share/php/Laminas/Db/Adapter/Driver/IbmDb20.00 B
/usr/share/php/Laminas/Db/Adapter/Driver/IbmDb2/Connection.php7.06 KB
/usr/share/php/Laminas/Db/Adapter/Driver/IbmDb2/IbmDb2.php5.63 KB
/usr/share/php/Laminas/Db/Adapter/Driver/IbmDb2/Result.php3.69 KB
/usr/share/php/Laminas/Db/Adapter/Driver/IbmDb2/Statement.php6.51 KB
/usr/share/php/Laminas/Db/Adapter/Driver/Mysqli0.00 B
/usr/share/php/Laminas/Db/Adapter/Driver/Mysqli/Connection.php8.06 KB
/usr/share/php/Laminas/Db/Adapter/Driver/Mysqli/Mysqli.php6.34 KB
/usr/share/php/Laminas/Db/Adapter/Driver/Mysqli/Result.php8.04 KB
/usr/share/php/Laminas/Db/Adapter/Driver/Mysqli/Statement.php7.34 KB
/usr/share/php/Laminas/Db/Adapter/Driver/Oci80.00 B
/usr/share/php/Laminas/Db/Adapter/Driver/Oci8/Connection.php7.00 KB
/usr/share/php/Laminas/Db/Adapter/Driver/Oci8/Feature0.00 B
/usr/share/php/Laminas/Db/Adapter/Driver/Oci8/Feature/RowCounter.php2.05 KB
/usr/share/php/Laminas/Db/Adapter/Driver/Oci8/Oci8.php7.81 KB
/usr/share/php/Laminas/Db/Adapter/Driver/Oci8/Result.php4.51 KB
/usr/share/php/Laminas/Db/Adapter/Driver/Oci8/Statement.php8.10 KB
/usr/share/php/Laminas/Db/Adapter/Driver/Pdo0.00 B
/usr/share/php/Laminas/Db/Adapter/Driver/Pdo/Connection.php11.87 KB
/usr/share/php/Laminas/Db/Adapter/Driver/Pdo/Feature0.00 B
/usr/share/php/Laminas/Db/Adapter/Driver/Pdo/Feature/OracleRowCounter.php2.03 KB
/usr/share/php/Laminas/Db/Adapter/Driver/Pdo/Feature/SqliteRowCounter.php2.03 KB
/usr/share/php/Laminas/Db/Adapter/Driver/Pdo/Pdo.php9.21 KB
/usr/share/php/Laminas/Db/Adapter/Driver/Pdo/Result.php5.87 KB
/usr/share/php/Laminas/Db/Adapter/Driver/Pdo/Statement.php7.25 KB
/usr/share/php/Laminas/Db/Adapter/Driver/Pgsql0.00 B
/usr/share/php/Laminas/Db/Adapter/Driver/Pgsql/Connection.php7.71 KB
/usr/share/php/Laminas/Db/Adapter/Driver/Pgsql/Pgsql.php5.69 KB
Component of No Buildroots