PHPackages                             lifo/php-cisco-ise - 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. lifo/php-cisco-ise

ActiveLibrary[API Development](/categories/api)

lifo/php-cisco-ise
==================

Cisco Identity Services Engine REST API Client

v2.0(10mo ago)098[1 issues](https://github.com/lifo101/php-cisco-ise/issues)MITPHPPHP &gt;=8.1

Since Sep 22Pushed 10mo ago1 watchersCompare

[ Source](https://github.com/lifo101/php-cisco-ise)[ Packagist](https://packagist.org/packages/lifo/php-cisco-ise)[ RSS](/packages/lifo-php-cisco-ise/feed)WikiDiscussions master Synced today

READMEChangelog (1)Dependencies (1)Versions (5)Used By (0)

Cisco Identity Engine REST Client
=================================

[](#cisco-identity-engine-rest-client)

Interface with the Cisco Identity Engine REST API.

Example
-------

[](#example)

```
use Lifo\CiscoISE\CiscoISEClient;

$ise = new CiscoISEClient('hostname', 'user', 'pass');
// or multiple hosts for failover (will detect the primary node)
// $ise = new CiscoISEClient(['hostname1', 'hostname2'], 'user', 'pass');

$ep = $ise->findEndPoint('0000.0000.0002');

$policy = $ise->getAncPolicy('Blacklist');

$ep = $this->ise->createEndPoint([
    'mac'         => '0000.0000.0002',
    'description' => 'Jason Test ' . time(),
], true);

$ep->setDescription('Hello World ' . time());
$ise->updateEndPoint($ep);

$dev = $ise->findNetworkDevice('search string');
```

###  Health Score

36

—

LowBetter than 79% of packages

Maintenance53

Moderate activity, may be stable

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

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 ~473 days

Total

4

Last Release

324d ago

Major Versions

v1.2 → v2.02025-08-12

PHP version history (2 changes)v1.0PHP &gt;=7.1

v2.0PHP &gt;=8.1

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/367337?v=4)[Jason M](/maintainers/lifo101)[@lifo101](https://github.com/lifo101)

---

Top Contributors

[![lifo101](https://avatars.githubusercontent.com/u/367337?v=4)](https://github.com/lifo101 "lifo101 (6 commits)")

### Embed Badge

![Health badge](/badges/lifo-php-cisco-ise/health.svg)

```
[![Health](https://phpackages.com/badges/lifo-php-cisco-ise/health.svg)](https://phpackages.com/packages/lifo-php-cisco-ise)
```

###  Alternatives

[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.5k5.9M733](/packages/sylius-sylius)[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k17.9M388](/packages/easycorp-easyadmin-bundle)[symfony/security-http

Symfony Security Component - HTTP Integration

1.7k177.2M376](/packages/symfony-security-http)[api-platform/core

Build a fully-featured hypermedia or GraphQL API in minutes!

2.6k51.2M335](/packages/api-platform-core)[craftcms/cms

Craft CMS

3.6k3.6M3.0k](/packages/craftcms-cms)[api-platform/symfony

Symfony API Platform integration

384.5M126](/packages/api-platform-symfony)

PHPackages © 2026

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