PHP frontend for Godot Engine's asset library

Emi 84260eca5e Merge pull request #363 from Calinou/versions-add-4.5 3 weeks ago
api aa657e4ca0 Small fixes: Remove empty files, fix comment, update footer to 2017 (#114) 8 years ago
assets 1b94f7498b fix edit table layout 2 years ago
data afc9fc8c18 Remove download hashes (#209) 5 years ago
logs 1a58a48ced Get things out of /frontend, closes #28 9 years ago
src bb0d5b2090 Add Godot 4.5 to the list of versions 3 weeks ago
templates 06aebbc995 Merge pull request #322 from Calinou/rename-official-support-level 1 year ago
.editorconfig c47cf0b25b Many assorted fixes on the fronted, fixup previous commit slightly 8 years ago
.gitignore fb11967d1d remove bower and add local files 2 years ago
.htaccess 1a58a48ced Get things out of /frontend, closes #28 9 years ago
API.md 0edc3e4437 Added featured tag to support levels 1 year ago
AUTHORS.md 912bef36d9 Add CC-BY and CC-BY-SA licenses 7 years ago
CONTRIBUTING.md 07c9eadb4c Update CONTRIBUTING.md 5 years ago
LICENSE.txt 912bef36d9 Add CC-BY and CC-BY-SA licenses 7 years ago
README.md fb11967d1d remove bower and add local files 2 years ago
composer.json 009d70bed4 Update PHPMailer to v6.8.1 1 year ago
composer.lock 009d70bed4 Update PHPMailer to v6.8.1 1 year ago
index.php 4a2ad38cc4 Use a constant to mark requests coming from frontend 9 years ago

README.md

Godot's Asset Library


Note: This asset library backend and frontend is now in maintenance mode. Feel free to submit bug fixes and small improvements, but please refrain from working on large features. In the future, the Godot Foundation's asset store will deprecate this library.


REST API and frontend for Godot Engine's official asset library.

Endpoints

Installation

Run the following commands to get a running installation of the project:

composer install
cp src/settings-local-example.php src/settings-local.php

Now you should proceed to update src/settings-local.php with your DB password and session secret.

Browser support

When working on new features, keep in mind this website only supports evergreen browsers:

  • Chrome (latest version and N-1 version)
  • Edge (latest version and N-1 version)
  • Firefox (latest version, N-1 version, and latest ESR version)
  • Opera (latest version and N-1 version)
  • Safari (latest version and N-1 version)

Internet Explorer isn't supported.