From 2ad975f34680794976d3a915c1f7d4331b98ebc0 Mon Sep 17 00:00:00 2001 From: Nik Spyratos <17888779+nikspyratos@users.noreply.github.com> Date: Fri, 12 Apr 2024 16:31:01 +0200 Subject: [PATCH] Feat: AI and API recommendations --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index d4ff9cc..b136873 100644 --- a/README.md +++ b/README.md @@ -283,12 +283,20 @@ This list includes both commercial options and open-source, including packages. For more, search for `awesome-laravel` repos on Github, like [this one](https://github.com/chiraggude/awesome-laravel). +#### AI (LLMs) + +The community-built [OpenAPI PHP SDK](https://github.com/openai-php/client) is robust for building AI into your applications. [Sparkle](https://github.com/echolabsdev/sparkle) is another great tool (coming soon). + #### Analytics [Fathom](https://usefathom.com) and [Plausible](https://plausible.io) are great options. If I had to choose: Fathom has more accessible pricing, and is made with Laravel! For tracking user actions in your app, [Spatie Activity Log](https://spatie.be/docs/laravel-activitylog/v4/introduction) is great. +#### API Tools + +[Treblle](https://treblle.com) provides a great suite of tools for API observability, security, analytics and more. The Laravel SDK is [here](https://github.com/Treblle/treblle-laravel). + #### Backups - SQLite: [LiteStream](https://litestream.io/)