laracord / framework
The Laracord Framework.
Fund package maintenance!
Log1x
Installs: 1 356
Dependents: 1
Suggesters: 0
Security: 0
Stars: 33
Watchers: 1
Forks: 10
Open Issues: 16
Type:package
Requires
- php: ^8.2
- guzzlehttp/guzzle: ^7.5
- illuminate/cookie: ^11.0
- illuminate/database: ^11.0
- illuminate/encryption: ^11.0
- illuminate/hashing: ^11.0
- illuminate/http: ^11.0
- illuminate/queue: ^11.0
- illuminate/routing: ^11.0
- illuminate/session: ^11.0
- illuminate/translation: ^11.0
- illuminate/validation: ^11.0
- illuminate/view: ^11.0
- intonate/tinker-zero: ^1.2
- laravel-zero/framework: ^11.0
- laravel/sanctum: ^4.0
- react/async: ^4.2
- react/http: ^1.9
- symfony/psr-http-message-bridge: ^7.0
- team-reflex/discord-php: v10.0.0-RC11
Requires (Dev)
- laravel/pint: ^1.15
- dev-main
- v2.4.1
- v2.4.0
- v2.3.9
- v2.3.8
- v2.3.7
- v2.3.6
- v2.3.5
- v2.3.4
- v2.3.3
- v2.3.2
- v2.3.1
- v2.3.0
- v2.2.9
- v2.2.8
- v2.2.7
- v2.2.6
- v2.2.5
- v2.2.4
- v2.2.3
- v2.2.2
- v2.2.1
- v2.2.0
- v2.1.5
- v2.1.4
- v2.1.3
- v2.1.2
- v2.1.1
- v2.1.0
- v2.0.6
- v2.0.5
- v2.0.4
- v2.0.3
- v2.0.2
- v2.0.1
- v2.0.0
- 1.x-dev
- v1.1.11
- v1.1.10
- v1.1.9
- v1.1.8
- v1.1.7
- v1.1.6
- v1.1.5
- v1.1.4
- v1.1.3
- v1.1.2
- v1.1.1
- v1.1.0
- v1.0.9
- v1.0.8
- v1.0.7
- v1.0.6
- v1.0.5
- v1.0.4
- v1.0.3
- v1.0.2
- v1.0.1
- v1.0.0
- dev-event-dispatcher
This package is auto-updated.
Last update: 2024-10-24 13:35:01 UTC
README
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.