|
4 | 4 | Documentation |
5 | 5 | ============= |
6 | 6 |
|
7 | | -.. image:: _static/mascot.png |
8 | | - :alt: Fast Forward Framework mascot |
9 | | - :align: center |
10 | | - :width: 220px |
| 7 | +.. container:: row align-items-center gy-4 my-4 |
11 | 8 |
|
12 | | -**Fast Forward Framework** is the metapackage entry point for the Fast Forward ecosystem. |
13 | | -It installs the core libraries you are most likely to need first and exposes a single |
14 | | -``FrameworkServiceProvider`` that bootstraps the HTTP and event-dispatcher stacks inside a |
15 | | -Fast Forward container. |
| 9 | + .. container:: col-lg-7 |
16 | 10 |
|
17 | | -This package is especially useful when you want one Composer dependency that gives you: |
| 11 | + **Fast Forward Framework** is the metapackage entry point for the Fast Forward ecosystem. |
| 12 | + It installs the core libraries you are most likely to need first and exposes a single |
| 13 | + ``FrameworkServiceProvider`` that bootstraps the HTTP and event-dispatcher stacks inside a |
| 14 | + Fast Forward container. |
18 | 15 |
|
19 | | -- a PSR-11 friendly container workflow |
20 | | -- the Fast Forward HTTP and event-dispatcher service-provider stacks |
21 | | -- access to supporting packages such as configuration, deferred callbacks, iterators, and process tools |
| 16 | + If you are new to the package, start with |
| 17 | + :doc:`getting-started/installation` and :doc:`getting-started/quickstart`. |
| 18 | + |
| 19 | + If you are maintaining a consumer application, read |
| 20 | + :doc:`advanced/integration`, :doc:`usage/index`, and |
| 21 | + :doc:`links/dependencies`. |
| 22 | + |
| 23 | + This package is especially useful when you want one Composer dependency that gives you: |
| 24 | + |
| 25 | + - a PSR-11 friendly container workflow |
| 26 | + - the Fast Forward HTTP and event-dispatcher service-provider stacks |
| 27 | + - access to supporting packages such as configuration, deferred callbacks, iterators, and process tools |
| 28 | + |
| 29 | + .. container:: col-lg-5 text-center |
| 30 | + |
| 31 | + .. image:: _static/mascot.png |
| 32 | + :alt: Fast Forward Framework mascot |
| 33 | + :class: img-fluid w-100 rounded-4 shadow-sm border border-light-subtle bg-body-tertiary p-2 |
22 | 34 |
|
23 | 35 | What this package does |
24 | 36 | ---------------------- |
|
0 commit comments