Quantcast
Channel: PHPDeveloper.org
Browsing latest articles
Browse All 28 View Live
↧

Stephan Hochdörfer: Speeding up your Satis run

Stephan Hochdörfer has a new post with a handy tip on speeding up the indexing Satis does on your local repositories to generate its information. His tip involves being more selective in the rebuild...

View Article


Matthias Noback: Inject a repository instead of an entity manager

Matthias Noback has made a recommendation in his latest post about using a repository rather than an entity manager in your classes to inject dependencies. It appears that I didn't make myself clear...

View Article


SitePoint PHP Blog: Repository Design Pattern Demystified

The SitePoint PHP blog has a new post today that hopes to "demystify" the Repository design pattern with an overview of its structure and ow your code can put it to use. What is the Repository Design...

View Article

VG Tech Blog: Using Local Packages as Composer Dependencies

On the VG Tech blog this latest post shows you how to use local packages as dependencies in your Composer-enabled applications. Composer changed pretty much everything when it comes to including...

View Article

Programming Are Hard: Structuring my applications, Cont'd

The Programming Are Hard site continues its look at structuring Symfony-based applications in part two (it's just two parts) building on the structure and foundation laid out in part one. It really...

View Article


Bosnadev.com: Using Repository Pattern in Laravel 5

Mirza Pasic has posted a tutorial to the Bosnadev.com site introducing you to the repository design pattern and how to use it in a Laravel 5-based application. These days there is a lot of buzz about...

View Article

SitePoint PHP Blog: How to Use GitHub's API with PHP

The SitePoint PHP blog has a new tutorial posted showing you how to interact with the GitHub API via PHP thanks to the KnpLabs library to create a simple automation system to perform some simple...

View Article

Remi Collet: PHP 7.0 as Software Collection

Remi Collet has a new post today talking about the next major release of the PHP language - PHP 7 - and how it, in its current state, can be installed now as an RPM from the "remi" repository as a...

View Article


Phillip Shipley: Creating a PHP Nexmo API Client using Guzzle Web Service...

Phillip Shipley has continued his series about hooking your PHP application into the Nexmo API with this new update, part 3.5 of the series. It's a smaller follow up to the code and functionality...

View Article


ServerGrove Blog: Satis: building your own Composer repository

Composer has definitely made a huge impact on how PHP packages and libraries are integrated into other applications. Sometimes, though, it makes more sense for you to keep your code internal to the...

View Article
Browsing latest articles
Browse All 28 View Live