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/dbal

    Lightweight PDO-based database abstraction layer with a fluent result mapper.

  • 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/barbarian

    Small library that can be used for database migrations.

  • PHP

    initphp/cache

    PSR-16 is a simple caching library that uses the Simple Cache interface.

  • 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/cookies

    InitPHP Cookie Manager

  • PHP

    initphp/database

    InitPHP Database — QueryBuilder, DBAL and ORM facade for the InitORM stack, plus a server-side DataTables.js helper.

  • PHP

    initphp/dotenv

    DotENV Library/Package

  • 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.