chrisboulton / php-resque-scheduler

An addon for php-resque that lets you queue jobs for execution some time in the future. Follows resque-scheduler.
MIT License
271 stars 129 forks source link

Submit to packagist? #4

Open tonypiper opened 11 years ago

tonypiper commented 11 years ago

Hi @chrisboulton - would you mind submitting php-resque-scheduler to https://packagist.org?

jcarouth commented 11 years ago

+1

wa0x6e commented 11 years ago

+1

fbnfgc commented 11 years ago

+1

tonypiper commented 11 years ago

ping @chrisboulton - any chance you could do this please? I've got a PR outstanding for BCCResque bundle and it would be good to be able to pull php-resque-scheduler in via a simple composer configuration... cheers.

tonypiper commented 11 years ago

@chrisboulton - pretty please (or should we use https://packagist.org/packages/kamisama/php-resque-ex-scheduler)

danhunsaker commented 11 years ago

The repo appears to be added, but not yet indexed. As I understand it, that's up to Packagist's servers to handle. and up to date with the current repo status.

danhunsaker commented 11 years ago

Also, in the meantime you could always manually specify the repo location in your composer.json file:

{
...
    "repositories": [
        { "type": "git", "url": "https://github.com/chrisboulton/php-resque-scheduler" }
    ]
...
}

This worked successfully for a project I'm still in the early stages of, so it should also work for others.

Edited To Add: While strictly true, this is (apparently) no longer necessary. I really should check other sites before I spout off using day-old knowledge about them. The Internet moves too quickly to do otherwise.

stevelacey commented 10 years ago

@chrisboulton close?