Forge CLI, an Opinionated Laravel Forge CLI Tool
Laravel Forge is a commercial service to provision, deploy and configure Laravel applications in the cloud. The tool is linked to multiple cloud providers such as Digital Ocean, Linode, AWS. The...
Language Detection Library for PHP
In a linguistic diversity on the internet report published by UNESCO in 2009 it is noticed a steady year-on-year decline in the percentage of webpages in English from 75% in 1998 to 45% in 2005....
Nolovia, ad/malware blocking configuration file generator for bind, NSD, and other DNS resolvers
Nolovia is an ad-blocking config file generator for bind, NSD, or other DNS resolvers. It helps you implement a blackholing DNS server or DNS "sinkhole" firewall, by generating configuration files that block...
INISCAN, The PHP ini scanner for best security practices
Since the PHPSecInfo is no longer updated, there is a similar tool which is recent, updated and could provides you with common security best practices for your PHP installations. Written by...
Laravel schedule monitor
The Laravel schedule monitor as its name indicates monitor scheduled tasks in a Laravel app. It will write an entry to a log table in the db each time a schedule...
Box, Fast Zero Config Application Bundler with PHARs
We talked in a previous article about PHP Scoper, the PHP tool to help you prepare your code for packaging. Once your code is ready, you can send it to Box...
ORM Designer Reviewed
Many developers building web applications accessing databases can’t imagine their work without using ORM framework, but as much as the ORM frameworks ease the development and make the code easier to...
PHP Scoper, Get Your Code Ready for Packaging
PHP-Scoper is a tool which essentially moves any body of code, including all dependencies such as vendor directories, to a new and distinct namespace. The tool goal is to make sure...