Skip to content

Releases: dutchie027/vultr-php

Readme missing from Packagist

05 Jan 23:06
65d83d3
Compare
Choose a tag to compare

Packagist seems to have misplaced my Readme somehow. Trying to see if changing and removing some tags helps this.

Near Completion - More Libraries

05 Jan 22:54
Compare
Choose a tag to compare

The library now includes classes for all API endpoint(s) with the exception of:

  • Bare Metal
  • Instances
  • Load Balancers
  • Reserved IPs

Instances is near completion and should be available within a few days.

More Libraries

19 Dec 02:54
Compare
Choose a tag to compare

The library now has the following classes (strikethrough denotes not fully completed yet):

  • Account
  • API
  • Backups
  • BareMetal
  • BlockStorage
  • DNS
  • Firewalls
  • Instances
  • ISO
  • LoadBalancers
  • ObjectStorage
  • OperatingSystems
  • Plans
  • PrivateNetworks
  • Regions
  • ReservedIPs
  • Snapshots
  • SSHKeys
  • StartupScripts
  • Users

All Frameworks In Place

18 Dec 22:34
Compare
Choose a tag to compare
  • All framework (/src) classes are now in place
  • Linked all frameworks to the API class
  • Added and finalized all CONST URLs
  • Enough is in place to further create another release
  • Classes Finalized
    • Account
    • API
    • Backups
    • BlockStorage
    • ObjectStorage
    • Regions

TODO

  • Finalize the remainder frameworks
    • BareMetal
    • DNS
    • Firewalls
    • Instances
    • ISO
    • LoadBalancers
    • OperatingSystems
    • Plans
    • PrivateNetworks
    • ReservedIPs
    • Snapshots
    • SSHKeys
    • StartupScripts
    • Users
  • Test remainder frameworks

Object Storage & Documentation

18 Dec 20:37
Compare
Choose a tag to compare
  • Includes \ObjectStore class
  • Documents every library
  • Code Clean up A Bit

Pre-Release so composer works

18 Dec 04:34
Compare
Choose a tag to compare

It seems composer and packagist don't like "alpha" releases when you do a require so I'm going to tag this 1.0.0 but iterate on it over the next week and hope to get a more stable version out.

Initial Release

18 Dec 04:32
Compare
Choose a tag to compare

Core functionality of connecting to the API actually works. I wanted to get something out so it could be further tested. There is a lot of work to do still...