RedBeanPHP

easy ORM for PHP

Plugins

There are several cool plugins for RedBeanPHP. Here is a list.

Geo Point

Verifies for valid WKT properties and converts the mysql database column to geometry. Get the Geo Optimizer. Example:


    $bean 
$redbean->dispense('Feature');
    
$bean->the_geom 'POINT(10 10)'// It must be a valid WKT string
    
$id $redbean->store($bean);



GUIDS

Alternative Query Writer for use with UUIDs/GUIDS: GUIDS plugin

Plugin: Stable Beans (DracSoft)

Allows you to have a collection of stable beens that reside in frozen schema while the rest of the app works in fluid mode. Stable Beans Plugin



User contributed notes. Please use the comment section to provide tips, notes and examples. To ask for support or to provide feedback use the forum. For bug reports use Github Issue Tracker.

Site comments powered by Disqus

page generated in 0.005903959274292 sec.