I AM LISTENING TO
|
WAS ICH LIEBE
  • Englisch
  • Deutsch


BLOG FILTER



Plates is a native PHP template system that’s fast, easy to use and easy to extend. It’s inspired by the excellent Twig template engine and strives to bring modern template language functionality to native PHP templates.

Plates is designed for developers who prefer to use native PHP templates over compiled template languages, such as Twig or Smarty.”

GitHub

readmore

Voyager is a Laravel Admin Package that includes BREAD(CRUD) operations,
a media manager, menu builder, and much more.

GitHub

readmore

HTML5DOMDocument extends the native DOMDocument library. It fixes some bugs and adds some new functionality.

  • Preserves white spaces
  • Preserves html entities
  • Preserves void tags
  • Allows inserting HTML code that moves the correct parts to their proper places (head elements are inserted in the head, body elements in the body)
  • Allows querying the DOM with CSS selectors (currently avaiable: *, tagname, tagname#id, tagname.classname, #id, .classname)

GitHub

readmore
4. Februar 2017

PHP GitHub API 2.0

A simple Object Oriented wrapper for GitHub API, written with PHP5.

Uses GitHub API v3. The object API is very similar to the RESTful API.

Github

readmore

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. Oktober 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