php-illuminate-queue (11.46.1+dfsg-4)

Details

Core information at a glance

Distribution
kali
Origin
kali-last-snapshot
Repository
https://http.kali.org/kali
Codename
kali-last-snapshot
Component
main
Source
php-laravel-framework
Architecture
amd64
Section
php
Priority
optional
Maintainer
Debian PHP PEAR Maintainers <[email protected]>

Size & integrity

Byte sizes and integrity verification

Installed size
386 B
Size expected
87.1 kB
Size actual
87.1 kB
Size match

Dependencies

Required package dependencies

  • php-common
  • php-illuminate-collections (>= 11.0)
  • php-illuminate-collections (<< 12~~)
  • php-illuminate-console (>= 11.0)
  • php-illuminate-console (<< 12~~)
  • php-illuminate-container (>= 11.0)
  • php-illuminate-container (<< 12~~)
  • php-illuminate-contracts (>= 11.0)
  • php-illuminate-contracts (<< 12~~)
  • php-illuminate-database (>= 11.0)
  • php-illuminate-database (<< 12~~)
  • php-illuminate-filesystem (>= 11.0)
  • php-illuminate-filesystem (<< 12~~)
  • php-illuminate-pipeline (>= 11.0)
  • php-illuminate-pipeline (<< 12~~)
  • php-illuminate-support (>= 11.0)
  • php-illuminate-support (<< 12~~)
  • php-laravel-serializable-closure
  • php-ramsey-uuid (>= 4.7)
  • php-ramsey-uuid (<< 5~~)
  • php-symfony-process (>= 7.0.3)
  • php-symfony-process (<< 8~~)

Suggested packages

Recommended additional packages

  • php-mbstring
  • php-aws-sdk-php
  • php-illuminate-redis
  • php-pda-pheanstalk

Description

Illuminate Queue library component for PHP

Tags

Package classification tags

None

Checksums

Hash values and integrity verification status

TypeActualMatch
MD51b5f7597…d5a7643f
SHA-179e344c7…cb8dc9c8
SHA-256b8fd4974…e849158b
SHA-51226d7e412…bb6b9d63

Contents

Files and directories included

.
usr
usr/share
usr/share/doc
usr/share/doc/php-illuminate-queue
usr/share/doc/php-illuminate-queue/README.md
usr/share/doc/php-illuminate-queue/changelog.Debian.gz
usr/share/doc/php-illuminate-queue/changelog.gz
usr/share/doc/php-illuminate-queue/copyright
usr/share/php
usr/share/php/Illuminate
usr/share/php/Illuminate/Queue
usr/share/php/Illuminate/Queue/Attributes
usr/share/php/Illuminate/Queue/Attributes/DeleteWhenMissingModels.php
usr/share/php/Illuminate/Queue/Attributes/WithoutRelations.php
usr/share/php/Illuminate/Queue/BeanstalkdQueue.php
usr/share/php/Illuminate/Queue/CallQueuedClosure.php
usr/share/php/Illuminate/Queue/CallQueuedHandler.php
usr/share/php/Illuminate/Queue/Capsule
usr/share/php/Illuminate/Queue/Capsule/Manager.php
usr/share/php/Illuminate/Queue/Connectors
usr/share/php/Illuminate/Queue/Connectors/BeanstalkdConnector.php
usr/share/php/Illuminate/Queue/Connectors/ConnectorInterface.php
usr/share/php/Illuminate/Queue/Connectors/DatabaseConnector.php
usr/share/php/Illuminate/Queue/Connectors/NullConnector.php
usr/share/php/Illuminate/Queue/Connectors/RedisConnector.php
usr/share/php/Illuminate/Queue/Connectors/SqsConnector.php
usr/share/php/Illuminate/Queue/Connectors/SyncConnector.php
usr/share/php/Illuminate/Queue/Console
usr/share/php/Illuminate/Queue/Console/BatchesTableCommand.php
usr/share/php/Illuminate/Queue/Console/ClearCommand.php
usr/share/php/Illuminate/Queue/Console/FailedTableCommand.php
usr/share/php/Illuminate/Queue/Console/FlushFailedCommand.php
usr/share/php/Illuminate/Queue/Console/ForgetFailedCommand.php
usr/share/php/Illuminate/Queue/Console/ListFailedCommand.php
usr/share/php/Illuminate/Queue/Console/ListenCommand.php
usr/share/php/Illuminate/Queue/Console/MonitorCommand.php
usr/share/php/Illuminate/Queue/Console/PruneBatchesCommand.php
usr/share/php/Illuminate/Queue/Console/PruneFailedJobsCommand.php
usr/share/php/Illuminate/Queue/Console/RestartCommand.php
usr/share/php/Illuminate/Queue/Console/RetryBatchCommand.php
usr/share/php/Illuminate/Queue/Console/RetryCommand.php
usr/share/php/Illuminate/Queue/Console/TableCommand.php
usr/share/php/Illuminate/Queue/Console/WorkCommand.php
usr/share/php/Illuminate/Queue/Console/stubs
usr/share/php/Illuminate/Queue/Console/stubs/batches.stub
usr/share/php/Illuminate/Queue/Console/stubs/failed_jobs.stub
usr/share/php/Illuminate/Queue/Console/stubs/jobs.stub
usr/share/php/Illuminate/Queue/DatabaseQueue.php
usr/share/php/Illuminate/Queue/Events
usr/share/php/Illuminate/Queue/Events/JobAttempted.php
usr/share/php/Illuminate/Queue/Events/JobExceptionOccurred.php
usr/share/php/Illuminate/Queue/Events/JobFailed.php
usr/share/php/Illuminate/Queue/Events/JobPopped.php
usr/share/php/Illuminate/Queue/Events/JobPopping.php
usr/share/php/Illuminate/Queue/Events/JobProcessed.php
usr/share/php/Illuminate/Queue/Events/JobProcessing.php
usr/share/php/Illuminate/Queue/Events/JobQueued.php
usr/share/php/Illuminate/Queue/Events/JobQueueing.php
usr/share/php/Illuminate/Queue/Events/JobReleasedAfterException.php
usr/share/php/Illuminate/Queue/Events/JobRetryRequested.php
usr/share/php/Illuminate/Queue/Events/JobTimedOut.php
usr/share/php/Illuminate/Queue/Events/Looping.php
usr/share/php/Illuminate/Queue/Events/QueueBusy.php
usr/share/php/Illuminate/Queue/Events/WorkerStopping.php
usr/share/php/Illuminate/Queue/Failed
usr/share/php/Illuminate/Queue/Failed/CountableFailedJobProvider.php
usr/share/php/Illuminate/Queue/Failed/DatabaseFailedJobProvider.php
usr/share/php/Illuminate/Queue/Failed/DatabaseUuidFailedJobProvider.php
usr/share/php/Illuminate/Queue/Failed/DynamoDbFailedJobProvider.php
usr/share/php/Illuminate/Queue/Failed/FailedJobProviderInterface.php
usr/share/php/Illuminate/Queue/Failed/FileFailedJobProvider.php
usr/share/php/Illuminate/Queue/Failed/NullFailedJobProvider.php
usr/share/php/Illuminate/Queue/Failed/PrunableFailedJobProvider.php
usr/share/php/Illuminate/Queue/InteractsWithQueue.php
usr/share/php/Illuminate/Queue/InvalidPayloadException.php
usr/share/php/Illuminate/Queue/Jobs
usr/share/php/Illuminate/Queue/Jobs/BeanstalkdJob.php
usr/share/php/Illuminate/Queue/Jobs/DatabaseJob.php
usr/share/php/Illuminate/Queue/Jobs/DatabaseJobRecord.php
usr/share/php/Illuminate/Queue/Jobs/FakeJob.php
usr/share/php/Illuminate/Queue/Jobs/Job.php
usr/share/php/Illuminate/Queue/Jobs/JobName.php
usr/share/php/Illuminate/Queue/Jobs/RedisJob.php
usr/share/php/Illuminate/Queue/Jobs/SqsJob.php
usr/share/php/Illuminate/Queue/Jobs/SyncJob.php
usr/share/php/Illuminate/Queue/Listener.php
usr/share/php/Illuminate/Queue/ListenerOptions.php
usr/share/php/Illuminate/Queue/LuaScripts.php
usr/share/php/Illuminate/Queue/ManuallyFailedException.php
usr/share/php/Illuminate/Queue/MaxAttemptsExceededException.php
usr/share/php/Illuminate/Queue/Middleware
usr/share/php/Illuminate/Queue/Middleware/RateLimited.php
usr/share/php/Illuminate/Queue/Middleware/RateLimitedWithRedis.php
usr/share/php/Illuminate/Queue/Middleware/Skip.php
usr/share/php/Illuminate/Queue/Middleware/SkipIfBatchCancelled.php
usr/share/php/Illuminate/Queue/Middleware/ThrottlesExceptions.php
usr/share/php/Illuminate/Queue/Middleware/ThrottlesExceptionsWithRedis.php
usr/share/php/Illuminate/Queue/Middleware/WithoutOverlapping.php
usr/share/php/Illuminate/Queue/NullQueue.php
usr/share/php/Illuminate/Queue/Queue.php
usr/share/php/Illuminate/Queue/QueueManager.php
usr/share/php/Illuminate/Queue/QueueServiceProvider.php
usr/share/php/Illuminate/Queue/RedisQueue.php
usr/share/php/Illuminate/Queue/SerializesAndRestoresModelIdentifiers.php
usr/share/php/Illuminate/Queue/SerializesModels.php
usr/share/php/Illuminate/Queue/SqsQueue.php
usr/share/php/Illuminate/Queue/SyncQueue.php
usr/share/php/Illuminate/Queue/TimeoutExceededException.php
usr/share/php/Illuminate/Queue/Worker.php
usr/share/php/Illuminate/Queue/WorkerOptions.php
usr/share/php/Illuminate/Queue/autoload.php