• PHP 51.4%
  • Blade 48%
  • CSS 0.3%
  • JavaScript 0.3%
Find a file
friend 0c0a57d35c
All checks were successful
/ deploy (push) Successful in 1m47s
feat: initial release
2026-01-27 17:03:22 +01:00
.forgejo/workflows feat: initial release 2026-01-27 17:03:22 +01:00
app feat: initial release 2026-01-27 17:03:22 +01:00
bootstrap feat: initial release 2026-01-27 17:03:22 +01:00
config feat: initial release 2026-01-27 17:03:22 +01:00
database feat: initial release 2026-01-27 17:03:22 +01:00
public feat: initial release 2026-01-27 17:03:22 +01:00
resources feat: initial release 2026-01-27 17:03:22 +01:00
routes feat: initial release 2026-01-27 17:03:22 +01:00
storage feat: initial release 2026-01-27 17:03:22 +01:00
tests feat: initial release 2026-01-27 17:03:22 +01:00
.editorconfig feat: initial release 2026-01-27 17:03:22 +01:00
.env.example feat: initial release 2026-01-27 17:03:22 +01:00
.gitattributes feat: initial release 2026-01-27 17:03:22 +01:00
.gitignore feat: initial release 2026-01-27 17:03:22 +01:00
artisan feat: initial release 2026-01-27 17:03:22 +01:00
composer.json feat: initial release 2026-01-27 17:03:22 +01:00
composer.lock feat: initial release 2026-01-27 17:03:22 +01:00
LICENSE feat: initial release 2026-01-27 17:03:22 +01:00
LICENSING feat: initial release 2026-01-27 17:03:22 +01:00
package.json feat: initial release 2026-01-27 17:03:22 +01:00
phpunit.xml feat: initial release 2026-01-27 17:03:22 +01:00
README.md feat: initial release 2026-01-27 17:03:22 +01:00
vite.config.js feat: initial release 2026-01-27 17:03:22 +01:00

fsoc hodl API

A PHP Laravel based API that handles Coingecko API calls (including throttling) for the fsoc hodl frontend.

VS Code

Project Setup

composer install

Serve for Development

php artisan serve

Will be available at https://127.0.0.1:8000

Run tests

php artisan test

License

This project is open-source under AGPL-v3. See LICENSE for details.

Note: The project maintainers reserve the right to offer proprietary or commercial licenses in the future. The AGPL-v3 version will always remain available.


Laravel Logo

Build Status Total Downloads Latest Stable Version License

About Laravel

Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experience to be truly fulfilling. Laravel takes the pain out of development by easing common tasks used in many web projects, such as:

Laravel is accessible, powerful, and provides tools required for large, robust applications.

Learning Laravel

Laravel has the most extensive and thorough documentation and video tutorial library of all modern web application frameworks, making it a breeze to get started with the framework. You can also check out Laravel Learn, where you will be guided through building a modern Laravel application.

If you don't feel like reading, Laracasts can help. Laracasts contains thousands of video tutorials on a range of topics including Laravel, modern PHP, unit testing, and JavaScript. Boost your skills by digging into our comprehensive video library.