Skip to main content

70 posts tagged with "Release"

Version releases and announcements

View All Tags

Lumen

· 3 min read
Slim Framework Team
PHP Micro Framework

Lumen happened. It's a shiny new micro-framework from Taylor Otwell, and it joins the Laravel family today. It looks to be a pretty nice framework, and it shares many of the same features and goals as Slim 3.0. I'm sure this raises a few question about Slim's future roadmap.

Version 2.6.0

· One min read
Slim Framework Team
PHP Micro Framework

We've just released version 2.6.0. This update includes a small but important fix for a potential object injection vulnerability in the SessionCookie class. We encourage you to update your applications as soon as possible. This update also includes several other improvements. You can read more on the GitHub release page.

What's up with version 3.0?

· 6 min read
Slim Framework Team
PHP Micro Framework

It's coming. I promise. As many of you know, I recently finished writing a new book for O'Reilly Media—Modern PHP. I'm excited that my book is nearing publication and should be on bookshelves within a month or two. Unfortunately, writing a book is a time-consuming task. I also have a 9 to 5 day job. Life gets in the way sometimes. Excuses, excuses... I know :) I now have free time to work on Slim again. So what's going on? A lot.

Slim Framework Version 2.3.0

· 6 min read
Slim Framework Team
PHP Micro Framework

The Slim Framework contains many new and helpful features in version 2.3.0. It is backwards compatible with the previous version. While I update the official documentation, here are some tips to help you get started with Slim’s new features.

Cookie handling updates

· One min read
Slim Framework Team
PHP Micro Framework

The next major point release to the Slim Framework will simplify how you get and set encrypted cookies. Previously, you would use the Slim application’s getEncryptedCookie() and setEncryptedCookie() methods to get or set an encrypted cookie.

Upcoming changes to the Slim Framework

· 3 min read
Slim Framework Team
PHP Micro Framework

Now that the day job is finally slowing down a bit, I’ve been back at work on the Slim Framework. Here are several new features and changes coming in the next stable release — currently available in the develop branch to help you start updating your applications.