laraxgram / core
The core of the LaraGram!
v3.0.5
2025-07-19 18:58 UTC
Requires
- php: ^8.2
- ext-ctype: *
- ext-curl: *
- ext-filter: *
- ext-hash: *
- ext-intl: *
- ext-mbstring: *
- laraxgram/laraquest: ^1
- laraxgram/tempora: ^1
Suggests
- ext-apcu: Required to use the APC cache driver.
- ext-bcmath: *
- ext-fileinfo: Required to use the Filesystem class.
- ext-gmp: *
- ext-memcached: Required to use the memcache cache driver.
- ext-pcntl: Required to use all features of the queue worker and console signal trapping.
- ext-pdo: Required to use all database features.
- ext-posix: Required to use all features of the queue worker.
- ext-redis: Required to use the Redis cache and queue drivers (^4.0|^5.0|^6.0).
Replaces
- laraxgram/auth: v3.0.5
- laraxgram/bus: v3.0.5
- laraxgram/cache: v3.0.5
- laraxgram/collections: v3.0.5
- laraxgram/concurrency: v3.0.5
- laraxgram/conditionable: v3.0.5
- laraxgram/conecrsation: v3.0.5
- laraxgram/config: v3.0.5
- laraxgram/console: v3.0.5
- laraxgram/container: v3.0.5
- laraxgram/contracts: v3.0.5
- laraxgram/database: v3.0.5
- laraxgram/encryption: v3.0.5
- laraxgram/events: v3.0.5
- laraxgram/filesystem: v3.0.5
- laraxgram/hashing: v3.0.5
- laraxgram/jdb: v3.0.5
- laraxgram/keyboard: v3.0.5
- laraxgram/listening: v3.0.5
- laraxgram/log: v3.0.5
- laraxgram/macroable: v3.0.5
- laraxgram/pipeline: v3.0.5
- laraxgram/process: v3.0.5
- laraxgram/queue: v3.0.5
- laraxgram/redis: v3.0.5
- laraxgram/request: v3.0.5
- laraxgram/support: v3.0.5
- laraxgram/template: v3.0.5
- laraxgram/translation: v3.0.5
- laraxgram/validation: v3.0.5
This package is not auto-updated.
Last update: 2025-07-19 19:51:22 UTC
README
This is a core for LaraGram 3
All processing of LaraGram is delegated to this core, which is developed similarly to the Laravel structure. This structure includes a container for dependency management, facades, providers, middleware, and everything that exists in Laravel and aids in the development of the bot.