 | News Feed |
 | Jobs Feed |
Sections
|
Community News: Latest Releases from PHPClasses.org
by Chris Cornutt May 22, 2013 @ 07:03:48
- PHP Google Translate String
Package:
Summary:
Translate words using Google Translate
Groups:
Author:
Description:
This class can translate words using Google Translate...
Read more at http://www.phpclasses.org/package/8072-PHP-Translate-words-using-Google-Translate.html

- PHP CouchDB Product CRUD
Package:
Summary:
Manage products stored in a CouchDB database
Groups:
Author:
Description:
This package provides a Web interface to manage products stored in a CouchDB database...
Read more at http://www.phpclasses.org/package/8050-PHP-Manage-products-stored-in-a-CouchDB-database.html

- Redstart Templating
Package:
Summary:
Template engine that supports template inheritance
Groups:
Author:
Description:
This package implements a template engine that supports template inheritance...
Read more at http://www.phpclasses.org/package/8063-PHP-Template-engine-that-supports-template-inheritance.html

- PHP Time Difference
Package:
Summary:
Compute the time between two dates
Groups:
Author:
Description:
This class can compute the time between two dates...
Read more at http://www.phpclasses.org/package/8059-PHP-Compute-the-time-between-two-dates.html

- Pict CAPTCHA
Package:
Summary:
CAPTCHA validation making the user select pictures
Groups:
Author:
Description:
This class implements CAPTCHA validation making the user select pictures...
Read more at http://www.phpclasses.org/package/8057-PHP-CAPTCHA-validation-making-the-user-select-pictures.html

- PHP JSONP Response
Package:
Summary:
Encode and generate a response to JSONP request
Groups:
Author:
Description:
This class can encode and generate a response to JSONP request...
Read more at http://www.phpclasses.org/package/8060-PHP-Encode-and-generate-a-response-to-JSONP-request.html

- Simple PHP Domain Whois Class
Package:
Summary:
Check if a given domain exists using whois
Groups:
Author:
Description:
This class can check if a given domain exists using whois...
Read more at http://www.phpclasses.org/package/8066-PHP-Check-if-a-given-domain-exists-using-whois.html

- Simple PHP Combat System
Package:
Summary:
Simulate a combat with attacker and defender army
Groups:
Author:
Description:
This class can simulate a combat between attacker and defender troops...
Read more at http://www.phpclasses.org/package/8056-PHP-Simulate-a-combat-with-attacker-and-defender-army.html

- PHP OLX Classifieds Scraper
Package:
Summary:
Extract data of classifieds published in OLX sites
Groups:
Author:
Description:
This class can extract data of classifieds published in OLX sites...
Read more at http://www.phpclasses.org/package/8065-PHP-Extract-data-of-classifieds-published-in-OLX-sites.html

- PHP Free GeoIP Location
Package:
Summary:
Get the geographic location of a IP with FreeGeoIP
Groups:
Author:
Description:
This class can get the geographic location of a IP address with FreeGeoIP...
Read more at http://www.phpclasses.org/package/8052-PHP-Get-the-geographic-location-of-a-IP-with-FreeGeoIP.html

voice your opinion now!
PHPMaster.com: Understanding HTTP Digest Access Authentication
by Chris Cornutt May 21, 2013 @ 12:09:02
On PHPMaster.com they've posted a new tutorial by Sean Hudgston that helps you understand HTTP digest authentication, a simple way to authenticate a user or script against your application.
Digest Access Authentication is one method that a client and server can use to exchange credentials over HTTP. This method uses a combination of the password and other bits of information to create an MD5 hash which is then sent to the server to authenticate. Sending a hash avoids the problems with sending a password in clear text, a shortfall of Basic Access Authentication.
He starts out by looking at the "basic authentication" mechanism that's built into most web servers and points out that it has a major flaw - sending the username/password in (pretty much) plain text. Digest, on the other hand, uses a MD5 hash created from a few pieces of information including username, realm and request method. The result is sent as a header back to the server that can then be parsed by PHP. He also talks about improving on the basic version of the digest method using the qop, nc, and cnonce optional parameters.
voice your opinion now!
http digest authentication tutorial basic hash
NetTuts.com: How to Create a PyroCMS Theme
by Chris Cornutt May 21, 2013 @ 11:19:25
On NetTuts.com today there's a new tutorial posted showing you how to create a theme for PyroCMS, an open source, PHP-based content management system with a large user base and community.
Like most content management systems, PyroCMS uses front-end themes. Though PyroCMS themes are built a bit differently than what you might be used to from other systems, they're still quite easy to create. They're so easy, in fact, that very little PHP experience is required to assemble them!
He walks through things like the folder structure of the templates directory and how to get started on a custom "Foo" theme of your own. He covers how to lay out the HTML markup for the theme and how you can use partials for the sections of the site. He briefly touches on using multiple layout files and how to use different layouts shown only to mobile devices.
voice your opinion now!
pyrocms theme tutorial introduction mobile markup patrials
Gonzalo Ayuso: Google App Engine, PHP and Silex. Setting up a Login Provider
by Chris Cornutt May 21, 2013 @ 10:41:07
Gonzalo Ayuso has a new post to his site today showing how to use the recently released PHP support for the Google App Engine along with Silex to create a login provider.
Last week Google announced the PHP support for Google App Engine (GAE). PHPStorm, the great IDE for PHP development, also announced support for Google App Engine PHP. Because of that now is time to hack a little bit with this new toy. [...] To build a simple Silex application over Google App Engine is pretty straightforward (more info here). Because of that we're going to go a little further. We are going to use the log-in framework provided by GAE to log-in with our Goggle account within our Silex application. In fact we can use the standard OAuth authentication process but Google provides a simple way to use our gmail account.
He includes the code showing what the end result will look like as well as what's needed for the "LoginProvider" class. He also creates an "Auth" class where most of the work is done - creating the login URL, redirecting the user and checking to see if the user is logged in. He's made a screencast of the full process so you can see the authentication flow as its happening.
voice your opinion now!
silex google appengine login provider
Michelangelo van Dam: Survived php tek 2013
by Chris Cornutt May 21, 2013 @ 09:31:57
If you weren't able to make it to this year's php|tek conference in Chicago, Michaelangelo van Dam has posted a great wrapup of the event and some of the things that happened during the week.
If you were last week in Chicago, you've might felt the city was buzzing PHP all over the place. php[tek] 2013 was taking place at the Sheraton Gateway Suites Chicago O'Hare in Rosemont, just outside of Chicago city. This year it was also the first time Musketeers.me, a php consulting team from the East Coast, was running the show, putting their own signature onto the event. And with great success I might add. A well deserved applause to Eli White, Kevin Bruce, Sandy Smith, Oscar Merida and of course the Beth Tucker Long for their unlocked achievement running a great conference.
He talks about running the unconference for this year's event and one talk that resonated with a lot of people at the conference, Ed Finkler's "Open Sourcing Mental Illness". He also goes through some of the other regular sessions talks he found interesting covering things like security, refactoring, and dealing with distractions during work. He also mentions the hackathon and some of the good work that was done there.
In my experience the best php[tek] ever, and I'm really looking forward to the 2014 edition. If you don't believe me, have a look at the pictures taken at php[tek] 2013. They will tell the story.
voice your opinion now!
phptek13 wrapup unconference hackathon conference
Community News: Packagist Latest Releases for 05.21.2013
by Chris Cornutt May 21, 2013 @ 08:09:01
Recent releases from the Packagist: - heydon/uarray (v1.0.0-beta1)
Allow manipulation of PICK Dynamic Arrays in PHP for use with RockSoftware's U2 products
- mjohnson/transit (1.1.1)
A file uploader, validator, importer and transformer library.
- bitgandtter/google-bundle (0.2.1, 2.0)
Integrate the Google Platform into your Symfony2 application.
- trsteel/ckeditor-bundle (v1.1)
Symfony2 bundle for easy integration of the CKEditor WYSIWYG
- torohill/php-template (1.2.0, 1.1.0)
A very basic template class that uses PHP as the templating language.
- aequasi/memcached-bundle (1.3.6, 1.3.5, 1.3.4, 1.3.3, 1.3.2)
Memcached Bundle
- thrace/datagrid-bundle (v1.0.0)
This bundle provides easy creating of jqGrid datagrids
- thrace/component-bundle (v1.0.0)
Components used by thrace-project bundles
- segmentio/analytics-php (0.4.5)
Segmentio Analytics PHP Library
- phundament/app (0.20.4)
Yii Application Boilerplate, with packages from composer repository http://packages.phundament.com
- beatnode/tumblr (1.0.0)
Wrapper for the offical Tumblr SDK to provide authentication
- phundament/p3admin (0.12.3)
Yii application info and skeleton
- zircote/rhubarb (0.1.4)
A PHP Celery Client Implementation
- jenwachter/html-form (0.2)
A PHP library designed to make creating, validating, and maintaining forms easier.
- shark/formlogger-bundle (v2.3.1, v2.3)
Log Symfony Forms
- thadafinser/zfc-datagrid (0.3.1, 0.3.0)
Zend Framework 2 Module that provides a datagrid for different datasources and output formats
- wowo/wowo-newsletter-bundle (v1.2.7, v1.2.6, v1.2.5, v1.2.4)
Newsletter Bundle for Symfony2 (with messages queuing in beanstalkd)
- wowo/wowo-queue-bundle (v1.3.1)
The WowoQueueBundle provides unified method for use queue systems, like Beanstalkd, RabbitMQ, flat files, database driven queues etc.
- paypal/sdk-core-php (v2.4.0)
PayPal Core SDK for PHP
- paypal/adaptiveaccounts-sdk-php (v3.4.102)
PayPal adaptiveaccounts SDK for PHP
- merk/dough (v1.1.4)
This library provides an immutable money library, including currency conversion support.
- slevomat/sglogistics-api (1.13)
SG Logistics client API Library
- opichon/autotabs (2.0.8, 2.0.7, 2.0.6, 2.0.5)
JQuery plugin to generate tabs from page markup
- rah/rah_autoload (0.2.1, 0.2.0)
Loads Composer generated autoload files in Textpattern CMS
- studiobonito/silverstripe-publishable (1.0.3)
Publishable is a module for Silverstripe that provides a number of extensions that make enabling and managing versioning for DataObjects much simpler.
- simplon/db (1.2.2)
Simplon DB Libraries
- ze-pequeno/pequeno-spotify-module (1.0.2)
Zend Framework 2 Module for Spotify Web API
- n98/magerun (1.68.1)
Tools for managing Magento projects and installations
voice your opinion now!
Community News: Latest PECL Releases for 05.21.2013
by Chris Cornutt May 21, 2013 @ 07:03:00
Latest PECL Releases:
- xhprof 0.9.3
-- Just updating the pecl package to https://github.com/facebook/xhprof/commit/254eb24dcfa763c76c57b472093ebc4b81af2b7d
-- Request #16544: Mac port for XHProf (svilen spasov)
-- fix #16574: require/require_once not special cased like include/include_once (kannan)
-- add a sanity test for sampling mode in xhprof (kannan)
-- add support to ignore functions (such as call_user_func) during profiling (mike paleczny)
-- fix #16098: suppress notices due to use of FILE_BINARY (kannan)
-- add a sanity test for timer (kannan)
-- fix for compile error on debian linux (russ)
- fribidi 1.1
Requires GNU FriBidi version 0.19.1 or later.
- pq 0.4.0
* Added pqConverterInterface and pqConnection::setConverter()
* Added pqResult::desc() and fixed pqStatement::descAsync()
* Added serializer for input array params
voice your opinion now!
Symfony Blog: New in Symfony 2.3 Small things matter
by Chris Cornutt May 20, 2013 @ 12:23:23
On the Symfony blog today Fabien Potencier talks about some small things that matter - some of the smaller updates that have been made to the Symfony 2 framework recently that have helped to make it better and more flexible.
Every new Symfony release tries to brings some small but useful improvements. Let's dive into some of them for Symfony 2.3 (in no particular order).
Things in his list include:
- A text-based output of the exception handling stack trace
- A default configuration for the Serializer component
- The ability to run the framework in a production environment in development
- An update to make debugging configuration parameters easier
- Conversion process of short controller names
- Overload generated code in the bundle bootstrapping code
Check out the post for the rest of the changes on his list and check out the RC1 of Symfony 2.3.0 to see some of them in action.
voice your opinion now!
symfony framework small things update feature
|
Community Events
Don't see your event here? Let us know!
|