Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
Do you guys recommend any books, videos or talks on TDD and CI for PHP?
I would recommend "Real-World Solutions for Developing High-Quality PHP Frameworks and Applications" by Sebastian Bergmann (The creator of PHPUnit).
Also "xUnit Test Patterns: Refactoring Test Code" is pretty good, not PHP specific though.
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
Since both OpenNlp and StanfordCoreLibraries are java implementation, is it possible to integrate with PHP developement?
if so can u guys provide me with some resource links or small examples.
Thank you
For Stanford CoreNLP, the easiest thing to do is probably to interface between PHP and Java using Apache Thrift. There's an Apache Thrift Server for CoreNLP by Diane Napolitano.
You could do worse than looking at Ian Barber's excellent PHP/ir article on Bayesian opinion mining
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 3 years ago.
Improve this question
I've been looking for an issue tracker that supports multiple projects and has a wiki.
I found Redmine, which fits what I need, and Trac, but I need one written in PHP.
I took a look at MantisBT, but that's not quite what I'm after.
Traq appears to fit your needs, PHP (version 5.3+), multiple projects and wiki.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
What are the good A/B Testing frameworks for PHP, and why?
NOTE: I do NOT want a huge/generic framework that also has a/b testing support - I want a small framework specific to AB testing. Hence, not a duplicate question.
I would try the phpabtest framework. It's small, compact, easy to use.
You should check out PHP-redis-A-B-Testing , which uses Redis for great performance and doesn't have the commercial license limitations of phpabtest or the limits caused by its tie-ins to google analytics.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
Trying to use database sessions in PHP without re-inventing the wheel so I'm looking for a clean library or example that could send me in the right direction.
The Zend Framework provides a solution on database sessions: http://framework.zend.com/manual/en/zend.session.savehandler.dbtable.html
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
I need a good implementation of AOP paradigm for Codeigniter PHP Framework.
What do you suggest me?
Aspect Oriented Programming is not very widespread in the PHP world yet. I'm not sure CI has any facility for this. Your best bet is likely to google AOP PHP to find an implementation.
Some libraries (including dead ones)
https://github.com/goaop/framework
http://code.google.com/p/phpaspect/
http://www.aophp.net
http://www.seasar.org/en/php5/index.html
http://php-aop.googlecode.com
http://flow3.typo3.org (as part of their full stack)
https://github.com/AOP-PHP/AOP
Exar is pretty new, with a focus on performance and only depends on PHP itself.