These forums have been archived and are now read-only.

The new forums are live and can be found at https://forums.eveonline.com/

EVE Technology Lab

 
  • Topic is locked indefinitely.
 

Pheal the simple to use PHP API Library - release 0.1.5

Author
Peter Powers
Terrorists of Dimensions
#1 - 2012-06-25 06:33:41 UTC  |  Edited by: Peter Powers
Pheal does now support composer link: getcomposer.org to be installed through.
If your project uses composer, all you need to do is the require to your composer.json and run php composer.phar install (see composer docs for more detail).

Quote:

{
"require": {
"pheal/pheal": ">=0.1.1"
}
}


The Pheal package has support for composers autoloading (see composer docs for more details).

The latest version is also available for direct download https://github.com/ppetermann/pheal/tags
and via git https://github.com/ppetermann/pheal

edit: added pheal to packagist so no more need to add my own repository.

3rdPartyEve.net - your catalogue for 3rd party applications

Cyerus
University of Caille
Gallente Federation
#2 - 2012-06-25 23:48:53 UTC
Has anything else been changed since 0.1.0 ?
Like is it worth updating if you don't use composer?
Peter Powers
Terrorists of Dimensions
#3 - 2012-06-26 08:36:01 UTC
Cyerus wrote:
Has anything else been changed since 0.1.0 ?
Like is it worth updating if you don't use composer?

no. =)

3rdPartyEve.net - your catalogue for 3rd party applications

Peter Powers
Terrorists of Dimensions
#4 - 2012-09-21 11:09:56 UTC
0.1.3 was released
this is only a "cosmetic" release - Pheal didnt report its version correctly - besides that its identical with 0.1.2

users of 0.1.2 do not need to upgrade except they rely on the right version number.
users of < 0.1.2 should definately update.

3rdPartyEve.net - your catalogue for 3rd party applications

Peter Powers
Terrorists of Dimensions
#5 - 2012-09-21 11:10:09 UTC
Peter Powers wrote:
0.1.3 was released
this is only a "cosmetic" release - Pheal didnt report its version correctly - besides that its identical with 0.1.2

users of 0.1.2 do not need to upgrade except they rely on the right version number.
users of < 0.1.2 should definately update.


composer users can update through composer.

3rdPartyEve.net - your catalogue for 3rd party applications

Peter Powers
Terrorists of Dimensions
#6 - 2012-09-26 07:19:20 UTC
0.1.4 was released, thanks to Manhim, there is a performant relevant change,
if you do huge amount of requests its recommended to update.

3rdPartyEve.net - your catalogue for 3rd party applications

Peter Powers
Terrorists of Dimensions
#7 - 2012-10-01 09:26:47 UTC
0.1.5 is fixing some smaller issue for windows users

3rdPartyEve.net - your catalogue for 3rd party applications