muhammetsafak member since: Apr 23, 2022
muhammetsafak's packages
-
PHP
initphp/database
InitPHP Database — QueryBuilder, DBAL and ORM facade for the InitORM stack, plus a server-side DataTables.js helper.
-
PHP
initphp/dotenv
Loads environment variables from a .env or .env.php file, with type coercion and ${VAR} interpolation.
-
PHP
initphp/encryption
Secure, modern symmetric encryption for PHP built on top of OpenSSL and libsodium.
-
PHP
initphp/escaper
Context-aware output escaper (HTML, attribute, JavaScript, CSS, URL) for safely rendering untrusted user input.
-
PHP
initphp/events
Events (Hook) library — bundles the EventEmitter primitive previously distributed as initphp/event-emitter.
-
PHP
initphp/fiber-loops
A minimal cooperative task scheduler (event loop) for PHP, built on native fibers.
-
PHP
initphp/http
Standards-compliant PSR-7 / PSR-17 / PSR-18 HTTP message, factory, client and response emitter implementation for PHP 7.4+.
-
PHP
initphp/input
Read and validate GET, POST and JSON body input with configurable source priority for PHP.
-
PHP
initphp/logger
PSR-3 compliant logger with File and PDO handlers, plus a multiplexer for sending each log record to several handlers at once.
-
PHP
initphp/mailer
Send e-mail through the native mail() function, a sendmail binary or SMTP with attachments, inline images and MIME multipart bodies.
-
-
PHP
initphp/performance-meter
Zero-dependency, single-file PHP profiler for measuring elapsed time and memory usage between named checkpoints.
-
PHP
initphp/queue
The framework-less BabelQueue runtime for plain PHP: a polyglot queue worker loop with URN routing, retries/back-off, dead-letter routing and a database (PDO) transport, built on babelqueue/php-sdk.
-
-
PHP
initphp/sessions
Framework-agnostic PHP session manager with pluggable save handlers (File, Cookie, PDO, Redis, Memcache/Memcached, MongoDB).