Yermo / geoPHPwithFeatures

Advanced geometry operations in PHP with Features Data
Other
5 stars 4 forks source link

Register fork on Packagist #17

Open amenk opened 6 years ago

amenk commented 6 years ago

Did you think about registering the fork on an own namespace on Packagist ?

Yermo commented 6 years ago

I am not familiar with Packagist. What is it?

amenk commented 6 years ago

It's the central registration of composer packages. https://packagist.org ..

To be done: 1) Register on packagist for example as yermo 2) Change package namespace in composer.json to yermo i.e.

"name": "yermo/geophp-with-features",

3) Submit the package on packagist 4) [optional] register service hook as they show on packagist, so the package is auto updated on merges / pushes

Long story short: everybody can install the package using composer require yermo/geophp-with-features

instead of the need to add the repository.

Thanks for the fork by the way :-)

Yermo commented 6 years ago

Oh. Right. Gotcha.

I've been very slow to adopt composer over here but I should join the 21st century at some point. Thanks for the suggestion.

It's cool to see someone using this library. If you run into any problems or have any suggestions, let me know.

acorncom commented 6 years ago

I'm interested in the above as well. I've got a few tweaks to make to the output of GeoJSON that I'll send over in a PR, but these changes are quite useful on my end too ...

acorncom commented 1 year ago

@Yermo any interest in registering on Packagist? I continue to use your updates on a project, would love to switch to using a registry with published assets vs pulling off of our Github fork of your project ...

Yermo commented 1 year ago

@acorncom Thanks for the reminder. I had completely forgotten to do this. I've submitted it. If you would. please check that it works.