2017 © Pedro Peláez
 

library pho-microkernel

Social-Enabled App Infrastructure

image

phonetworks/pho-microkernel

Social-Enabled App Infrastructure

  • Tuesday, May 1, 2018
  • by esokullu
  • Repository
  • 4 Watchers
  • 10 Stars
  • 181 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 3 Forks
  • 10 Open issues
  • 77 Versions
  • 3 % Grown

The README.md

, (*1)

pho-microkernel

Enhances Phở Framework with Services (such as persistence) and ACL (access-control-lists)., (*2)

Existing services are:, (*3)

  • Database: provides persistence for objects created in the framework.
  • Events: renders the platform extensible.
  • Index: enables advanced search capabilities.
  • Logger: dumps important debug info.
  • Storage: provides binary storage.

While microkernel provides the interfaces to use for each service, the services are actually implemented by adapters that can be found at pho-adapters Github repo., (*4)

microkernel ACL is heavily inspired by UNIX., (*5)

## Install, (*6)

The recommended way to install pho-microkernel is through composer., (*7)

composer require phonetworks/pho-microkernel, (*8)

Please note, pho-microkernel works with PHP 7.2+ only., (*9)

Tutorial

To get started with creating REST APIs using pho-microkernel, check out https://ideasforfree.org/2020/05/08/how-to-create-a-tinder-clone-in-pho/, (*10)

License

MIT, see LICENSE., (*11)

The Versions