razornet / bl2items-backend
RESTful interface for the Borderlands 2 items database
Installs: 13
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 0
Open Issues: 0
Type:project
Requires
- codeguy/upload: dev-master
- dannykopping/spore: dev-master
- doctrine/orm: 2.4.5
- jms/serializer: 1.1.0
- jms/serializer-bundle: 1.1.0
Requires (Dev)
- phpunit/phpunit: 4.2.6
This package is not auto-updated.
Last update: 2025-03-25 06:42:13 UTC
README
This is a php REST JSON interface for the borderlands 2 items application. The data is stored in a database (default is [MySQL] (http://www.mysql.com/)) and then retrived by using the [doctrine ORM mapper] (http://www.doctrine-project.org/projects/orm.html) The resources are provided in a RESTful way by using Spore.
Prerequisites
Make sure you have composer installed globally.
Setup
clone the repository:
git clone https://github.com/eras0r/bl2items-backend
navigate the the directory where your clone is located and type in
composer install
Prepare database
- Create a new database schema
- edit
include/config.php
with the configuration for your database - create the database structure by executing the script
sql/create-schema.sql
in your database - insert master data by executing the
sql/insert-master-data.sql
Initial credentials
By invoking the insert-master-data.sql script the following admin user (with all roles) will be created automatically:
Username | Password |
---|---|
admin | bl2 |