Registry / database / cakephp-datasource

cakephp-datasource

JSON →
library5.3.6phppackagistunverified

Provides connection managing and traits for Entities and Queries that can be reused for different datastores.

composer require cakephp/datasource
INSTALL
IMPORT
SIG · CAKEPHP-DATASOURCE
C
cakephp-datasource
databasephpv5.3.6
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ConnectionManager
✓ use Cake\Datasource\ConnectionManager;

Get a database connection and execute a query.

use Cake\Datasource\ConnectionManager; $connection = ConnectionManager::get('default'); $results = $connection->execute('SELECT * FROM users')->fetchAll('assoc');
Debug
Known issues

No known issues recorded.

Upgrade
Version history
5.3.6latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
15 hits · last 30 days
node
12
OpenAI (training)
1
Resources
cakephp-datasource — pip install cakephp-datasource · libregistry