Search by

simonandre member since: Oct 23, 2023 · Transparency log

simonandre's packages

  • PHP

    alto/bezier

    Precision PHP toolkit for evaluating, splitting, and measuring quadratic, cubic, quintic and N-order Bezier curves

  • PHP

    alto/code-diff

    Generate, render and apply code diffs. Myers algorithm, versatile rendering (HTML, JSON, ANSI), and full patching support.

  • PHP

    alto/code-highlight

    Server-side syntax highlighting for PHP with semantic scopes, embedded languages, and adaptable themes.

  • PHP

    alto/code-kit

    Compose source slicing and semantic highlighting into immutable annotated code snippets.

  • PHP

    alto/code-slicer

    Extract immutable source-code slices by line, text, or language structure while preserving exact byte ranges and line numbers.

  • PHP

    alto/code-snippet

    Represent immutable code snippets with source lines, selections, and presentation-neutral annotations.

  • PHP

    alto/commonmark

    A collection of CommonMark extensions: code block titles, content slicing, heading level adjustment, file import/include, source display, table of contents, tabs, and link rewriting.

  • PHP

    alto/commonmark-code-block-title

    CommonMark extension that parses title="..." from fenced code block info strings and renders them as <figcaption> inside <figure>.

  • PHP

    alto/commonmark-content-slicer

    CommonMark extension that wraps heading-based sections in nested <section> elements for semantic document structure.

  • PHP

    alto/commonmark-heading-level

    CommonMark extension that shifts, maps, or transforms heading levels via a config array or callback.

  • PHP

    alto/commonmark-import

    CommonMark extension that embeds raw file content at @import directives, with line range, language, and indent options.

  • PHP

    alto/commonmark-include

    CommonMark extension that includes and re-parses external Markdown files at @include directives.

  • PHP

    alto/commonmark-link-rewriter

    CommonMark extension that rewrites link and image URLs via base URI, mapping, regex patterns, or callbacks.

  • PHP

    alto/commonmark-source

    CommonMark extension that displays source files as highlighted code blocks at @source directives, with title, line numbers, and highlighting.

  • PHP

    alto/commonmark-table-of-contents

    CommonMark extension that generates a linked table of contents from document headings at @toc directives.