11 Repositories
PHP experimental Libraries
(Experimental) Neos / Flow via Roadrunner
Roadrunner distribution This is an experimental distribution to run Neos / Flow via Roadrunner. Note: The Neos / Flow code currently needs patches to
Experimental ActiveRecord layer on top of Doctrine2 using the Twig templating engine
This is an experiment for building ActiveRecord functionality on top of Doctrine2 using the Twig templating engine. Whether it is called Propel2 or not is irrelevant.
AWS DynamoDB session handler for Magento (experimental!)
Magento Session Handler for AWS DynamoDB Author: Fabrizio Branca TODO: disable automatic gc create cron that does gc how does it keep track of lifetim
A collection of experimental block-based WordPress themes.
Frost An experimental block theme for designers, developers, and creators. About Frost is a Full Site Editing theme for WordPress that extends the inc
PHP 8.1 like legacy enum (Experimental Alpha Version)
flux-legacy-enum PHP 8.1 like legacy enum Experimental Alpha Version Installation COPY --from=docker-registry.fluxpublisher.ch/flux-enum/legacy:latest
Experimental userdocs thing
Silverstripe Docstation module Provides a CMS UI for browsing markdown documentation colocated with the project. Installation composer require silvers
Antware NinjaCrypter is an experimental username and password cookie string class for PHP
Antware NinjaCrypter is an experimental username and password cookie string class for PHP. For study case this crypter is based on password crypting ideology but can also encrypt username and password for storing cookie string that way your login details will not be exposed by hackers that search through cookie string.
An experiment to host a website with the content served over DNS.
html-over-dns An experiment to host a website inside of DNS. Now visible at https://jacobkiers.net/hod/index.html. To see what actually happens, use t
EXPERIMENTAL plugin extending WPGraphQL to support querying (Gutenberg) Blocks as data, using Server Side Block registries to map Blocks to the GraphQL Schema.
WPGraphQL Block Editor This is an experimental plugin to work toward compatiblity between the WordPress Gutenberg Block Editor and WPGraphQL, based on
An experimental object oriented SSH api in PHP
PHP SSH (master) Provides an object-oriented wrapper for the php ssh2 extension. Requirements You need PHP version 5.3+ with the SSH2 extension. Insta
Experimental library for forking PHP
Spork: PHP on a Fork ?php $manager = new Spork\ProcessManager(); $manager-fork(function() { // do something in another process! return 'Hel