PHPackages                             corny-phoenix/fipa-sl - 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. [Parsing &amp; Serialization](/categories/parsing)
4. /
5. corny-phoenix/fipa-sl

ActiveLibrary[Parsing &amp; Serialization](/categories/parsing)

corny-phoenix/fipa-sl
=====================

PHP Library for serializing FIPA SL messages.

0.1.4(11y ago)222MITPHPPHP &gt;= 5.5

Since Apr 15Pushed 11y ago1 watchersCompare

[ Source](https://github.com/CornyPhoenix/fipa-sl)[ Packagist](https://packagist.org/packages/corny-phoenix/fipa-sl)[ Docs](https://github.com/CornyPhoenix/fipa-sl)[ RSS](/packages/corny-phoenix-fipa-sl/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (3)Versions (7)Used By (0)

PHP FIPA SL 0.1.4
=================

[](#php-fipa-sl-014)

[![Build Status](https://camo.githubusercontent.com/46228def38cd9f73b8b5cbcc06d967d84fa9ea0b9fdb14516909dd01f11fe503/68747470733a2f2f7472617669732d63692e6f72672f436f726e7950686f656e69782f666970612d736c2e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/CornyPhoenix/fipa-sl) [![Code Climate](https://camo.githubusercontent.com/84d423a8f609499a540d84719d411f02025c31d78f7dadac13efac753ec0680e/68747470733a2f2f636f6465636c696d6174652e636f6d2f6769746875622f436f726e7950686f656e69782f666970612d736c2f6261646765732f6770612e737667)](https://codeclimate.com/github/CornyPhoenix/fipa-sl) [![Scrutinizer Code Quality](https://camo.githubusercontent.com/e4b24d11cc190cb1c2f5deb7d27fd50a60e64e5ecc13fc7934cef0d2ec461e20/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f436f726e7950686f656e69782f666970612d736c2f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/CornyPhoenix/fipa-sl/?branch=master)

Introduction
------------

[](#introduction)

The [**Foundation for Intelligent Physical Agents** *(FIPA)*](http://en.wikipedia.org/wiki/FIPA) is a group at IEEE which proposes a lot of standards in agent oriented software engineering (AOSE). One of those standards is the [**Semantic Language** *(SL)*](http://www.fipa.org/specs/fipa00008/) specification (FIPA00008).

This library adds serialization and unserialization support for SL-encoded objects.

Installation
------------

[](#installation)

Install it using Composer:

```
composer require corny-phoenix/fipa-sl 0.1.4

```

Basic Usage
-----------

[](#basic-usage)

```
