Quantcast
Channel: PHPDeveloper.org
Browsing all 12 articles
Browse latest View live

Rob Allen's Blog: Hooks in Action Helpers

Rob Allen has posted this look at using hooks inside of action helpers (a follow-up from his previous article on action helpers): Hooks are a feature of action helpers that allow you to automatically...

View Article



Graham Christensen's Blog: Sane Pre-Commit Hooks for Symfony + Git

Symfony users will want to check out this pre-commit hook for git from Graham Christensen that can help you keep your sanity in place by rebuilding some of the essentials when a commit is made....

View Article

Christian Weiske's Blog: How to integrate PHP_CodeSniffer with Git repositories?

Christian Weiske has a problem he hopes you can help with - he's trying to get the PHP_Codesniffer tool integrated into his git workflow (well, the workflow of his team) as an automatic process that...

View Article

Freek Lijten's Blog: Git commit hooks using PHP

In this new post from Freek Lijten he looks at a set of git commit hooks written in PHP for making things happen before, during and post commit. Git hooks are usually found inside the .git/hooks...

View Article

Kevin Schroeder's Blog: Zend Framework 2 Event Manager

Kevin Schroeder has a new post today sharing some of his experience with the Zend Framework 2 Event Manager in a simple example of pre- and post-validation hooks in a model. I got to play with the...

View Article


Adam Patterson's Blog: DIY simple staging server.

Adam Peterson has posted an interesting idea for those out there running an internal staging server they want to constantly keep up to date with the main line of code (without manual intervention) - a...

View Article

Paul Reinheimer's Blog: The Danger of Hooks

Paul Reinheimer has a recent post to his blog talking about the danger of "hooks" in your development - the functionality several frameworks and other tools come with to allow you to add functionality...

View Article

Sean Coates' Blog: Deploy on push (from GitHub)

Sean Coates has a new post today sharing an example push process for the times when you either just need to push code (without the build process) or you're just deploying something simple - a "deploy...

View Article


Gonzalo Ayuso's Blog: Building a simple SQL wrapper with PHP. Part 2.

Gonzalo Ayuso has followed up his previous post about creating a simple SQL wrapper with PDO in PHP with this new post, a "part two" looking at improving it a bit with a new class to represent the...

View Article


James Morris' Blog: Deploy a Silex App Using Git Push

James Morris has a new post to his blog showing you how you can deploy a Silex-based application via git and a post-receive hook on the server side. Up until a few days ago I used to use a small bash...

View Article

Kevin van Zonneveld: It's Almost 2014 and We Are Still Committing Broken Code

Kevin van Zonneveld has a new post that, while not PHP specific, does have a handy script that will help you stop committing broken code. Whatever the reason, it's almost 2014 and we are still...

View Article

Zumba Engineering Blog: Enforce code standards with composer, git hooks, and...

The Zumba Engineering blog has a new post looking at a way you can control code quality and standards with the help of Composer, git hooks and the PHP Code Sniffer (phpcs) tools. Maintaining code...

View Article
Browsing all 12 articles
Browse latest View live




Latest Images