Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Yeah i noticed this problem myself but i couldn't think of a good way to make it customisible and plugable. i wound up using kibana and wrote forwarders for my webhooks but something custom made would probably be better, so i guess if you make it opensource I'll contribute a little of my freetime creating plugins for it
-
clay5308y@uziiuzair great thx :) have you thought about using a PHP Framework or is it just a project to learn PHP? I find that this is a quite good idea :)
-
@clay I'm considering a framework. I wanted to try out the project on my own before I went with a framework actually
-
Update: I will be moving this project to Laravel! (after someone recommended it to me)
-
gummy918yWhere's your readme.md ? Could you upload one to your github explaining the basics of how your system works ?
-
@uziiuzair laravel is a real good choice. Makes it easy to make plugins where all that would need to be done plugin wise is to add a package to composer and set config options. Well as long as we do like laravels packages anyway
-
@uziiuzair this is a great idea. I would like to contribute. But I stopped using PHP like 7 years ago now. Only use ruby. I will read the code tho and see what I can add. 👍👍
-
I want to add in my 2 cents too... I have been developing interface for MailChimp and Zoho... Having tried all other third party pipelines... They are shit... But dude... Instead of PHP, try this on Node os Something... It'll be better...
-
@aayusharyan I was iniyially planning on doing this on node but the thought that many people face problem on where to host it. You won't be able to install this on a shared host.
-
@uziiuzair yeah... I agree to that... But then, it'll be more efficient as well... And there are cheap cloud services as well...
-
This is a great idea. It's good you moved it to Laravel so others could contribute easily. I will see what I can add too.
-
This sounds cool, I will also have a look around. Maby I can help.
I was curious on using Laravel for a while too, so maby it will also help me get to know the framework better :) -
@fade2blak Hahahahaha. I'm still considering Node JS however, only once I am done with the PHP version. Ive been too lazy to complete it.
I have been working on a project I call Pipelines. The idea behind the project is that it will be a centralized dashboard for you to receive Webhooks on.
I have been working on a project I call Pipelines. The idea behind the project is that it will be a centralized dashboard for you to receive Webhooks on.