Quantcast
Channel: PHPDeveloper.org
Browsing latest articles
Browse All 13 View Live

DevShed: Cache Data in RAM with PHP

DevShed has posted a new article in their series looking at storage interfaces and how to use them. In this latest article they show how to create a caching layer that will allow you to work with any...

View Article



Lars Tesmer's Blog: How to Unit Test a Class Making Calls to an URL (or the...

Lars Tesmer has a suggestion for all of the unit testers out there (you do unit test your code, right?) when needing to test a piece of code that makes a call to something on the file system or a...

View Article

XpertDeveloper.com: PHP clearstatecache() Explained

XPertDeveloper.com has a quick new post looking at a function that might be overlooked until it suddenly becomes just what you need - clearstatecache for clearing file state information in the current...

View Article

VG Tech Blog: Mocking the File System Using PHPUnit and vfsStream

On the VG Tech blog today there's another post related to unit testing (here's one from before) but this time they're talking about mocking the filesystem with vfsStream, a powerful tool that lets you...

View Article

Sebastian Göttschkes' Blog: Using vsfstream (with symfony2)

In this recent post Sebastian Göttschkes shows how to use the vfsStream stream wrapper in a Symfony2 application to create tests that involve the local file system. I read about vsfstream when...

View Article


Stefan Koopmanschap's Blog: GlobIterator: Easy access to specific files

Stefan Koopmanschap has a new post to his blog showing a handy use of the GlobIterator to access only certain files. For a project I am working on I needed to iterate over all .xml files in a specific...

View Article

PHPMaster.com: Working with Files in PHP

On PHPMaster.com today there's a new tutorial that shows you some examples of working with files and the local file system in your PHP applications. You may well be familiar with databases such as...

View Article

Kevin Boyd: Retrofitted Login Throttling

In this new post to his site Kevin Boyd introduces a tool that you can use to scan your logs for login abuse, Fail2ban, and how to use it with your application's login attempts to ban IPs as needed....

View Article


PHPBuilder.com: Clustered File Systems and PHP

On PHPBuilder.com today they continue their series looking at working with clustered file systems and PHP with this new post, the second part in the series (part one is here). In part one,...

View Article


SitePoint PHP Blog: Abstract File Systems with Flysystem

The SitePoint PHP blog has a new tutorial today from Lukas White showing you how to work with abstract file systems that aren't local. In this case, the file system is virtual and living on a remote...

View Article
Browsing latest articles
Browse All 13 View Live




Latest Images