Tag: php
-
View original article
-
Push data into a Power BI dataset from PHP and Laravel Application
I had a request to Integrate Microsoft Power BI Reporting tool to a custom Developed ERP Product which is based on PHP Laravel Frame Work and My SQL Database… After several hours of research and studies through the documentation, I end up with a successful effort. View original article
-
Migrating a PHP 5 App to PHP 7 (Rundown of PHP 7 Features) – Part 2
TL;DR: Many PHP applications are still running on PHP 5.x, not ready to take full advantage of the awesome features that PHP 7 offers. View original article
-
Migrating a PHP 5 App to PHP 7 (Development Environment) – Part 1
TL;DR: Many PHP applications are still running on PHP 5.x, not ready to take full advantage of the awesome features that PHP 7 offers. View original article
-
Open-source PHP Compiler to .NET
Boost the speed of your PHP apps and prevent request failures. Use PHP to develop apps for all operating systems and devices. View original article
-
Open-source PHP Compiler to .NET
Boost the speed of your PHP apps and prevent request failures. Use PHP to develop apps for all operating systems and devices. View original article
-
janephp/openapi
Generate a PHP Client API (PSR7 compatible) given a OpenApi (Swagger) specification. The generated code may contain bug or incorrect behavior, use it as a base for your application but you should never trust it as is. View original article
-
PHP IDE: The10 Best IDEs for PHP Programmers
All set to get your hands dirty with PHP? PHP IDE is the first tool that you need to get started with PHP programming. There are many IDEs available in the market, both free and paid, and selecting one can be a difficult task. View original article
-
Composer with WordPress, how to
by SCOTT WALKINSHAW
-
Simple Cloud API for PHP
Zend just announced Simple Cloud API for PHP. This API aims to be an Abstraction Layer between PHP and a number of Cloud services (Azure, Amazon, Nirvanix, Rackspace). The current contributors to this project include Zend, Microsoft, IBM, Rackspace, Nirvanix, and GoGrid.
-
Building a Zend Modular CMS Tutorial
A series of blog posts have been created covering the development of an extendable, modular CMS system, currently up to part 7 with ACL, Database, Navigation, Config, Bootstrapping, and Translate, already built in. This is a good way to start using/understanding the Zend Framework.