Projects tagged ‘cakephp’ and ‘php5’


[12 total ]

1051 Users
   

Cake is a rapid development framework for PHP which uses commonly known design patterns like ActiveRecord, Association Data Mapping, Front Controller and MVC. Our primary goal is to provide a ... [More] structured framework that enables PHP users at all levels to rapidly develop robust web applications, without any loss to flexibility. [Less]
Created over 3 years ago.

7 Users

Decentralised social networking protocol and application.
Created about 1 year ago.

4 Users

Completely customizable, CakePHP based project management system for firms, their teams and their clients. A project management system that will suit your needs because it is module based, so it ... [More] can grow and shrink with your requirements. Version 0.4 beta was released March 23, 2009. [Less]
Created 9 months ago.

3 Users
 

Fredistrano is a deployment tool for web applications. It automates the export of your sources from a subversion repository and synchronizes them with the content of a target directory. Several manual ... [More] tasks are also handled directly by the application during the deployment: renaming of configuration files, modifying permissions... Fredistrano is inspired from the smart Capistrano project. [Less]
Created about 1 year ago.

2 Users

BEdita is a semantic content management framework: a tool to create, organize, and publish contents and their semantic relations. With BEdita you can create multiple Web sites at the same time, you ... [More] can build multimedia archives, implement e-commerce services, e-learning systems, and blogs. You can handle and coordinate work of an entire editorial staff and much more. BEdita is a modular framework. It can be customized to best handle any kind of content and semantic relations. [Less]
Created 7 months ago.

0 Users

GAPI now has Google Analytics filter supportGAPI is now at version 1.3 - This version contains fixes for the handling of very large metric values represented in scientific notation. Thanks to ... [More] austinrehab for raising this issue. Development is complete on the Google Analytics filter control. You can now filter your results using a simple GAPI filter string, for example: $filter = 'country == United States && browser == Firefox || browser == Chrome';You can create simple query strings that represent the logic Google Analytics requires, but it is abstracted enough to be more readable and easier to work with. Download the latest gapi.class.php and try out the filter control with the example.filter.php. Read more about the GAPI Filter Control. Features:Supports CURL and fopen HTTP access methods, with autodetection PHP arrays for Google Analytics metrics and dimensions Account data object mapping - get methods for parameters Report data object mapping - get methods for metrics and parameters Easy filtering, use a GAPI query language for Google Analytics filters Full PHP5 Object Oriented code, ready for use in your PHP application GAPI (said 'g,a,p,i') is the Google Analytics PHP5 Interface. Need google analytics interface in your OO PHP5 project? You might be running symfony, zend framework, cakePHP and need a good object-oriented interface to get those stats. This class gives a good clean class based interface. Use is as simple as:$ga = new gapi('email@yourdomain.com','password'); $ga->requestReportData(145141242,array('browser','browserVersion'),array('pageviews','visits')); foreach($ga->getResults() as $result) { echo ''.$result.' '; echo 'Pageviews: ' . $result->getPageviews() . ' '; echo 'Visits: ' . $result->getVisits() . ' '; } echo 'Total pageviews: ' . $ga->getPageviews() . ' total visits: ' . $ga->getVisits() . ' ';This project was inspired by the use of Doctrine and Propel ORM interfaces for PHP. Dealing with complex data should be easy! Access metrics and dimensions using magic get methodsWith GAPI, when data is returned from Google it is automatically converted into a native PHP object, with an interface to allow the 'get' the value of any dimesion or metric. For example, if you request the metric 'uniquePageviews' and the dimesion 'pagePath' you can do the following: foreach($ga->getResults() as $result) { echo $result->getUniquePageviews(); echo $result->getPagePath(); } [Less]
Created 4 months ago.

0 Users

la mejor
Created 11 months ago.

0 Users

A Database Execution Layer on top of ez Components Workflow Engine written for CakePHP
Created about 1 month ago.

0 Users

HAML Views and SASS Asset filter for the CakePHP Framework
Created 10 months ago.

0 Users

The little brother of CakePHP. Only for php5.
Created 12 months ago.