Posts marked with “symfony”
Generating an Autoloader for a Legacy PHP Codebase
If you’ve inherited a legacy code base, you may find it does not use an autoloader and has an idiosyncratic directory and file hierarchy for its Classes, Interfaces or Traits. Worse yet, it might not use name spaces consistently or at all. So you can’t use a PSR-4—or even PSR-0—autoloader with your code. Well, why […]
November 2014 php[architect] magazine launched
It’s that time of month again and the latest edition of our PHP technical journal is out! This one comes in at a whopping 72 pages crammed full of information about PHP environments. Zend Engine, running PHP on Firefox OS, creating PHP within of JavaScript, Symfony, Laravel and much more! Check out the full magazine […]
php[world] Conference: Five Amazing Keynotes…
We are excited to announce today the amazing keynote speakers that we have lined up for our php[world] conference this November. We’ve worked hard to find the best speakers and talks that cover the breadth of the PHP experience. We want php[world] to be a conference that pulls together all the different fragmented communities of […]
July 2014 php[architect] Magazine Released – Navigating the Business
The July issue is ready to download! In this issue, we focus on ways you can navigate the business side of working with PHP. Jordan Tway gives advice on how to sell yourself via a polished resume and interview skills. Benjamin Greenaway looks at the place of PHP in startups. In Education Station, Matthew Setter explores […]
ORM Designer
ORM Designer is a tool for graphical creation and editing of Doctrine and Propel models and metadata.
Introducing four new PHP 5.3 components and Goutte, a simple web scraper
To support Symfony 2’s development, Fabien Potencier, lead of Symfony, has release four PHP 5.3 components: BrowserKit, CssSelector, DomCrawler and Process. A new web scraper/crawler has also been released, which uses these components along with Zend Framework’s Date, Uri, Http, and Validate components.
Diem version 5.0.0 released, now stable
Since development of version 5.0 started Diem has been an open source initiative. The first stable version is now released.
5 PHP frameworks you should check out
Everyone is using frameworks these days, but which one is right for you?
NetBeans IDE 6.9 Milestone 1 Available for Download
The latest release of NetBeans adds something many PHP developers have patiently waited for: Zend Framework support. This, and other features, make it a viable candidate for a PHP developer’s IDE.
Symfony 2 benchmarks: more than meets the eye?
Symfony 2 benchmarks released on his site show that Symfony 2 is faster than many of the common PHP frameworks out there, but Solar developer Paul Jones has had trouble confirming his findings.