Laravel 11
PHP 8.2+
Low commit activity in last 18 months
There's a lot of open issues
No release in over a year
The Laracord Framework.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Development

Runtime

guzzlehttp/guzzle
^7.5
intonate/tinker-zero
^1.2
react/async
^4.2
react/http
^1.9
react/promise
^3.0
symfony/psr-http-message-bridge
^7.0
team-reflex/discord-php
^10.1
 Project Readme

Laracord Logo

Build Status Total Downloads Latest Stable Version License

Laracord is a micro-framework that provides a powerful starting point for your next Discord bot.

Build functional, elegant bots harnessing the full power of Laravel alongside DiscordPHP.

Note

This repository contains the core code for the Laracord framework. If you want to build a bot using Laracord, visit the main Laracord repository.

Features

  • ⚡️ Out of the box support for databases, caching, and many other Laravel features thanks to Laravel Zero.
  • 🚀 Instantly generate working bot commands and event listeners with 0 knowledge.
  • 🧑‍💻 Automatic handling of registering/updating/unregistering application slash commands.
  • 🚚 Easy to use interaction routing for persistence on message buttons and actions.
  • 👷 Generate asynchronous services/tasks that run parallel to the bot.
  • 🌎 Optional HTTP Server with native Laravel routing and Livewire support.
  • 🔧 Fully configurable and extendable.
  • 💄 Beautiful console logging with timestamps.
  • 🔍️ Fully documented and maintained.

Documentation

For full documentation, visit Laracord.com.

Bug Reports

If you discover a bug in Laracord, please open an issue.

Contributing

Contributing whether it be through PRs, reporting an issue, or suggesting an idea is encouraged and appreciated.

License

Laracord is provided under the MIT License.