Libraries tagged by prepay
sweet0dream/intim-anketa-contract
100 Downloads
Contract items for intim prepare types
swedbank-pay/magento2-checkout
1877 Downloads
Replaces checkout in Magento 2 with a onepage checkout with prepared Swedbank Pay elements
sunaryohadi/ezsql-mysqli
759 Downloads
Fork ezSQL, just for mysqli. With additional prepare() function from WPdb
sujanshresthanet/mysqli-database-class
2 Downloads
PHP MySQL Wrapper and object mapper which utilizes MySQLi and prepared statements
stonks/router
68 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.
stonks/datalayer
156 Downloads
O DataLayer é um componente para abstração de persistência para banco de dados, que usa PDO com prepared statements.
sras/string-query-builder
6 Downloads
A string query builder for creating queries for using in prepared statements
sjoerdmaessen/pdodebug
4389 Downloads
Small package to be able to easily debug prepared statements
sirjohn96/envdep
15 Downloads
A tool for deploying server configuration and preparing matching local environments.
simplepdo/simplepdo
1816 Downloads
PHP PDO class designed to use prepared queries while providing support for existing implementations using SimpleMySQLi.
sierratecnologia/builder
42 Downloads
Prepare your Laravel apps incredibly fast, with various commands, services, facades and boilerplates.
shopgate/cart-integration-magento2-bolt
2882 Downloads
Shopgate bolt module for Magento 2, Extends check_cart functionality to make it possible to prepare preserve and return information about a quote
shivanraptor/php-db-manager
106 Downloads
Modern PHP wrapper for MySQL database with prepared statements and connection pooling
shabaz-ejaz/laracogs
92 Downloads
Prepare your Laravel apps incredibly fast, with various commands, services, facades and boilerplates.
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