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!

November 3, 2016

Welcome Back PHP Fans.

This week the PHP development team has announced the fifth release candidate for PHP 7.1.0, available immediately.

WordPress 4.7 Beta 1 has also been released, and is available now.

Also this week, we continue the Building Your Startup with PHP series, looking at launching a support system and knowledge base for the application.

Plus we take a look at the the Top Five programming fonts in use by developers today.

And finally, the Call for Papers is now closed for the PHP UK Conference in London next year, but Early Bird tickets are on sale.

Hope you all have a great weekend, 

Cheers
Katie and Ade

We love our sponsors. Why not try them?

 From our sponsors:
Read Now. Research Note: Avoid Failure by Developing a Toolchain That Enables DevOps

(ads by LaunchBit) 

Articles

Top 5 Programming Fonts
Everyone has their ideal development setup, and many have spent countless hours customising it to perfectly suit their needs. Outside of a colour scheme, the next typical change is the font in use and every year new fonts are introduced, giving us more to choose from than ever before. To find out what everyone is using, I asked on Twitter and Facebook and had a ton of responses. Based on the answers here is a list of the top 5 programming fonts in use today.

Securing Your WordPress Site
WordPress is great – we know that. It’s the most popular CMS around – powering over 20% of sites on the internet. Like any piece of software though, it has its fair share of security vulnerabilities – whether these are caused by code issues, or through the use of outdated plugins, there are many steps you can take to strengthen your WordPress site. I’m going to go through some of the steps I take when working on client WordPress sites below.

Special Thanks to The PHP Community for ZendCon 2016
With the passing of the 12th ZendCon, and my third year as one of the organisers, there is much to reflect on. Being the second year we’ve held the conference in Las Vegas, there were less surprises despite many things being new behind the scenes. The entire team worked very fluidly together, and there was more structure than in the past, which helped to eliminate obstacles more quickly as they arose. Rather than dig deep into what we did or didn’t do well, I think I’d like this post to be more about what makes the event possible.

Musings of a PHPDiversity Rainbow Elephpant
IT’S HAPPENING! Finally, the kickstarter is happening! And I’m ecstatic. The kickstarter campaign is about to go live, and will run until shortly before midnight on December 8th (UTC) and I’m a very happy Elephpant. Here’s the kickstarter link: please help make me a success.

Tutorials and Talks

Integrate Bitcoin Payments with PHP
As the usage of Bitcoin as a payment method is growing, many companies have started accepting payments in this virtual currency. More than 100,000 companies are currently accepting Bitcoin (some of them are large and well-known, such as Microsoft and Dell), making it the most popular virtual currency today. Let's see how it works and how to accept payments in Bitcoins in your web application.

2FA in Laravel with Google Authenticator – Get Secure!
There are many ways an attacker can get a users password. It could happen through social engineering, key logging, or by some other nefarious means. Passwords alone are not enough to protect users from their accounts being compromised, especially if an attacker somehow has their credentials. To get around this serious shortcoming, the concept of two-factor authentication (2FA) was created.

Building Your Startup With PHP: Collecting and Managing User Reports and Feedback
This tutorial is part of the Building Your Startup With PHP series on Envato Tuts+. In this series, I'm guiding you through launching a startup from concept to reality using my Meeting Planner app as a real-life example. Every step along the way, I'll release the Meeting Planner code as open-source examples you can learn from. I'll also address startup-related business issues as they arise. In this tutorial, I'm going to guide you through how I quickly and economically launched a support system and knowledge base for the application, as well as some of the issues and alternatives I considered.

An Opinionated Tagging Package for Laravel Apps
There are a lot of quality tagging packages out there. Most of them offer the same thing: creating tags, associating them with models and some functions to easily retrieve models with certain tags. But in our projects at Spatie we need more functionality. Last week we released our own – very opinionated – tagging package aptly called laravel-tags. It comes with batteries included. Out of the box it has support for translating tags, multiple tag types and sorting capabilities.

Understanding PHP Generators
When it comes to driving, speed is not everything. But on the web, speed makes all the difference. The faster your application, the better the user experience. Well, this article is on PHP Generators, so why are we talking about speed? As you are soon about to find out, generators make a huge difference on speed and memory management.

Automating PHPUnit with Node
I've been trying to automate everything this year. When working on OSS, this is usually as simple as setting up Travis CI; in some cases, even that becomes a little more involved, but remains possible. But that's continuous integration. What about continuous development?

Subscribing to Symfonys Security Events
Symfony is a popular web framework for PHP apps, and comes with a powerful event notification system which fires events when almost anything happens inside the system. Hooking in to these events can add advanced functionality to your app. The most common way to listen to an event is to register either an event "listener", or an event "subscriber". We're going to use Subscribers. In this post we'll create a Subscriber which listens for successful and unsuccessful Log In events, and responds by sending information to ThisData.

Guide to Automatic Security Updates For PHP Developers
Most of the software security vulnerabilities known to man are preventable by careful development practices. For example, SQL injection can be prevented by separating the user-provided data from the SQL query. We've covered quite a few of these topics before. Read A Gentle Introduction to Application Security if you're not familiar with web application security. However, even if you're trying to do everything right, eventually we all make mistakes and ship exploitable software.

Digging into: Humbug
While I’ve already used Humbug a few times, a recent article made me realise that I didn’t really know how it worked. That’s when I got the idea to dig into Humbug to learn how it works, and publish my findings here. Before we start, let’s quickly give some context on Humbug.

A Crash Course of Changes to Exception Handling in PHP 7
Exception handling saves your code in the most unusual circumstances. PHP 7 has introduced two new classes that assist a developer in handling errors with ease, and that’s what we’ll look at in this post. Before the introduction of these classes in PHP 7, exception error classes were written to handle the different types of errors.

Abstract Syntax Tree/Uniform Variable Syntax in PHP 7+
PHP 7 introduced a new layer which is called the Abstract Syntax Tree(AST) which helps in decoupling the process of parsing from the pseudo-compile process. Note that this new layer does not have much impact on performance, but it make the syntax uniform. Uniform variable syntax/abstract syntax tree aims to establish internally consistent variable syntax, references are accessed from left to right instead of right to left. In this post, I am going to be talking about The Abstract Syntax Tree(AST)/Uniform Variable Syntax in PHP 7+.
News and Announcements

PHP 7.1.0 Release Candidate 5 Released
The PHP development team announces the immediate availability of PHP 7.1.0 Release Candidate 5. This release is the fifth release candidate for 7.1.0. All users of PHP are encouraged to test this version carefully, and report any bugs and incompatibilities in the bug tracking system.

WordPress 4.7 Beta 1
WordPress 4.7 Beta 1 is now available! This software is still in development, so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version.

Joomla – From Nowhere to High Privilege
Joomla, a popular free and open-source content management system, just released version 3.6.4 that fixed two critical vulnerabilities. We took a deeper dive to see how these exploits tick and would like to congratulate Davide Tampellini on his first CVE discovery.

PDO_DataObject Released
Coding was completed last month, and has a huge test suite to cover a large proportion of the features. This should mean that replacing DB_DataObjects will be pretty easy. You can either just checkout the code from github  / PDO_DataObject , or use the pear channel.

SymfonyCon Germany - December 1st-3rd 2016, Berlin
SensioLabs is proud to organise the fourth edition of the SymfonyCon, the international Symfony conference. This year, to celebrate Symfony, we decided to bring the entire community to Germany to discover Berlin, a very special vibrant city. We look forward to welcoming you to Berlin for talks, workshops, discussions and other serious work around Symfony and its environment, then sharing this very special German atmosphere… And of course, celebrating the community reunion! Tickets are on sale now.

PHP UK Conference - 16-17th February 2016, London
PHP UK is pleased to announce the 12th Annual PHP UK conference; a 2-day event with 3 great tracks held at The Brewery, in the heart of the City of 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. Early Bird tickets are on sale now.

Podcasts

PHP Articles Report October 2016 Edition
This is the October edition of the podcast hangout recorded by Manuel Lemos and Arturs Sosins, to comment on the latest outstanding PHP articles published recently. In this edition they discuss articles about finding great developer jobs in 2016, implementing non-obvious MySQL optimisation tricks, improving the protection of OAuth based applications against user account leaks, how to calculate VAT in PHP for products in any European country, as well as several other articles to help software developers create their own software product businesses.

Voices of the ElePHPant - Interview with Larry Garfield
This week Cal Evans talks to Drupal developer, and Director of Services at Platformsh, Larry Garfield.

Three Devs and a Maybe Podcast - Processing Signals and Collecting Garbage with Joe Watkins
In this weeks episode we have a long overdue catch-up with Joe Watkins. We start off the discussion with progress on PHP 7.1 and work Joe has been doing to provide an interface to libui within PHP. We then move on to chat about a couple of interesting RFCs that are currently under-discussion, followed by managing long-running PHP processes with Supervisor and Unix signalling. Finally, we highlight how Garbage collection works and how PHP implements the concept to help manage memory.

That Podcast Episode 33: Lag
Beau and Dave somehow manage to form a coherent conversation despite laggy internet, about dynamic sharing images, Beau's application for Global Entry, overlays and Mailchimp automation, profilers like Blackfire and XHProf, and Beau having a new microphone.

MageTalk Magento Podcast #104 - 2 Year Anniversary Show (with Roy Rubin and Yoav Kutner)
Here's to 2 years! Roy Rubin sits down with us to talk about starting small and ending well.

PHP Round Table Podcast Episode 54: Security: Encryption, Hashing and PHP
We chat about security in the the PHP community, encryption & hashing in PHP and a new-hotness crypto library called libsodium.

Full Stack Radio Podcast Episode 53: Kyle Fiedler - Design Tips and Tricks for Developers
In this episode, Adam talks to Kyle Fiedler of thoughtbot about common mistakes developers make with design, and some tips and tricks for making your designs look more professional.

Reading and Viewing

Cloudways Interviews WordPress Expert, Shawn Hesketh
Shawn Hesketh is a WordPress educator and consultant in Houston, Texas. He enjoyed a successful career as a freelance designer, creating logos, print materials, websites, and marketing strategies that helped his clients connect effectively with their audience. Later on, he created WordPress 101, one of the most popular premium WordPress video tutorial sites in the world. In this interview, Shawn talks about his career, experience and also gives advice to WordPressers.

Write More Expressive Tests with Hamcrest PHP
Have you ever struggled to write expressive, easy-to-read test assertions in PHP? If so, then Hamcrest PHP could be the answer. In this talk, I’ll show you how to use Hamcrest to make your test assertions a positively pleasant experience, and cover how you can create your own custom matchers for extra Hamminess.

The Serendipity Machine
I recently finished a book that has been in my possession for quite some time already, The Serendipity Machine by Sebastian Olma. Subtitled A Disruptive Business Model for Society 3.0 sounds very buzzword-y and startup-y, but despite the subtitle it was a very good book.

Voyager – A Laravel Admin Package
Voyager is a new package created by The Control Group that provides a complete admin system to quickly scaffold out your app. Watch the demo video here.

Free Video Course: Docker for Development
Chris Fidao put together a free mini-series on using Docker for Development with Laravel. The series is ten individual videos covering all the basics to get up and running. This includes how to use and build multiple containers, networking and persisting data, as well as a development workflow.

New Coffee Break Course: First Look at Slim PHP
Slim PHP is an excellent framework for building micro applications in PHP. You know, the kind of app that does one thing, and does it well. In our new Coffee Break Course, First Look at Slim PHP, you'll get a good introduction to Slim and see how a standard Slim application is built. Watch the introduction video to find out more.

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

instrument
Application metrics toolbox for InfluxDB.

money
PHP 5.5+ library to make working with money safer, easier, and fun!

yin
The efficient and elegant JSON API server library for PHP.

firebase-php
A PHP client for Firebase.

mocka
Mocka is a clean, structured, but still very flexible mocking framework. It follows object-oriented guidelines to create mock classes, objects and their methods.

php-src
This is the github mirror of the official PHP repository located at http://git.php.net.

themis
Crypto library for storage and messaging for Swift, ObjC, Android, ะก++, JS, Python, Ruby, PHP.

autom
The modern, simple and intuitive PHP unit testing framework.

stikked
Stikked is an Open-Source PHP Pastebin, with the aim of keeping a simple and easy to use user interface.

crunz
Crunz is a framework-agnostic package to schedule periodic tasks (cron jobs) in PHP using a fluent API.

bernard
Bernard is a multi-backend PHP library for creating background jobs for later processing.

phppresentation
PHPPresentation is a library written in pure PHP that provides a set of classes to write to different presentation file formats.

temporal-models
Adds support for Temporal Models to Laravel 5.1+.
Please help us by clicking to our sponsor:


 From our sponsors:
Read Now. Research Note: Avoid Failure by Developing a Toolchain That Enables DevOps

(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