2017 © Pedro Peláez
 

library railpagecore

Railpage core code classes. More information available at https://github.com/doctorjbeam/railpagecore

image

railpage/railpagecore

Railpage core code classes. More information available at https://github.com/doctorjbeam/railpagecore

  • Wednesday, March 30, 2016
  • by doctorjbeam
  • Repository
  • 1 Watchers
  • 0 Stars
  • 49 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 26 Versions
  • 0 % Grown

The README.md

Railpage Core Code

Build Status Latest Stable Version Code Climate Test Coverage Gitter chat, (*1)

This repository contains the core Railpage PHP objects formerly located under their respective modules., (*2)

Since Version 3.8 the core code has been progressively split from their UI modules and re-located into a PSR-4-compliant folder and file structure., (*3)

The classes have been namespaced under the \Railpage\ namespace, for example: \Railpage\Locos\Locomotive., (*4)

Installing

If you're not using Composer, you should. We have a lot of dependencies and Composer will save you a lot of time., (*5)

To start using the core code, execute ./composer.phar require railpage/railpagecore to grab and install., (*6)

Using

Make sure you're using Composer., (*7)

Assuming you've already included your Composer autoloader in your code, import the desired modules by placing a use operator at the top of your .php file. For example:, (*8)

use Railpage\Locos\Factory as LocosFactory;

$Loco = LocosFactory::CreateLocomotive($id);
$Loco = LocosFactory::CreateLocomotive(null, "NR Class", "NR121"); 

The Versions

04/02 2015

1.2.0.x-dev

1.2.0.9999999-dev http://www.railpage.com.au

Railpage core code classes. More information available at https://github.com/doctorjbeam/railpagecore

  Sources   Download

MIT

The Requires

 

by Michael Greenhill
by James Morgan

railpage

01/02 2015

1.1.1.x-dev

1.1.1.9999999-dev http://www.railpage.com.au

Railpage core code classes. More information available at https://github.com/doctorjbeam/railpagecore

  Sources   Download

MIT

The Requires

 

by Michael Greenhill
by James Morgan

railpage

23/01 2015

1.1.0.x-dev

1.1.0.9999999-dev http://www.railpage.com.au

Railpage core code classes. More information available at https://github.com/doctorjbeam/railpagecore

  Sources   Download

MIT

The Requires

 

by Michael Greenhill
by James Morgan

railpage