Propel3 icon indicating copy to clipboard operation
Propel3 copied to clipboard

How I can install propel3?

Open Big-Shark opened this issue 8 years ago • 8 comments

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 this

"repositories": [
        {
            "type": "vcs",
            "url": "https://github.com/propelorm/Propel3"
        }
    ],
    "require": {
        "propel/propel": "dev-master"
    },

But every time I gotten a second version. Maybe you can register propel 3 in packagist?

Big-Shark avatar Jun 17 '17 01:06 Big-Shark

What's the plan here in general? Merge propelorm/Propel3 repo into propelorm/Propel and release it as propel/propel@v3 package? I'd welcome that.

gossi avatar Jun 17 '17 11:06 gossi

Based on the fact that v2 is heavily in use, we need to create a new package. @Big-Shark You should be able to install it now using

"repositories": [
        {
            "type": "vcs",
            "url": "[email protected]:propelorm/Propel3.git"
        }
    ],    
    "require": {
        "propel/propel3": "dev-master"
    },

marcj avatar Jul 24 '17 21:07 marcj

@maikg Big thanks

Big-Shark avatar Jul 24 '17 21:07 Big-Shark

I think this issue should stay open until propel3 is added to packagist. Using the vcs is ugly.

angelk avatar Jul 24 '17 21:07 angelk

Agreed

marcj avatar Jul 24 '17 21:07 marcj

https://packagist.org/packages/bradchesney79/propel3 This counts?

Some hints on laravel would be great

gattytto avatar May 15 '18 01:05 gattytto

Very interested in using Propel 3 for a very large project coming down the pipe. I am wandering when this will move out of Beta and into a release. Any comments about a timeframe?

drychlik76 avatar Feb 12 '19 14:02 drychlik76

Is this even in Beta? There's not a release yet so....

Tsaukpaetra avatar Oct 08 '19 08:10 Tsaukpaetra