646 B
646 B
SP Tarkov items API
How to install
- Close the repo
- Make sure you have PHP and compose installed on your PC
- To verify that you have PHP and composer working, try these commands
php -v
andcomposer -v
- To verify that you have PHP and composer working, try these commands
- Go inside the cloned repo and install the dependencies with this command
composer install
- If you don't have a local server like Apache or Nginx, you can PHP to start a server with this command in the root folder of the repo
php -S localhost:8000 -t public
How to use
- Check the
routes/web.php
for the available routes and use whatever utility you are confortable with to call the API endpoints, ex: Postman