PHPackages                             lamarus/stormpath-artisan - 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. lamarus/stormpath-artisan

AbandonedArchivedLibrary[API Development](/categories/api)

lamarus/stormpath-artisan
=========================

Commands to communicate with the Stormpath API

0.1.0(13y ago)19MITPHPPHP &gt;=5.3.0

Since Jun 27Pushed 13y ago1 watchersCompare

[ Source](https://github.com/bretterer/laravel-stormpath-artisan)[ Packagist](https://packagist.org/packages/lamarus/stormpath-artisan)[ RSS](/packages/lamarus-stormpath-artisan/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (2)Versions (2)Used By (0)

This Laravel 4 package provides a variety of commands to help you in development communicate with the Stormpath API. These commands include:

- `stormpath:application`
- `stormpath:accounts` &lt;-- Coming Soon
- `stormpath:groups` &lt;-- Coming Soon
- `stormpath:directory`

Installation
------------

[](#installation)

Begin by installing this package through Composer. Edit your project's `composer.json` file to require `lamarus/stormpath-artisan`.

```
"require": {
	"laravel/framework": "4.0.*",
	"lamarus/stormpath-artisan": "dev-master"
}

```

Next, update Composer from the Terminal:

```
composer update

```

Once this operation completes, the next step is to add the service provider. Open `app/config/app.php`, and add a new item to the providers array.

```
'Lamarus\StormpathArtisan\StormpathArtisanServiceProvider'

```

The final step for setting up the Stormpath commands is to publish the config so you can set your key and secret. Run the following from the Terminal:

```
php artisan config:publish lamarus/stormpath-artisan

```

After you have done this go to `app/config/packages/lamarus/stormpath-artisan` and edit the `config.php` file to include your key and secret.

That's it! You're all set to go. Run the `artisan` command from the Terminal to see the new `stormpath` commands.

```
php artisan

```

FAQ
---

[](#faq)

Q. HELP! Im getting an eror when running php artisan stormpath: `"Call to a member function get() on a non-object"`

A. Make sure you run `php artisan config:publish lamarus/stormpath-artisan` and include your key and secret in `app/config/packages/lamarus/stormpath-artisan/config.php`

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 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

Unknown

Total

1

Last Release

4753d ago

### Community

Maintainers

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

---

Top Contributors

[![bretterer](https://avatars.githubusercontent.com/u/1906920?v=4)](https://github.com/bretterer "bretterer (15 commits)")

### Embed Badge

![Health badge](/badges/lamarus-stormpath-artisan/health.svg)

```
[![Health](https://phpackages.com/badges/lamarus-stormpath-artisan/health.svg)](https://phpackages.com/packages/lamarus-stormpath-artisan)
```

###  Alternatives

[rapidez/core

Rapidez Core

1823.5k69](/packages/rapidez-core)

PHPackages © 2026

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