Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

any chance of adding this to composer? #7

Closed
vesper8 opened this issue Jul 16, 2014 · 2 comments
Closed

any chance of adding this to composer? #7

vesper8 opened this issue Jul 16, 2014 · 2 comments

Comments

@vesper8
Copy link

vesper8 commented Jul 16, 2014

could not find package on packagist.org

would be really helpful if you added it as it seems to be a better package than current alternatives.

please consider it.. thanks much and keep up the fine work!

@IBurn36360
Copy link
Owner

I have briefly looked into adding Composer compatibility and honestly had thought that the .json file I added would suffice. I'll have to install a Composer installation on my machine in order to get everything working properly and that will require me to get OpenSSL working on a client Windows machine (Tried to get Linux installed on a Laptop...bad things happened in BIOS). In the meantime, you can actually include the file as a library asset (As you would any library of functions) as an include or require by following the installation instructions and any normal IDE will pick up on the functions inside of the class.

I do apologize if this is an inconvenience to you and once I get some free time where I want to try getting Composer to work on Windows again, I will seriously look at it. It has been mentioned a few times and it has been heard, just not really tested per-say.

  • Anthony 'IBurn36360' Diaz

@vesper8
Copy link
Author

vesper8 commented Jul 17, 2014

hey thanks! I didn't know you could install packages that aren't on packagist.org. It didn't work after I just added

"require": { "IBurn36360/Twitch_Interface": "dev-master", }

but after I also added
"repositories": [ { "type": "vcs", "url": "https://github.com/IBurn36360/Twitch_Interface", "branch": "master" } ],

Then it installed it!

Well I guess you're only a short ways away from publishing it on packagist. I'm happy I'll be able to enjoy it and get the updates easily now.. will let you know if I have anything else to report. Thanks!

@vesper8 vesper8 closed this as completed Jul 17, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants