PHPackages                             destinylab/swetest - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. destinylab/swetest

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

destinylab/swetest
==================

The simple wrapper of swisseph library's swetest

221.6k↓33.3%5[2 issues](https://github.com/DestinyLab/swetest/issues)PHPCI failing

Since Jul 8Pushed 9y ago11 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

Swetest
=======

[](#swetest)

[![Build Status](https://camo.githubusercontent.com/f93e9f3eef9f18218ac964c44c8e4b9cb99937198f07ace24e4266576cf9f4e4/68747470733a2f2f7472617669732d63692e6f72672f44657374696e794c61622f737765746573742e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/DestinyLab/swetest)

Swetest is the simple wrapper of swisseph library's swetest.

Requirement
-----------

[](#requirement)

- PHP &gt;=5.4

Installing via Composer
-----------------------

[](#installing-via-composer)

The recommended way to install Swetest is through Composer.

```
# Install Composer
curl -sS https://getcomposer.org/installer | php
```

Next, update your project's composer.json file to include Swetest:

```
{
    "require": {
        "destinylab/swetest": "dev-master"
    }
}
```

Usage
-----

[](#usage)

```
