PHPackages                             scalify/puppet-master-client-laravel - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. scalify/puppet-master-client-laravel

AbandonedArchivedLibrary[API Development](/categories/api)

scalify/puppet-master-client-laravel
====================================

Laravel package providing a client library for the puppet-master HTTP API

1.0.0(7y ago)075Apache-2.0PHPPHP &gt;=7.0

Since Aug 21Pushed 7y agoCompare

[ Source](https://github.com/Scalify/puppet-master-client-php-laravel)[ Packagist](https://packagist.org/packages/scalify/puppet-master-client-laravel)[ Docs](https://docs.puppet-master.io)[ RSS](/packages/scalify-puppet-master-client-laravel/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependencies (3)Versions (2)Used By (0)

puppet-master-client-php-laravel
================================

[](#puppet-master-client-php-laravel)

Laravel package for the PHP client of the [puppet-master.io](https://puppet-master.io) public API.

Puppet-master makes the execution of website interactions super simple by abstracting the code execution behind a HTTP API, scheduling the job for you in a scalable manner. For more information please head over to the [puppet-master docs](https://docs.puppet-master.io).

installation
------------

[](#installation)

```
composer require scalify/puppet-master-client-laravel:~1.0
```

populate the config
-------------------

[](#populate-the-config)

```
php artisan vendor:publish --provider="Scalify\PuppetMaster\ServiceProvider"
```

example usage
-------------

[](#example-usage)

```
