Posts marked with “frameworks”
Introducing the Mezzio Framework
There are copious frameworks available for PHP, including Laravel, Symfony, and CakePHP. However, each of these is designed to build applications with a particular focus in mind. In this article, I will introduce you to one that is focus-agnostic, one which lets you take whichever path makes the most sense to your use case. It’s […]
The Workshop: Blasting Off with CodeIgniter 4
Fourteen years after its first public release and six years after transitioning ownership from EllisLab to British Columbia Institute of Technology CodeIgniter (CI) has released major version 4. It continues to deliver a framework with a small footprint without having to learn a lot of framework vendor-specific functionality. CodeIgniter has always prided itself on clear, […]
Building a REST API from Scratch
This tutorial walks you through a basic CRUD API using the Slim framework. The intent is to familiarize yourself with RESTful concepts as well as the benefits of using a micro-framework versus a full-fledged one.
finally{}: Frameworks Don’t Make Any Sense
Now that I have your attention, let’s talk about why the title of this article, I feel, is entirely wrong (though I used to believe it). I’m writing about this because I’ve had a sordid history with frameworks and want to share where I’ve landed.
Symfony 4: A New Way to Develop Applications
PHP has changed a lot in the last few years. It is a faster and better language. With the improvement of the language, almost all the major frameworks also improved, including Symfony. In this article, I write about the changes and improvements included in Symfony 4. Symfony 4 introduces a much better developer experience with a new way of building web applications. It can be a good fit for small micro-apps or services, but it can also be a good fit for huge monolithic applications.
April 2016 – Off the Island: Drupal
The April 2016 issue of php[architect] magazine is out! This issue we take a look at how Drupal is using tools and techniques from the PHP community. This issue also includes articles on how to easily generate documentation, advice on learning new frameworks, what it means to be a leader in the PHP community, and […]
php[architect] Magazine July 2013 – Front End Development
Front end development is usually the last consideration for web developers, but it’s just as important as the server-side functionality. In some ways, it’s more [immediately] important, because it’s the functionality the end user interfaces with. Unless you have a wunderkind designer that can also code, this is a task for you. This month’s issue covers […]
Zend Framework 2.0 inches closer to completion
Many are eagerly anticipating the next major version of Zend Framework. Several announcements were made this week thats shed further light on the new release, with an appeal for developers to pitch in and help with the project.
Using a framework? Why you should still learn OO and SQL
If you’ve only ever used a framework to do data-driven or object-oriented programming, you might not know as much as you think. Read why it’s important to learn object-oriented programming and SQL…even if your framework does all the heavy lifting for you.