Pixel Sequel

No matter what you may have heard, simplicity matters

PixelSequel is a lightweight, easy to use PHP ORM for MySQL databases. It is designed to be simple and easy to use, while still providing the power and flexibility of a full ORM.

It starts in your commandline

cd my-project-name
echo ' { "minimum-stability" : "dev" } ' > composer.json
composer require astianmuchui/pixelsequel

Quickly Handle CRUD Operations

Read the docs

Modify database tables with ease

PixelSequel comes with schema capabilities enabling you create , alter and drop tables

Read the docs

We Are always looking for contributors

PixelSequel is an open source project and we are always happy when you fork and start a pull request

Contribute now
From sebastian muchui