helmutschneider / swish-php

PHP-wrapper for the Swish merchant api
MIT License
39 stars 19 forks source link

Publish to Packagist #15

Open Livijn opened 5 years ago

Livijn commented 5 years ago

We should publish this package to Packagist so you can easily require this via composer, e.g.: composer require helmutschneider/swish-php.

helmutschneider commented 5 years ago

Good idea. Do you know what kind of stability requirements Packagist has? I'm not really confident in calling this "stable" 😀

Livijn commented 5 years ago

I would suggest just versioning this as 0.1 which implicates a "not-so-stable" release 🤠

Livijn commented 4 years ago

Any update? Should just take a couple of minutes ✌️

oakleaf commented 3 years ago

Any update on this?

tarreislam commented 3 years ago

I have made my own wrapper for swish.

Well, its a wrapper for laravel, I could decouple the package if you guys want.

packagist:

https://packagist.org/packages/tarre/laravel-swish

source code

https://github.com/tarreislam/laravel-swish

tarreislam commented 3 years ago

Since they are no docs yet, you can check out the tests to get an idea of how to implement into your laravel apps

https://github.com/tarreislam/laravel-swish/tree/master/tests/Client

MPV commented 2 years ago

Maybe you’re already aware, but it seems like @mladjom already has published his fork of this repo (https://github.com/mladjom/swish-php) to packagist (with currently about 5000 installs so far): https://packagist.org/packages/helmutschneider/swish-php

dhedberg commented 2 years ago

I sent @mladjom a message to see if we can maybe point that one back here instead

mladjom commented 2 years ago

I pointed it back to main repository.

dhedberg commented 2 years ago

@mladjom @helmutschneider It would be nice if we could get the auto-updating to work on packagist.

This might require that @mladjom transfers the maintainer status in packagist to @helmutschneider, if possible.