Releases: dutchie027/vultr-php
Releases · dutchie027/vultr-php
Readme missing from Packagist
Packagist seems to have misplaced my Readme somehow. Trying to see if changing and removing some tags helps this.
Near Completion - More Libraries
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
The library now has the following classes (strikethrough denotes not fully completed yet):
- Account
- API
- Backups
BareMetal- BlockStorage
DNS- Firewalls
InstancesISOLoadBalancers- ObjectStorage
- OperatingSystems
- Plans
PrivateNetworks- Regions
ReservedIPsSnapshotsSSHKeysStartupScripts- Users
All Frameworks In Place
- 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
- Includes \ObjectStore class
- Documents every library
- Code Clean up A Bit
Pre-Release so composer works
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
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...