ActiveCampaign / activecampaign-api-php

MIT License
115 stars 76 forks source link

Update composer instructions to modern norms #95

Closed tnorthcutt closed 6 years ago

bartboy011 commented 6 years ago

@tnorthcutt Take a look at our develop branch. There are a ton of changes we've got in the works, and the final step will be a complete and total overhaul of the README to use modern explanations of composer. The current master branch version of this wrapper is designed to be used both on servers that do and don't support Composer and so the README has been left to reflect that. The new version when released will treat this wrapper as purely a Composer dependency.

tnorthcutt commented 6 years ago

@bartboy011 sounds great, thank you. Is the develop branch of this repo what the v3 wrapper will be based on, or is that separate entirely?

bartboy011 commented 6 years ago

The v3 wrapper will be its own entity entirely. We've been using it internally to work out the kinks but a public release should be coming soon!

tnorthcutt commented 6 years ago

👏 awesome, great to see active development on this. I'd be happy to help test as soon as you're ready for outside eyes.

bartboy011 commented 6 years ago

Great, thank you! And yes, this wrapper fell off the roadmap for awhile but we're recommitted to keeping it in good condition. The develop branch can currently be used by requiring the dev-develop version from Packagist - https://packagist.org/packages/activecampaign/api-php#dev-develop. Keep in mind that it's still very much a beta and has many breaking changes.

Edit: the develop branch of this repo, not the v3, sorry for any confusion there.