Skip to content

A backend website system that has many useful API calls which are common across sites, like creating accounts.

Notifications You must be signed in to change notification settings

DrRoach/WebEndAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WebEnd API

What is the WebEnd API?

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.

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.

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.

About

A backend website system that has many useful API calls which are common across sites, like creating accounts.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages