Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message

Prism Laravel Package

prism-php/prism

Prism is a Laravel package for integrating LLMs with a fluent API for text generation, multi-step conversations, and tool usage across multiple AI providers—letting you build AI features without dealing with low-level provider details.

View on GitHub
Deep Wiki
Context7
v0.100.1

What's Changed

Full Changelog: https://github.com/prism-php/prism/compare/v0.100.0...v0.100.1

v0.100.0

What's Changed

Breaking Changes

  • Structured output now uses native mode by default instead of prompt-based JSON mode
  • Citations can no longer be used with structured output (previously worked via JSON mode workaround, but this is unsupported by the Anthropic API)
  • Users who had the beta header configured for structured outputs can remove it

Full Changelog: https://github.com/prism-php/prism/compare/v0.99.22...v0.100.0

v0.99.22

What's Changed

New Contributors

Full Changelog: https://github.com/prism-php/prism/compare/v0.99.21...v0.99.22

v0.99.21

What's Changed

New Contributors

Full Changelog: https://github.com/prism-php/prism/compare/v0.99.20...v0.99.21

v0.99.20

What's Changed

New Contributors

Full Changelog: https://github.com/prism-php/prism/compare/v0.99.19...v0.99.20

v0.99.19

What's Changed

Breaking Changes

Consumers parsing the raw stream need to update artifact handling:

- if (data.type === 'artifact') {
-     artifacts.set(data.toolCallId, data.artifact);
+ if (data.type === 'data-artifact') {
+     artifacts.set(data.data.toolCallId, data.data.artifact);
  }

Full Changelog: https://github.com/prism-php/prism/compare/v0.99.18...v0.99.19

v0.99.18

What's Changed

New Contributors

Full Changelog: https://github.com/prism-php/prism/compare/v0.99.17...v0.99.18

v0.99.17

What's Changed

New Contributors

Full Changelog: https://github.com/prism-php/prism/compare/v0.99.16...v0.99.17

v0.99.16

What's Changed

Full Changelog: https://github.com/prism-php/prism/compare/v0.99.15...v0.99.16

v0.99.15

What's Changed

Full Changelog: https://github.com/prism-php/prism/compare/v0.99.14...v0.99.15

v0.99.14

What's Changed

New Contributors

Full Changelog: https://github.com/prism-php/prism/compare/v0.99.13...v0.99.14

v0.99.13

What's Changed

Full Changelog: https://github.com/prism-php/prism/compare/v0.99.12...v0.99.13

v0.99.12

What's Changed

New Contributors

Full Changelog: https://github.com/prism-php/prism/compare/v0.99.11...v0.99.12

v0.99.11
v0.99.10

What's Changed

Full Changelog: https://github.com/prism-php/prism/compare/v0.99.9...v0.99.10

v0.99.9

What's Changed

Full Changelog: https://github.com/prism-php/prism/compare/v0.99.8...v0.99.9

v0.99.7

What's Changed

New Contributors

Full Changelog: https://github.com/prism-php/prism/compare/v0.99.6...v0.99.7

v0.99.6

What's Changed

  • Removed default token limit

Full Changelog: https://github.com/prism-php/prism/compare/v0.99.5...v0.99.6

v0.99.5

What's Changed

Full Changelog: https://github.com/prism-php/prism/compare/v0.99.4...v0.99.5

v0.99.4

What's Changed

New Contributors

Full Changelog: https://github.com/prism-php/prism/compare/v0.99.3...v0.99.4

v0.99.3

What's Changed

New Contributors

Full Changelog: https://github.com/prism-php/prism/compare/v0.99.2...v0.99.3

v0.99.2

What's Changed

New Contributors

Full Changelog: https://github.com/prism-php/prism/compare/v0.99.1...v0.99.2

v0.99.1

What's Changed

New Contributors

Full Changelog: https://github.com/prism-php/prism/compare/v0.99.0...v0.99.1

v0.99.0

What's Changed

Breaking Changes

New Contributors

Full Changelog: https://github.com/prism-php/prism/compare/v0.98.5...v0.99.0

v0.98.5

What's Changed

Full Changelog: https://github.com/prism-php/prism/compare/v0.98.4...v0.98.5

v0.98.4

What's Changed

New Contributors

Full Changelog: https://github.com/prism-php/prism/compare/v0.98.3...v0.98.4

v0.98.3

What's Changed

Full Changelog: https://github.com/prism-php/prism/compare/v0.98.2...v0.98.3

v0.98.2

What's Changed

New Contributors

Full Changelog: https://github.com/prism-php/prism/compare/v0.98.1...v0.98.2

v0.98.1

What's Changed

Full Changelog: https://github.com/prism-php/prism/compare/v0.98.0...v0.98.1

v0.98.0

What's Changed

Full Changelog: https://github.com/prism-php/prism/compare/v0.97.2...v0.98.0

v0.97.2

What's Changed

Full Changelog: https://github.com/prism-php/prism/compare/v0.97.1...v0.97.2

v0.97.1

What's Changed

New Contributors

Full Changelog: https://github.com/prism-php/prism/compare/v0.97.0...v0.97.1

v0.97.0

What's Changed

Breaking Changes

  • \Prism\Prism\Prism::text() is now \Prism\Prism\Facades\Prism::text() - see notes in https://github.com/prism-php/prism/pull/699
    • You can use find . -path ./vendor -prune -o -type f -name "*.php" -exec perl -i -pe 's/Prism\\Prism\\Prism/Prism\\Prism\\Facades\\Prism/g' {} + as a quick fix.

New Contributors

Full Changelog: https://github.com/prism-php/prism/compare/v0.96.1...v0.97.0

v0.96.1

What's Changed

Full Changelog: https://github.com/prism-php/prism/compare/v0.96.0...v0.96.1

Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
davejamesmiller/laravel-breadcrumbs
artisanry/parsedown
christhompsontldr/phpsdk
enqueue/dsn
bunny/bunny
enqueue/test
enqueue/null
enqueue/amqp-tools
milesj/emojibase
bower-asset/punycode
bower-asset/inputmask
bower-asset/jquery
bower-asset/yii2-pjax
laravel/nova
spatie/laravel-mailcoach
spatie/laravel-superseeder
laravel/liferaft
nst/json-test-suite
danielmiessler/sec-lists
jackalope/jackalope-transport