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: README.md
+39-26Lines changed: 39 additions & 26 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ phpList is an open source newsletter manager. This project is a rewrite of the
16
16
17
17
## About this package
18
18
19
-
This is the core module of the successor to phpList 3. It will have the
19
+
This is the core module of the successor to phpList 3. It will have the
20
20
following responsibilities:
21
21
22
22
* provide access to the DB via Doctrine models and repositories (and raw SQL
@@ -41,7 +41,7 @@ Since this package is only a service required to run a full installation of **ph
41
41
42
42
## Contributing to this package
43
43
44
-
Contributions to phpList repositories are highly welcomed! To get started please take a look at the [contribution guide](.github/CONTRIBUTING.md). It contains everything you would need to make your first contribution including how to run local style checks and run tests.
44
+
Contributions to phpList repositories are highly welcomed! To get started please take a look at the [contribution guide](.github/CONTRIBUTING.md). It contains everything you would need to make your first contribution including how to run local style checks and run tests.
45
45
46
46
### Code of Conduct
47
47
@@ -53,9 +53,11 @@ this code.
53
53
## Structure
54
54
55
55
*[Class Docs][docs/phpdoc/]
56
+
*[Mailer Transports](docs/mailer-transports.md) - How to use different email providers (Gmail, Amazon SES, Mailchimp, SendGrid)
*[Graphic domain model](docs/DomainModel/DomainModel.svg) and
58
59
a [description of the domain entities](docs/DomainModel/Entities.md)
60
+
*[Mailer Transports](docs/mailer-transports.md) - How to use different email providers (Gmail, Amazon SES, Mailchimp, SendGrid)
59
61
60
62
61
63
## Running the web server
@@ -79,9 +81,9 @@ already in use, on the next free port after 8000).
79
81
80
82
You can stop the server with CTRL + C.
81
83
82
-
#### Development and Documentation
84
+
#### Development and Documentation
83
85
84
-
We use `phpDocumentor` to automatically generate documentation for classes. To make this process efficient and easier, you are required to properly "document" your `classes`,`properties`, `methods` ... by annotating them with [docblocks](https://docs.phpdoc.org/latest/guide/guides/docblocks.html).
86
+
We use `phpDocumentor` to automatically generate documentation for classes. To make this process efficient and easier, you are required to properly "document" your `classes`,`properties`, `methods` ... by annotating them with [docblocks](https://docs.phpdoc.org/latest/guide/guides/docblocks.html).
85
87
86
88
More about generatings docs in [PHPDOC.md](PHPDOC.md)
87
89
@@ -124,12 +126,12 @@ listed in the `extra` section of the module's `composer.json` like this:
0 commit comments