PHPackages                             ncb01/wdb - 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. [Database &amp; ORM](/categories/database)
4. /
5. ncb01/wdb

ActiveLibrary[Database &amp; ORM](/categories/database)

ncb01/wdb
=========

WDB is the fast, easy and versatile PHP ORM. It allows you manage databases with ease and efficiency. In a few words: MIT license, PHP 5.3 or newer, familiar syntax, zero hassle, zero configuration, easy to use, simple to learn, flexible, fast, powerful and smart, mysql, postgresql, sqlite, sqlserver, oracle, etc.

04PHP

Since Apr 1Pushed 4y ago1 watchersCompare

[ Source](https://github.com/NCB01/WDB)[ Packagist](https://packagist.org/packages/ncb01/wdb)[ RSS](/packages/ncb01-wdb/feed)WikiDiscussions main Synced today

READMEChangelog (1)DependenciesVersions (1)Used By (0)

Welcome to the WDB page
=======================

[](#welcome-to-the-wdb-page)

About WDB
---------

[](#about-wdb)

WDB is an ORM for PHP. It allows you to manipulate your databases simply, but efficiently. WDB brings you power, as well as remarkable freedom and flexibility in creating your code. You do what you want, the way you want. To describe it in a few words:

- MIT license
- familiar syntax
- zero hassle, zero configuration
- easy to use, simple to learn
- flexible, fast, powerful and smart
- PHP 5.3 or newer
- mysql, postgresql, sqlite, sqlserver, oracle, etc

### Website &amp; Documention

[](#website--documention)

Official website:
Documentations:

QUICK USE
---------

[](#quick-use)

### 1) Including WDB in your script

[](#1-including-wdb-in-your-script)

You cann use WDB by including one of the following two files in your script **src/WDB.php** or **vendor/autoload.php**

```
