phonetworks / pho-microkernel
Social-Enabled App Infrastructure
Installs: 5 538
Dependents: 1
Suggesters: 0
Security: 0
Stars: 23
Watchers: 7
Forks: 3
Open Issues: 13
Requires
- php: ^7.2
- danielstjules/stringy: ^3.0
- monolog/monolog: ^1.22
- phonetworks/pho-framework: ^11.6
- pimple/pimple: ^1.1
- psr/log: ^1.0
- vlucas/phpdotenv: ^4.1
- webmozart/assert: ^1.2
- zendframework/zend-config: *
Requires (Dev)
- fzaninotto/faker: ^1.6
- pho-adapters/database-redis: dev-master
- pho-adapters/events-local: dev-master
- pho-adapters/index-neo4j: dev-master
- pho-adapters/storage-filesystem: dev-master
- phpdocumentor/phpdocumentor: *
- phpunit/phpunit: ^6.0
- psy/psysh: *
- squizlabs/php_codesniffer: ^2.5
- dev-master
- 2.7.2
- 2.7.1
- 2.7.0
- 2.6.6
- 2.6.5
- 2.6.4
- 2.6.3
- 2.6.2
- 2.6.1
- 2.6.0
- 2.5.2
- 2.5.1
- 2.5.0
- 2.4.2
- 2.4.1
- 2.4.0
- 2.3.1
- 2.3.0
- 2.2.16
- 2.2.15
- 2.2.14
- 2.2.13
- 2.2.12
- 2.2.11
- 2.2.10
- 2.2.9
- 2.2.8
- 2.2.7
- 2.2.6
- 2.2.5
- 2.2.4
- 2.2.3
- 2.2.2
- 2.2.1
- 2.2.0
- 2.1.1
- 2.1.0
- 2.0.4
- 2.0.3
- 2.0.2
- 2.0.1
- 2.0.0
- 1.12.4
- 1.12.3
- 1.12.2
- 1.12.1
- 1.12.0
- 1.11.1
- 1.11.0
- 1.10.0
- 1.9.1
- 1.9.0
- 1.8.4
- 1.8.3
- 1.8.2
- 1.8.1
- 1.8.0
- 1.7.1
- 1.7.0
- 1.6.0
- 1.5.1
- 1.5.0
- 1.4.1
- 1.4.0
- 1.3.0
- 1.2.3
- 1.2.2
- 1.2.1
- 1.2.0
- 1.1.5
- 1.1.4
- 1.1.3
- 1.1.2
- 1.1.1
- 1.1.0
- 1.0.1
- 1.0.0
- 0.9.1
- 0.9.0
- dev-realtime
- dev-edge-edit-permissions
- dev-evil-superglobal
- dev-update-dependencies-1
- dev-fix-graph-listen-to-member-changes
- dev-plugin-feed
- dev-feed
- dev-bare-logger
- dev-actor-leave
- dev-new_index_service
This package is auto-updated.
Last update: 2025-02-16 17:58:18 UTC
README
pho-microkernel
Enhances Phở Framework with Services (such as persistence) and ACL (access-control-lists).
Existing services are:
- 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.
microkernel ACL is heavily inspired by UNIX.
Install
The recommended way to install pho-microkernel is through composer.
composer require phonetworks/pho-microkernel
Please note, pho-microkernel works with PHP 7.2+ only.
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/
License
MIT, see LICENSE.