sticker

Subscribe! Enter your email address below:

NO SPAM: We absolutely hate spam. We will not share, rent, or give away your email address to anyone.You can unsubscribe at any time. Easily!

February 11, 2016

Hi there PHP fans ;)

Do you have a PHP job advert that you are looking to post?

Are you looking for a high standard of applicant?

Would you like to reach out to the PHP Community to fill your position? 

Then look no further! 

Our subscriber list is nudging 20,000 and we will post your job advert for only $50 an issue!

What are you waiting for? Simply email the details to me, along with a link to the job description, at [email protected], and I will place your advert in the next edition.

Thanks for joining us for this week's edition. Don't forget to spread the word and spread the love..... 

Cheers
Katie and Ade

We love our sponsors. Why not try them?

 


 From our sponsors:

Solve SIEBEL OM Crashes Automated Siebel CRM Repository Review to solve OM crashes, data corruption, slow transaction, workflow and more for $1K in under 4 hours.

(ads by LaunchBit) 

Articles

Top 4 Web Server Administration Tips
As a server owner, I can say that server administration is a very complicated job. It involves a Linux operating system, web server, database server, FTP and e-mail servers along with other software, that can sometimes cause very unusual bugs and problems. Also, it is crucial to fix the problems as soon as possible, as clients expect high performance and high availability. I will share a few PHP-related server problems that have occurred and that I had to fix myself.

Making the PHPBenelux Conference Happen
The PHPBenelux Conference edition 2016 took place last week in Antwerpen (Belgium). As an organiser, I’m really happy with the end result. I like to think that our attendees, speakers and sponsors also enjoyed it. It’s the 7th time we organised the PHPBenelux Conference and every year we try to introduce something new. Although the 7 years of experience and the well-organised crew have made it a lot easier to organise, it’s still a lot of work. This post gives you a behind the scenes look at what it takes to organise the PHPBenelux Conference. It will reflect our passion, our strengths and our weaknesses.

What’s new on Drupal.org? - January 2016
Look at our Roadmap, highlighting how this work falls into our priorities set by the Drupal Association staff, with direction from the Board and collaboration with the community.

Seven Emerging eCommerce Trends to Watch Out in 2016
eCommerce has evolved into a giant planet of buy and sell. It’s a virtual platform, where millions of people around the world are served with their favorite products and services. The trends of an ecommerce industry keep changing when there is a change in the technology that endorses it. In addition to the basic trends for moving ahead in online horizon, there are prevailing trends that need to be followed for a business success. The owners are curious to know and get prepared for the challenges they have to face in 2016.

Tutorials and Talks

Questioning PHPUnit Best Practices
It is important to keep in mind that best practices for a tool such as PHPUnit are not set in stone. They rather evolve over time and have to be adapted to changes in PHP, for instance. Recently I was involved in a discussion that questioned the current best practice for testing exceptions. That discussion resulted in changes in PHPUnit 5.2 that I would like to explain in this article.

Introducing the SitePoint Random Hello Bar WordPress Plugin
If you’re a regular SitePoint reader, you may have noticed a small feature we refer to as the Random Hello Bar. In this article I’m going take you through how we put it together and then show some examples of how you can truly make it your own. 

How To Speed Up MySQL Restart (Hint: Just Like Before, But This Time For Real)
Restarting MySQL can be really annoying. You just want to disable the goddamn query cache and it takes forever (read 5-10 minutes) to shutdown, not to mention the warm-up time. Yes, with MySQL 5.7 you can do may changes online, so you won’t necessarily be restarting that often, but you still need to do upgrades, occasionally increase redo log size and, admit it, enable skip-grant-tables. Here’s how you can make this process way less painful.

The Beginners Guide to WooCommerce: Stock Reports
Running an online store can put you in situations when you have to go through tough times. This happens especially when you run “out of stock” and your customers are dying to buy a particular product. This will come as a disadvantage for you in many respects. It will affect your earnings and a big question mark is raised on your store’s creditability and reliability. To sum it up, short and sweet “Stock Management is a MUST! and a necessary evil”.

Laravel and Shared-Hosting: Working with FTP and phpMyAdmin
With Laravel, we get used to command line commands like composer install or artisan migrate. But what if we have only shared-hosting from a client, with only FTP access and phpMyAdmin to manage the database? Laravel is still usable in this case, but there are some tricks you need to make it work.

Getting User Input through SMS Text Messaging
Setting up your Web site to interact with users through SMS text messages can be exciting. Users send their requests via SMS, your web site sends back responses, pretty cool right? Still, it is not really two-way communication until we can make requests to our users and get their responses. Read this article to learn how to request users to input information via SMS messages, so your site can retrieve and process the information entered by the users.

Efficient Data Structures for PHP 7
PHP has one data structure to rule them all. The array is a complex, flexible, master-of-none, hybrid data structure, combining the behaviour of a list and a linked map. But we use it for everything, because PHP is pragmatic. An array gets the job done, even though you wouldn’t study it in a Computer Science course. Unfortunately, with flexibility comes complexity. 

Using Redis for PHP Session Storage
I have written previously regarding using Redis for Magento session storage. You can get the same benefits of using Redis for session storage (reduced disk I/O, automatic key eviction) for any PHP application by making a quick change to a couple of settings in your php.ini.

Remote Behat Testing with Laravel
This document will cover how to use a Behat specific API to setup a site for testing. What this includes is setting up a Scenario so that it has the data you need to run a test. This makes it possible not to rely on Seed data for this. This will allow us to run behat tests from remote machines as well as run tests in parallel.

Magento Theme Development: Series Finale
When I initially planned this series, it was intended to be a 15-article series in which we planned to develop all the pages of the theme, including the shopping cart, checkout pages, login/sign up pages and the user accounts pages. But after writing the first 10 articles, I realised that we have already explained, in detail, all the steps required to make the changes in your Magento theme pages, and editing the other pages will be just a repetition of the steps we have already explained before. Therefore, I'm concluding the series in this article, where we'll finalise the product page from where we left it in the previous article, and I'll give you some tips on how to use the techniques you have learnt in this series to edit the rest of the pages yourself.

Command Buses Demystified: A Look at the Tactician Package
In this article, we’ll take a closer look at variations of the Command Pattern; their components; what a Command Bus is; and an example application using the Tactician package.

PSR-7 File Uploads in Slim 3
Handling file uploads in Slim 3 is reasonably easy as it uses the PSR-7 Request object, so let's take a look.

Improve Dependency Injection in PHP apps With Zend Framework Plugin Managers
I have spoken many times at this blog about dependency injection, and how the ZF2 ServiceManager is one of the best tools to solve it. In this article I'm going to speak about another utility that comes with the Zend\ServiceManager package, the AbstractPluginManager.
News and Announcements

PHP 7.0.3 Released
The PHP development team announces the immediate availability of PHP 7.0.3. This is a security release. Several security bugs were fixed in this release. All PHP 7.0 users are encouraged to upgrade to this version.

PHP 5.6.18 is available
The PHP development team announces the immediate availability of PHP 5.6.18. This is a security release. Several security bugs were fixed in this release. All PHP 5.6 users are encouraged to upgrade to this version.

PHP 5.5.32 is available
The PHP development team announces the immediate availability of PHP 5.5.32. This is a security release. Several security bugs were fixed in this release. All PHP 5.5 users are encouraged to upgrade to this version.

PHP UK Conference - 18-19th February 2016, London
With over 700 delegates, speakers, and sponsors, PHP UK Conference aims to deliver fantastic up-to-date content about PHP and related web technologies in a comfortable and professional setting. There are countless networking opportunities to engage with international speakers and delegates, which makes the event one you won't want to miss. The last few tickets are on sale now.

DrupalCon Asia - February 18th-21st 2016, Mumbai
DrupalCon Asia is an action-packed conference of all things Drupal and features a full schedule of educational, networking and contribution opportunities. Fifty sessions have been chosen by the Track Chairs, and registration closes tomorrow.

Italian PHP Conference - May 13-14th 2016, Verona
2 days, 2 tracks, 20+ international speakers dedicated solely to PHP development, technologies and management. With talks about design, project management, agile and various PHP-related technologies like Zend Framework2, Symfony2, Laravel, Drupal, Wordpress. Super. Early Bird tickets are on sale now.

The PHP Tour - May 23rd-24th 2016, Auvergne, France
Organised by AFUP, the French PHP users group, and Clermont’ech, a local organisation which gathers developers from the area. This year, part of the program will focus on performance. With more and more business-critical applications, performance becomes decisive. Performance is in the core of PHP7, the last version of our language. The Call for Papers is now open.

PHP School - Open Source Learning for PHP
PHP School is a set of ever expanding workshops to teach you basic to advanced concepts in PHP. It is a revolutionary new way to learn PHP. Bring your imagination to life in an open learning eco-system.

Podcasts

PHP Town Hall Podcast Episode #46: Christmas Theraphpy
Ben and Phil have a little catch-up to try and get things back on track after a little 2015 lag. Basically this episode is just Sober Phil having a massive vent about how daft people are on the Internet. For some reason he accidentally read some /r/lolphp and got into an argument about how they think that PHP 7 is purely a cosmetic change. This was a good excuse to re-emphasize what an awesome set of fundamental changes PHP 7 really was. Ben and Phil then discuss the FIGs identity crisis before Phil goes off on another ramble about that. We’ll cover that better on later episodes!

dev/hell Podcast Episode 71 - Bespoke Tokens
We really do appreciate our sponsors, so when we get a chance to thank them in a way other than our awesome ad reads, we do it! In this episode you get twice the guest because we invited two of the three folks behind WonderNetworks to join us. Paul Reinheimer and Gemma Anible came on (and even did video via Skype so they could tell when we were getting bored) and talked about how WonderNetworks got started, Paul and Gemmas' preferred development style and Paul seemed determined (as he always is) to tweak Chris.

Voices of the ElePHPant - Interview with Wim Godden
This week Cal Evans talks to Wim Godden of the Belgian PHP Community, recorded during last year's ZendCon.

Laravel IO Podcast: Episode 41 - Powerslides & Sparks
In this episode, the crew discusses multiple authentication drivers, Laracon, PJAX, Spark, and Mario Kart rage.

Three Devs and a Maybe Podcast - The Full House
Apologies for Edd’s awful audio echo this week, serves him right for trying to bring sound-drops to the podcast. On the first full host podcast of the year we start off the discussion with what Fraser has been up to these past couple of months, his exciting new job promotion and how he is enjoying development. We then move on to chat about some Agile methodologies (Scrum, Kanban Boards and Sprints), Babel/Webpack and the release of Space Beer Cave into the iTunes App Store. Lewis then brings up his recent exploration into TDD, followed by Mick’s look into OAuth 2 and pains with the PostgreSQL query planner. Finally, we chat about logging and debugging errors which occur in production, and how burnout and technical debt can be similarly compared.

Acquia Podcast: Drupal, meet PHP FIG - Larry Garfield
Larry Garfield aka crell: Drupal 8 Web Services Initiative Lead, a subsystem maintainer for a couple of things, relevant and Drupal representative to the PHP Framework Interoperability Group. Make sure you listen to the podcast for the full origin story of Larry’s online handle!

MageTalk Magento Podcast #78 - In the Same Breathable Air
The guys talk Magento Masters, Oro Momentum, Magento 2 upgrade woes, Patches break PHP 5.3 and Podsherpa.

PHP Round Table Podcast Episode 37 - An ORM Discussion
Object-relational mapping (ORM) tools are a great way to model relational databases in your codebase. We discuss the benefits that ORM tools can add to our apps, some problems with the ORM model and where the PHP community seems to be heading when it comes to persisting data. We'll also discuss the opposing active record & data mapper paradigms.

LaraChat Live - Episode #1
This week's discussion (our first round table) will include introductions from community members and our meet & greet outside of Larachat.co. This weekly round table will also include our discussion on PHPMD and PHPCS.

Reading and Viewing

PHP CLI (by Rob Aley, updated 27th January 2016)
Quickly create useful and effective Command Line software using the worlds favourite web language. Special discount offer for readers of PHP Weekly if you purchase here! 

Bastian Hofmann – Talking about ResearchGate, Berlin & PHPBenelux
My friend Bastian Hofmann was flying to Brussels to speak at the PHPBenelux Conference that I organise. I picked him up from the airport, put him in my car and talked to him about his work, the city he lives in and the conference he is traveling to.

20 Great AngularJS Books That You May Get With Discount For a Limited Time
AngularJS is a popular JavaScript framework used frequently for creating single page applications that work very fast. Read this article to learn about 20 AngularJS books and videos that you can buy with a 50% discount just for the next days.

PHP Author And Consultant Lorna Mitchell Discusses APIs, Frameworks, Conferences And Offers Advice To Students
Lorna Mitchell is a PHP specialist and web consultant. She has performed in different PHP conferences as a speaker, including PHPTek. She is also the author of many books including PHP Web Services. In her interview with Cloudways, she talks about PHP7, APIs and her upcoming book. She has also given wonderful advice to students. Enjoy the interview :)

Unlock the da Vinci Code In Your Designs, Begging For Money, Be Negative and More
In this episode of the John Morris Show, unlocking the da Vinci code in your designs, begging for money, why you should be more negative, and more.

Magento 2 Developer's Guide Kindle Edition (by Branko Ajzele, published 24th December 2015)
Set up, configure, and power up your Magento environment from development to production. Master the use of Web API to communicate with the Magento system, create custom services, and custom modules, from scratch, to extend the core functionality of the Magento system.

Jobs



Do you have a position that you would like to fill? PHP Weekly is ideal for targeting developers and the cost is only $50/week for an advert.  Please let me know if you are interested by emailing me at [email protected]

Interesting Projects, Tools and Libraries

quarx
A responsive-modular application framework built on CodeIgniter.

charcoalphp2
A task oriented PHP web framework.

utilities
Transform PHP types to JavaScript.

core
Playground Core Module.

decoda
A lightweight lexical string parser for BBCode styled markup.

versioneye-php
PHP CLI tool and library for interacting with the VersionEye API.

vision
Vision is a lightweight and easy extensible framework for PHP.

cygnite framework
Cygnite PHP Framework- Rapid web application development framework.

test-tools
Dependency injection and self-initialising fixtures for PHPUnit.

assegai
Assegai is a full-featured MVC framework for PHP.

codewave
CodeWave - simple and intuitive PHP5 MVC framework.

magallanes
A Deployment Tool for PHP Applications.

cockpit
An api-driven CMS without forcing you to make compromises in how you implement your site.

geocoder
The most featured Geocoder library written in PHP.

brush
Brush is a complete object-oriented PHP wrapper for the Pastebin API.

stream
Basic readable and writable stream interfaces that support piping.
Please help us by clicking to our sponsor:


 From our sponsors:
Solve SIEBEL OM Crashes Automated Siebel CRM Repository Review to solve OM crashes, data corruption, slow transaction, workflow and more for $1K in under 4 hours.

(ads by LaunchBit) 

So, how did you like this issue?

Like us on FacebookFollow us on Twitter
We are still trying to grow our list. If you find PHP Weekly useful please tweet about us! Thanks.
Also, if you have a site or blog related to PHP then please link through to our site.

unsubscribe from this list | update subscription preferences 
 


Protect your PHP code with SourceGuardian 10. Free trial.

 

Subscribe! Enter your email address below:

NO SPAM: We absolutely hate spam. We will not share, rent, or give away your email address to anyone.You can unsubscribe at any time. Easily!

Talk to us!

If you have some news, want to share a link with us or chat with us feel free to email us.

And we also have an RSS feed that you can use.

Like us on FacebookFollow us on Twitter

Copyright © PHPWeekly.com