Popular Packages

  • PHP

    mylive/framework

    The Notadd Foundation Framework.

  • PHP

    sankar/prestissimotesting

    composer parallel install plugin

  • PHP

    xxxwer/pdftohtml-poppler

    This PHP class can convert your pdf files to html using poppler-utils.

  • PHP

    strack/permission

    strack permission package with casbin

  • PHP

    sokil/php-clickhouse

    Yandex ClickHouse PHP Connector

  • PHP

    qiuxinshu/categories

    category

  • PHP

    butterycrumpet/simpleguzzlecachemiddleware

    Simple cached api request parser

  • PHP

    khs1994/wechat

    A PHP library for the WeChat

  • PHP

    iamdodo/ddcar

    ddcar composer demo

  • PHP

    nano7/auth

    The Nano7 Auth package.

  • PHP

    nano7/http

    The Nano7 Http package.

  • PHP

    senman/yii2-crontab-manager

    更方便的管理您的定时任务,实时暂停、启动、修改定时任务的执行时间等等 With this package, you can better manage your multifarious timing tasks, just define an execution entry that can be implemented more flexibly by manipulating database data for timing, opening, closing, setting up time, and so on.Description: the task manager implements the flexibility of multiple processes. After the task is opened, each task takes up a sub process and automatically releases after completion.Preparation: installation extension To implement the multiple processes of PHP, we need two extensions pcntl and POSIX, which can be added at compile time: - enable-pcntl, do not use - disable-pcntl, POSIX is the default installation. PHP multi process modules rely on pcntl extensions