2017 © Pedro Peláez
 

library platforms

A CMS Platform abstraction layer for platform agnostic development.

image

jaeger-app/platforms

A CMS Platform abstraction layer for platform agnostic development.

  • Wednesday, November 30, 2016
  • by mithra62
  • Repository
  • 1 Watchers
  • 0 Stars
  • 312 Installations
  • PHP
  • 10 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

Jaeger CMS Platform Object

Build Status Scrutinizer Code Quality Author GitHub license, (*1)

A CMS Platform abstraction layer for platform agnostic development., (*2)

Installation

Add jaeger-app/platforms as a requirement to your composer.json:, (*3)

$ composer require jaeger-app/platforms

Description

jaegerApp\Platforms\AbstractPlatform outlines the various methods the Platform objects have to provide. At this time, they are:, (*4)

\JaegerApp\Platforms\AbstractPlatform::getDbCredentials();
\JaegerApp\Platforms\AbstractPlatform::getEmailConfig();
\JaegerApp\Platforms\AbstractPlatform::getCurrentUrl();
\JaegerApp\Platforms\AbstractPlatform::getSiteName();
\JaegerApp\Platforms\AbstractPlatform::getTimezone();
\JaegerApp\Platforms\AbstractPlatform::getSiteUrl();
\JaegerApp\Platforms\AbstractPlatform::getEncryptionKey();
\JaegerApp\Platforms\AbstractPlatform::getConfigOverrides();
\JaegerApp\Platforms\AbstractPlatform::redirect($url);
\JaegerApp\Platforms\AbstractPlatform::getPost($key, $default = false)
\JaegerApp\Platforms\AbstractPlatform::setSettingsTable($table)
\JaegerApp\Platforms\AbstractPlatform::getSettingsTable()

The idea being that any information generally provided by the host CMS, like the database or email configuration, you'll get from the Platform object instead of coding it directly., (*5)

The Versions

30/11 2016

dev-master

9999999-dev

A CMS Platform abstraction layer for platform agnostic development.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Eric Lamb

30/11 2016

0.1.2

0.1.2.0

A CMS Platform abstraction layer for platform agnostic development.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Eric Lamb

05/07 2016

0.1.1

0.1.1.0

A CMS Platform abstraction layer for platform agnostic development.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Eric Lamb

04/07 2016

0.1

0.1.0.0

A CMS Platform abstraction layer for platform agnostic development.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Eric Lamb