jarircse16 member since: Oct 08, 2024 · Transparency log
jarircse16's packages
-
PHP
jarir-ahmed/auth-microservice
Standalone auth microservice package — Registration, Login, 2FA, Password Reset & more.
-
PHP
jarir-ahmed/auth-token-maker
Generate cryptographically secure, fixed-length auth tokens (hex) of any length.
-
PHP
jarir-ahmed/bd-mnp
Mobile Number Portability (MNP) lookup for Bangladesh. Detect ported numbers, resolve current and original operators from MNP routing codes, and import MNP CSV data.
-
PHP
jarir-ahmed/bd-nid-parser
Parse and validate Bangladesh National ID (NID) numbers. Extract number, digit type (10/17), date of birth, and name from raw OCR text. Zero dependencies.
-
PHP
jarir-ahmed/bd-phone
Bangladesh phone number toolkit: normalize, validate, format, detect operator and number type.
-
PHP
jarir-ahmed/cache
Framework-agnostic caching toolkit for PHP: PSR-16 + PSR-6, Redis/Memcached/APCu/File/PDO/tiered stores, tags, atomic locks, stampede protection, and HTTP caching (ETag/304, full-page).
-
PHP
jarir-ahmed/data-converter
6-way converter: CSV ↔ XLSX ↔ JSON ↔ MySQL. Import/export data between any format, generate SQL INSERTs, or connect directly via PDO.
-
PHP
jarir-ahmed/data-encryption-utility
Authenticated symmetric encryption for PHP (AES-256-GCM by default, encrypt-then-HMAC fallback).
-
PHP
jarir-ahmed/excel-sql-converter
Bidirectional converter between CSV/XLSX and SQL. Import spreadsheets into SQL INSERT statements or directly into MySQL, and export SQL query results to CSV/XLSX files.
-
-
PHP
jarir-ahmed/form-generator
A package to generate reusable login, registration, and contact us forms in PHP.
-
PHP
jarir-ahmed/hash-helper
A PHP package to encode and hash strings in various formats (base32/58/64/85/91, hashes, codecs).
-
PHP
jarir-ahmed/http-response
A simple package to send specific HTTP response codes, redirects and JSON.
-
PHP
jarir-ahmed/message-broker
Framework-agnostic message broker facade for Kafka, RabbitMQ, Redis, SQS, Pub/Sub, MQTT, NATS, ZeroMQ, ActiveMQ, Azure Service Bus, and in-memory transports.
-
PHP
jarir-ahmed/notification-system
A simple notification system to display messages on the front end.