Skip to content
View dskripchenko's full-sized avatar
🧭
in search of truth
🧭
in search of truth

Block or report dskripchenko

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
dskripchenko/README.md

Denis Skripchenko

Lead Software Engineer & Team Lead
12+ years of commercial development

Core Technologies

Laravel Vue.js TypeScript PHP PostgreSQL

PHPMySQLRedisDockerAWSCI/CD

Focus Areas

High-load systems • Microservices Architecture • API Design • Database Optimization • Technical Leadership & Mentoring

Open to relocation opportunities — Australia 🇦🇺


Open-source

Documents, admin panels and the plumbing around them. Every package ships an English README with German, Russian and Chinese translations under docs/, a changelog, and CI across the supported version matrix.

The CI column is the state of the default branch right now, and the Version column what is published — Packagist, npm, or the latest release where a project is distributed as one. Both are live: this page is where I check that nothing went red while I was looking elsewhere, so a badge that lies here is worse than no badge at all.

Documents

Package CI Version What it does
php-pdf Pure-PHP, MIT PDF toolkit — generate, read, merge. Charts, barcodes, AcroForm, PDF/A, PKCS#7 signing.
php-docx Zero-dependency DOCX ⇄ HTML engine, validated against the ECMA-376 schemas on every push.
laravel-php-pdf Laravel bridge — a Blade view straight to PDF.
laravel-php-docx Laravel bridge — a Blade view straight to Word.
php-docx-phpword The HTML layer PHPWord pipelines are missing.
php-pdf-fonts-liberation Metric-compatible font bundle, kept apart so the OFL zone stays out of the MIT one.

Admin panel

Package CI Version What it does
laravel-admin Resource-driven admin panel for Laravel with a Vue 3 single-page frontend.
laravel-admin-starter Ready system resources: users, roles, audit log, settings, translations, content blocks.
laravel-admin-health Health checks with their own dashboard.
laravel-admin-jobs Failed jobs, batches and queue depth.
laravel-admin-media Media library — collections, tags, focal point, responsive variants.
laravel-admin-pulse Lightweight telemetry: requests, queries, jobs, exceptions.
laravel-admin-demo A running stand with everything wired up — also the quick-start template.

Frontend

Package CI Version What it does
ui Vue 3 component kit built on CSS custom properties. No Tailwind, no CSS-in-JS.
wysiwyg Editor with its own contenteditable engine, markdown shortcuts and a slash menu.

Laravel plumbing

Package CI Version What it does
laravel-api Versioned API controllers, OpenAPI from docblocks, TypeScript types, export to Bruno / Postman / cURL.
laravel-api-idea PhpStorm plugin for the above — highlighting, inspections, quick fixes. Distributed from its own releases.
laravel-schemify Schema-per-tenant multitenancy: one migration set, isolated search_path.
laravel-translatable Database-backed translations, UI strings and CMS content blocks in one package.
laravel-delayed-process Long work moved off the request path — create, get a UUID, poll.
laravel-delayed-log Log writes moved off the request path.
laravel-local-captcha A captcha decided between the browser and your own application — no third-party service.
php-array-helper Deep merge, deep sort, associativity check, stable signature.
yandex-smart-captcha Server-side token verification for Yandex SmartCaptcha.
orchid-extra Inline filters and base screens for Orchid projects.
orchid-loggable Change log for Orchid models.

Pinned Loading

  1. laravel-api laravel-api Public

    Versioned Laravel APIs with OpenAPI 3.0 docs generated from PHPDoc — no annotations, no YAML. Plus CRUD scaffolding and middleware cascades.

    PHP 13 1

  2. php-pdf php-pdf Public

    Pure-PHP, MIT-licensed PDF toolkit: generate, read & merge PDFs — HTML/CSS input, barcodes, charts, TTF embedding, AcroForm, PKCS#7 signing, PDF/A & PDF/X. A dependency-free alternative to mpdf, TC…

    PHP 9 1

  3. laravel-schemify laravel-schemify Public

    Dynamic multi-schema PostgreSQL connections for Laravel — per-layer migrate/seed/wipe via a --layer option, runtime layer switching, and encrypted credentials.

    PHP

  4. laravel-translatable laravel-translatable Public

    Dynamic database-backed content translation for Laravel — any Eloquent model becomes multilingual via a trait; content-blocks CMS layer.

    PHP

  5. php-docx php-docx Public

    Pure-PHP DOCX (OOXML) library — bidirectional HTML ↔ DOCX, fluent builder, style cascade, vMerge/gridSpan tables, headers/footers, watermarks, MERGEFIELD/SDT variable detection. Zero dependencies, …

    PHP 1

  6. ui ui Public

    Vue 3 component, token and theme library built on CSS custom properties.

    TypeScript