svenanders / sarmysql
Easy MySQL/MariaDB implementation
dev-master
2014-08-05 10:55 UTC
Requires
- php: >=5.3.0
- psr/log: ~1.0
- shopsys/sysstdlib: dev-master
Requires (Dev)
- php: >=5.3.0
This package is not auto-updated.
Last update: 2024-11-23 17:06:06 UTC
README
###More info
How to use
In your composer.json, add the following line
"svenanders/sarmysql": "dev-master"
In your code, include the class:
use SarMysql/SarMysql;
(or use composer's autoloader)
and then in your functions, use it like this:
$dbConn = new SarMysql/SarMysql("environment", "database", "collection");
$cursor = $dbConn->find(array("key" => "value"));
Supports:
->find
->insert
->update
->delete
Tests:
execute phpunit vendor/svenanders/sardatabases/tests/ from the root of your project to run the tests
#####License:
Sven Anders Robbestad (C) 2014