PHPackages                             entanet/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. [API Development](/categories/api)
4. /
5. entanet/rest-now

ActiveLibrary[API Development](/categories/api)

entanet/rest-now
================

A simple service-now rest client

3.0.0(1y ago)04.9k3MITPHP

Since Sep 5Pushed 1y ago11 watchersCompare

[ Source](https://github.com/Entanet/rest-now)[ Packagist](https://packagist.org/packages/entanet/rest-now)[ RSS](/packages/entanet-rest-now/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (5)Versions (33)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

41

—

FairBetter than 89% of packages

Maintenance37

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community19

Small or concentrated contributor base

Maturity73

Established project with proven stability

 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

Every ~101 days

Recently: every ~139 days

Total

23

Last Release

572d ago

Major Versions

0.7.2 → 1.0.02020-03-31

1.0.0 → 2.02022-11-16

2.5.2 → 3.0.02024-10-21

### Community

Maintainers

![](https://www.gravatar.com/avatar/6546fb2ad80a5dca7970363700647c34b8ae058527ff2569439089f27b2a868b?d=identicon)[mark-jones-entanet](/maintainers/mark-jones-entanet)

---

Top Contributors

[![DavidLarsMillerCityFibre](https://avatars.githubusercontent.com/u/125903942?v=4)](https://github.com/DavidLarsMillerCityFibre "DavidLarsMillerCityFibre (23 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 (11 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 (4 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/entanet-rest-now/health.svg)

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

###  Alternatives

[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[convertkit/convertkitapi

Kit PHP SDK for the Kit API

2167.1k1](/packages/convertkit-convertkitapi)[mapado/rest-client-sdk

Rest Client SDK for hydra API

1125.9k2](/packages/mapado-rest-client-sdk)

PHPackages © 2026

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