PHPackages                             mwd/marquee - 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. [Caching](/categories/caching)
4. /
5. mwd/marquee

ActiveLibrary[Caching](/categories/caching)

mwd/marquee
===========

Entity Framework for MySQL

v1.0(5y ago)08Free 99PHP

Since Jan 21Pushed 5y ago1 watchersCompare

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

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

Marquee Database Layer
======================

[](#marquee-database-layer)

Overview
--------

[](#overview)

Marquee is a free multi-database abstraction layer and ORM. Its purpose is to allow for universal code patterns while making use of intelligent data sources. Whether you choose to store your data in Redis, MySQL, or even a CSV - 99% of your PHP code remains the same.

Database Support
----------------

[](#database-support)

- Redis: Testing
- MySQL: Alpha / Testing
- SQLite: Planned
- MSSQL: Planned
- CSV: Planned
- JSON: Planned
- PostgreSQL: Planned
- Azure Cosmos DB: Planned

About the Author
----------------

[](#about-the-author)

My name is Charles Pellens. I am a self-taught software engineer from Michigan. I am passionate about simplifying the web development process through automation and innovation. I have a nack for creating clean, semantic APIs. I believe that code verbosity should not be dependent solely on comments. This project allows for expressive code by making use of simple, understandable, and predictable method and class names while maintaining flexible functionality. I hope you find that my work enables you to quickly get up and going with your next project.

 |

Disclaimer: Not Production Ready
--------------------------------

[](#disclaimer-not-production-ready)

While I am very proud of the progress on this project, please do not use it for any mission critical work at this point. This is a work in progress and I invite you to play around with it or make it your own.

Quick Start / Example
---------------------

[](#quick-start--example)

```
