Jani Hartikainen's Blog: How to create Doctrine 1-style Soft-Delete in...
Jani Hartikainen has posted his technique for making the Doctrine version 1 style "soft delete" in your Doctrine 2 powered application. Doctrine 1 has the concept of behaviors which you could add to...
View ArticleSrdjan Vranac's Blog: Custom Repository with DIC in Symfony2
Srdjan Vranac has a new post to his blog showing you how to create a custom repository with the dependency injection features that already come with the Symfony2 framework. I am currently working on...
View ArticleStuart Herbert's Blog: Where Do You Get Your PHP From For Windows?
In a recent post to his blog Stuart Herbert asks his readers where they get their Windows PHP binaries from - there's more than just windows.php.net out there after all. I'm currently working out...
View ArticlePHPBuilder.com: Talking to GitHub with PHP
PHPBuilder.com has a new tutorial posted about interfacing with GitHub in PHP, using their API to hook into and pull down information about users and repositories. The Git-based project hosting...
View ArticleDzone.com: Two Symfony2 Bundle Repositories
On DZone.com John Esposito has a new post sharing two Symfony2 bundle repositories you can look to to improve your development experience with the framework - KnpBundles and Symfohub. If you're using...
View ArticleJohannes Schlüter's Blog: Quick setup for PHP development trees
In this new post to his blog Johannes Schlüter shows you how to easily set up a development environment for the recently moved PHP repositories (to git) using "out of tree" builds to keep versions and...
View ArticlePHPMaster.com: Handling Collections of Aggregate Roots - the Repository Pattern
On PHPMaster.com today they have a new tutorial focusing on using the Repository (a part of the domain driven design architecture) to enhance your model's current functionality. Unlike mappers,...
View ArticleProject: Gitlist - A Git Repository Viewer (based on Silex & Twig)
Klaus Silveira has submitted a project he's been working on to make browsing through git repositories a bit simpler with a local tool - gitlist. GitList is an elegant and modern web interface for...
View ArticleHenri Bergius' Blog: Running Symfony CMF with Midgard2
In this new post to his blog Henri Bergius shows you how to run the Symfony CMF with Midgard2 content repository. I've written about Decoupled Content Management before. As the Symfony Live event in...
View ArticleCommunity News: PHP-GTK Project Moves to Github
According to this new post on the main PHP-GTK project's website, they've officially made the move over to github: Although the main PHP-GTK site at http://gtk.php.net/ does not (yet ?) make mention...
View ArticleMagnolia CMS: Recording: Connect PHP Applications with Magnolia CMS through...
Vikram Vaswani passed on a link to a recording of a webcast the folks over at Liip did about using the PHPCR (content repository for PHP) along with the Magnolia CMS. PHPCR enables developers to use...
View ArticleWojciech Sznapka: Injecting repositories to service in Symfony2
Wojciech Sznapka has an interesting new post to his site today talking about injecting repositories into services in Symfony2-based applications. By injecting just a single repository instead of the...
View ArticleDavid Adams: Is ORM abstraction a pipe dream?
David Adams has published a recent post that wonders if ORM abstraction is a "pipe dream" when it comes to abstraction. ORM stands for "object relational mapper" and is commonly used as a layer...
View ArticleHasin Hayder: Install and Run Symfony 2.3.6 projects in OpenShift instances...
Hasin Hayder has a new post today sharing a boilerplate configuration and setup he's created to get Symfony2 running on OpenShift in "just one minute". OpenShift is RedHat's platform as a service that...
View ArticleNetTuts.com: The Repository Design Pattern
While design patterns are a wider topic than just PHP, the NetTuts.com site has posted a new tutorial looking at the Repository Pattern and uses PHP and PHPUnit to illustrate how the pattern works....
View ArticlePHPClasses.org: Speedup Your Web Deployments Using Composer to Install PHP...
On the PHPClasses.org site today Manuel Lemos has a new post showing how you can use Composer in your deployments to help install packages from the PHPClasses site. You can install one or more...
View ArticleLorna Mitchell: Use a GitHub Branch as a Composer Dependency
Lorna Mitchell has a quick post to her site today showing you how to use a GitHub branch as a Composer dependency when the need arrises for something other than master (or whatever branch is "stable"...
View ArticleNils Adermann: Composer: Replace, Conflict & Forks Explained
Nils Adermann has a new post looking at a problem with Composer where it will install a fork of a project rather than the actual project repository. He points out that it is not a security...
View ArticleStephan 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 ArticleMatthias 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