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
Copy file name to clipboardExpand all lines: doc/manual_install.md
+18-4Lines changed: 18 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,16 @@ Depending [on the framework you are using](install.md) (and the integration pack
12
12
13
13
Hopefully, if your framework is not supported yet (or if you use no framework), setting up TDBM yourself is quite easy to do.
14
14
15
+
## Installing TDBM
16
+
17
+
Simply run:
18
+
19
+
```php
20
+
$ composer require thecodingmachine/tdbm ^5.1
21
+
```
22
+
23
+
## Instantiating the TDBMService
24
+
15
25
At minimum, you need a [Doctrine database `Connection`](http://docs.doctrine-project.org/projects/doctrine-dbal/en/latest/reference/configuration.html) and a [Doctrine cache object](http://doctrine-orm.readthedocs.io/projects/doctrine-orm/en/latest/reference/caching.html).
16
26
17
27
We strongly advise to use the `APCuCache` from Doctrine that will yield the best performances.
0 commit comments