PHPackages                             numeno/api-persona - 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. numeno/api-persona

ActiveLibrary[API Development](/categories/api)

numeno/api-persona
==================

\### Introduction Use the Numeno Persona API to create and manage \*\*Personas\*\*. Evolving a Persona over time is dead-simple: \[create a Persona\](create-persona), then send natural-language descriptions of your users’ in-app activities to the Persona API. Under the hood, we create a rich set of models of the system that evolve over time. Then, ask Numeno to personalize some part of your experience using the Persona. Numeno will use our models to tailor your software to each user’s unique preferences and habits, allowing you to dynamically adjust your offerings. For example, connect a Persona to the \*\*\[Numeno Article Recommender API\](https://numeno.ai/wp-content/uploads/docs/artrec/numeno-article-recommender-api)\*\* to generate \*\*Article Feeds\*\* that evolve over time as your Persona evloves with user interaction. Personas are not limited to modelling users. Posts in a social environment, articles or topics on a content platform, a screen or widget in your UI, a product in your inventory - groups of any of these things – Personas can evolve models of anything in your system! Get creative!

00PHP

Since Dec 17Pushed 1y agoCompare

[ Source](https://github.com/numenoai/apis-php-persona)[ Packagist](https://packagist.org/packages/numeno/api-persona)[ RSS](/packages/numeno-api-persona/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

NumenoAPI-php
=============

[](#numenoapi-php)

### Introduction

[](#introduction)

Use the Numeno Persona API to create and manage **Personas**.

Evolving a Persona over time is dead-simple: [create a Persona](docs/Api/DefaultApi#createpersona), then send natural-language descriptions of your users’ in-app activities to the Persona API. Under the hood, we create a rich set of models of the system that evolve over time. Then, ask Numeno to personalize some part of your experience using the Persona. Numeno will use our models to tailor your software to each user’s unique preferences and habits, allowing you to dynamically adjust your offerings.

For example, connect a Persona to the **[Numeno Article Recommender API](https://numeno.ai/wp-content/uploads/docs/artrec/numeno-article-recommender-api)** to generate **Article Feeds** that evolve over time as your Persona evloves with user interaction.

Personas are not limited to modelling users. Posts in a social environment, articles or topics on a content platform, a screen or widget in your UI, a product in your inventory - groups of any of these things – Personas can evolve models of anything in your system! Get creative!

For more information, please visit .

Installation &amp; Usage
------------------------

[](#installation--usage)

### Requirements

[](#requirements)

PHP 7.4 and later.

### Composer

[](#composer)

To install the bindings via [Composer](https://getcomposer.org/), add the following to `composer.json`:

```
{
  "minimum-stability": "dev",
  "require": {
    "numeno/api-persona": "dev-main"
  }
}
```

Then run `composer install`

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

[](#getting-started)

Please follow the [installation procedure](#installation--usage) and then run the following:

```
