PHPackages                             upfor/juggler - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Framework](/categories/framework)
4. /
5. upfor/juggler

ActiveLibrary[Framework](/categories/framework)

upfor/juggler
=============

A lightest yet powerful PHP database framework

1.0.5(4y ago)151433MITPHPPHP &gt;=5.6.0

Since May 10Pushed 4y ago1 watchersCompare

[ Source](https://github.com/upfor/juggler)[ Packagist](https://packagist.org/packages/upfor/juggler)[ Docs](https://github.com/upfor/juggler)[ RSS](/packages/upfor-juggler/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (6)DependenciesVersions (8)Used By (0)

Juggler
=======

[](#juggler)

> PHP lightweight database (MySQL) framework

[中文介绍](README_ZH.md)

Main Features
-------------

[](#main-features)

- Common database operation functions
- WHERE combination conditions vary
- Supports transaction callback operations
- Support for split - sheet callback processing data
- Supports cache query data
- Supports multiple table queries
- Support multiple data bindings
- Data security filtering guarantee
- Introduction, packaging is easier

Requirement
-----------

[](#requirement)

- PHP 5.5+
- Support the PDO, extension `pdo_mysql` installed

Get Started
-----------

[](#get-started)

Install via composer

```
$ composer require upfor/juggler
```

```
