2017 © Pedro Peláez
 

library fivecode

PHP Class to enable fifth generation instructional code driven by programmatic instructions to execute under a controlled logic in the backend.

image

mossengine/fivecode

PHP Class to enable fifth generation instructional code driven by programmatic instructions to execute under a controlled logic in the backend.

  • Thursday, July 5, 2018
  • by brenmoss
  • Repository
  • 1 Watchers
  • 0 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Mossengine/FiveCode

A PHP library for evaluating a 5th Generation programming structure called FiveCode. , (*1)

Source Code Download Package PHP Programming Language Build Status Codecov Code Coverage Read License Package downloads on Packagist , (*2)

Installation

$ composer require mossengine/fivecode
{
    "require": {
        "mossengine/fivecode": "~2.0.0"
    }
}

Usage

new FiveCode()

// Require the autoloader, normal composer stuff
require 'vendor/autoload.php';

// Instantiate a FiveCode class
$fiveCode = new Mossengine\FiveCode\FiveCode();

// Evaluate an array of FiveCode through the evaluate class method.
$fiveCode->evaluate([
    ['' => []],
    ['' => []],
    ['' => []],
    ['' => []]
]);

FiveCode::make()

// Require the autoloader, normal composer stuff
require 'vendor/autoload.php';

// Use the static make method and immediately evaluate an array of instructions
Mossengine\FiveCode\FiveCode::make()
    ->evaluate([
        ['' => []],
        ['' => []],
        ['' => []],
        ['' => []]
    ]);

Documentation

Read the docs for more details on FiveCode language structure or to create your own parsers/functions to provide more capabilities, (*3)

The Versions

05/07 2018

dev-master

9999999-dev https://github.com/Mossengine/FiveCode

PHP Class to enable fifth generation instructional code driven by programmatic instructions to execute under a controlled logic in the backend.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Brendon Moss

json code array backend execute programmatic 5gl instruction

04/07 2018

0.1.0

0.1.0.0 https://github.com/Mossengine/FiveCode

PHP Class to enable fifth generation instructional code driven by programmatic instructions to execute under a controlled logic in the backend.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Brendon Moss

json code array backend execute programmatic 5gl instruction