Projects tagged ‘pear’ and ‘php5’


[17 total ]

1 Users

OpenPNE is a Social Networking Service Engine written in PHP. It has many features(friend control,friend invitation,diary,blog feeds,message box,etc).
Created about 1 year ago.

0 Users

WSL Components is general purpose PHP components library with the goal of carrying out specific problems. We currently have the following packages available: WSL_Config WSL_Dispatcher ... [More] WSL_FormValidator WSL_Request WSL_Response Coming soonWSL_Controller WSL_Template WSL_Cache All of these packages have been released under New BSD License and developed/maintained by Weblogs SL. [Less]
Created 3 months ago.

0 Users

What's this ?WARNING : here is a draft ONLY ... For now this is just a draft for a PHP5 framework based on some PEAR packages that I've been using it for a while. Is currently used in several ... [More] real-life projects. I'm a messy guy, so for now this is quite a mess. If you're here you may have met me already, otherwise you might be one of the most curious human beings in the world - or an alien ;) Current features areModule and Dispatcher classes that provide a controller mechanism PHP based Template engine which provides the view layer (called here "Mtpl") The Model layer is based upon PEAR::DB_DataObject above which is added a plugin mechanism. The new classes extend current PEAR::DB_DataObject release. a Mail class using --PHPmailer v1.73-- NOW WITH PHPmailer v 2.3.0 (included in this distribution for convenience) and Mtpl a PDF class to generate pdfs using domPDF and Mtpl some miscellaneous helper classes an Office application framework which goal is to easily and fastly create powerful administration panels. This is barely inspired from Justin Patrin's DB_DataObject_FormBuilder_frontend (not to say I used his files as a working base and rewrote them time after time) What it misses to pretend to be a php frameworkcleaning the mess documentation (none is provided at this time) unit testing (I've started to work on it) code generation (for now only the Model layer benefits from DB_DataObject's generator with some enhancements) a module installer (I think about PEAR::Packager to acheive this) Much improvement for the model layer a distribution medium (as a pear package) Probably a DB_DataObject and DB_DataObject_FormBuilder rewrite Some other stuff that I've written in specific projects that could be included in the distribution (i.e. javascript/css stuff, soap helper ....) Its strenghts (IMHO)Fast development for administration panels using the Office application framework (thanks to Justin Patrin inspiration) Lightweight Controller layer, easy to use, including a nice cache mechanism, ajax friendly. Plugins in the model layer (still needs a bunch of work, the plugins list is currently hardcoded) DependenciesPEAR::DB_DataObject_FormBuilder and its dependencies : HTML_QuickForm, DB_DataObject, MDB2 PEAR::Image_Transform, PEAR::Cache_Lite, PEAR::Crypt_Blowfish, PEAR::XML_Serializer DomPDF PHPMailer (included in this distribution) SimpleTest for the unit tests [Less]
Created 9 months ago.

0 Users

Services_RickProof is an interface for communicating with http://rickproof.com With Services_RickProof, you can check any suspect URL with this package and you will never get rick rolled again ! ... [More] This package is "never gonna give you up !" (tm). And yes, don't take this code too seriously he ;) Getting startedInstall the package with pear: $ pear install -f http://services-rickproof.googlecode.com/files/Services_RickProof-0.1.0.tgzThen you can check any url as follows: $ rickproof "http://example.com" Minimal Risk (level: 0) $ rickproof "http://en.wikipedia.org/wiki/Rick_Astley" Extreme Risk (level: 10)Playing with the API: getMessage(); } ?>What users say about Services_RickProofNames have been changed to protect the guilty: ashnozg: \o/ I like so much Rick Astley ! cbeiske: I'm dumb and I don't know Rick, who's that ?? cbeiske: I'd vote against the package anyway izo: me too ! [Less]
Created 11 months ago.

0 Users

PHP5 Class Generator like it's name, it's a PHP5 class generator. This script reads a database(using pear's MDB2) and generates a PHP5 compatible class. Requirements:PHP 5 PEAR PEAR MDB2: ... [More] http://pear.php.net/package/MDB2 Class Features:Basic class functions: construct(), destruct(), get(), set() Basic database functions: Insert(), Update(), Delete(), Select() Creates maxlength properties PHP5 Compatible Object Oriented PhpDocumentor Compatible Database abstraction layers with PEAR's MDB2 (compatible with MySQL, PostgreSQL, MSSQL etc ...) Error management with PEAR's PEAR_ErrorStack class [Less]
Created 12 months ago.

0 Users

A database abstraction layer for PHP5 built using PEAR and PDO. PHP version 5.1+ is recommended.
Created 12 months ago.

0 Users

Services_ReCaptchaImportantThis project is now an official PEAR package and has moved to PEAR repository. Please report all bugs using the PEAR Bugtracker.
Created 9 months ago.

0 Users

ImportantThis project is now an official PEAR package and has moved to PEAR website and repository. AboutConsole_CommandLine is a full featured package for managing command line options and ... [More] arguments highly inspired from python optparse module, it allows the developer to easily build complex command line interfaces. Main features: handles sub commands (ie. $ myscript.php -q subcommand -f file), can be completely built from an xml definition file, generate --help and --version options automatically, can be completely customized, and much more... InstallationJust run (with root privileges): $ pear install -f Console_CommandLineAnd to uninstall: $ pear uninstall Console_CommandLineDocumentationUser manual (work in progress) API docs ExamplesExample demonstrating Console_CommandLine basic features Example demonstrating the use of an xml definition file [Less]
Created 12 months ago.

0 Users

A sungrazing comet (also known as a sungrazer) is a comet that passes extremely close to the Sun. Sungrazers are often pulled into the Sun and absorbed, but some simply continue to orbit the Sun ... [More] closely. In a similar fashion, the Sungrazr project is for libraries and applications that are closely related to the Solar Framework. Some libraries may occasionally be absorbed into Solar itself, while others will continue to exist outside of Solar. [Less]
Created 12 months ago.

0 Users

ImportantThis project is now an official PEAR package and has moved to PEAR website and repository. DescriptionServices_GeoNames is a PHP interface to the various webservices offered by the GeoNames ... [More] project. The GeoNames database contains over 8,000,000 geographical names corresponding to over 6,500,000 unique features. All features are categorized into one out of nine feature classes and further subcategorized into one out of 645 feature codes. Beyond names of places in various languages, data stored include latitude, longitude, elevation, population, administrative subdivision and postal codes. All coordinates use the WGS84 system (World Geodetic System 1984). Those data are accessible free of charge through a number of Web services and a daily database export. The Web services include direct and reverse geocoding, finding places through postal codes, finding places next to a given place, and finding Wikipedia articles about neighbouring places. InstallationInstall this package with the PEAR installer, just do: $ pear install -f Services_GeoNamesAnd to uninstall the package: $ pear uninstall Services_GeoNamesGetting startedPlease see the documentation and the usage examples. [Less]
Created 12 months ago.