File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ Single file PHP script that adds a REST API to a MySQL InnoDB database. Alternat
7
7
8
8
Related projects:
9
9
10
+ - [ PHP-API-AUTH] ( https://github.com/mevdschee/php-api-auth ) : Authentication add-on supporting JWT + username/password.
10
11
- [ PHP-SP-API] ( https://github.com/mevdschee/php-sp-api ) : Single file PHP script that adds a REST API to a SQL database.
11
12
- [ PHP-CRUD-UI] ( https://github.com/mevdschee/php-crud-ui ) : Single file PHP script that adds a UI to a PHP-CRUD-API project.
12
13
@@ -46,7 +47,7 @@ This is a single file application! Upload "api.php" somewhere and enjoy!
46
47
- Relation "transforms" for PHP and JavaScript
47
48
- Binary fields supported with base64 encoding
48
49
- Generate API documentation using Swagger tools
49
- - Authentication via JWT token or username/password
50
+ - Authentication via JWT token or username/password (via [ PHP-API-AUTH ] ( https://github.com/mevdschee/php-api-auth ) )
50
51
51
52
## Configuration
52
53
You can’t perform that action at this time.
0 commit comments