Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/voku/simple-mysqli

:gem: Simple MySQLi Abstraction Layer + Doctrine/DBAL support
https://github.com/voku/simple-mysqli

[+]: use the "phonetic-algorithms" in the database-layer v2

b968479ec7c3bf8ea972b0d96efd473cfa2fd463 authored almost 8 years ago
[+]: use the "phonetic-algorithms" in the database-layer

68bd75fa222df50620cb843afb536416aa79f7c6 authored almost 8 years ago
[~]: update php-doc

d6e759e10fb43f36a12518fdab3804d0f86315d4 authored almost 8 years ago
[~]: only internal re-naming of static variable

c7f8ddfbe1117d1ec2ebfd9c08d085d73a84bd17 authored almost 8 years ago
[*]: update the CHANGELOG

01f26e7e7eb99bfe7ded6689f89f64530fd021e3 authored almost 8 years ago
[+]: add the "$databaseName"-parameter to "Helper::copyTableRow()" and "Helper::getDbFields()"

6895c97ddfa5402484b6fb96a2f83c9bcc95821f authored almost 8 years ago
Merge remote-tracking branch 'origin/master'

204c0f9fdabd2a8e3433843f06030bf5a0e12672 authored almost 8 years ago
[+]: update vendor

d3870cd1667319be7b7ed718da89b2f4f7a0374f authored almost 8 years ago
Merge pull request #21 from voku/analysis-q2bLKZ

Apply fixes from StyleCI

38ab041a87f56f7b4632cdd6b7b488aa397c0710 authored almost 8 years ago
Apply fixes from StyleCI

2aea4e19504407692018e8111e799fb2650fe64c authored almost 8 years ago
[-]: "Result->fetchColumn()" API hasn't changed ...

-> ... so we don't need to add "@deprecated" or "@internal" (for now)

4850b93c4ebfe0b0e1922e9ffa3f0fe680b20a73 authored almost 8 years ago
[*]: update the CHANGELOG

006f0adfd2578c606cdb11da341b6e7feb272d6f authored almost 8 years ago
[+]: add "Result->fetchAllColumn()"

[+]: add new parameter for "Result->fetchColumn()"
[+]: fix usage of optional "$database"-paramet...

31a839004fde60052b111685ec266e0f79208d36 authored almost 8 years ago
[+]: fix usage of optional "$database"-parameter for $db->insert() / $db->select() / $db->update()

8a455a79edaa4090ec03f602bb96df3d244ecc96 authored almost 8 years ago
[*]: update the CHANGELOG

a068eeb3bf43c122343bfd883fa6d8f4abcb7ee5 authored almost 8 years ago
[~]: simplify some "if"-statements

6adf9aa1d9eff003479c2135e26289dcff83abf1 authored almost 8 years ago
[+]: fix "DB->quote_string()" -> now we can also process already backtick-quoted strings

+ tests

ba22dccb036cde78e374801711f3bd39a279cd3c authored almost 8 years ago
[*]: update CHANGELOG

0e91d62e6fb78f502b7f43bdecbe9efbed284d3d authored almost 8 years ago
[+]: optimize "DB->escape()"

8fc2f5a5083d531c9985f9478fa111a112079480 authored almost 8 years ago
[*]: update CHANGELOG

f1fa8f7265f4e48f39b147b9e1bb259192ae85be authored almost 8 years ago
Merge remote-tracking branch 'origin/master'

251451c241a93491b33ae213aab08f32a2d8415d authored almost 8 years ago
[+]: prepare for PHP7 and "declare(strict_types=1);"

db8f7e2699169c8886b1f0ec87d4652750d7e213 authored almost 8 years ago
Update composer.json

ca5d7a75998d8cd8bbccd86f286c96e90a7e9b53 authored almost 8 years ago
[+]: fix "Result->cast()" for PHP 5.3 without mysqlnd

132c3ff0355e5a268fe2c64a7e1d5f85b0551777 authored almost 8 years ago
[*]: edit CHANGELOG

89387e3ab29bb4d6dccd3d4b3fb0155f025cadc5 authored about 8 years ago
[+]: fix "Helper::getDbFields()" for database+table name

b1b5178fcf88ee2caf55860e3ff1e25a7ac69989 authored about 8 years ago
Merge remote-tracking branch 'origin/master'

388df4034e1146ebb5ce573b1dddc08cd0c78e4f authored about 8 years ago
[+]: use new version of the "Arrayy"-class (vendor)

120f0872bd273331c1d28f662a9948a19043a6b3 authored about 8 years ago
Update README.md

8f6ea8a3cddf1a79ab57a95afedc0ebfef4d9f98 authored about 8 years ago
Update README.md

e269efd2d138e8b819db210e5a497b286dac2688 authored about 8 years ago
[*]: update CHANGELOG

8becb28edf9c773f772bfb7f3a8685692aa854d6 authored about 8 years ago
[+]: use "UTF8::json_encode()" in the "Result"-object

[+]: add more alias-functions for "Arrayy"-usage
[*]: add more php-docs for the "Result"-object

3633b6c1e8ca171289b9cecdf7e6f352a00c81c5 authored about 8 years ago
[*]: edit CHANGELOG

13015d8c776aeff3bd6013d734be3ae863b8536f authored about 8 years ago
[*]: edit CHANGELOG

d7c9a3272743ce784dce9bc27f496ee518ed853c authored about 8 years ago
Merge remote-tracking branch 'origin/master'

0dcb22212c7b03c980a4258b81acdcd376f5662d authored about 8 years ago
[+]: add "Prepare->exexute_raw()" -> without debugging or logging

-> better performance

55744505a43721c625d3e2403e3db6dcc732fac0 authored about 8 years ago
Merge pull request #20 from voku/analysis-Xan92B

Apply fixes from StyleCI

675254bd52198f451344540515b614b99403fb1f authored about 8 years ago
Apply fixes from StyleCI

5c38eff8a3920826b3a45ec4714e625abd7aeea1 authored about 8 years ago
[+]: use parameter (array) check for DB->update() / DB->insert() / DB->replace()

[~]: optimize memory usage from Helper->copyTableRow()
[~]: simplify some code

02ca5930863ab82d4db05c31fc5526ecb62f14bd authored about 8 years ago
[+]: update the changelog

588c6564a77c387888aba672d23ac0d546615ad1 authored about 8 years ago
[!]: edit "Prepare->execute()" -> will now return an "Result"-object + tests

1897831c04e3db84988dfccee2c39ae69d870cf3 authored about 8 years ago
[*]: use "mysqli_*"-functions from the global-scope

084b7cadbe5907d209a5f8c16cf6d2a83a1b4820 authored about 8 years ago
[*]: update the changelog

fc193815cac834954bb43b311404c3f6890c43e7 authored about 8 years ago
[+]: use "UTF8::str_replace_first()" from UTF8 v3.1.4

5dd08434fedf9b42f2052b0cd5fea50594f8fe28 authored about 8 years ago
Update README.md

14c7fa7f873489e81b0b0959764dd1bdbeef6de4 authored over 8 years ago
[+]: add one more test for Utf8mb4

fc8effeaddf59d8c76b96117222b7413071670a4 authored over 8 years ago
Merge remote-tracking branch 'origin/master'

# Conflicts:
# README.md

2bd2f8ff248bff84a22dfe887217d857fd4eb568 authored over 8 years ago
[*]: add more documentation

c43b8a341ce0c93aaf3a1fe7186243c55b704c6e authored over 8 years ago
Update README.md

71d9bf2194f0c9fc6540e065e2e8cc28273fa7c6 authored over 8 years ago
[*]: fix the changelog

62f62552c2f10318a5cfc2471a12bf31f6373753 authored over 8 years ago
[~]: fix some warnings from PhpStorm

417b7c0cd91ad1b88a59f1fdc9121c559bbee847 authored over 8 years ago
[*]: add changelog

da17a931f8d478e87fabf1ae9222d742c8688922 authored over 8 years ago
[+]: fixed "copyTableRow()"

8ebd18562a7092ba2d6d1e7b6e2509f9ca5799ea authored over 8 years ago
[*]: edit "travis"-config v2

c51593a121166216b495d39ec7516575bb726637 authored over 8 years ago
[*]: edit "travis"-config

d3b63aa36583d6eebbc31faa87bcdba09799cec4 authored over 8 years ago
[*]: update changelog

5156a7ca8e1424bb94b8f11ccfca3b72b53cda1b authored over 8 years ago
Merge remote-tracking branch 'origin/master'

* origin/master:
Applied fixes from StyleCI

1be798fa8cbdd4848c345d9566c11ee45af5d219 authored over 8 years ago
[+]: fixed tests for old PHP (5.3)

d5577f4babed5aa056439c40173ec9eafab7dd45 authored over 8 years ago
Merge pull request #19 from voku/analysis-8wypDK

Applied fixes from StyleCI

cb8f3af28fa2072cb1152a69ea55af9a65adc682 authored over 8 years ago
Applied fixes from StyleCI

3464809d43de8415767dc607c6851de2f6450006 authored over 8 years ago
[+]: use "utf8mb4" if it's supported

4930f410bda91dd526ade3a2269258d7adbffc2f authored over 8 years ago
[*]: update changelog

4dba5a892f65372da63eb5438235e58b105cf9fb authored over 8 years ago
[!]: fixed usage of (float)

c3ded78a85ac05d8a67fce8615fcac46da2552dd authored over 8 years ago
[*]: add more php-docs

6e8bcfa18db9f5a40ebc009dc649342fcf092ecb authored over 8 years ago
Merge remote-tracking branch 'origin/master'

* origin/master:
Applied fixes from StyleCI

11a961ff06ce9b8e3886cf0ff2af33e97a1d0471 authored over 8 years ago
[+]: add compatibility mode via "set_convert_null_to_empty_string(true);"

-> and new tests

2c90038c7b5f1534f8574360834b48575dd5f3a0 authored over 8 years ago
Merge pull request #18 from voku/analysis-XV0Y06

Applied fixes from StyleCI

e07c4c57f1aee3485a5bb66848c21b78424de10d authored over 8 years ago
[*]: fixed code-style

2f2476cc933630eb9d3b595c9e40b93700d390cd authored over 8 years ago
Applied fixes from StyleCI

cc5015f2e588acb649fbb9b6162c4a201c192c05 authored over 8 years ago
[*]: update changelog

29950cd60a3a045e94223f9d0c44cf697a2b52ef authored over 8 years ago
[+]: check magic method "__toString" for "escape()"-input

b71b37ee648d175f273b076f2153949356d50fec authored over 8 years ago
[+]: update changelog

44fe925cb1a476ffcd0e98499469f4447c3f7bd5 authored over 8 years ago
[~]: merge "secure()" and "escape()" methods

[+]: convert "DateTime"-object to "DateTime"-string via "escape()"
[*]: add more php-docs
[+]: ad...

a637a0c604f74133ad058ad4ea5c4950e5bb532c authored over 8 years ago
[*]: update changelog

c99f2d54bfafa40a514470a3d6cad73929ca4582 authored over 8 years ago
[+]: use new version of "portable-utf8" (3.0)

9d1a0be5c1e2e9a2c94d882d4e2d7aade13fbb05 authored over 8 years ago
[*]: update CHANGELOG

bd6c25a5831cb1c95c3aea01a78797814d2c052b authored over 8 years ago
Merge remote-tracking branch 'origin/master'

* origin/master:
Update CHANGELOG.md
Update README.md

68030d05f01249118b884f22e36ed0d4c55e15bf authored over 8 years ago
[+]: use "assertSame" instead of "assertEquals"

b1beb0f91a32618567ae89720db0341baa737b7d authored over 8 years ago
Update CHANGELOG.md

27e1514eca6c5717507ccab082c0e34da7941705 authored over 8 years ago
Update README.md

0f1404ddee47df8189b6ed39729bbce014e0ab0e authored over 8 years ago
[+]: added more tests

5b3a722dee9e35cffcc0d5030f877be379520da2 authored over 8 years ago
[+]: fix used of "MYSQLI_OPT_INT_AND_FLOAT_NATIVE"

-> "Type: Notice Message: Use of undefined constant MYSQLI_OPT_INT_AND_FLOAT_NATIVE"

83f604ba662de63c7b6aeb4eb1309ed358f26e5e authored over 8 years ago
[!]: fixed return from "DB->qry()" v2

-> e.g. if an update-query updated zero rows, then we return "0" instead of "true" now

ac25c9179be1ab101141efce87a6fcfd452b58f1 authored over 8 years ago
[!]: fixed return from "DB->qry()"

-> e.g. if an update-query updated zero rows, then we return "0" instead of "true" now

866be0f5f08676ec21e9d4dbfef1a32b797831b5 authored over 8 years ago
[-]: removed "branch-alias"

7b56864920e440d9ed364e49795c9d0d2d5f8c2d authored over 8 years ago
Merge pull request #16 from voku/analysis-XVB3eZ

Applied fixes from StyleCI

75c645acd679e69fcaa953fb3ba4a54166da3627 authored over 8 years ago
Applied fixes from StyleCI

5348d991c5b7a2d9bbd3417ac8ba08d58315bd4d authored over 8 years ago
[*]: update CHANGELOG

[+]: added some more tests

3d2834fe72e3b0ad439645df0587176b00f8225e authored over 8 years ago
Merge remote-tracking branch 'origin/master'

# Conflicts:
# src/voku/db/DB.php

7b0c7048b5038238c70bcbb1e2f2f88d9649a0e3 authored over 8 years ago
[!]: fixed return from "DB->query()" and "Prepare->execute()"

-> e.g. if an update-query updated zero rows, then we return "0" instead of "true" now

4f71604f862e0c99a2a8547685880f11455d55de authored over 8 years ago
Merge pull request #15 from voku/analysis-86Vk7M

Applied fixes from StyleCI

87d0667282ffbf94cfc1f23c96ff6c3ab3b8761b authored over 8 years ago
Applied fixes from StyleCI

dfc648f33475c6feb510b863648ff748ff8e2e6f authored over 8 years ago
[+]: added a changelog

3e48cdd473f1a32ed18818cb68bfde83ed414b4e authored over 8 years ago
[!]: use "MYSQLI_OPT_INT_AND_FLOAT_NATIVE"

[+]: added "Prepare->bind_param_debug()"

c0748e889904eeda63d88b378c89fc1b338d4678 authored over 8 years ago
Merge pull request #14 from voku/analysis-XlZ2QN

Applied fixes from StyleCI

427bc53669b51bcb3e269e1b0ddf8252e8e54fa9 authored over 8 years ago
Applied fixes from StyleCI

ef2a05fabd6fe85c67ea0e1daad2b8c5d08ac89b authored over 8 years ago
[~]: move "debug" and "logging"-wrapper into "Debug"-Class

[+]: added "Prepare"-Class for prepared sql statements + tests

eea790d9d5cf211b18b16710b3de3f450e752ca9 authored over 8 years ago
[!]: We have to use "mysqli_result"-object, so we don't need to check if everywhere!

[~]: use "mysqli_real_connect))" instead of "mysqli_connect()" so we can use "mysqli_options()"

911a797084aeef5d25525da5ebe0d5ef139e7d95 authored over 8 years ago
[+]: added some more tests

86cd12dd54503c689ce705e34fa4ce7979ca6ab6 authored over 8 years ago
[+]: added some sql-helpers + tests v3.1 (fixed php-doc)

d7451ce47b3963ca37c7e21fcece0f482bdc3a76 authored over 8 years ago