2021-10-13 14:42:24 +09:00
2021-10-13 12:42:12 +09:00
2021-10-10 16:26:07 +09:00
2021-10-08 20:44:34 +09:00
2021-10-08 20:44:34 +09:00
2021-10-13 14:42:24 +09:00
2021-10-10 13:01:48 +09:00
2021-10-12 00:46:13 -04:00
2021-10-12 00:22:03 -04:00
2021-10-08 20:44:34 +09:00
2021-10-08 20:44:34 +09:00
2021-10-08 20:44:34 +09:00
2021-10-11 19:47:34 -04:00
2021-10-08 20:44:34 +09:00
2021-10-08 20:44:34 +09:00
2021-10-08 20:44:34 +09:00
2021-10-08 20:53:16 +09:00

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 and composer -v
  • 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
Description
No description provided
Readme 1.7 MiB
2021-10-25 00:44:51 -04:00
Languages
PHP 83.7%
Blade 16.3%