PHPackages                             euskadi31/spore - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. euskadi31/spore

ActiveLibrary[API Development](/categories/api)

euskadi31/spore
===============

Spore client for PHP5.3+

36PHP

Since Nov 26Pushed 13y ago1 watchersCompare

[ Source](https://github.com/euskadi31/Spore)[ Packagist](https://packagist.org/packages/euskadi31/spore)[ RSS](/packages/euskadi31-spore/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Spore
=====

[](#spore)

[![Build Status](https://camo.githubusercontent.com/be8a834ea8199946b21e668c01abadfdbfd15c359dfbf0baa4270139c422b72f/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f6575736b61646933312f53706f72652e706e67)](http://travis-ci.org/euskadi31/Spore)

This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may change without notice in a future release of PHP.

[SPORE](https://github.com/SPORE/) is a way to describe public services HTTP APIs such as \[twitter\] [1](http://github.com/SPORE/api-description/blob/master/services/twitter.json)or applications with an HTTP interface such as \[Apache CouchDB\] [2](http://github.com/SPORE/api-description/blob/master/apps/couchdb.json)using a simple language-agnostic JSON document that can be used by various language-specific implementations to dynamically or statically generate high level client objects.

The goal of this git repository is to host:

- the specifications for the \[SPORE description language\] [3](http://github.com/SPORE/specifications/blob/master/spore_description.pod)
- the specifications for writing a \[SPORE client implementation\] [4](http://github.com/SPORE/specifications/blob/master/spore_implementation.pod)

Applications and services API descriptions
------------------------------------------

[](#applications-and-services-api-descriptions)

- [API Descriptions](http://github.com/spore/api-description)

Install
-------

[](#install)

Use [Composer.phar](http://getcomposer.org/)

```
cd Spore/
curl -s https://getcomposer.org/installer | php
php composer.phar install

```

Usage
-----

[](#usage)

The examples are a good place to start. The minimal you'll need to have is:

```
