A Simple Linode SDK built for Laravel with @JustSteveKing laravel-transporter package

Related tags

Miscellaneous linode
Overview

linode client

Latest Version on Packagist GitHub Tests Action Status GitHub Code Style Action Status Total Downloads


A Simple Linode client built for Laravel with @JustSteveKing laravel-transporter package


Installation

You can install the package via composer:

composer require samuelmwangiw/linode

You can publish and run the migrations with:

php artisan vendor:publish --provider="SamuelMwangiW\Linode\LinodeServiceProvider" --tag="linode-migrations"
php artisan migrate

You can publish the config file with:

php artisan vendor:publish --provider="SamuelMwangiW\Linode\LinodeServiceProvider" --tag="linode-config"

This is the contents of the published config file:

return [
];

Usage

 

Testing

composer test

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

The MIT License (MIT). Please see License File for more information.

Comments
Releases(v2.1.3)
  • v2.1.3(Sep 27, 2022)

    What's Changed

    • Add IP Address checks by @SamuelMwangiW in https://github.com/SamuelMwangiW/linode/pull/7

    Full Changelog: https://github.com/SamuelMwangiW/linode/compare/v2.1.2...v2.1.3

    Source code(tar.gz)
    Source code(zip)
  • v2.1.2(Sep 27, 2022)

    • Fixed
    • Fixed Class "LinodeServiceProvider" not found error in 98347d235d44fbbe84558184af316b0a13d66516 Full Changelog: https://github.com/SamuelMwangiW/linode/compare/v2.1.1...v2.1.2
    Source code(tar.gz)
    Source code(zip)
  • v2.1.1(Sep 23, 2022)

    Allow config('linode.token') to be a callback in e0e6a16193efc25f081546177cfce08f7c94e33d

    Full Changelog: https://github.com/SamuelMwangiW/linode/compare/v2.1.0...v2.1.1

    Source code(tar.gz)
    Source code(zip)
  • v2.1.0(Sep 23, 2022)

    • Remove static from methods in SamuelMwangiW\Linode\Linode.__callStatic has been introduced to avoid breaking changes.
    • To use the same behaviour, it is now recommended to use the Facade instead SamuelMwangiW\Linode\Facades\Linode

    Full Changelog: https://github.com/SamuelMwangiW/linode/compare/v2.0.0...v2.1.0

    Source code(tar.gz)
    Source code(zip)
  • v2.0.0(Sep 23, 2022)

    What's Changed

    • Bump dependabot/fetch-metadata from 1.3.1 to 1.3.3 by @dependabot in https://github.com/SamuelMwangiW/linode/pull/3
    • Switch to Saloon by @SamuelMwangiW in https://github.com/SamuelMwangiW/linode/pull/4
    • Added Phpstan by @SamuelMwangiW in https://github.com/SamuelMwangiW/linode/pull/5
    • Update Docs by @SamuelMwangiW in https://github.com/SamuelMwangiW/linode/pull/6

    Full Changelog: https://github.com/SamuelMwangiW/linode/compare/v1.0.0...v2.0.0

    Source code(tar.gz)
    Source code(zip)
  • v1.0.0(May 2, 2022)

  • v0.1.1(May 2, 2022)

    What's Changed

    • Bump actions/checkout from 2 to 3 by @dependabot in https://github.com/SamuelMwangiW/linode/pull/2

    New Contributors

    • @dependabot made their first contribution in https://github.com/SamuelMwangiW/linode/pull/2

    Full Changelog: https://github.com/SamuelMwangiW/linode/compare/v0.1.0...v0.1.1

    Source code(tar.gz)
    Source code(zip)
  • v0.1.0(Nov 17, 2021)

    created_by column in the imageDTO can be null for private images that were created as a result of deleting a Linode.

    Linodes does not delete the disk immediately

    Full Changelog: https://github.com/SamuelMwangiW/linode/compare/v0.0.5...v0.1.0

    Source code(tar.gz)
    Source code(zip)
  • v0.0.5(Oct 27, 2021)

  • v0.0.4(Oct 27, 2021)

    What's Changed

    • Update LinodeRequest.php by @SamuelMwangiW in https://github.com/SamuelMwangiW/linode/pull/1

    New Contributors

    • @SamuelMwangiW made their first contribution in https://github.com/SamuelMwangiW/linode/pull/1

    Full Changelog: https://github.com/SamuelMwangiW/linode/compare/v0.0.3...v0.0.4

    Source code(tar.gz)
    Source code(zip)
  • v0.0.3(Oct 27, 2021)

  • v0.0.2(Oct 27, 2021)

  • v0.0.1(Oct 27, 2021)

Owner
Samuel Mwangi
DevOps Engineer
Samuel Mwangi
Laravel Integration for Switchover PHP SDK. Feature Toggle Management made easy.

Switchover Laravel Integration Switchover Switchover is a Software-As-A-Service for managing feature toggles (aka switches, flags or feature flips) in

Switchover 6 Nov 6, 2022
CloudConvert PHP SDK

cloudconvert-php This is the official PHP SDK v3 for the CloudConvert API v2. For API v1, please use v2 branch of this repository. Install To install

null 207 Dec 26, 2022
PHP SDK For paydirectly

Paydirectly SDK for PHP PHP library for paydirectly API. Installation The recommended way to install paydirectly-php is through Composer: composer req

Asad Ali 3 Sep 14, 2021
Community-created, unofficial PHP SDK for the Skynet Decentralized Internet Network. siasky.net

Skynet PHP SDK This SDK is a community-created, unofficial SDK in PHP for the Skynet Decentralized Internet Network. It is taken as primarily a port f

Derrick Hammer 4 Dec 26, 2022
CPAY is a sdk that encapsulates the Orange Money api with an intuitive syntax allowing you to integrate the Orange Money payment into your PHP project.

CPAY CHOCO PAY is a sdk that encapsulates the Orange Money api with an intuitive syntax allowing you to integrate the Orange Money payment into your P

faso-dev 1 Oct 26, 2022
An unofficial PHP SDK for Deepgram's API.

An unofficial PHP SDK for Deepgram's audio transcription API. Getting Started Grab src/deepgram.php and include it in your project. Then: $deepgram =

Christopher Finke 1 May 3, 2022
Secure package for WP CLI, built to provide an easier way of securing your WordPress installation

wp-cli/secure-command Official website: Hackthewp.com Manages common security aspects of WordPress. Supports nginx and Apache. Basic Usage This packag

Igor Hrcek 68 Dec 27, 2022
Use php-fpm as a simple built-in async queue

PHP-FPM Async Queue Use php-fpm as a simple built-in async queue. Based on interoperable queue interfaces Queue Interop. Usage composer makasim/php-fp

Max Kotliar 111 Nov 19, 2022
Simple async lowlevel ICMP (ping) messaging library built on top of React PHP

clue/icmp-react Simple async lowlevel ICMP (ping) messaging library built on top of react Usage Once clue/icmp-react is installed, you can run any of

Christian Lück 13 Jun 10, 2022
Tiny, fast and simple PHP boilerplate built on top of FlightPHP

BlessPHP Tiny, fast and simple PHP boilerplate built on top of FlightPHP. Good enough to use as skeleton for prototypes and some pet-projects. The nam

Anthony Axenov 2 Sep 20, 2022
salah eddine bendyab 18 Aug 17, 2021
A collection of open source projects built using Laravel.

Open Laravel A repository of open source projects built using Laravel. Getting Started Clone the project repository by running the command below if yo

Chimezie Enyinnaya 111 Dec 12, 2022
Laravel & Solana Phantom wallet example built with Bootstrap, JQuery. App connects to Phantom wallet and fetching publicKey and balance information.

Phantom Wallet Authentication Example Laravel & Solana ($SOL) Phantom wallet example built with Bootstrap, JQuery. This is a Web 3.0 app that connects

Solanacraft 3 Oct 19, 2022
a hub for American soccer clubs of all levels, built with Laravel and Vue 3

About Laravel Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experie

Leon Djusberg 0 Aug 30, 2022
this starter kite inspired by laravel & Geo and mvc pattern. it's wrap for Wordpress built in classes.

WordpressStarterKite Introduction Built With Prerequisite Directory Structure Guidelines Getting Started Authors Introduction this starter kite inspir

Omar Hossam Eldin Kandil 7 Aug 24, 2022
Bug bounty tools built in PHP to help penetration tester doing the job

BugBountyTools-PHP Bug bounty tools built in PHP to help penetration tester doing the job Website who using this script: KitaBantu Soon! 403 Bypasser

Muhammad Daffa 7 Aug 17, 2022
Tutorial app which is built in the tutorial

Nextcloud App Tutorial This is the tutorial app which shows how to develop a very simple notes app. Try it To install it change into your Nextcloud's

Nextcloud 43 Dec 2, 2022
A Symfony bundle built to schedule/consume repetitive tasks

Daily runs Code style Infection PHPUnit Rector Security Static analysis A Symfony bundle built to schedule/consume repetitive tasks Main features Exte

Guillaume Loulier 98 Jan 4, 2023