Installation Complete

The UniPin API project structure has been created.

10
Folders
32
Files
0755
Directories
0644
Files

Created Folders

No new folders were required.

Created Files

No new files were required.

Existing Files — Not Overwritten

IMPORTANT

For security, delete or rename this installer after the structure has been created.

index.php

Do not leave a public installer on a production server.

Project Structure

/
├── api/
│   └── v1/
│       ├── games.php
│       ├── game-detail.php
│       ├── validate-user.php
│       ├── order-create.php
│       ├── order-inquiry.php
│       ├── transaction.php
│       └── health.php
│
├── admin/
│   ├── login.php
│   ├── logout.php
│   ├── index.php
│   ├── clients.php
│   ├── client-create.php
│   ├── client-edit.php
│   ├── transactions.php
│   ├── transaction-view.php
│   ├── api-logs.php
│   ├── api-tester.php
│   ├── games.php
│   ├── settings.php
│   └── profile.php
│
├── services/
│   └── UniPinService.php
│
├── config/
│   ├── config.php
│   └── database.php
│
├── includes/
│   ├── auth.php
│   ├── api-auth.php
│   ├── functions.php
│   ├── security.php
│   └── response.php
│
├── docs/
│   └── index.php
│
├── assets/
│   ├── css/
│   └── js/
│
├── .htaccess
├── Database.sql
└── index.php