Search Results
A Native PHP Function Override with namespace & PHP-Mock: Shopify API Example
This article touches on how a PHP Function Override is successful using namespace and PHP Mock to retrieve the raw Shopify API response data.
Troubleshoot PHP Performance Issues With Blackfire Profiler
Blackfire Profiler is an easy-to-install PHP performance profiler that can quickly help you discover where your code is slowing down your app.
Data Import Tips to a PHP System
Data is a critical component of any software system. Whether it is creating simple dropdown menus to the complex migration of thousands of records from legacy systems. At Endertech, we understand that an effective import process is key to integrating data into a new system.
OAuth2 with Magento Cloud and Local PHP Server
I was using the magento-cloud CLI tool a bit ago, which is for interacting with their cloud hosting service, and it had an interesting login mechanism. I dug into it a bit to figure out what it was doing and thought I’d share what I learned.
Paypal Checkout V2 Sample - Integrate Paypal with Custom PHP App
This article focuses implementing a Paypal Checkout V2 Sample that'll be supported with code examples and notes, helping you to successfully complete this feature in full by the end of this short tutorial.
Laravel Homestead
Laravel Homestead is a prepackaged Vagrant box and configuration that can be used for PHP development. The box itself includes all of the essentials for rapid web development.
What Is Symfony?
Symfony is the best PHP framework available for web applications. You can use Symfony and its components to power any kind of API or custom web application that you can imagine.
PHPStorm Blows in with a Whirlwind of Code Prowess
PHPStorm is an Integrated Development Environment ("IDE") optimized for the PHP coding platform and has many more pros than cons when it comes to an IDE. PHPStorm is an Integrated Development Environment ("IDE") optimized for the PHP coding platform and has many more pros than cons when it comes to an IDE.
WordPress: One of the Best Content Management Systems
WordPress is one of the most impressive content management systems (CMS) built on PHP / MySQL. Is WordPress right for you? Let's find out!
My Favorite Symfony Console Commands
The first symfony console command is "About" which displays info about the current project. I use this command to check the version of symfony being used, the version of PHP being used, and whether or not Xdebug is enabled.
Using PHPCR and Its Sidekick, Jackalope
In this post, we'll dig a little deeper in how the PHP Content Repository works with its sidekick Jackalope. You’ll see that its applications extend beyond content management and that a design based on the PHPCR offers tremendous flexibility.
How Symfony1.4 Provides a Route to a Better URL
An explanation of how a Uniform Resource Locator ("URL") is affected by the Symfony1.4 framework including a discussion of route patterns, request URL translation and URL creation via Symfony1.4.
