85

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.

Project Type
Existing open source project
Summary

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.

Description
A little history behind the project: I started this project after I had started outsourcing many bits and pieces of my new company to services like Mailgun, Mailchimp, Customer.io and so on. Initially I tried finding a saas where I would be able to receive Webhooks posts too. Not being able to find one and after realizing how big of a security problem it could become in the future, I decided to code the platform for all my services. I have already created a lot of the platform and decided today that I would be open sourcing the project if I get some collaborators. The project is in PHP.
Tech Stack
PHP
Current Team Size
3+
URL
Comments
  • 3
    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
  • 1
    Can't find the repository at your github Profile 😕
  • 1
    @clay oh I forgot to publish it! Give me a sec 😂
  • 0
  • 0
    @jckimble you can check it out now! :d
  • 0
    @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 :)
  • 0
    @clay I'm considering a framework. I wanted to try out the project on my own before I went with a framework actually
  • 1
    Definitely gonna take a look at your github
  • 3
    Update: I will be moving this project to Laravel! (after someone recommended it to me)
  • 3
    @uziiuzair laravel is a solid choice 👌🏻
  • 0
    Where's your readme.md ? Could you upload one to your github explaining the basics of how your system works ?
  • 0
    @gummy of course! I'll do so in a day :)
  • 1
    @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
  • 2
    This song needs a "Composer"
  • 0
    This project is up for contributions!!! 😁😁
  • 1
    @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. 👍👍
  • 0
  • 0
    This can be touched up with composer to ease of boilerplate
  • 2
    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...
  • 1
    @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.
  • 1
    @uziiuzair yeah... I agree to that... But then, it'll be more efficient as well... And there are cheap cloud services as well...
  • 2
    @aayusharyan I'll consider nodejs after were done with the php version :D
  • 1
    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.
  • 1
    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 :)
  • 1
    You had me right up until the PHP.
  • 0
    @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.
Add Comment