Quick Tutorial: Up and Running with the Fastest PHP Framework on PHP7
Some web developers may not be familiar with Phalcon PHP framework which is written in Zephir, a language mid-way between C and PHP that helps in developing PHP extensions without having to know C. Since Zephir compiles into C, which is what PHP extensions are made of, it’s lets PHP developers create highly optimized modules…