Want to hire a development team?
Search Filter
Search Filter
Sort Listings By
Show Only
By Customer Review
Licence Type

Top Rated Scripts | PHP | Scripts & Programs | Development Tools | Libraries & Classes

Results 81-100 of 104
SocketServer
This class can be used to implement a server to handle TCP requests. SocketServer is a foundation for allowing a user to easily create a multi-client server. Responses to connections, disconnections, and user input are done using hooks. This class has no true buffer handling, so that it may be used for any number of custom binary and plain text protocols.
(0 ratings)
Reviews0
PriceFree
Views447
PHP Spell Check
The PHP Spell Check component from http://www.phpspellcheck.com adds fast, reliable spell-checking to web sites and intranets. Installed on either IIS and Apache Servers, it works on all major modern web browsers.
(0 ratings)
Reviews0
PriceUSD 99.00
Views371
ConspireComponents by Conspire Web Services
Display your application data in an easy to view way and ensure your users see the information you want them to get. The table component connects to your data source and provides a fully searchable and sortable grid, with a variety of built in themes. The tab component allows you to easily 'page' your data or user interface to separate the information easily. The form component powers your forms in an incredibly easy and intuitive way. It includes built in support for saving user data to databases, CSV files or direct to an email. The built in validation methods mean the right data for the job is entered every time. The tree component allows you to easily display the relationships between your data by utilizing a child/parent system with unlimited recursion. Easily add nodes that are fully searchable, theme aware and can be collapsed and expanded at will. All components feature powerful theme support and flexible licensing for non-commercial or commercial projects.
(0 ratings)
Reviews0
PriceFree
Views496
Simple-Template
This package implements a template engine based on PHP template scripts. It includes PHP template scripts so they are executed and the main class captures its output. The template scripts may use class functions of previously registered helper classes.
(0 ratings)
Reviews0
PriceFree
Views505
MyLogPHP
This class allow programmers to easily write messages to a log file. QUICK START Include in your script the file "MyLogPHP.class.php". include('MyLogPHP.class.php'); Instantiate the object. Optionally you can pass the log file name and the separator as a parameter. Default log file name is "_MyLogPHP-1.2.log.csv" in current folder, and default separator is comma (,). $log = new MyLogPHP('./log/debug.log.csv'); Make sure the directory where the log will be created is writable. Call method "info", "warning", "error" or "debug" to write the messages. The first parameter is the message, the optional second parameter is a free tag at your choice to help you filter the log when opened by an spreadsheet software, like OpenOffice Calc or Microsoft Excel. $log->info('This message will be logged in the file debug.log.csv','TIP'); That's it!
(0 ratings)
Reviews0
PriceFree
Views603
phpSweetPDO
Extremly simple to use Phar package to ease deployment. You just need one 9Kb file to work with library (compressed phar) Compact (like 400 lines of commented code which you may compress even further) Optionally supports events, that allow easy profiling and debugging
(0 ratings)
Reviews0
PriceFree
Views433
Template parser
This is a PHP class used for parsing templates. It can resolve different types of tags using a separate resolver class, where each method corresponds to a template tag. Tags can be nested within tags, the innermost tag is resolved first. The tag delimiter characters can be customized.
(0 ratings)
Reviews0
PriceFree
Views405
Zebra_Mptt, a PHP implementation of the modified preorder tree traversal algorithm
Zebra_MPTT is a PHP class that provides an implementation of the modified preorder tree traversal algorithm making it easy for you to use MPTT in your PHP applications. It provides methods for adding nodes anywhere in the tree, deleting nodes, moving and copying nodes around the tree and methods for retrieving various information about the nodes. Zebra_MPTT uses table locks making sure that database integrity is always preserved and that concurrent MySQL sessions don't compromise data integrity. Also, Zebra_MPTT uses a caching mechanism which has as result the fact that regardless of the type, or the number of retrieval operations, the database is read only once per script execution.
(0 ratings)
Reviews0
PriceFree
Views592
EDDCS Digital Download Delivery Confirmation API
Add Delivery Confirmation Capability to Your PHP Download Protection Software. EDDCS offers delivery confirmation for downloadable merchandise that goes way beyond software that simply tracks clicks. EDDCS monitors the entire download process ensuring that every byte is transferred to the recipient. As more and more products are offered in a downloadable digital format, an increased need for proof of delivery is on the rise. You can be on the leading edge of the battle against Internet fraud by offering EDDCS to your customers as a valuable resource. Help your customers protect themselves from Internet fraud by adding electronic delivery confirmation capability to your software. With our patent pending technology, easy to use PHP API code and integration examples, you can add this functionality as an option in your software products with minimal effort.
(0 ratings)
Reviews0
PriceFree
Views591
PHP Zip files and directory class
This PHP class is capable of Zipping a single file or even an entire directory. To use this Zip class file, -You have to include this file in your project. -Create class object. -Call the public function compress(); this function takes two arguments, source and destination. You can omit the second argument, and then working folder will be the destination. On success this function will return the Zip file name. -An example file is given to understand the mater.
(0 ratings)
Reviews0
PriceFree
Views581
API Client
It helps you to communicate with all types of API ’s. Even if you don’t have CURL on your server the class will fallback to an implementation that uses "fopen" without loosing any functionality. You will still be able to choose headers, request methods, timeouts and other settings.
(0 ratings)
Reviews0
PriceUSD 8.00
Views408
MySQLi Query
I created this class to avoid the repetitiveness associated with mysqli prepared statements. It can be seen as a mini framework for running queries. It creates a database connection and accepts queries through the execute method. The execute method parameters are an sql statement, followed by the necessary bind variables.
(0 ratings)
Reviews0
PriceFree
Views528
PHP IoC
This PHP class implements IoC (Inversion of Control) principle to resolve dependencies between classes and acheive loose coupling. IoC is implemented using dependency constructor injection. Dependencies should be defined in configuration file
(0 ratings)
Reviews0
PriceFree
Views469
Bitvec
This PHP class is used for economical storage of large vectors of 0/1 values. Bit vectors are useful, for example, in prime number generation. The native PHP array is much too powerful for the job, and far too costly in memory: the overhead is 208 bytes per element (on a 64-bit system), or 1667 times the optimum size. Class bitvec stores packed bits in an SplFixedArray of integers, considerably reducing the storage required.
(0 ratings)
Reviews0
PriceFree
Views433
Spiceworks External API
Ever wanted to get alerts, tickets, hardware info and other details out of your Spiceworks system? Now you can! By impersonating a user, this small script allows you to request data in JSON from Spiceworks itself.
(0 ratings)
Reviews0
PriceFree
Views393
MagicMin
This class can merge and minify and JavaScript and CSS files. It can compress JavaScript and CSS files by stripping unnecessary comments, spaces, tabs and line breaks. Previously minified images are skipped. The Javascript processing can use JSMin or the Google Closure API. The class can also merge multiple JavaScript and CSS files to minimize the number of server requests. External images used by CSS files may be converted to be inserted in the CSS styles using data URLs. The class caches processed files to avoid processing overhead until any of the source files is changed.
(0 ratings)
Reviews0
PriceFree
Views388
Portable UTF8 - Library for Unicode Handling in PHP
Portable UTF-8 is a library that enables Unicode support in PHP applications. It is written in PHP and does not need mbstring, iconv, UTF-8 enabled PCRE or any other library. The benefit of Portable UTf-8 is that you can bundle it with your applications and it needs no external support.
(0 ratings)
Reviews0
PriceFree
Views521
APIcaller
This package can send requests to different Web services APIs. There is a base class that can send HTTP requests to given API URLs, retrieve the results and return decoded JSON, XML responses, or just the raw response data as a string. Implementation sub-classes can send requests to several types of API Web services. Currently it provides implementation classes to call OpenWeatherMap and GeoPlugin.
(0 ratings)
Reviews0
PriceFree
Views373
Table Maintenance
Add, Update, and Delete MySQL table records without programming for forms, general validations, etc. Useful for Master Maintenance of setup and parameter tables. All updates and deletions are automatically logged in an auditTrail. The form and the record list is auto generated with navigation for the list. Both can be customised extensively. Default form validation is done for add and update mode. If foreign keys are declared, they are made use of. A method is provided to define explicit foreign keys if DB level keys are not defined. Additional specific validations can be included.
(0 ratings)
Reviews0
PriceFree
Views477
Puja
Some of Puja's features: VALIDATE TEMPLATE SYNTAX it is extremely fast no template parsing overhead, only compiles once. it is smart about recompiling only the template files that have changed. unlimited nesting of sections, conditionals, etc. built-in caching of template output.
(0 ratings)
Reviews0
PriceFree
Views379
Results 81-100 of 104