IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)
Navigation

Inscrivez-vous gratuitement
pour pouvoir participer, suivre les réponses en temps réel, voter pour les messages, poser vos propres questions et recevoir la newsletter

Bibliothèques et frameworks PHP Discussion :

[Web Service][Services Web] Annonces d'extensions et de paquetages [News]


Sujet :

Bibliothèques et frameworks PHP

  1. #1
    Community Manager

    Profil pro
    Inscrit en
    Avril 2014
    Messages
    4 207
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Avril 2014
    Messages : 4 207
    Points : 13 060
    Points
    13 060
    Par défaut [Web Service][Services Web] Annonces d'extensions et de paquetages
    The new PEAR package Services_Twitter-0.1.0 (beta) has been released at http://pear.php.net/.

    Release notes
    -------------
    * Initial public release.

    Package Info
    ------------
    An interface for communicating with Twitter's public API. Send status updates, fetch information, add friends, etc.

    Related Links
    -------------
    Package home: http://pear.php.net/package/Services_Twitter
    Changelog: http://pear.php.net/package/Services...download/0.1.0
    Download: http://download.pear.php.net/package...tter-0.1.0.tgz

    Authors
    -------
    Joe Stump <pear@joestump.net> (lead)
    David Jean Louis (lead)
    Pour contacter les différents services du club (publications, partenariats, publicité, ...) : Contacts

  2. #2
    Rédacteur

    Avatar de Yogui
    Homme Profil pro
    Directeur technique
    Inscrit en
    Février 2004
    Messages
    13 721
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France, Yonne (Bourgogne)

    Informations professionnelles :
    Activité : Directeur technique

    Informations forums :
    Inscription : Février 2004
    Messages : 13 721
    Points : 29 985
    Points
    29 985
    Par défaut
    The new PEAR package SOAP-0.12.0 (beta) has been released at http://pear.php.net/.

    Release notes
    -------------
    * Add support for arbitrary SOAP-ENV and SOAP-ENC alternative namespace prefixes via the static methods SOAP_BASE::SOAPENVPrefix() and SOAP_BASE::SOAPENCPrefix() (Lukas Smith).
    * Add new option soap_encoding (makes it possible to not base64 encode the SOAP message when using MIME encoding) (Lukas Smith).
    * Add new option keep_arrays_flat (makes it possible to simply use the same tag name multiple times when passing in an array in literal mode) (Lukas Smith).
    * Add new option no_type_prefix (supress adding of the namespace prefix) (Lukas Smith).
    * Add support for attributes for file attachments (Lukas Smith).
    * Better propagate options (from the client to all values generated by the client and among special values up to the parent soap value class) (Lukas Smith).
    * Fix decoded arrays missing some values (Helgi Þormar Þorbjörnsson, Paul Schreiber, Gregor Gramlich, Bugs #12099, #12615, 12774).
    * Remove SOAP_Base::__set_type_translation(), deprecated in 0.10.0, use setTypeTranslation() instead.
    * Remove SOAP_Client::__use(), __style(), __trace(), __parse(), __getlastrequest(), __getlastresponse(), and __get_wire() methods, all deprecated in 0.10.0 in favor of setUse(), setStyle(), setTrace(), parseResponse(), getLastRequest(), getLastResponse(), and getWire().
    * Fix missing namespace in serialized array of Structs and Arrays (Bug #1927).
    * SOAP_Fault objects no longer contain backtraces by default.
    * Use "namespace" and "soapAction" options set with SOAP_Client::setOpt().
    * No longer return SOAP faults when trying to detect the type of large hashes.
    * Don't encode message body in base64 if sending MIME encoded attachments (Request #14343).
    * Fix sending attachments over HTTPS (Bug #9538).
    * Fix retrieving WSDL data from file:// URLs (Bug #11729).
    * Add examples for how to use Basic HTTP Authentication (Request #11830).
    * Support one-way-message responses (Request #11220).

    Known major issues:
    * Large nested arrays not deserialized correctly (Bug #1312).
    * dateTime object properties not correctly serialized (Bug #1404).
    * Namespaces with different namespace prefixes not supported (Bug #8086).
    * Deserialization of circular references failing (Bug #12349).
    * Regression: passing user name and password with URL doesn't work (Bug #12977).

    Package Info
    ------------
    Implementation of SOAP protocol and services

    Related Links
    -------------
    Package home: http://pear.php.net/package/SOAP
    Changelog: http://pear.php.net/package/SOAP/download/0.12.0
    Download: http://download.pear.php.net/package/SOAP-0.12.0.tgz

    Authors
    -------
    Jan Schneider <jan@horde.org> (lead)

  3. #3
    Rédacteur

    Avatar de Yogui
    Homme Profil pro
    Directeur technique
    Inscrit en
    Février 2004
    Messages
    13 721
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France, Yonne (Bourgogne)

    Informations professionnelles :
    Activité : Directeur technique

    Informations forums :
    Inscription : Février 2004
    Messages : 13 721
    Points : 29 985
    Points
    29 985
    Par défaut
    The new PEAR package Services_Blogging-0.2.2 (beta) has been released at http://pear.php.net/.

    Release notes
    -------------
    - Fix problem in MediaObject.php, thanks to our demanding chinese friends!

    Package Info
    ------------
    API for accessing blog systems such as blogger, livejournal and others.

    Related Links
    -------------
    Package home: http://pear.php.net/package/Services_Blogging
    Changelog: http://pear.php.net/package/Services...download/0.2.2
    Download: http://download.pear.php.net/package...ging-0.2.2.tgz

    Authors
    -------
    Christian Weiske (lead)
    Anant Narayanan <anant@kix.in> (lead)

  4. #4
    Rédacteur

    Avatar de Yogui
    Homme Profil pro
    Directeur technique
    Inscrit en
    Février 2004
    Messages
    13 721
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France, Yonne (Bourgogne)

    Informations professionnelles :
    Activité : Directeur technique

    Informations forums :
    Inscription : Février 2004
    Messages : 13 721
    Points : 29 985
    Points
    29 985
    Par défaut
    The new PEAR package Services_Facebook-0.1.3 (alpha) has been released at http://pear.php.net/.

    Release notes
    -------------
    * Added missing dependency for Validate.
    * Fixed a typo in a constant in Services_Facebook_ Notifications.

    Package Info
    ------------
    An interface for accessing Facebook's web services API at http://api.facebook.com.

    Related Links
    -------------
    Package home: http://pear.php.net/package/Services_Facebook
    Changelog: http://pear.php.net/package/Services...download/0.1.3
    Download: http://download.pear.php.net/package...book-0.1.3.tgz

    Authors
    -------
    Joe Stump <pear@joestump.net> (lead)
    Travis Swicegood (developer)
    Jeff Hodsdon <jeffhodsdon@gmail.com> (developer)

  5. #5
    Rédacteur

    Avatar de Yogui
    Homme Profil pro
    Directeur technique
    Inscrit en
    Février 2004
    Messages
    13 721
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France, Yonne (Bourgogne)

    Informations professionnelles :
    Activité : Directeur technique

    Informations forums :
    Inscription : Février 2004
    Messages : 13 721
    Points : 29 985
    Points
    29 985
    Par défaut
    The new PEAR package Payment_PayPal_SOAP-0.1.0 (alpha) has been released at http://pear.php.net/.

    Release notes
    -------------
    First PEAR release.

    Package Info
    ------------
    This package provides an easy-to-use wrapper of PHP 5's SOAP client for use with the PayPal SOAP API.

    This package requires PHP 5.1.0 or greater, built with the SOAP extension enabled.

    Related Links
    -------------
    Package home: http://pear.php.net/package/Payment_PayPal_SOAP
    Changelog: http://pear.php.net/package/Payment_...download/0.1.0
    Download: http://download.pear.php.net/package...SOAP-0.1.0.tgz

    Authors
    -------
    Michael Gauthier (lead)

  6. #6
    Rédacteur

    Avatar de Yogui
    Homme Profil pro
    Directeur technique
    Inscrit en
    Février 2004
    Messages
    13 721
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France, Yonne (Bourgogne)

    Informations professionnelles :
    Activité : Directeur technique

    Informations forums :
    Inscription : Février 2004
    Messages : 13 721
    Points : 29 985
    Points
    29 985
    Par défaut
    The new PEAR package Services_Facebook-0.1.4 (alpha) has been released at http://pear.php.net/.

    Release notes
    -------------
    * 1. Added singleton method for Services_Facebook. 2. Updated Notifications.send() to use new names for types. (user_to_user and app_to_user)
    * Added CURL timeout for requests.
    * Added method getPhoto for users.

    Package Info
    ------------
    An interface for accessing Facebook's web services API at http://api.facebook.com.

    Related Links
    -------------
    Package home: http://pear.php.net/package/Services_Facebook
    Changelog: http://pear.php.net/package/Services...download/0.1.4
    Download: http://download.pear.php.net/package...book-0.1.4.tgz

    Authors
    -------
    Joe Stump <pear@joestump.net> (lead)
    Travis Swicegood (developer)
    Jeff Hodsdon <jeffhodsdon@gmail.com> (lead)

  7. #7
    Rédacteur

    Avatar de Yogui
    Homme Profil pro
    Directeur technique
    Inscrit en
    Février 2004
    Messages
    13 721
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France, Yonne (Bourgogne)

    Informations professionnelles :
    Activité : Directeur technique

    Informations forums :
    Inscription : Février 2004
    Messages : 13 721
    Points : 29 985
    Points
    29 985
    Par défaut
    The new PEAR package Services_Hatena-0.1.2 (alpha) has been released at http://pear.php.net/.

    Release notes
    -------------
    We can use Hatena's Web Servies API with this package.
    i like Hatena. i want to say "thank you" to developer's member in Hatena.
    Because there was help of many people, I was able to make a package.
    Thanks for Mr.Shoma.

    0.1.2) converted to package2.xml and added new class 'Services_Hatena_Question'

    Package Info
    ------------
    Interface to Hatena's XML-API.
    feature, follows:
    It provides objects to operate Hatena's Bookmark or Fotolife service,
    and get information from Hatena Web Site.

    Related Links
    -------------
    Package home: http://pear.php.net/package/Services_Hatena
    Changelog: http://pear.php.net/package/Services...download/0.1.2
    Download: http://download.pear.php.net/package...tena-0.1.2.tgz

    Authors
    -------
    Makoto Tanaka (lead)

  8. #8
    Rédacteur

    Avatar de Yogui
    Homme Profil pro
    Directeur technique
    Inscrit en
    Février 2004
    Messages
    13 721
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France, Yonne (Bourgogne)

    Informations professionnelles :
    Activité : Directeur technique

    Informations forums :
    Inscription : Février 2004
    Messages : 13 721
    Points : 29 985
    Points
    29 985
    Par défaut
    The new PEAR package XML_RPC2-1.0.5 (stable) has been released at http://pear.php.net/.

    Release notes
    -------------
    - Fixed bug 12249: Php Server backend does not pass encoding to response object
    - Fixed bug 12884: Bogus User-agent header
    - Fixed bug 13145: Server sends the wrong content-length header if mbstring is used

    Package Info
    ------------
    XML_RPC2 is a pear package providing XML_RPC client and server services. XML-RPC is a simple remote procedure call protocol built using HTTP as transport and XML as encoding.
    As a client library, XML_RPC2 is capable of creating a proxy class which exposes the methods exported by the server. As a server library, XML_RPC2 is capable of exposing methods from a class or object instance, seamlessly exporting local methods as remotely callable procedures.

    Related Links
    -------------
    Package home: http://pear.php.net/package/XML_RPC2
    Changelog: http://pear.php.net/package/XML_RPC2/download/1.0.5
    Download: http://download.pear.php.net/package/XML_RPC2-1.0.5.tgz

    Authors
    -------
    Sérgio Carvalho <sergiosgc@gmail.com> (lead)
    Fabien MARTY <fabien.marty@gmail.com> (developer)
    Alan Langford (developer)

  9. #9
    Rédacteur

    Avatar de Yogui
    Homme Profil pro
    Directeur technique
    Inscrit en
    Février 2004
    Messages
    13 721
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France, Yonne (Bourgogne)

    Informations professionnelles :
    Activité : Directeur technique

    Informations forums :
    Inscription : Février 2004
    Messages : 13 721
    Points : 29 985
    Points
    29 985
    Par défaut
    The new PEAR package Services_Facebook-0.1.5 (alpha) has been released at http://pear.php.net/.

    Release notes
    -------------
    * Changed names of setApi() and getApi() to setAPI() and getAPI().
    * Switched the default $api to be the new REST API.

    Package Info
    ------------
    An interface for accessing Facebook's web services API at http://api.facebook.com.

    Related Links
    -------------
    Package home: http://pear.php.net/package/Services_Facebook
    Changelog: http://pear.php.net/package/Services...download/0.1.5
    Download: http://download.pear.php.net/package...book-0.1.5.tgz

    Authors
    -------
    Joe Stump <pear@joestump.net> (lead)
    Travis Swicegood (developer)
    Jeff Hodsdon <jeffhodsdon@gmail.com> (lead)

    The new PEAR package Services_Hatena-0.1.3 (alpha) has been released at http://pear.php.net/.

    Release notes
    -------------
    We can use Hatena's Web Servies API with this package.
    i like Hatena. i want to say "thank you" to developer's member in Hatena.
    Because there was help of many people, I was able to make a package.
    Thanks for Mr.Shoma.

    0.1.3) bug fix on Hatena.php. Thank you, drry.

    Package Info
    ------------
    Interface to Hatena's XML-API.
    feature, follows:
    It provides objects to operate Hatena's Bookmark or Fotolife service,
    and get information from Hatena Web Site.

    Related Links
    -------------
    Package home: http://pear.php.net/package/Services_Hatena
    Changelog: http://pear.php.net/package/Services...download/0.1.3
    Download: http://download.pear.php.net/package...tena-0.1.3.tgz

    Authors
    -------
    Makoto Tanaka (lead)

  10. #10
    Rédacteur

    Avatar de Yogui
    Homme Profil pro
    Directeur technique
    Inscrit en
    Février 2004
    Messages
    13 721
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France, Yonne (Bourgogne)

    Informations professionnelles :
    Activité : Directeur technique

    Informations forums :
    Inscription : Février 2004
    Messages : 13 721
    Points : 29 985
    Points
    29 985
    Par défaut
    The new PEAR package Net_UserAgent_Mobile_GPS-0.1.1 (alpha) has been released at http://pear.php.net/.

    Release notes
    -------------
    alpha version.

    Package Info
    ------------
    converted to package2.xml from package.xml.

    Related Links
    -------------
    Package home: http://pear.php.net/package/Net_UserAgent_Mobile_GPS
    Changelog: http://pear.php.net/package/Net_User...download/0.1.1
    Download: http://download.pear.php.net/package..._GPS-0.1.1.tgz

    Authors
    -------
    Horikita Kei (lead)

    The new PEAR package Net_IPv6-1.1.0RC4 (beta) has been released at http://pear.php.net/.

    Release notes
    -------------
    take care of prefix length specification in an address, thanks to Jens Ott

    Package Info
    ------------
    The class allows you to:
    * check if an address is an IPv6 address
    * compress/uncompress IPv6 addresses
    * check for an IPv4 compatible ending in an IPv6 address
    * check the assigned address space of an IPv6 address
    * do netmask calculations

    Related Links
    -------------
    Package home: http://pear.php.net/package/Net_IPv6
    Changelog: http://pear.php.net/package/Net_IPv6/download/1.1.0RC4
    Download: http://download.pear.php.net/package...6-1.1.0RC4.tgz

    Authors
    -------
    Alexander Merz (lead)

    The new PEAR package Services_Yahoo_JP-0.1.1 (alpha) has been released at http://pear.php.net/.

    Release notes
    -------------
    alpha version.

    Package Info
    ------------
    fixed the api url.

    Related Links
    -------------
    Package home: http://pear.php.net/package/Services_Yahoo_JP
    Changelog: http://pear.php.net/package/Services...download/0.1.1
    Download: http://download.pear.php.net/package...o_JP-0.1.1.tgz

    Authors
    -------
    Nakase Tetsuya (lead)

  11. #11
    Rédacteur

    Avatar de Yogui
    Homme Profil pro
    Directeur technique
    Inscrit en
    Février 2004
    Messages
    13 721
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France, Yonne (Bourgogne)

    Informations professionnelles :
    Activité : Directeur technique

    Informations forums :
    Inscription : Février 2004
    Messages : 13 721
    Points : 29 985
    Points
    29 985
    Par défaut
    The new PEAR package Services_Trackback-0.6.2 (beta) has been released at http://pear.php.net/.

    Release notes
    -------------
    Fixes for Bug #13456 and Bug #13457 - reset() was not functional for two drivers.
    Implemented a Mock SpamCheck driver for ease of unit testing
    Upgraded to work with PHPUnit 3
    PHPCS improvements

    Package Info
    ------------
    A generic class for sending and receiving trackbacks.

    Related Links
    -------------
    Package home: http://pear.php.net/package/Services_Trackback
    Changelog: http://pear.php.net/package/Services...download/0.6.2
    Download: http://download.pear.php.net/package...back-0.6.2.tgz

    Authors
    -------
    Daniel O'Connor <daniel.oconnor@gmail.com> (lead)

  12. #12
    Rédacteur

    Avatar de Yogui
    Homme Profil pro
    Directeur technique
    Inscrit en
    Février 2004
    Messages
    13 721
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France, Yonne (Bourgogne)

    Informations professionnelles :
    Activité : Directeur technique

    Informations forums :
    Inscription : Février 2004
    Messages : 13 721
    Points : 29 985
    Points
    29 985
    Par défaut
    The new PEAR package Services_Atlassian_Crowd-0.9.3 (beta) has been released at http://pear.php.net/.

    Release notes
    -------------
    - Document __call() with @method
    - Check the options passed to the constructor
    - Removed the @access tags not necessary in PHP5
    - Added comment blocks for the protected variables

    Package Info
    ------------
    Crowd is a web-based single sign-on (SSO) tool
    that simplifies application provisioning and identity management.

    This package is derived from the PHP Client Library for Atlassian Crowd
    class written by Infinite Campus, Inc.

    Related Links
    -------------
    Package home: http://pear.php.net/package/Services_Atlassian_Crowd
    Changelog: http://pear.php.net/package/Services...download/0.9.3
    Download: http://download.pear.php.net/package...rowd-0.9.3.tgz

    Authors
    -------
    Luca Corbo (lead)

  13. #13
    Rédacteur

    Avatar de Yogui
    Homme Profil pro
    Directeur technique
    Inscrit en
    Février 2004
    Messages
    13 721
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France, Yonne (Bourgogne)

    Informations professionnelles :
    Activité : Directeur technique

    Informations forums :
    Inscription : Février 2004
    Messages : 13 721
    Points : 29 985
    Points
    29 985
    Par défaut
    The new PEAR package Services_Twitter-0.2.0 (beta) has been released at http://pear.php.net/.

    Release notes
    -------------
    * Fixed a bug in the Services_Twitter_Account::end_session() method (jstump)
    * Fixed a singleton problem that only allowed a single instance to ever run (#14840, izi)
    * Added ability to specify an in_reply_to_status_id when sending an update (#14714, jstump)
    * Added ability to specify a source using setOption('source', $source) that is sent with all requests (#14715, jstump)
    * Added ability to retrieve someone else's followers (#14936, davidc)
    * Added Services_Twitter_Account::update_location() method (jstump)
    * Added Services_Twitter_Account::update_delivery_device() method (jstump)
    * Added Services_Twitter_Search::trends() method (jstump)
    * Added Services_Twitter_Search::query() method (jstump)

    Package Info
    ------------
    An interface for communicating with Twitter's public API. Send status updates, fetch information, add friends, etc.

    Related Links
    -------------
    Package home: http://pear.php.net/package/Services_Twitter
    Changelog: http://pear.php.net/package/Services...download/0.2.0
    Download: http://download.pear.php.net/package...tter-0.2.0.tgz

    Authors
    -------
    Joe Stump <pear@joestump.net> (lead)
    David Jean Louis (lead)

  14. #14
    Rédacteur

    Avatar de Yogui
    Homme Profil pro
    Directeur technique
    Inscrit en
    Février 2004
    Messages
    13 721
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France, Yonne (Bourgogne)

    Informations professionnelles :
    Activité : Directeur technique

    Informations forums :
    Inscription : Février 2004
    Messages : 13 721
    Points : 29 985
    Points
    29 985
    Par défaut
    The new PEAR package Services_Hatena-0.1.4 (alpha) has been released at http://pear.php.net/.

    Release notes
    -------------
    We can use Hatena's Web Servies API with this package.
    i like Hatena. i want to say "thank you" to developer's member in Hatena.
    Because there was help of many people, I was able to make a package.
    Thanks for Mr.Shoma.

    0.1.4) bug fix on Asin,Bookmarknum,Exist and Similar.php. Thank you, daniel.

    Package Info
    ------------
    Interface to Hatena's XML-API.
    feature, follows:
    It provides objects to operate Hatena's Bookmark or Fotolife service,
    and get information from Hatena Web Site.

    Related Links
    -------------
    Package home: http://pear.php.net/package/Services_Hatena
    Changelog: http://pear.php.net/package/Services...download/0.1.4
    Download: http://download.pear.php.net/package...tena-0.1.4.tgz

    Authors
    -------
    Makoto Tanaka (lead)
    The new PEAR package Services_Atlassian_Crowd-0.9.4 (beta) has been released at http://pear.php.net/.

    Release notes
    -------------
    - fixed installation path in package.xml
    - fixed bug: #14955

    Package Info
    ------------
    Crowd is a web-based single sign-on (SSO) tool
    that simplifies application provisioning and identity management.

    This package is derived from the PHP Client Library for Atlassian Crowd
    class written by Infinite Campus, Inc.

    Related Links
    -------------
    Package home: http://pear.php.net/package/Services_Atlassian_Crowd
    Changelog: http://pear.php.net/package/Services...download/0.9.4
    Download: http://download.pear.php.net/package...rowd-0.9.4.tgz

    Authors
    -------
    Luca Corbo (lead)

  15. #15
    Rédacteur

    Avatar de Yogui
    Homme Profil pro
    Directeur technique
    Inscrit en
    Février 2004
    Messages
    13 721
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France, Yonne (Bourgogne)

    Informations professionnelles :
    Activité : Directeur technique

    Informations forums :
    Inscription : Février 2004
    Messages : 13 721
    Points : 29 985
    Points
    29 985
    Par défaut
    The new PEAR package Services_Facebook-0.1.6 (alpha) has been released at http://pear.php.net/.

    Release notes
    -------------
    * Added connect.getUnconnectedFriendsCount
    * Updated users.hadAppPermission to support more permisions and a uid
    * Corrected auth.revokeAuthorization, session key required

    Package Info
    ------------
    An interface for accessing Facebook's web services API at http://api.facebook.com.

    Related Links
    -------------
    Package home: http://pear.php.net/package/Services_Facebook
    Changelog: http://pear.php.net/package/Services...download/0.1.6
    Download: http://download.pear.php.net/package...book-0.1.6.tgz

    Authors
    -------
    Joe Stump <pear@joestump.net> (lead)
    Travis Swicegood (developer)
    Jeff Hodsdon <jeffhodsdon@gmail.com> (lead)

  16. #16
    Rédacteur

    Avatar de Yogui
    Homme Profil pro
    Directeur technique
    Inscrit en
    Février 2004
    Messages
    13 721
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France, Yonne (Bourgogne)

    Informations professionnelles :
    Activité : Directeur technique

    Informations forums :
    Inscription : Février 2004
    Messages : 13 721
    Points : 29 985
    Points
    29 985
    Par défaut
    The new PEAR package Services_Facebook-0.1.7 (alpha) has been released at http://pear.php.net/.

    Release notes
    -------------
    * Updated auth.revokeAuthorization, session key not required and able to pass in uid

    Package Info
    ------------
    An interface for accessing Facebook's web services API at http://api.facebook.com.

    Related Links
    -------------
    Package home: http://pear.php.net/package/Services_Facebook
    Changelog: http://pear.php.net/package/Services...download/0.1.7
    Download: http://download.pear.php.net/package...book-0.1.7.tgz

    Authors
    -------
    Joe Stump <pear@joestump.net> (lead)
    Travis Swicegood (developer)
    Jeff Hodsdon <jeffhodsdon@gmail.com> (lead)

  17. #17
    Rédacteur

    Avatar de Yogui
    Homme Profil pro
    Directeur technique
    Inscrit en
    Février 2004
    Messages
    13 721
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France, Yonne (Bourgogne)

    Informations professionnelles :
    Activité : Directeur technique

    Informations forums :
    Inscription : Février 2004
    Messages : 13 721
    Points : 29 985
    Points
    29 985
    Par défaut
    The new PEAR package Services_Blogging-0.2.3 (beta) has been released at http://pear.php.net/.

    Release notes
    -------------
    - Fix bug #15028: URL with trailing slash gives error [cweiske]
    - Coding standards cleanup
    - Add more docblocks, enhance existing ones (e.g. factory exceptions)
    - Set client version correctly

    Package Info
    ------------
    API for accessing blog systems such as blogger, livejournal and others.

    Related Links
    -------------
    Package home: http://pear.php.net/package/Services_Blogging
    Changelog: http://pear.php.net/package/Services...download/0.2.3
    Download: http://download.pear.php.net/package...ging-0.2.3.tgz

    Authors
    -------
    Christian Weiske (lead)
    Anant Narayanan <anant@kix.in> (lead)

  18. #18
    Rédacteur

    Avatar de Yogui
    Homme Profil pro
    Directeur technique
    Inscrit en
    Février 2004
    Messages
    13 721
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France, Yonne (Bourgogne)

    Informations professionnelles :
    Activité : Directeur technique

    Informations forums :
    Inscription : Février 2004
    Messages : 13 721
    Points : 29 985
    Points
    29 985
    Par défaut
    The new PEAR package Services_Yadis-0.2.2 (beta) has been released at http://pear.php.net/.

    Release notes
    -------------
    Request #12226 - Renamed AllTests (PHPUnit3 / PEAR wide test suite)
    Bug #12973 Broken code in Yadis.php, lines 305-307
    Bug #12974 Fatal error: Call to undefined method Services_Yadis::_getHttpRequest()

    Package Info
    ------------
    Implementation of the Yadis Specification 1.0 protocol allowing a client to discover a list of Services a Yadis Identity Provider offers.

    Related Links
    -------------
    Package home: http://pear.php.net/package/Services_Yadis
    Changelog: http://pear.php.net/package/Services...download/0.2.2
    Download: http://download.pear.php.net/package...adis-0.2.2.tgz

    Authors
    -------
    Pádraic Brady (lead)

  19. #19
    Rédacteur

    Avatar de Yogui
    Homme Profil pro
    Directeur technique
    Inscrit en
    Février 2004
    Messages
    13 721
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France, Yonne (Bourgogne)

    Informations professionnelles :
    Activité : Directeur technique

    Informations forums :
    Inscription : Février 2004
    Messages : 13 721
    Points : 29 985
    Points
    29 985
    Par défaut
    The new PEAR package Services_oEmbed-0.1.0 (alpha) has been released at http://pear.php.net/.

    Release notes
    -------------
    * Initial release.

    Package Info
    ------------
    oEmbed (http://www.oembed.com) is an open specification for discovering more information about URI's. oEmbed services return structure meta-data about a URI (e.g. type of object, title, author information, thumbnail details, etc.).

    Related Links
    -------------
    Package home: http://pear.php.net/package/Services_oEmbed
    Changelog: http://pear.php.net/package/Services...download/0.1.0
    Download: http://download.pear.php.net/package...mbed-0.1.0.tgz

    Authors
    -------
    Joe Stump <pear@joestump.net> (lead)

  20. #20
    Rédacteur

    Avatar de Yogui
    Homme Profil pro
    Directeur technique
    Inscrit en
    Février 2004
    Messages
    13 721
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France, Yonne (Bourgogne)

    Informations professionnelles :
    Activité : Directeur technique

    Informations forums :
    Inscription : Février 2004
    Messages : 13 721
    Points : 29 985
    Points
    29 985
    Par défaut
    The new PEAR package Services_Amazon_SQS-0.1.0 (alpha) has been released at http://pear.php.net/.

    Release notes
    -------------
    First PEAR release.

    Package Info
    ------------
    This package provides an object-oriented interface to the Amazon Simple Queue Service (SQS). Included are client libraries and a command-line script for managing queues. You will need a set of web-service keys from Amazon Web Services that have SQS enabled. You can sign up for an account at: https://aws-portal.amazon.com/gp/aws...ion/index.html.

    Note: Although this package has no cost, Amazon's Web services are not free to use. You will be billed by Amazon for your use of SQS.

    This package is derived with permission from the simple-aws package available at http://code.google.com/p/simple-aws/ and written by Mike Brittain.

    This package requires PHP 5.2.1.

    There are two main ways to use this package. Firstly, it provides an API that may be used to manage queues, and to add and remove messages from queues in PHP scripts. The Services_Amazon_SQS_QueueManager and Services_Amazon_SQS_Queue classes provide these methods.

    Secondly, a command-line application for managing SQS queues is provided. This is installed by PEAR as `sqs'. Running this command produces the following output:

    A command-line interface to Amazon's Simple Queue Service.

    Usage:
    sqs [options] command [args]

    Commands:
    create Creates a new queue with the specified name.
    delete Deletes an existing queue by the specified URI.
    list Lists avaiable queues.
    version Displays version information.

    Options:
    -c, --config=file Find configuration in `file'.

    Type `sqs help <command>' to get the help for the specified command.

    Related Links
    -------------
    Package home: http://pear.php.net/package/Services_Amazon_SQS
    Changelog: http://pear.php.net/package/Services...download/0.1.0
    Download: http://download.pear.php.net/package..._SQS-0.1.0.tgz

    Authors
    -------
    Michael Gauthier (lead)
    Mike Brittain (lead)

Discussions similaires

  1. Site web annonces (Wordpress)
    Par momedalhouma dans le forum Général Conception Web
    Réponses: 3
    Dernier message: 09/11/2016, 16h33
  2. Annonces d'extensions PECL, de bibliothèques et de frameworks
    Par Community Management dans le forum Bibliothèques et frameworks
    Réponses: 60
    Dernier message: 22/01/2009, 15h36
  3. [XML] Annonces d'extensions et de paquetages
    Par Community Management dans le forum Bibliothèques et frameworks
    Réponses: 10
    Dernier message: 22/01/2009, 15h34
  4. Annonces d'extensions et de bibliothèques
    Par Community Management dans le forum PHP & Base de données
    Réponses: 13
    Dernier message: 06/01/2009, 16h34
  5. [Images] Annonces d'extensions et de paquetages
    Par Community Management dans le forum Bibliothèques et frameworks
    Réponses: 1
    Dernier message: 29/12/2008, 16h19

Partager

Partager
  • Envoyer la discussion sur Viadeo
  • Envoyer la discussion sur Twitter
  • Envoyer la discussion sur Google
  • Envoyer la discussion sur Facebook
  • Envoyer la discussion sur Digg
  • Envoyer la discussion sur Delicious
  • Envoyer la discussion sur MySpace
  • Envoyer la discussion sur Yahoo