How to Install and Uninstall php-cakephp4-database.noarch Package on Fedora 35

Last updated: November 28,2024

1. Install "php-cakephp4-database.noarch" package

Please follow the guidelines below to install php-cakephp4-database.noarch on Fedora 35

$ sudo dnf update $ sudo dnf install php-cakephp4-database.noarch

2. Uninstall "php-cakephp4-database.noarch" package

Learn how to uninstall php-cakephp4-database.noarch on Fedora 35:

$ sudo dnf remove php-cakephp4-database.noarch $ sudo dnf autoremove

3. Information about the php-cakephp4-database.noarch package on Fedora 35

Last metadata expiration check: 4:26:04 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : php-cakephp4-database
Version : 4.4.4
Release : 1.fc35.remi
Architecture : noarch
Size : 116 k
Source : php-cakephp4-4.4.4-1.fc35.remi.src.rpm
Repository : remi
Summary : CakePHP Database Library
URL : https://cakephp.org/
License : MIT
Description : A flexible and lightweight Database Library for PHP:
:
: This library abstracts and provides help with most aspects of dealing with
: relational databases such as keeping connections to the server, building
: queries, preventing SQL injections, inspecting and altering schemas, and
: with debugging and profiling queries sent to the database.
:
: It adopts the API from the native PDO extension in PHP for familiarity,
: but solves many of the inconsistencies PDO has, while also providing
: several features that extend PDO's capabilities.
:
: A distinguishing factor of this library when compared to similar database
: connection packages, is that it takes the concept of "data types" to its core.
: It lets you work with complex PHP objects or structures that can be passed as
: query conditions or to be inserted in the database.
:
: The typing system will intelligently convert the PHP structures when passing
: them to the database, and convert them back when retrieving.