2017 © Pedro Peláez
 

library siesta

PHP 7 ORM Library

image

gm314/siesta

PHP 7 ORM Library

  • Monday, January 29, 2018
  • by gperler
  • Repository
  • 2 Watchers
  • 0 Stars
  • 282 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 29 Versions
  • 2 % Grown

The README.md

Siesta stored procedure based ORM for PHP 7

License Latest Stable Version Total Downloads Latest Unstable Version, (*1)

Stored procedure based ORM for PHP 7., (*2)

Documentation

For full documentation, please visit https://gperler.github.io, (*3)

Installation with composer

composer require gm314/siesta

Example

In this example we create an Artist and Label entity, and configure the relationship between them:, (*4)

$artist = new Artist();
$artist->setName("Jamie Woon");

$label = new Label();
$label->setName("PMR");
$label->setCity("London");
$label->addToArtistList($artist);

// save with cascade. will store both label and artist
$label->save(true);

Console Commands

create config file, (*5)

vendor/bin/siesta init

generate entities, (*6)

vendor/bin/siesta gen

reverse engineer, (*7)

vendor/bin/siesta reverse

Testing

configure your database settings in tests/siesta.test.mysql.config.json, (*8)

vendor/bin/codecept run

The Versions

29/01 2018

dev-master

9999999-dev https://gperler.github.io

PHP 7 ORM Library

  Sources   Download

MIT

The Requires

 

The Development Requires

by Gregor Müller

orm object relational mapper siesta

16/05 2017

1.3.1

1.3.1.0 https://gperler.github.io

PHP 7 ORM Library

  Sources   Download

MIT

The Requires

 

The Development Requires

by Gregor Müller

orm object relational mapper siesta

11/05 2017

1.3.0

1.3.0.0 https://gperler.github.io

PHP 7 ORM Library

  Sources   Download

MIT

The Requires

 

The Development Requires

by Gregor Müller

orm object relational mapper siesta

30/03 2017

1.2.2

1.2.2.0 https://gperler.github.io

PHP 7 ORM Library

  Sources   Download

MIT

The Requires

 

The Development Requires

by Gregor Müller

orm object relational mapper siesta

29/03 2017

1.2.1

1.2.1.0 https://gperler.github.io

PHP 7 ORM Library

  Sources   Download

MIT

The Requires

 

The Development Requires

by Gregor Müller

orm object relational mapper siesta

23/03 2017

1.2.0

1.2.0.0 https://gperler.github.io

PHP 7 ORM Library

  Sources   Download

MIT

The Requires

 

The Development Requires

by Gregor Müller

orm object relational mapper siesta

09/10 2016

1.1.4

1.1.4.0 https://gperler.github.io

PHP ORM Library

  Sources   Download

MIT

The Requires

 

The Development Requires

by Gregor Müller

orm object relational mapper siesta

29/09 2016

1.1.3

1.1.3.0 https://gperler.github.io

PHP ORM Library

  Sources   Download

MIT

The Requires

 

The Development Requires

by Gregor Müller

orm object relational mapper siesta

12/08 2016

1.1.2

1.1.2.0 https://gperler.github.io

PHP ORM Library

  Sources   Download

MIT

The Requires

 

The Development Requires

by Gregor Müller

orm object relational mapper siesta

03/08 2016

1.1.1

1.1.1.0 https://gperler.github.io

PHP ORM Library

  Sources   Download

MIT

The Requires

 

The Development Requires

by Gregor Müller

orm object relational mapper siesta

22/07 2016

1.1.0

1.1.0.0 https://gperler.github.io

PHP ORM Library

  Sources   Download

MIT

The Requires

 

The Development Requires

by Gregor Müller

orm object relational mapper siesta

21/07 2016

1.0.0

1.0.0.0 https://gperler.github.io

PHP ORM Library

  Sources   Download

MIT

The Requires

 

The Development Requires

by Gregor Müller

orm object relational mapper siesta

12/07 2016

0.5.3

0.5.3.0 https://gperler.github.io

PHP ORM Library

  Sources   Download

MIT

The Requires

 

The Development Requires

by Gregor Müller

orm object relational mapper siesta

23/01 2016

0.5.2

0.5.2.0 https://gperler.github.io

PHP ORM Library

  Sources   Download

MIT

The Requires

 

The Development Requires

by Gregor Müller

orm object relational mapper siesta

19/01 2016

0.5.1

0.5.1.0 https://gperler.github.io

PHP ORM Library

  Sources   Download

MIT

The Requires

 

The Development Requires

by Gregor Müller

orm object relational mapper siesta

16/11 2015

0.5.0

0.5.0.0 https://gperler.github.io

PHP ORM Library

  Sources   Download

MIT

The Requires

 

The Development Requires

by Gregor Müller

orm object relational mapper siesta

13/11 2015

0.4.7

0.4.7.0 https://gperler.github.io

PHP ORM Library

  Sources   Download

MIT

The Requires

 

The Development Requires

by Gregor Müller

orm object relational mapper siesta

13/11 2015

0.4.6

0.4.6.0 https://gperler.github.io

PHP ORM Library

  Sources   Download

MIT

The Requires

 

The Development Requires

by Gregor Müller

orm object relational mapper siesta

11/11 2015

0.4.5

0.4.5.0 https://gperler.github.io

PHP ORM Library

  Sources   Download

MIT

The Requires

 

The Development Requires

by Gregor Müller

orm object relational mapper siesta

06/11 2015

0.4.4

0.4.4.0 https://gperler.github.io

PHP ORM Library

  Sources   Download

MIT

The Requires

 

The Development Requires

by Gregor Müller

orm object relational mapper siesta

31/10 2015

0.4.3

0.4.3.0 https://gperler.github.io

PHP ORM Library

  Sources   Download

MIT

The Requires

 

The Development Requires

by Gregor Müller

orm object relational mapper siesta

30/10 2015

0.4.2

0.4.2.0 https://gperler.github.io

PHP ORM Library

  Sources   Download

MIT

The Requires

 

The Development Requires

by Gregor Müller

orm object relational mapper siesta

30/10 2015

0.4.1

0.4.1.0 https://gperler.github.io

PHP ORM Library

  Sources   Download

MIT

The Requires

 

The Development Requires

by Gregor Müller

orm object relational mapper siesta

30/10 2015

0.4.0

0.4.0.0 https://gperler.github.io

PHP ORM Library

  Sources   Download

MIT

The Requires

 

The Development Requires

by Gregor Müller

orm object relational mapper siesta

28/10 2015

0.3.3

0.3.3.0 https://gperler.github.io

PHP ORM Library

  Sources   Download

MIT

The Requires

 

The Development Requires

by Gregor Müller

orm object relational mapper siesta

26/10 2015

0.3.2

0.3.2.0 https://gperler.github.io

PHP ORM Library

  Sources   Download

MIT

The Requires

 

The Development Requires

by Gregor Müller

orm object relational mapper siesta

25/10 2015

0.3.1

0.3.1.0 https://gperler.github.io

PHP ORM Library

  Sources   Download

MIT

The Requires

 

The Development Requires

by Gregor Müller

orm object relational mapper siesta

25/10 2015

0.3.0

0.3.0.0 https://gperler.github.io

PHP ORM Library

  Sources   Download

MIT

The Requires

 

The Development Requires

by Gregor Müller

orm object relational mapper siesta

04/10 2015

0.1.0.

0.1.0.0 http://siesta.gm314.de

PHP ORM Library

  Sources   Download

MIT

The Requires

  • php >=5.3.9
  • lib-xsl *

 

The Development Requires

by Gregor Müller

orm object relational mapper siesta