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

    Syntax highlighter for PHP: 27 languages, embedded-language detection, zero dependencies, Highlight.js and Prism theme support

  • 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.

  • PHP

    alto/commonmark-tabs

    CommonMark extension that renders accessible tabbed content from @tabs / @tab / @endtabs markers with full ARIA support.

  • PHP

    alto/favicon

    Generate a modern favicon set (SVG icon, apple-touch-icon, favicon.ico, Web Manifest) from a single SVG or PNG file.

  • PHP

    alto/frontmatter

    Fast front matter extraction and strict YAML-subset decoding for PHP, the decoder companion for alto/markdown.