Skip to content

Releases: Lewiscowles1986/rfc1867

PHP 5 Deprecated

17 Feb 11:49
Compare
Choose a tag to compare

All releases from this point forward will target PHP 7 Runtime

  • moved guzzle dependency to dev only
  • removed submit method (there was no point in having this)
  • updated class diagram

PHP 5.4 Deprecated

17 Feb 07:24
Compare
Choose a tag to compare
  • Bumps minimum PHP version to 5.6
  • Fixes validation errors in composer.json

Cleanup API

17 Feb 05:55
Compare
Choose a tag to compare
  • NodeInterface altered to include public function setContentDisposition(string $disposition);
  • NodeInterface more strictly enforced
  • Envelope item exists moved from FormBody to Envelope

Packagist Patch

10 Jul 23:02
Compare
Choose a tag to compare

Just patches composer.json for Packagist

Initial Stable Release

10 Jul 22:52
Compare
Choose a tag to compare

So as with all initial releases this could be better

What we have:

  • Unit-tests (covers rfc1867 example cases)
  • Ability to send in streams (so currently application responsible for binary format of stream)
  • Relatively low dependencies

What we need:

  • Less concrete dependencies
  • More Interfaces for better division of workload
  • More modular structure (so that future RFC work can be absorbed by this library)