PHPackages                             steampixel/simple-php-portals - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. steampixel/simple-php-portals

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

steampixel/simple-php-portals
=============================

This is a simple, puristic and small PHP portal engine. Throw your contents back and forth through time.

0.1.1(3y ago)91642MITPHP

Since Sep 30Pushed 3y ago2 watchersCompare

[ Source](https://github.com/steampixel/simplePHPPortals)[ Packagist](https://packagist.org/packages/steampixel/simple-php-portals)[ RSS](/packages/steampixel-simple-php-portals/feed)WikiDiscussions main Synced today

READMEChangelogDependenciesVersions (2)Used By (0)

Simple PHP Portals ⇶🕳⇇
======================

[](#simple-php-portals-)

Hey! This is a simple, puristic and small single class PHP portal engine. With portals, you can send contents (strings) from any procedural point of your app to any other point. Throw your contents back and forth through time. A portal is a single point of time and space inside your template or app. You can just open portals and then send contents to there from any other location of your app. No mater if the target portal is defined before or after you will send content to there. This makes portals extremely efficient. Portals just work by replacing strings and will not require complex parsing. So this approach is very fast.

📋 Simple example:
-----------------

[](#-simple-example)

```
