Skip to content

Plans

The Plan class represents a single Steady Plan as requested via the Steady REST API.

Attribute names are transformed from hyphen to underscore and can be accessed via method calls.

php
$plan = steady()->plans()->first();

Example

php
$plan = steady()->plans()->find('');

snippet('components/steady/plan', ['plan' => $plan]);

Methods

  • Default methods
  • high_res_image_url(): string