File: blog.twig

package info (click to toggle)
php-di 7.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 2,932 kB
  • sloc: php: 10,572; makefile: 42; xml: 17; sh: 10; pascal: 5
file content (344 lines) | stat: -rw-r--r-- 16,718 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
{% extends "default.twig" %}

{% block content %}

    <section class="container">
        <div class="row">
            <div class="col-md-9">

                {% block blogcontent %}

                    <article>

                        <h1>Latest news</h1>

                        <div class="article-extract">
                            <h3>
                                PHP-DI 7.0 released
                            </h3>

                            <p>
                                I am very happy to announce that PHP-DI 7.0 has been released.
                            </p>
                            <a href="{{ baseUrl }}/news/23-php-di-7-0-released.html" class="btn btn-default">
                                Read More &gt;</a>
                        </div>

                        <div class="article-extract">
                            <h3>
                                PHP-DI 6.0 released
                            </h3>

                            <p>
                                I am very happy to announce that PHP-DI 6.0 has been released.
                            </p>
                            <a href="{{ baseUrl }}/news/22-php-di-6-0-released.html" class="btn btn-default">
                                Read More &gt;</a>
                        </div>

                        <div class="article-extract">
                            <h3>
                                PHP-DI 6: turning into a compiled container for maximum performances
                            </h3>

                            <p>
                                PHP-DI's motto is "The dependency injection container for humans".
                            </p>
                            <p>
                                This is very important because it defines what PHP-DI tries to be: practical to use, consistent, predictable, with a configuration format that is easy to read and write and a great documentation.
                            </p>
                            <a href="{{ baseUrl }}/news/21-php-di-6-compiled-container.html" class="btn btn-default">
                                Read More &gt;</a>
                        </div>

                        <div class="article-extract">
                            <h3>
                                PHP-DI 5.4 released
                            </h3>

                            <p>
                                I am happy to announce that PHP-DI version 5.4 has been released. Here is the list of changes in this new version.
                            </p>
                            <a href="{{ baseUrl }}/news/20-php-di-5-4-released.html" class="btn btn-default">
                                Read More &gt;</a>
                        </div>

                        <div class="article-extract">
                            <h3>
                                PHP-DI 5.3 released
                            </h3>

                            <p>
                                I am happy to announce that PHP-DI version 5.3 has been released. The changes in this new version are:
                            </p>
                            <a href="{{ baseUrl }}/news/19-php-di-5-3-released.html" class="btn btn-default">
                                Read More &gt;</a>
                        </div>

                        <div class="article-extract">
                            <h3>
                                Introducing the PHP-DI bridge for Slim
                            </h3>

                            <p>
                                Slim 3 was released 3 months ago and it was significant. It is one of the first frameworks to integrate the latest standards and concepts in its core:
                            </p>
                            <a href="{{ baseUrl }}/news/18-slim-bridge-released.html" class="btn btn-default">
                                Read More &gt;</a>
                        </div>

                        <div class="article-extract">
                            <h3>
                                PHP-DI 5.2 released
                            </h3>

                            <p>
                                I am happy to announce that PHP-DI version 5.2 has been released. This new version comes with:
                            </p>
                            <a href="{{ baseUrl }}/news/17-php-di-5-2-released.html" class="btn btn-default">
                                Read More &gt;</a>
                        </div>

                        <div class="article-extract">
                            <h3>
                                PHP-DI 5.1 released
                            </h3>

                            <p>
                                I am happy to announce that PHP-DI version 5.1 has been released. This new version comes with:
                            </p>
                            <a href="{{ baseUrl }}/news/16-php-di-5-1-released.html" class="btn btn-default">
                                Read More &gt;</a>
                        </div>

                        <div class="article-extract">
                            <h3>
                                PHP-DI 5.0 released
                            </h3>

                            <p>
                                I am very excited to announce that, after 8 months of work, PHP-DI 5.0 is released.
                            </p>
                            <p>
                                Note: If you have never heard of PHP-DI before, I recommend you to visit <a href="{{ baseUrl }}/">the home page</a> to get an overview of what PHP-DI can do for you.
                            </p>
                            <a href="{{ baseUrl }}/news/15-php-di-5-0-released.html" class="btn btn-default">
                                Read More &gt;</a>
                        </div>

                        <div class="article-extract">
                            <h3>
                                Syntactic sugar in PHP-DI 5
                            </h3>

                            <p>
                                It's been quite some time since there was a bit of news here. The reason is that a lot of work has been done for PHP-DI 5! It is not yet ready, but it is coming along great!
                            </p>
                            <p>
                                I am not going to list everything that will be included in this next major version today. For now I'll simply give you a glimpse of the syntactic sugar that it will bring.
                            </p>
                            <a href="{{ baseUrl }}/news/14-php-di-5-syntaxic-sugar.html" class="btn btn-default">
                                Read More &gt;</a>
                        </div>

                        <div class="article-extract">
                            <h3>
                                PHP-DI 4.4 released
                            </h3>

                            <p>
                                I am happy to announce that PHP-DI version 4.4 has been released.
                                This version contains mainly improvements to the <code>Container::call()</code> feature, and contains no BC-break.
                            </p>
                            <a href="{{ baseUrl }}/news/13-php-di-4-4-released.html" class="btn btn-default">
                                Read More &gt;</a>
                        </div>

                        <div class="article-extract">
                            <h3>
                                PHP 5.6 is out and PHP-DI just got better
                            </h3>

                            <p>
                                PHP 5.6 has been released a month ago and PHP-DI just got better because of it!
                            </p>
                            <p>
                                As explained 9 months ago when I introduced the new definition format for PHP-DI 4,
                                that format has been thought for the future.
                            </p>
                            <a href="{{ baseUrl }}/news/12-php-di-is-better-with-php-5-6.html" class="btn btn-default">
                                Read More &gt;</a>
                        </div>

                        <div class="article-extract">
                            <h3>
                                PHP-DI 4.3 released
                            </h3>

                            <p>
                                I am happy to announce that PHP-DI version 4.3 has been released.
                                This version contains features that have all been
                                implemented by contributors other than me, this is very encouraging :)
                                This is also the quickest release, since 4.2 was released only 14 days ago.
                            </p>
                            <p>
                                It comes without any BC break, and with a new main feature: <code>DI\env()</code>
                                to import <strong>environment variables</strong>.
                            </p>
                            <a href="{{ baseUrl }}/news/11-php-di-4-3-released.html" class="btn btn-default">
                                Read More &gt;</a>
                        </div>

                        <div class="article-extract">
                            <h3>
                                PHP-DI 4.2 released
                            </h3>

                            <p>
                                I am happy to announce that PHP-DI version 4.2 has been released.
                            </p>
                            <a href="{{ baseUrl }}/news/10-php-di-4-2-released.html" class="btn btn-default">
                                Read More &gt;</a>
                        </div>

                        <div class="article-extract">
                            <h3>
                                PHP-DI 4.1 released
                            </h3>

                            <p>
                                I am happy to announce that PHP-DI version 4.1 has been released.
                                This version was focused on stability and documentation improvements,
                                with full backward compatibility.
                            </p>
                            <a href="{{ baseUrl }}/news/09-php-di-4-1-released.html" class="btn btn-default">
                                Read More &gt;</a>
                        </div>

                        <div class="article-extract">
                            <h3>
                                10.000 installs!
                            </h3>

                            <p>
                                PHP-DI just reached 200 stars on GitHub and 10 000 installs through
                                <a href="https://packagist.org/packages/mnapoli/php-di">Packagist</a>!
                            </p>
                            <a href="{{ baseUrl }}/news/08-10000-installs.html" class="btn btn-default">
                                Read More &gt;</a>
                        </div>

                        <div class="article-extract">
                            <h3>
                                PHP-DI 4.0 released
                            </h3>

                            <p>
                                I am extremely happy to announce that, after 4 months of work and more than 150 commits,
                                PHP-DI version 4.0 has been released!
                                This is a new major release, and it delivers. As indicated by "major release",
                                it comes with BC breaks, but this is for the better.
                            </p>
                            <a href="{{ baseUrl }}/news/07-php-di-4-0-released.html" class="btn btn-default">
                                Read More &gt;</a>
                        </div>

                        <div class="article-extract">
                            <h3>
                                What will change in PHP-DI 4: the new definition format
                            </h3>

                            <p>
                                In PHP-DI 4, the definition format will change.
                                Autowiring and Annotations are still there, but the YAML
                                and PHP array definitions have disappeared. Let's see why.
                            </p>
                            <a href="{{ baseUrl }}/news/06-php-di-4-0-new-definitions.html" class="btn btn-default">
                                Read More &gt;</a>
                        </div>

                    </article>

                {% endblock %}

            </div>

            <div class="col-md-3">
                <h3>
                    All posts
                </h3>

                <ul class="all-posts list-unstyled">
                    <li>
                        <a href="{{ baseUrl }}/news/23-php-di-7-0-released.html">PHP-DI 7.0 released</a>
                    </li>
                    <li>
                        <a href="{{ baseUrl }}/news/22-php-di-6-0-released.html">PHP-DI 6.0 released</a>
                    </li>
                    <li>
                        <a href="{{ baseUrl }}/news/21-php-di-6-compiled-container.html">PHP-DI 6: turning into a compiled container for maximum performances</a>
                    </li>
                    <li>
                        <a href="{{ baseUrl }}/news/20-php-di-5-4-released.html">PHP-DI 5.4 released</a>
                    </li>
                    <li>
                        <a href="{{ baseUrl }}/news/19-php-di-5-3-released.html">PHP-DI 5.3 released</a>
                    </li>
                    <li>
                        <a href="{{ baseUrl }}/news/18-slim-bridge-released.html">Introducing the PHP-DI bridge for Slim</a>
                    </li>
                    <li>
                        <a href="{{ baseUrl }}/news/17-php-di-5-2-released.html">PHP-DI 5.2 released</a>
                    </li>
                    <li>
                        <a href="{{ baseUrl }}/news/16-php-di-5-1-released.html">PHP-DI 5.1 released</a>
                    </li>
                    <li>
                        <a href="{{ baseUrl }}/news/15-php-di-5-0-released.html">PHP-DI 5.0 released</a>
                    </li>
                    <li>
                        <a href="{{ baseUrl }}/news/14-php-di-5-syntaxic-sugar.html">Syntactic sugar in PHP-DI 5</a>
                    </li>
                    <li>
                        <a href="{{ baseUrl }}/news/13-php-di-4-4-released.html">PHP-DI 4.4 released</a>
                    </li>
                    <li>
                        <a href="{{ baseUrl }}/news/12-php-di-is-better-with-php-5-6.html">PHP 5.6 is out and PHP-DI just got better</a>
                    </li>
                    <li>
                        <a href="{{ baseUrl }}/news/11-php-di-4-3-released.html">PHP-DI 4.3 released</a>
                    </li>
                    <li>
                        <a href="{{ baseUrl }}/news/10-php-di-4-2-released.html">PHP-DI 4.2 released</a>
                    </li>
                    <li>
                        <a href="{{ baseUrl }}/news/09-php-di-4-1-released.html">PHP-DI 4.1 released</a>
                    </li>
                    <li>
                        <a href="{{ baseUrl }}/news/08-10000-installs.html">10.000 installs!</a>
                    </li>
                    <li>
                        <a href="{{ baseUrl }}/news/07-php-di-4-0-released.html">PHP-DI 4.0 released</a>
                    </li>
                    <li>
                        <a href="{{ baseUrl }}/news/06-php-di-4-0-new-definitions.html">What will change in PHP-DI 4: the new definition format</a>
                    </li>
                    <li>
                        <a href="{{ baseUrl }}/news/05-php-di-3-5.html">PHP-DI 3.5 released</a>
                    </li>
                    <li>
                        <a href="{{ baseUrl }}/news/04-php-di-3-4.html">PHP-DI 3.4 released</a>
                    </li>
                    <li>
                        <a href="{{ baseUrl }}/news/03-php-di-3-3.html">PHP-DI 3.3 released</a>
                    </li>
                    <li>
                        <a href="{{ baseUrl }}/news/02-php-di-3-2.html">PHP-DI 3.2 released</a>
                    </li>
                </ul>
            </div>

        </div>
    </section>

{% endblock %}