muhammetsafak member since: Apr 23, 2022
muhammetsafak's packages
-
PHP
initorm/database
Database manager that composes initorm/dbal and initorm/query-builder into a fluent CRUD + transaction + query-log API with an optional static facade.
-
-
PHP
initorm/orm
Lightweight, PDO-based ORM with Active Record-style models and entity accessors/mutators. Built on top of initorm/database, initorm/dbal and initorm/query-builder.
-
PHP
initorm/query-builder
Lightweight, dialect-aware SQL query builder for PHP with parameterized output suitable for PDO.
-
PHP
initphp/auth
PHP authentication & authorization library with pluggable storage adapters (session, cookie, custom) and a small permission manager.
-
-
-
PHP
initphp/config
Advanced configuration manager for PHP with dotted-path access, file/directory/class loaders and a static facade.
-
PHP
initphp/console
A simple helper library for writing console/CLI applications in PHP, including a styleable ANSI table renderer (formerly initphp/cli-table).
-
PHP
initphp/container
Minimal PSR-11 dependency injection container with reflection-based autowiring.
-
-
PHP
initphp/database
InitPHP Database — QueryBuilder, DBAL and ORM facade for the InitORM stack, plus a server-side DataTables.js helper.
-
-
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.