wishborn member since: Jan 27, 2025 · Transparency log

wishborn's packages

  • TypeScript

    particle-academy/amazon-ses-php

    Amazon SES for PHP — the service descriptor, its faker, its webhook verification, and one class per operation. Plain HTTP on particle-academy/fancy-connector-core; no vendor SDK.

  • PHP

    particle-academy/dark-slide

    Standalone presentation read/write tool for agentic deck creation. Framework-agnostic PHP core that writes .pptx (Office Open XML) with inline markdown formatting + headings, real tables, gradient backgrounds, syntax-highlighted code, and embedded media — and reads them back with high fidelity. Opti

  • PHP

    particle-academy/fancy-cms

    Laravel host for fancy-cms — the PHP page renderer (node tree → HTML + compiled CSS + island placeholders), persistence, file API on any disk, and publish routing. The PHP half of the dual-emitter pair with @particle-academy/fancy-cms-ui.

  • Python

    particle-academy/fancy-conformance

    Shared cross-language conformance fixtures for the Fancy suite. One contract, N implementations, and a single table that every implementation asserts in its own CI — so 'parity' is a test result rather than a claim. Ships the fixture data itself alongside a small PHP loader.

  • PHP

    particle-academy/fancy-connector-core

    The runtime under every Fancy connector: modes and estates, connections, one call path, a failure taxonomy that separates "it never arrived" from "nobody can tell", deterministic fakers, webhook verification, pure versioned rendering, declared metric shapes, credential-free probes, and API-drift rep

  • PHP

    particle-academy/fancy-flow-mcp

    A Laravel MCP server that lets an AI agent build fancy-flow workflows headlessly — list node kinds, add/connect/configure nodes, validate, export the WorkflowSchema, and run — as a thin, deterministic wrapper over particle-academy/fancy-flow-php.

  • PHP

    particle-academy/fancy-flow-php

    PHP runtime for fancy-flow workflow graphs — the framework-free twin of @particle-academy/fancy-flow's engine. Same WorkflowSchema JSON in, same outputs out; author in <FlowEditor>, run on PHP.

  • PHP

    particle-academy/fancy-git

    Framework-agnostic Git toolkit and normalized provider contracts for PHP.

  • PHP

    particle-academy/fancy-git-bitbucket

    Bitbucket Cloud adapter for particle-academy/fancy-git.

  • PHP

    particle-academy/fancy-git-github

    GitHub.com and GitHub Enterprise adapter for particle-academy/fancy-git.

  • PHP

    particle-academy/fancy-git-gitlab

    GitLab.com and Self-Managed adapter for particle-academy/fancy-git.

  • PHP

    particle-academy/fancy-heuristics

    End-user optimization, not search-engine optimization — human + agent interaction analytics for Laravel hosts. Ingests collector events, aggregates focus heatmaps, rolls up sessions by actor, and re-polls sites to verify the embedded Fancy Pixel stays visible.

  • PHP

    particle-academy/fancy-mlm

    Framework-agnostic multi-level referral / network-marketing engine for agentic apps. Pure PHP core with an optional Laravel 11-13 bridge and fun-lab / catalog / fms integration.

  • PHP

    particle-academy/fancy-passkeys

    Passkey (WebAuthn) login for PHP — a thin, safe wrapper around web-auth/webauthn-lib that owns the parts it deliberately leaves to you: challenge issuance, single-use expiry, credential persistence, counter replay detection. Framework-free core plus a Laravel bridge that augments Fortify.

  • PHP

    particle-academy/fancy-seo

    Server-rendered SEO + crawlability for Laravel + Inertia apps — per-route meta/Open Graph/Twitter/JSON-LD on the first byte, dynamic sitemap.xml / robots.txt / llms.txt, and per-page Markdown. The PHP baseline that pairs with @particle-academy/fancy-inertia's <Seo>.