vitorhugoro1 / basic-api

A Basic API made with PHP without any Framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Basic API

A Basic API made with PHP without any Framework

Uses

  • PHP 8.0
  • PHP League - Container
  • PHP League - Route
  • Laminas Diactoros
  • PHPUnit

How to Run

To execute this project can be made two ways.

Without docker-compose:

composer install
php -S localhost:8080

With docker-compose:

docker-compose up -d

Security

If you discover any security related issues, please email vitorhugo.ro10@gmail.com instead of using the issue tracker.

Credits

License

The GNU GENERAL PUBLIC LICENSE (GNU). Please see License File for more information.

About

A Basic API made with PHP without any Framework

License:GNU General Public License v3.0


Languages

Language:PHP 98.6%Language:Dockerfile 1.4%