Popular Packages

  • PHP

    devly/repository

    PHP data repository object with array access using dot notation

  • PHP

    mtdowling/burgomaster

    Packages up PHP packages into zips and phars

  • PHP

    tasko-products/symfony-prometheus-exporter

    Generic metrics exporter for Symfony including messenger event metrics via middleware, request metrics, logging metrics and custom metrics via the Collector composition

  • PHP

    jainec/hyperf-fakie

    Test object factory for Hyperf PHP

  • CSS

    altis/test-theme

    Test theme for Altis DXP, based on Automattic/_s starter theme.

  • PHP

    nigrosimone/codicefiscale

    Libreria PHP per la validazione dei Codici Fiscali italiani a 16 caratteri con supporto per l'omocodia

  • PHP

    zing/flysystem-oss

    OSS filesystem adapter for Flysystem.

  • HTML

    wwwision/neos-taskmodule

    Neos Backend Module for the Flowpack.Task scheduler

  • PHP

    draugiem/draugiem-php-sdk

    Draugiem.lv API PHP library

  • PHP

    leafs/cors

    Leaf PHP cors config

  • PHP

    didix16/php-apidatamapper

    An extensible DTO library that allows map incoming API data to any of your entities/models by using a simple filed mapping language with filters and functions.

  • PHP

    didix16/php-interpreter

    A simple interpreter made in PHP. It allows to parse an abstract language tokens and do whatever you whant

  • PHP

    didix16/php-apidataobject

    A simple library that allows easy handle incoming data from any sources (specially from API sources) and put data in a fashion way which is more practical to access it like an array or object. It allows to implement a DTO very fast.

  • PHP

    didix16/php-hydrator

    A simple library that uses the hydration pattern to fill objects given different sources of data.

  • PHP

    didix16/php-datatransformer

    A simple library that allows transform any kind of data to native php data or whatever