Skip to content

Tags: SadovovAlex/php-crud-api

Tags

v1.2.12

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request mevdschee#318 from carusogabriel/phpunit

Use PHPUnit\Framework\TestCase instead of PHPUnit_Framework_TestCase

v1.2.11

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request mevdschee#333 from saraf/master

Correct 400 response to malformed json in POST

v1.2.10

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request mevdschee#328 from matt194/master

Add a parameter expected by mysqli_error()

v1.2.9

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request mevdschee#326 from saraf/master

Handle leading whitespace in JSON body

v1.2.8

Merge pull request mevdschee#308 from xhorntail/master

Update api.php to fix API documentation

v1.2.7

Merge pull request mevdschee#248 from karllhughes/master

Removing DBs as services

v1.2.6

PSR-4 comliant tests

v1.2.5

bugfix

v1.2.4

Remove reflection

v1.2.3

Cleanup after merge of mevdschee#244