Skip to content

A simple PHP client that makes external request to another server.

Notifications You must be signed in to change notification settings

fronomenal/php_client

Repository files navigation

PHP Request Server

A simple PHP server that makes external request to another server.

Queries the external server for generated users and populates a client page with them.

Technologies

Stack

Project is created with:

  • PHP 8
  • Bootstrap

Packages

Project uses the following packages:

  • bootstrap 5
  • guzzle

Launch

In the root directory perform the following commands

Setup

Use this command to launch a local php server. Requires php to be installed and shell executable:

php -S localhost:8080

Misc

Why didn't you just do everything in the frontend? The aim of this repo was to build something simple with php templating thus this inappropriateness.

About

A simple PHP client that makes external request to another server.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published