https://github.com/godotengine/godot-asset-library
PHP frontend for Godot Engine's asset library
https://github.com/godotengine/godot-asset-library
Last synced: about 1 year ago
JSON representation
PHP frontend for Godot Engine's asset library
- Host: GitHub
- URL: https://github.com/godotengine/godot-asset-library
- Owner: godotengine
- License: mit
- Created: 2016-04-16T14:20:38.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2025-03-01T21:54:54.000Z (over 1 year ago)
- Last Synced: 2025-04-01T08:44:38.867Z (about 1 year ago)
- Language: PHP
- Homepage: https://godotengine.org/asset-library
- Size: 1020 KB
- Stars: 298
- Watchers: 38
- Forks: 99
- Open Issues: 84
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
- Authors: AUTHORS.md
Awesome Lists containing this project
README
# 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](https://godot.foundation/)'s asset store
will deprecate this library.
___
REST API and frontend for Godot Engine's [official asset library](https://godotengine.org/asset-library).
[Endpoints](./API.md)
## Installation
Run the following commands to get a running installation of the project:
````bash
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.