- PHP 51.4%
- Blade 48%
- CSS 0.3%
- JavaScript 0.3%
|
|
||
|---|---|---|
| .forgejo/workflows | ||
| app | ||
| bootstrap | ||
| config | ||
| database | ||
| public | ||
| resources | ||
| routes | ||
| storage | ||
| tests | ||
| .editorconfig | ||
| .env.example | ||
| .gitattributes | ||
| .gitignore | ||
| artisan | ||
| composer.json | ||
| composer.lock | ||
| LICENSE | ||
| LICENSING | ||
| package.json | ||
| phpunit.xml | ||
| README.md | ||
| vite.config.js | ||
fsoc hodl API
A PHP Laravel based API that handles Coingecko API calls (including throttling) for the fsoc hodl frontend.
Recommended IDE Setup
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.
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:
- Simple, fast routing engine.
- Powerful dependency injection container.
- Multiple back-ends for session and cache storage.
- Expressive, intuitive database ORM.
- Database agnostic schema migrations.
- Robust background job processing.
- Real-time event broadcasting.
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.