3 projects tagged "PHP 5"
AMT REST API implements all the functionality available in the Amazon Mechanical Turk API natively in PHP. There are no external dependencies. The package requires PHP 5.3 or later and uses namespaces. Optional sub-packages handle worker qualifications and notifications sent by the AMT service. The source is intended to be used with the docblox automatic documentation system. An HTML manual cross-links the internal documentation with Amazon's API documentation.
oTranCe offers a ready to go and entirely Web-based translation platform to your project and your translators. The files you already translated can be imported easily, and the present stage can be exported to language packages at any time. If you are using a versioning system you can, update your repository with just a mouse click. All your translators need is a login to start working on translations. The administrator will be able to adjust very fine-grained rights and roles for your developers and translators.
The php-dba-cache uses the database (dbm-style) abstraction layer to cache your objects, strings, integers, or arrays. Even instances of SimpleXMLElement can be put into the cache. The size of the cache file depends on the free space of your disk. The available operations are opening a given dba database, inserting a new record with a given key, getting a record with a given key, replacing the value of a record with a given key, deleting the record with a given key, and optimizing the database file.