Skip to content

Instantly share code, notes, and snippets.

@madalinignisca
Last active July 25, 2024 06:47
Show Gist options
  • Save madalinignisca/b654380598d5dd9383474fdf33e9b523 to your computer and use it in GitHub Desktop.
Save madalinignisca/b654380598d5dd9383474fdf33e9b523 to your computer and use it in GitHub Desktop.
List of Laravel 3rd party packages & other useful php packages
  1. https://github.com/AhmadWaleed/laravel-blanket
  2. https://github.com/ahmedesa/laravel-api-tool-kit # standard way of having api and more
  3. https://github.com/JustIversen/laravel-job-chainer
  4. https://github.com/Laravel-Backpack/CRUD
  5. https://github.com/Laravel-Lang/lang
  6. https://github.com/Maatwebsite/Laravel-Excel
  7. https://github.com/Pod-Point/laravel-mail-export
  8. https://github.com/Propaganistas/Laravel-Phone
  9. https://github.com/area17/twill
  10. https://github.com/barryvdh/laravel-debugbar
  11. https://github.com/barryvdh/laravel-ide-helper
  12. https://github.com/babenkoivan/elastic-client
  13. https://github.com/babenkoivan/elastic-scout-driver # basic driver
  14. https://github.com/babenkoivan/elastic-scout-driver-plus # extends the above with advanced search, easy to read
  15. https://github.com/babenkoivan/elastic-migrations # control mappings for elastic indexes
  16. https://github.com/babenkoivan/scout-elasticsearch-driver # older but possible way more simple to use than the 3 above
  17. https://github.com/bennett-treptow/laravel-migration-generator
  18. https://github.com/calebporzio/sushi
  19. https://github.com/dwightwatson/validating
  20. https://github.com/filamentphp/filament
  21. https://github.com/hotmeteor/regex
  22. https://github.com/Intervention/image
  23. https://github.com/Intervention/validation
  24. https://github.com/itsgoingd/clockwork # https://underground.works/clockwork/#docs-xdebug-profiler
  25. https://github.com/kirschbaum-development/eloquent-power-joins
  26. https://github.com/kirschbaum-development/mail-intercept
  27. https://github.com/knuckleswtf/scribe # prefered api/swagger/postman docs generator
  28. https://github.com/michaeldyrynda/laravel-model-uuid
  29. https://github.com/michaeldyrynda/laravel-efficient-uuid
  30. https://github.com/mpociot/laravel-apidoc-generator # use improved knuckleswtf/scribe
  31. https://github.com/mstaack/laravel-postgis
  32. https://github.com/orchestral/canvas
  33. https://github.com/orchidsoftware/platform
  34. https://github.com/rebing/graphql-laravel
  35. https://github.com/renoki-co/befriended
  36. https://github.com/renoki-co/cashier-register
  37. https://github.com/renoki-co/eloquent-settings
  38. https://github.com/renoki-co/horizon-exporter
  39. https://github.com/renoki-co/laravel-aws-webhooks
  40. https://github.com/renoki-co/laravel-ec2-metadata
  41. https://github.com/renoki-co/laravel-eloquent-query-cache
  42. https://github.com/renoki-co/laravel-healthchecks
  43. https://github.com/renoki-co/laravel-package-skeleton
  44. https://github.com/renoki-co/laravel-php-k8s
  45. https://github.com/renoki-co/laravel-sns-events
  46. https://github.com/renoki-co/laravel-useful-casts
  47. https://github.com/renoki-co/octane-exporter
  48. https://github.com/renoki-co/rating
  49. https://github.com/Sammyjo20/Saloon # programatic 3rd party http integrations
  50. https://github.com/santigarcor/laratrust
  51. https://github.com/spatie/geocoder
  52. https://github.com/spatie/guzzle-rate-limiter-middleware
  53. https://github.com/spatie/laravel-data
  54. https://github.com/spatie/laravel-query-builder
  55. https://github.com/spatie/laravel-image-optimizer
  56. https://github.com/spatie/laravel-enum
  57. https://github.com/spatie/laravel-medialibrary # pro allows direct uploads to S3
  58. https://github.com/spatie/laravel-model-status
  59. https://github.com/spatie/laravel-multitenancy # I'd choose tenancy/tenancy for multi apps
  60. https://github.com/spatie/laravel-permission
  61. https://github.com/spatie/laravel-queueable-action
  62. https://github.com/spatie/laravel-responsecache
  63. https://github.com/spatie/laravel-schedule-monitor
  64. https://github.com/spatie/laravel-searchable
  65. https://github.com/spatie/laravel-sluggable
  66. https://github.com/spatie/laravel-tags
  67. https://github.com/spatie/laravel-translatable
  68. https://github.com/spatie/package-skeleton-laravel
  69. https://github.com/spatie/simple-excel
  70. https://github.com/tenancy/tenancy
  71. https://github.com/tpetry/laravel-postgresql-enhanced
  72. https://github.com/vyuldashev/laravel-queue-rabbitmq
  73. https://github.com/webpatser/laravel-countries
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment