Getting started on Firefox OS apps with AngularJS

0
Coding Glamour have a short introduction to Firefox OS apps with AngularJS, by creating an application boilerplate for writing great looking and structured mobile applications. Things addressed in this app : Routing...

Phan, Static Analyzer for PHP

0
Phan is a static analyzer for PHP that prefers to minimize false-positives. Phan attempts to prove incorrectness rather than correctness. It looks for common issues and will verify type compatibility on various...

Swoole, Hot Production-Grade Async programming Framework for PHP

0
Swoole is an open source, production ready async programming framework for PHP. Compared with other async programming frameworks or softwares such as Nginx, Tornado, Node.js, the framework has the built-in async, multiple...

PHP 8.0 feature focus: match() expressions

0
Larry Garfield, Director of Developer Experience at platform.sh, have written an introductory post on PHP 8.0 new feature match(), which go beyond switch/case directives limitation. While it gets the job done, the...

PHP Domain Parser 5.4.0 released

0
PHP domain parser just released version 5.4.0 with support for IANA top level domains. While there are plenty of excellent URL parsers and builders available, there are very few projects that can...

Why Symfony Framework is leaving PHP-FIG

0
Yesterday, Fabien Potencier submitted a pull request to the PHP-FIG requesting to remove Symfony with a note : "no description provided". According to Fabien, everything seems to be great with the...

Build PHP Extensions Easily with Zephir

0
Zephir - Ze(nd Engine) Ph(p) I(nt)r(mediate) - is a high level language that eases the creation and maintainability of PHP extensions. Zephir extensions are exported to C code that can be...
phpcodequality

Top Five PHP Libraries to Boost Code Quality

0
Day by day you will get more and more familiar with PHP coding standards and your code quality will be perfect by default... And if that day is not happening yet,...

Parsica, Easiest Way to Build Robust Parsers in PHP.

0
Parsica, PHP Parser Combinators, is the easiest way to build robust parsers in PHP. A parser is a function that takes some unstructured input (like a string) and turns it into...

Goro, PHP implementation written in Golang

0
Goro is an implementation of PHP, written in pure Go (as much as possible, right now pcre doesn't exist in pure go and require usage of libpcre). The project is at...

Social Media

1,076FansLike
1,385FollowersFollow
2,647FollowersFollow
9SubscribersSubscribe

Latest articles

Get Started with Laravel Volt: A Free Full Stack Laravel App...

0
Laravel Volt is an admin dashboard template that offers a comprehensive design and development toolbox for personal and commercial projects. It comes with handcrafted...