I AM LISTENING TO
|
WHAT I LIKE
  • English
  • German


BLOG FILTER



Paw is a full-featured HTTP client that lets you test the APIs you build or consume. It has a beautiful native OS X interface to compose requests, inspect server responses and generate client code out-of-the-box.

This is one of my go-to tools, when test-driving my API endpoints.

Paw for Mac

readmore

When performing tasks using the Gravity Forms API, handling notifications and hook execution on demand is something that becomes really handy.

Enjoy coding ….

readmore
11. October 2016

PHP Coding Standards Fixer

The PHP Coding Standards Fixer tool fixes most issues in your code when you want to follow the PHP coding standards as defined in the PSR-1 and PSR-2 documents and many more.

Nice addition to any arsenal of tools :)

PHP Coding Standards Fixer

readmore

Kirby is a PHP file‑based CMS. It has a jQuery-Inspired API and Content can be created with any Markdown Editor.

Its all about simplifying things :)

Kirby

readmore
23. August 2016

OwnCloud to NextCloud

NextCloud is the next thing after OwnCloud basically shut down.

OwnCloud (stylized ownCloud) is a suite of client-server software for creating file hosting services and using them. OwnCloud is functionally very similar to the widely used Dropbox, with the primary functional difference being that OwnCloud is free and open-source, and thereby allowing anyone to install and operate it without charge on a private server. It also supports extensions that allow it to work like Google Drive, with online document editing, calendar and contact synchronization, and more. Its openness eschews enforced quotas on storage space or the number of connected clients, instead having hard limits (like on storage space or number of users) defined only by the physical capabilities of the server.” – Wikipedia

Here some links clarifying the shutdown and  creation of the new fork NextCloud.

You should upgrade to NextCloud using the following guide, just like upgrading to a new OwnCloud version.

One thing that I am really looking forward to is the new WebRTC video conference integration Spreed.me.

Frank Karlitschek about NextCloud on Twit.TV – Floss Weekly.

NextCloud

readmore
22. August 2016

Parser for CSS in PHP

The library allows you to extract CSS files into a data structure, manipulate the data and output optimized CSS.

PHP-CSS-Parser

readmore

Grav is a Fast, Simple, and Flexible, file-based Web-platform. There is Zero installation required. Just extract the ZIP archive, and you are already up and running. It follows similar principles to other flat-file CMS platforms, but has a different design philosophy than most.

Grav comes with a powerful Package Management System to allow for simple installation and upgrading of plugins and themes, as well as simple updating of Grav itself.”

Grav@GitHub

readmore

Detect changed files using PHP/MySQL/CRON.

GitHub

readmore

Varying Vagrant Vagrants is an open source Vagrant configuration focused on WordPress development. The primary goal of Varying Vagrant Vagrants (VVV) is to provide an approachable development environment with a modern server configuration. VVV is ideal for developing themes and plugins.

GitHub

readmore

“NEON is very similar to YAML. The main difference is that the NEON supports “entities” (so can be used e.g. to parse phpDoc annotations) and tab characters for indentation. NEON syntax is a little simpler and the parsing is faster.”

NEON offers PHP, Javascript and Python support.

Go and play in their Sandbox

 

readmore