albeebe / PHP-FindMyiPhone

PHP class to locate, play sounds, and lock iOS devices
Other
79 stars 49 forks source link

Packaging for composer / packagist #11

Open joostfaassen opened 7 years ago

joostfaassen commented 7 years ago

Hi @albeebe, nice work on this project!

I hope you'll consider this PR which enables your library to be used through composer and be submitted to packagist.org. This way other projects can more easily use your code in their projects.

Changes:

I've tested and can confirm that the example works as before.

If you choose to accept this PR, please go to packagist.org and submit this package. This way other projects can pull in this code through composer.

Let me know if there's any suggestions or questions! Joost

MrLuit commented 7 years ago

Why use composer instead of just one class file? I really don't see how this would be useful. It's only one simple file.