Libraries tagged by prepare
hybridlogic/db
67 Downloads
A driver-agnostic database library for PHP providing convenient methods for escaping, preparing and executing statements.
p2ee/preparables
179 Downloads
Base package for preparable systems
elementworks/craft-preparse-field
196 Downloads
A fieldtype that parses Twig when an element is saved and saves the result as plain text.
keboola/ex-generic-qualtrics-preparser
26 Downloads
Pre-parse Qualtrics object responses
keboola/ex-generic-facebook-preparser
18 Downloads
Pre-parse Facebook object responses
wwaz/colorprofile-php
29 Downloads
PHP library and CLI for installing, managing and resolving ICC color profiles.
zrnik/mksql
1128 Downloads
MkSQL is a tool for keeping your tables up to date with PHP code. You can use it in your project or as a database preparation in your integration tests.
zoso/utilities
32 Downloads
Zoso utilities, like email preparation for Postmark and Mandrillapp
zicher/mail-message
86 Downloads
Provides a layer on top of message object preparation, and processors for css inline and rendering.
webmagic/dashboard
4028 Downloads
Package for base dashboard preparing
webcoast/recipes
250 Downloads
TYPO3 extension for managing recipes with ingredients and preparation
telkins/laravel-pending-action
23 Downloads
A (somewhat opinionated) Laravel package to help make preparing and executing actions a little easier and more uniform.
stonks/router
69 Downloads
O Router é um componente de rotas PHP com abstração para MVC. Preparado com verbos RESTful (GET, POST, PUT, PATCH e DELETE), ele trabalha em sua própria camada de forma isolada.
sirjohn96/envdep
15 Downloads
A tool for deploying server configuration and preparing matching local environments.
senman/yii2-crontab-manager
91 Downloads
更方便的管理您的定时任务,实时暂停、启动、修改定时任务的执行时间等等 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