PHPackages                             mikebywater/rest-now - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. mikebywater/rest-now

ActiveLibrary[HTTP &amp; Networking](/categories/http)

mikebywater/rest-now
====================

A simple service-now rest client

0.1(7y ago)01584[1 PRs](https://github.com/mikebywater/rest-now/pulls)MITPHP

Since Sep 5Pushed 2y ago1 watchersCompare

[ Source](https://github.com/mikebywater/rest-now)[ Packagist](https://packagist.org/packages/mikebywater/rest-now)[ RSS](/packages/mikebywater-rest-now/feed)WikiDiscussions master Synced today

READMEChangelog (1)Dependencies (6)Versions (2)Used By (0)

Getting Started
---------------

[](#getting-started)

[![Codacy Badge](https://camo.githubusercontent.com/ca4f275eb068b65cdfd6416e8910249c11dad66c717f62e55dc45608fcac9155/68747470733a2f2f6170692e636f646163792e636f6d2f70726f6a6563742f62616467652f47726164652f6230396566663466633365323432303261666434623436316233623536343937)](https://app.codacy.com/app/mikebywater/rest-now?utm_source=github.com&utm_medium=referral&utm_content=mikebywater/rest-now&utm_campaign=Badge_Grade_Dashboard)

Install via composer

` composer require entanet/rest-now`

### Configuration

[](#configuration)

Configuration is done via the config class

```
$config = new \Now\Client\Config();

$config->base_uri = "https://instance-name.service-now.com";
$config->client_id = '0xx000xxx00';
$config->client_secret  = 'client_secret';
$config->username = "my.email@gmail.com";
$config->password = 'secret_password';
```

a second config class can be used to set decide if incremental retry is on, if so the http max retries and max delay in second values, however to ensure rest-now does not break, some default values have been included in the auth class in some CONST variables

```
http_client.incremental_retry_is_active
http_client.max_delay_between_retries_in_seconds
http_client.max_retries
...

### Authentication
```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community17

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 Bus Factor2

2 contributors hold 50%+ of commits

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

2805d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/f10e79dac4abaf48fd84299d1b10e9dd6ce0d170039b7fed9b5e197c9f63ca1a?d=identicon)[mikebywater](/maintainers/mikebywater)

---

Top Contributors

[![DavidLarsMillerCityFibre](https://avatars.githubusercontent.com/u/125903942?v=4)](https://github.com/DavidLarsMillerCityFibre "DavidLarsMillerCityFibre (20 commits)")[![oleshchss](https://avatars.githubusercontent.com/u/127214429?v=4)](https://github.com/oleshchss "oleshchss (14 commits)")[![WilliamOlding6](https://avatars.githubusercontent.com/u/35101512?v=4)](https://github.com/WilliamOlding6 "WilliamOlding6 (10 commits)")[![LB-CF](https://avatars.githubusercontent.com/u/122362055?v=4)](https://github.com/LB-CF "LB-CF (8 commits)")[![calum-jameson](https://avatars.githubusercontent.com/u/42770244?v=4)](https://github.com/calum-jameson "calum-jameson (6 commits)")[![mikebywater](https://avatars.githubusercontent.com/u/3317281?v=4)](https://github.com/mikebywater "mikebywater (5 commits)")[![EntanetTomLloyd](https://avatars.githubusercontent.com/u/1703528?v=4)](https://github.com/EntanetTomLloyd "EntanetTomLloyd (1 commits)")[![codacy-badger](https://avatars.githubusercontent.com/u/23704769?v=4)](https://github.com/codacy-badger "codacy-badger (1 commits)")

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/mikebywater-rest-now/health.svg)

```
[![Health](https://phpackages.com/badges/mikebywater-rest-now/health.svg)](https://phpackages.com/packages/mikebywater-rest-now)
```

###  Alternatives

[spatie/crawler

Crawl all internal links found on a website

2.8k16.3M52](/packages/spatie-crawler)[akamai-open/edgegrid-client

Implements the Akamai {OPEN} EdgeGrid Authentication specified by https://developer.akamai.com/introduction/Client\_Auth.html

482.5M6](/packages/akamai-open-edgegrid-client)[muhammadhuzaifa/telescope-guzzle-watcher

Telescope Guzzle Watcher provide a custom watcher for intercepting http requests made via guzzlehttp/guzzle php library. The package uses the on\_stats request option for extracting the request/response data. The watcher intercept and log the request into the Laravel Telescope HTTP Client Watcher.

98239.8k1](/packages/muhammadhuzaifa-telescope-guzzle-watcher)[huaweicloud/huaweicloud-sdk-php

Huawei Cloud SDK for PHP

1829.2k2](/packages/huaweicloud-huaweicloud-sdk-php)[lesstif/confluence-rest-api

Confluence REST API Client for PHP Users.

1713.3k](/packages/lesstif-confluence-rest-api)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
