Tag: php
All the articles with the tag "php".
ownCloud
Updated:We needed a semi-secure method of transferring files between staff and 3rd parties. To handle those frequent time when someone tries to attach 150MB file onto an email. OwnCloud to the rescue.
Array2XML
Updated:http://www.lalit.org/lab/convert-php-array-to-xml-with-attributes It's an old library, but still works well. It has proven invaluable in a recent project f
PHP Standards Recommendations
Updated:So you know a bit of logical programming and can put together a script. The syntax is all there the code works and delivers what it should. Then six months
PHP Frameworks & Dependencies
Updated:I'm not new to PHP and have used it quite often, but what I've not really used are frameworks. There are plenty of them out there all capable of different
tobscure/json-api
Updated:Having had the pleasure of handling json data I found that there are a few implementations within PHP libraries that I could make use of rather than rolling my own. The one I settled on 'tobscure/json-api' met my needs and was easy to use.