Introducing the Lithium PHP Framework

Organiser
Boston PHP Meetup
Date
8-9 Jun 2011 (Add to calendar) GMT
Venue
(Exact location not available) , Cambridge, US
Cost
Free

Come learn about a new PHP Framework that some are touting as a potential game changer for PHP. If you are using any of the popular PHP frameworks like CakePHP, Symfony, Zend, or CodeIgniter - then you owe it to yourself to check out what Lithium has to offer...

Lithium is a framework for PHP 5.3+ that is focused on quality, speed, and flexibility. It's a set of no-nonsense philosophies and tools that enable you to build better applications, in less time, without sacrificing quality or extensibility.

Lithium understands distributed storage and caching, queuing systems, micro-dispatch frameworks, with integrated support for document oriented databases like CouchDB and MongoDB, alongside relational databases like MySQL and PostgreSQL. Lithium's architecture allows you to get your application up and running quickly, and still allows you to take control of the framework to support the requirements of your application.

This presentation will be presented by Nate Abele who is the co-founder of Lithium framework. Prior to this, he was the lead developer of the very popular Cake PHP framework. Nate has been a member of Boston PHP for a long time, and we are really excited to have him come talk about Lithium.

Huh? - What is a PHP Framework?
A PHP Framework is a basic platform that allows you to develop web applications really quickly. In other words, it provides structure. By using a PHP Framework, you will end up saving loads of time, stopping the need to produce repetitive code, and you'll be able to build applications rapidly (RAD). Without a PHP Framework in place, it gets much more difficult to produce applications since you'll have to repeatedly code a lot of PHP. You'll also have to execute the connection between your database and whatever application you develop from scratch. Here is a great article on frameworks if your new to concept.


Agenda:
6:00 - 7:00 : Doors open, socializing, BoothCamp
7:00 - 7:15 : Announcements
7:15 - 8:45 : Presentation
8:45 - 9:00 : Questions
9:00 - ???? : Beers somewhere?

You might also like...

Comments

Other nearby events

Map

Contribute

Why not write for us? Or you could submit an event or a user group in your area. Alternatively just tell us what you think!

Our tools

We've got automatic conversion tools to convert C# to VB.NET, VB.NET to C#. Also you can compress javascript and compress css and generate sql connection strings.

“The first 90% of the code accounts for the first 90% of the development time. The remaining 10% of the code accounts for the other 90% of the development time.” - Tom Cargill