Propel3 icon indicating copy to clipboard operation
Propel3 copied to clipboard

High performance data-mapper ORM with optional active-record traits for RAD and modern PHP 7.2+

Results 25 Propel3 issues
Sort by recently updated
recently updated
newest added

Hi , I am big fan of Propel and use it for many projects. Thank you guys it's just ideal for any project , flexible and ide friendly. I can...

Merge after #93

Bump the code to PHP 7.4 (typed properties, short lambdas etc.).`Propel\Generator\Model`, `Propel\Generator\Schema`, `Propel\Common\Config` tests are green.

I see Propel3 is now the active repo, replacing Propel2. Care to outline what is going on in propel dev camp? :) The information that is available is in Propel3's...

Hi @marcj how I can install propel3 with slim? I try use this ``` "repositories": [ { "type": "vcs", "url": "[email protected]:propelorm/Propel3.git" } ], "require": { "propel/propel": "dev-master" }, ``` and...

I would like to see the generated code PSR-2 compatible. We could use something like templates and define PSR-2 as default but make it adjustable for other people if they...

The XSD is currently broken. Visiting the XSD doesn't work very well and attempting to use one with RawGit directly from the development repo causes weird errors in the IDE...

hello, I'm looking at both versions of PropelLaravel(develop and main branches) which make use of propel2 StandardServiceContainer and propel3 does not implement this. I see some of the servicecontainer functions(from...

`composer.json` shows that minimum PHP version is `7.1.x` - so why don't use strict types everywhere? eg. https://github.com/propelorm/Propel3/blob/master/src%2FPropel%2FCommon%2FTypes%2FSQL%2FBooleanType.php ```php

Hi, I'm relatively new to Propel. I setup my DB with `propel init`, and did `propel build`, which generated the models. However, when I tried to use the `->save()` function,...