khanamiryan /
php-qrcode-detector-decoder
This is a PHP library to detect and decode QR-codes. This is first and only QR code reader that works without extensions.
80/100 healthLoading repository data…
Exeu / repository
This library is no longer maintained! Please have a look at my new amazon Lib at: https://github.com/Exeu/apai-io
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
#No longer maintained Please use the brand new lib: https://github.com/Exeu/apai-io
#Amazon ECS PHP Library Version 1.3 AmazonECS is a class which searches products and fetches information about it from the amazon product database.
See a working Search-Demo at: http://amazonecs.pixel-web.org
You can see the simple code of the demosite here: https://gist.github.com/4674423
This is realized by the Product Advertising API (former ECS) from Amazon WS Front. https://affiliate-program.amazon.com/gp/advertising/api/detail/main.html
The AmazonECS class fetches product information via SOAP requests directly from the Amazon-Database.
It supports four basic operations: ItemSearch, ItemLookup, BrowseNodeLookup, SimilarityLookup
These operations could be expanded with extra prarmeters to specialize the query.
Requirement is the PHP extension SOAP.
##Basic Usage: The usage is quite simple. Just require the class, create a new object and it's ready to use. Nothing else to configure.
You just need to pass a category name when doing searches.
<?php
require_once 'lib/AmazonECS.class.php';
$client = new AmazonECS('YOUR API KEY', 'YOUR SECRET KEY', 'DE', 'YOUR ASSOCIATE TAG');
$response = $client->category('Books')->search('PHP 5');
var_dump($response);
For some very simple examples go to the samples-folder and have a look at the sample files. These files contain all information you need for building queries successful.
##Demo Site: Simple Product Search: http://amazonecs.pixel-web.org
##Webservice Documentation: Hosted on Amazon.com: http://docs.amazonwebservices.com/AWSECommerceService/latest/DG/
##More information: See wikipages for more information: https://github.com/Exeu/Amazon-ECS-PHP-Library/wiki
Selected from shared topics, language and repository description—not editorial ratings.
khanamiryan /
This is a PHP library to detect and decode QR-codes. This is first and only QR code reader that works without extensions.
80/100 healthgoodby /
Goodby CSV is a high memory efficient flexible and extendable open-source CSV import/export library for PHP 5.3. 1. Memory Management Free This library designed for memory unbreakable. It will not be accumulated in the memory whole rows. The importer read CSV file and execute callback function line by line. 2. Multibyte support This library supports mulitbyte input/output: for example, SJIS-win, EUC-JP and UTF-8. 3. Ready to Use for Enterprise Applications Goodby CSV is fully unit-tested. The library is stable and ready to be used in large projects like enterprise applications.
80/100 healthpsliwa /
Image optimization / compression library. This library is able to optimize png, jpg and gif files in very easy and handy way. It uses optipng, pngquant, pngcrush, pngout, gifsicle, jpegoptim and jpegtran tools.
84/100 healthlodash-php /
Easy to use utility functions for everyday PHP projects. This is a port of the Lodash JS library to PHP
85/100 healthchar0n /
FFmpegPHP is a pure OO PHP port of ffmpeg-php library that was written in C. It adds an easy to use, object-oriented API for accessing and retrieving information from video and audio files. It has methods for returning frames from movie files as images that can be manipulated using PHP's image functions. This works well for automatically creating thumbnail images from movies. FFmpegPHP is also useful for reporting the duration and bitrate of audio files (mp3, wma...). FFmpegPHP can access many of the video formats supported by ffmpeg (mov, avi, mpg, wmv...)
88/100 healthadhocore /
Ultra lightweight, dependency free and standalone JSON web token (JWT) library for PHP5.6 to PHP8.4+. This library makes JWT a cheese. It is a minimal JWT integration for PHP.
86/100 health