PHPackages                             ohtarr/service-now-model - 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. ohtarr/service-now-model

ActiveLibrary

ohtarr/service-now-model
========================

PHP7 Laravel5 component to connect to ServiceNow Table API

55.4kPHP

Since Sep 9Pushed 4y ago1 watchersCompare

[ Source](https://github.com/ohtarr/service-now-model)[ Packagist](https://packagist.org/packages/ohtarr/service-now-model)[ RSS](/packages/ohtarr-service-now-model/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

ServiceNowModel
===============

[](#servicenowmodel)

A laravel Model to access service now table api

You are nutz if you use this...ABSolutELY MENtal!:+1:

Requires Laravel 5.x and GuzzleHttp

How to use :

Set the following variables in your laravel .env file:

```
'SNOWBASEURL' = https://yourcompany.service-now.com/api/now/v1/table
'SNOWUSERNAME' =
'SNOWPASSWORD' =

```

Create a new model in your Laravel App folder PER table and set $table. Example:

**ServiceNowIncident.php**\*\*\*\*\*\*

```
