Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mevdschee authored Aug 13, 2016
1 parent d439f0f commit e5cee8a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Single file PHP script that adds a REST API to a MySQL InnoDB database. Alternat

Related projects:

- [PHP-API-AUTH](https://github.com/mevdschee/php-api-auth): Authentication add-on supporting JWT + username/password.
- [PHP-SP-API](https://github.com/mevdschee/php-sp-api): Single file PHP script that adds a REST API to a SQL database.
- [PHP-CRUD-UI](https://github.com/mevdschee/php-crud-ui): Single file PHP script that adds a UI to a PHP-CRUD-API project.

Expand Down Expand Up @@ -46,7 +47,7 @@ This is a single file application! Upload "api.php" somewhere and enjoy!
- Relation "transforms" for PHP and JavaScript
- Binary fields supported with base64 encoding
- Generate API documentation using Swagger tools
- Authentication via JWT token or username/password
- Authentication via JWT token or username/password (via [PHP-API-AUTH](https://github.com/mevdschee/php-api-auth))

## Configuration

Expand Down

0 comments on commit e5cee8a

Please sign in to comment.