You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Persistence layer for Hawkbit PSR-7 Micro PHP framework.
10
-
Hawkbit Persitence uses factories of `dasprid/container-interop-doctrine` and wraps them with in a PersistenceService
9
+
Presentation layer for Hawkbit PSR-7 Micro PHP framework.
10
+
Hawkbit Persitence uses factories of `dasprid/container-interop-doctrine` and wraps them with in a PresentationService
11
11
12
12
## Install
13
13
14
14
### Using Composer
15
15
16
-
Hawkbit Persistence is available on [Packagist][link-packagist] and can be installed using [Composer](https://getcomposer.org/). This can be done by running the following command or by updating your `composer.json` file.
16
+
Hawkbit Presentation is available on [Packagist][link-packagist] and can be installed using [Composer](https://getcomposer.org/). This can be done by running the following command or by updating your `composer.json` file.
This project is also available for download as a `.zip` file on GitHub. Visit the [releases page](https://github.com/hawkbit/persistence/releases), select the version you want, and click the "Source code (zip)" download button.
42
+
This project is also available for download as a `.zip` file on GitHub. Visit the [releases page](https://github.com/hawkbit/Presentation/releases), select the version you want, and click the "Source code (zip)" download button.
43
43
44
44
### Requirements
45
45
@@ -58,18 +58,18 @@ Setup with an existing application configuration (we refer to [tests/assets/conf
58
58
<?php
59
59
60
60
use \Hawkbit\Application;
61
-
use \Hawkbit\Persistence\PersistenceService;
62
-
use \Hawkbit\Persistence\PersistenceServiceProvider;
61
+
use \Hawkbit\Presentation\PresentationService;
62
+
use \Hawkbit\Presentation\PresentationServiceProvider;
63
63
64
64
$app = new Application(require_once __DIR__ . '/config.php');
A full configuration is available on [DASPRiD/container-interop-doctrine/example/full-config.php](https://github.com/DASPRiD/container-interop-doctrine/blob/master/example/full-config.php).
80
80
Refer to [container-interop-doctrine Documentation](https://github.com/DASPRiD/container-interop-doctrine) for further instructions on factories.
0 commit comments