Download the PHP package net_bazzline/php_propel_behavior_create_entity without Composer
On this page you can find all versions of the php package net_bazzline/php_propel_behavior_create_entity. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download net_bazzline/php_propel_behavior_create_entity
More information about net_bazzline/php_propel_behavior_create_entity
Files in net_bazzline/php_propel_behavior_create_entity
Package php_propel_behavior_create_entity
Short Description free as in freedom CreateEntity propel behavior to easy up entity creation
License LGPL-3.0
Informations about the package php_propel_behavior_create_entity
Full Stop
I still like the idea but there is currently no use case to develop it anymore.
Create Entity Behavior for Propel
This free as in freedom behavior should easy up entity creation in your propel query classes.
Thanks to the StateMachineBehavior to act as such a great template.
The build status of the current master branch is tracked by Travis CI:
It is available at openhub.net.
Why
- no
newin your code anymore - eases up writing test code (
createEntitycan be mocked)
Usage
- make sure you have
extension=pdo_sqlite.soenabled if you want to run phpunit - the behavior adds a
createEntitymethod to the table query class
Installation
By Hand
With Packagist
Enable Behavior in Propel
-
add the following to your propel.ini
- add usage in your
schema.xml
API
API available at bazzline.net
History
- upcoming
- @todo
- added "why" section
- optimized reading
- 1.2.0 - released at 06.03.2016
- added support for php 7.0
- removed support for php 5.3.3
- 1.1.4 - released at 06.03.2016
- updated dependencies
- 1.1.3 - released at 11.01.2015
- fixed dependency handling for phpunit 4.8.*
- 1.1.2 - released at 11.12.2015
- updated dependency
- 1.1.1 - released at 07.11.2015
- updated dependency
- 1.1.0 - released at 17.09.2015
- fixed issue when dealing with namespaces
- 1.0.1 - released at 19.08.2015
- updated dependency
- 1.0.0 - released at 02.08.2015
- initial release
Final Words
Star it if you like it :-). Add issues if you need it. Pull patches if you enjoy it. Write a blog entry if you use it. Donate something if you love it :-].
