PHPackages                             dottwatson/fpdo - 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. dottwatson/fpdo

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

dottwatson/fpdo
===============

A MySQL engine written in PHP for interct with any source full compatible with Laravel

1.1(1y ago)38MITPHPPHP ^7.1|^8

Since Oct 28Pushed 1y ago1 watchersCompare

[ Source](https://github.com/dottwatson/fpdo)[ Packagist](https://packagist.org/packages/dottwatson/fpdo)[ RSS](/packages/dottwatson-fpdo/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (1)Versions (3)Used By (0)

What is fpdo?
-------------

[](#what-is-fpdo)

Fpdo is a versatile tool that allows you to cross-reference data from different sources simply by using the SQL queries you use daily for your MySQL database. Each source is handled as a classic SQL table, described with the blueprints used by Laravel. The package is based on a modified version of , the core engine of the entire tool.

Installation
------------

[](#installation)

```
composer require dottwatson/fpdo

```

for the configuration go to section [configuration](#configuration)

Creating a Database
-------------------

[](#creating-a-database)

First, let's create a connection in Laravel's database configuration file:
config/database.php

```
