Skip to content

lib-hub/httpservice

Repository files navigation

HttpService

PHP version Project version

HttpService is a tiny framework to quickly implement a lightweight RESTful PHP web server.

TODO

Refactor

use all of PHP 7.4 features

Implement validator

Implement smart routing

Done a first implementation To do with smart params - user/{param}/page/{param}

Implement enums

Implement constants

Implement logging system

Implement autowire dependency injection

try PHP-DI

Implement repository

for sql + no sql

Implement ORM

https://catchmetech.com/en/post/94/how-to-create-an-orm-framework-in-pure-php-orm-creation-tutorial

doctrine

Implement authorization, authentication

https://medium.com/securing/what-is-going-on-with-oauth-2-0-and-why-you-should-not-use-it-for-authentication-5f47597b2611

About

HttpService is a tiny framework to quickly implement a lightweight RESTful PHP web server.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages