Skip to content

Commit

Permalink
readme.md updated
Browse files Browse the repository at this point in the history
  • Loading branch information
muhammetsafak committed Aug 31, 2024
1 parent c5b7155 commit 337feca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# PHP Queue Manager

This application was created to easily create and manage your own job queues.
This application was created to easily create and manage your own job queues. This implementation is based on [PHPQueueManager](https://github.com/PHPQueueManager/PHPQueueManager) library. It aims to abstract away queuing mechanisms and message workers.

```
composer create-project phpqueuemanager/application
Expand Down Expand Up @@ -57,4 +57,4 @@ Generally speaking, you should fork this repository, make changes in your own fo

## License

Copyright © 2022 [MIT License](./LICENSE)
Copyright © 2024 [MIT License](./LICENSE)

0 comments on commit 337feca

Please sign in to comment.