spatie/sidecar-shiki
Run Shiki syntax highlighting on AWS Lambda via Sidecar from your Laravel app—no Node.js or Shiki dependencies on your server. Install the package, configure Sidecar, register the HighlightFunction, and render highlighted code fast and consistently.
|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| async-aws/lambda | 0.84 | Async AWS Lambda client for PHP with promise-based async invocations, typed request/response objects, streaming payload support, and credential/region configuration. Lightweight alternative to the AWS SDK for calling and managing Lambda functions. | 19 | 19 | 0 | 44K | 0 | 18.6 | — | MIT | 1 month ago | |
| spatie/commonmark-shiki-highlighter | 0.83 | League/CommonMark code block renderer that highlights fenced code using Shiki PHP. Includes extra Antlers and Blade grammars in addition to Shiki’s 100+ languages. Ideal for Laravel setups (see spatie/laravel-markdown). Requires JS shiki v1. | 91 | 90 | 15 | 195K | 0 | 14.3 | 49.8 | MIT | 6 months ago | |
| spatie/shiki-php | 0.82 | Use Shiki syntax highlighting from PHP. Highlight code snippets with editor-quality themes and 100+ languages, plus Antlers and Blade. Works great with Laravel via spatie/laravel-markdown and CommonMark through a companion extension. | 310 | 312 | 31 | 2M | 0 | 28.3 | 60.6 | MIT | 1 month ago | |
| wnx/sidecar-browsershot | 0.81 | Run Spatie Browsershot on AWS Lambda via Sidecar for Laravel. Generate PDFs/screenshots without installing Node, Puppeteer, or Chrome on your server—headless Chrome runs in a deployed Lambda function. Includes config publishing and Sidecar deploy steps. | 235 | 234 | 33 | 97K | 6 | 32.4 | 44.1 | MIT | 4 weeks ago | |
| phiki/phiki | 0.80 | Phiki is a PHP syntax highlighter for the web. It uses TextMate grammars and VS Code themes to render highlighted code, with an API inspired by Shiki and an implementation influenced by vscode-textmate. | 367 | 366 | 16 | 248K | 5 | 29.2 | 46.3 | MIT | 2 months ago | |
| dayspring-tech/lambda-bundle | 0.80 | — | 0 | 0 | — | 998 | — | 2.1 | 41.3 | — | — | |
| spatie/commonmark-highlighter | 0.80 | Server-side syntax highlighting for league/commonmark code blocks using scrivo/highlight.php. Generates HTML compatible with highlight.js themes, reducing JavaScript and avoiding flashes of unstyled code. Supports 185+ languages for fast, clean markdown rendering. | 139 | 139 | 10 | 12K | 0 | 2.0 | 18.7 | MIT | 4 years ago | |
| hammerstone/sidecar | 0.80 | Sidecar lets Laravel package, deploy, and invoke AWS Lambda functions directly from your app. Define a simple PHP class plus the files to ship, choose any supported runtime (Node, Python, Java, .NET, Ruby, or OS-only), and execute from PHP. | 887 | 888 | 95 | 123K | 26 | 43.7 | 45.5 | MIT | 5 days ago | |
| spatie/html-element | 0.79 | Generate dynamic HTML in PHP with a hyperscript-style API plus Emmet-like selectors. Build elements and attributes with a simple render helper (often wrapped as el()) to produce nested markup cleanly and programmatically, ideal for small view components. | 191 | 194 | 24 | 2K | 0 | 3.5 | 13.6 | MIT | 4 years ago | |
| spatie/laravel-blade | 0.79 | Add Blade to any PHP project with the standalone Blade engine from Spatie. Compile and render Blade templates outside Laravel, with an easy API, caching support, and configurable view paths—ideal for small apps, packages, or custom tooling. | 55 | 54 | 10 | 2 | 0 | 0.9 | 0.2 | MIT | 8 years ago | |
| spatie/laravel-markdown | 0.79 | Render Markdown in Laravel with a Blade x-markdown component or a configurable MarkdownRenderer. Converts content to HTML with heading IDs, links, and syntax-highlighted code blocks, using options from your config and container resolution. | 0 | 411 | — | 195K | — | 26.6 | 41.4 | — | — | |
| adunblock/server-tag-symfony | 0.79 | Symfony bundle that fetches script URLs from a remote endpoint and renders them via a Twig server_tag() function. Uses Symfony HttpClient, optional caching with configurable TTL, safe HTML escaping, and graceful error handling. Compatible with Symfony 5–8. | 0 | 0 | 0 | 0 | 0 | 0.0 | — | — | — | |
| adiog/syntax-highlight-bundle | 0.79 | Symfony bundle that packages Alex Gorbatchev’s SyntaxHighlighter 3.0.83 for Composer-based apps. Install via composer, enable the bundle in AppKernel, then run assets:install to publish the JS/CSS for client-side code highlighting. | 0 | 0 | 1 | 0 | 0 | 0.0 | — | — | — | |
| alten/syntax-highlight-bundle | 0.79 | — | 2 | 2 | 0 | 0 | 0 | 0.0 | — | — | — | |
| carteni/highlight-bundle | 0.79 | — | 0 | 1 | 0 | 0 | 0 | 0.3 | — | MIT | 8 years ago | |
| torchlight/torchlight-laravel | 0.78 | Torchlight syntax highlighting for Laravel. Highlight code blocks with VS Code-compatible themes and zero JavaScript. Includes caching, configurable themes and host, and Blade components/directives. Requires a Torchlight API token (free for personal/open source). | 120 | 120 | 17 | 13K | 18 | 31.4 | 38.7 | MIT | 2 months ago | |
| spatie/phpunit-snapshot-assertions | 0.77 | Add snapshot testing to PHPUnit. Assert strings, JSON, arrays, and objects against saved snapshots; first run writes snapshots, later runs compare and fail on regressions. Simple trait-based API (e.g., assertMatchesJsonSnapshot) for PHP and Laravel projects. | 695 | 698 | 74 | 579K | 0 | 33.4 | 46.9 | MIT | 1 month ago | |
| spatie/mjml-sidecar | 0.77 | Compile MJML email templates to responsive HTML via AWS Lambda using Sidecar. A companion to spatie/mjml-php: deploy the provided MjmlFunction, then call Mjml::new()->sidecar()->toHtml($mjml) to render HTML without local Node/MJML. | 13 | 13 | 4 | 5K | 0 | 3.9 | 35.5 | MIT | 10 months ago | |
| devlabs91/assetic | 0.75 | Laravel package integrating Assetic for managing and compiling web assets (CSS/JS) with filters and bundling, helping organize, minify, and combine frontend resources within your application build and deployment workflow. | 0 | 0 | 0 | 5 | 0 | 0.0 | 10.8 | MIT | — | |
| spatie/spatie-content-api | 0.75 | Laravel/PHP package powering Spatie’s promotional-site content API. Fetch posts for a product or project (e.g., mailcoach) via a simple ContentApi facade and expose consistent, reusable content to your frontend or other services. | 5 | 5 | 2 | 455 | 0 | 13.5 | 27.7 | MIT | 7 months ago |
How can I help you explore Laravel packages today?