2017 © Pedro Peláez
 

library web-end-api

image

drroach/web-end-api

  • Tuesday, May 30, 2017
  • by DrRoach
  • Repository
  • 1 Watchers
  • 0 Stars
  • 4 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

WebEnd API

What is the WebEnd API?, (*1)

It is a backend website API created so that long tasks that need to be done over and over again, such as creating a login feature for a site, only need to be done once. It also gives a easy wrapper for frontend developers to use., (*2)

Using Databases

To setup your database, first you must open 'Database/Database.php' and set $ENGINE to the database engine that you wish to use. The open 'Database/Engines/{YOUR_ENGINE}.php' and enter the required credentials., (*3)

Whenever WebEndAPI needs to use a database, it extends the Database class. All you need to do, is edit the $_schema variable. This array is the structure of the table built by the Database class., (*4)

The Versions

30/05 2017

dev-master

9999999-dev

  Sources   Download

The Requires