2017 © Pedro Peláez
 

library foundation

PHP Enterprise (HA) High Availability Framework, develop quick and simple, deploy quick and consistent

image

just-core/foundation

PHP Enterprise (HA) High Availability Framework, develop quick and simple, deploy quick and consistent

  • Thursday, April 12, 2018
  • by CHGLongStone
  • Repository
  • 2 Watchers
  • 0 Stars
  • 174 Installations
  • PHP
  • 4 Dependents
  • 12 Suggesters
  • 1 Forks
  • 0 Open issues
  • 7 Versions
  • 1 % Grown

The README.md

just-core

Qick menu

A PHP Enterprise Service Bus framework

Providing:

  • Things you need in any framework
    • Core services with clearly defined interfaces
    • No BLOAT by giving you modular control to include the things you need and ignore the ones you do not
    • Low Cost Of Entry on the learning curve
    • providing common utilities without imposing a coding style on you by
    • Staying close to the native language
    • Using common standards like
    • Dependency Management via Composer/Packagist and PSR-4 namespaces
    • Simple configuration management for multiple environments from dev/uat/prod to dev sandboxes
      • with *{global,local}.php Zend style configuration file naming patterns
    • Low level of effort for
    • New development - add a service class, update composer autoconfig and call it by namespace
    • Change Management
    • Clear separation of the framework from your own intelectual property
    • Configurable scripts to support the SLDC including:
    • Installing/updating the project
    • Release Tag Generation for git repositories with pre-validation checking:
      • Commonly used project directories for changes
      • Your own included packages for changes
      • Database Schema Changes between Upstream and Downstream environments
      • Upstream and Downstream primary and composite/dependant repository changes
    • Before creating the release tag as well as supporting scripts for
      • deploying releases to your production environment
      • database backup and syncronization MySQL inc. InnoDb supported
  • To support Enterprise Applications -Service Oriented Architecture supporting a modular and extensible core Enterprise Service Bus
    • Name Space loading of service classes by multiple transport methods
    • Multiple Cache and Data store options
    • Extensible Data Access Objects and Data Store Connectors for
    • rapid development without compromising late optimization
    • Easy to implement logging and change auditing
    • A bias towards performance tuning with
    • low framework overhead, complete an http request with a complete stack trace of 10K+ internal function calls -rather than waiting for 7K+ internal calls before you even load your service classes...like some other frameworks
    • Application profiling via xhprof
    • Using XDEBUG for complete stack traces is dependent on your development environment

Architecture

just-core service buses

  • Initialization
    • Configuration Mangement
    • Application bootstrap and "lazy loading" of service classes
  • Auth API
    • Harness for an Authentication/Authorization API
  • Caching API
    • API for:
    • multiple cache types -opcode, data - read or write through, http, etc.
    • with multiple caching options -file, memcached, NoSQL, xcache, etc.
  • Data API
    • Connection management and CRUD interace to multiple data store types
    • SQL - Standard RDBMS types like MySQL and PostgreSQL
    • NoSQL - Redis and other document based data stores
    • file
    • Data Access Objects
    • Basic and extesnsible
    • "Schema Aware" without the bloat of Object Relational Management
  • Transport
    • Clear Separation of the transport layer from business logic
    • Send/Recieve JSON-RPC, ReST, XML requests/responses to the same service classes
  • Log
    • log at varried thresholds to multiple targets (DB, File, UDP)
  • Exception Management
  • Localization
    • later implementation but not an afterthought
    • expected support for:
      • older standards like *.po files
      • newer standards like DITA, TMX
  • Templater
    • it's basic, it's there...but why at this point in time, render html server side?

The Versions

12/04 2018

dev-master

9999999-dev https://chglongstone.github.io/just-core

PHP Enterprise (HA) High Availability Framework, develop quick and simple, deploy quick and consistent

  Sources   Download

MIT GNU

The Requires

  • php >=5.3.3

 

framework enterprise just-core ha

13/02 2018

dev-add-license-1

dev-add-license-1 https://chglongstone.github.io/just-core

PHP Enterprise (HA) High Availability Framework, develop quick and simple, deploy quick and consistent

  Sources   Download

MIT

The Requires

  • php >=5.3.3

 

framework enterprise just-core ha

13/02 2018

dev-namespace

dev-namespace https://github.com/CHGLongStone/just-core

PHP Enterprise HA Framework

  Sources   Download

MIT GNU

The Requires

  • php >=5.3.3

 

The Development Requires

framework enterprise just-core ha

13/02 2018

dev-basic_crud

dev-basic_crud https://github.com/CHGLongStone/just-core

PHP Enterprise HA Framework

  Sources   Download

MIT GNU

The Requires

  • php >=5.3.3

 

framework enterprise just-core ha

13/02 2018

v0.7.3

0.7.3.0 https://chglongstone.github.io/just-core

PHP Enterprise (HA) High Availability Framework, develop quick and simple, deploy quick and consistent

  Sources   Download

MIT

The Requires

  • php >=5.3.3

 

framework enterprise just-core ha

05/05 2017

v0.7.2

0.7.2.0 https://chglongstone.github.io/just-core

PHP Enterprise (HA) High Availability Framework, develop quick and simple, deploy quick and consistent

  Sources   Download

GNU

The Requires

  • php >=5.3.3

 

framework enterprise just-core ha

27/02 2015

0.5.0

0.5.0.0 https://github.com/CHGLongStone/just-core

PHP Enterprise HA Framework

  Sources   Download

GNU

The Requires

  • php >=5.3.3

 

framework enterprise just-core ha