PHPackages                             openwebx/feijaovermelho - 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. openwebx/feijaovermelho

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

openwebx/feijaovermelho
=======================

ORM based on RedBeanPHP

1.0(5y ago)04GPL-3.0-or-laterPHPPHP &gt;=7.4

Since Nov 9Pushed 1y ago1 watchersCompare

[ Source](https://github.com/openWebX/feijaoVermelho)[ Packagist](https://packagist.org/packages/openwebx/feijaovermelho)[ RSS](/packages/openwebx-feijaovermelho/feed)WikiDiscussions main Synced 3w ago

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

feijaoVermelho
==============

[](#feijaovermelho)

ORM based on RedBeanPHP

naming
------

[](#naming)

"feijão vermelho" simply means "red bean" in portuguese.

idea
----

[](#idea)

Since i am using RedBeanPHP in about a dozen projects or so, i really love the easypeasy possibilities to put objects into databases, read them, change them... A far as you design your objects to use RedBean from ground up, no problem.

What i wanted to archieve with this little lib is to use RedBeanPHP transparantly in the background for mostly an class/object in your projects...

installation
------------

[](#installation)

```
composer require openwebx/feijaovermelho
```

usage
-----

[](#usage)

using it for easy stuff like saving objects to database, fetching objects from database or "upserting" is totally straight forward:

### saving your object to database

[](#saving-your-object-to-database)

```
