php-crud-api

Single file PHP script that adds a REST API to a SQL database

MIT License

Downloads
48.3K
Stars
3.6K
Committers
41

Bot releases are hidden (Show)

php-crud-api - v2.9.16 Add Docker image

Published by mevdschee about 4 years ago

php-crud-api - v2.9.15 Support reading views

Published by mevdschee over 4 years ago

php-crud-api - v2.9.14 Support reading views

Published by mevdschee over 4 years ago

php-crud-api - v2.9.13 Support reading views

Published by mevdschee over 4 years ago

php-crud-api - v2.9.12 Add redirect responses

Published by mevdschee over 4 years ago

php-crud-api - v2.9.11 Improve Responder

Published by mevdschee over 4 years ago

php-crud-api - v2.9.10 Detect base path better

Published by mevdschee over 4 years ago

php-crud-api - v2.9.9 Improve Responder

Published by mevdschee over 4 years ago

php-crud-api - v2.9.8 Add OpenAPI patterns

Published by mevdschee over 4 years ago

php-crud-api - v2.9.7 Improve OpenAPI meta

Published by mevdschee over 4 years ago

php-crud-api - v2.9.6 Improve OpenAPI types

Published by mevdschee over 4 years ago

php-crud-api - v2.9.5 Bugfix TempFileCache

Published by mevdschee over 4 years ago

See #677

php-crud-api - v2.9.4 Add SSL redirect middleware

Published by mevdschee over 4 years ago

see #676

php-crud-api - v2.9.3 Better Content-Type

Published by mevdschee over 4 years ago

See #666

php-crud-api - v2.9.2 Default type to clob

Published by mevdschee over 4 years ago

php-crud-api - v2.9.1 Add type sanitation

Published by mevdschee over 4 years ago

type sanitation added, see README

php-crud-api - v2.9.0 Added type validations

Published by mevdschee over 4 years ago

Thank you @lcuis !!

php-crud-api - v2.8.1 Update api.php

Published by mevdschee over 4 years ago

php-crud-api - v2.8.0 Consistent type handling

Published by mevdschee over 4 years ago

Added consistent float and time handling, as tested in:

tests/functional/003_columns/014_create_types_table.log

This should work consistent across database engines.

php-crud-api - v2.7.3 Bugfix brackets query string

Published by mevdschee over 4 years ago

Brackets in query string are not properly supported, this is fixed and covered in a test.