Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
lcobucci committed May 3, 2018
1 parent 796f90f commit 1a9273b
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Chimera - foundation

[![Total Downloads](https://img.shields.io/packagist/dt/lcobucci/chimera-foundation.svg?style=flat-square)](https://packagist.org/packages/lcobucci/chimera-foundation)
[![Latest Stable Version](https://img.shields.io/packagist/v/lcobucci/chimera-foundation.svg?style=flat-square)](https://packagist.org/packages/lcobucci/chimera-foundation)
[![Unstable Version](https://img.shields.io/packagist/vpre/lcobucci/chimera-foundation.svg?style=flat-square)](https://packagist.org/packages/lcobucci/chimera-foundation)
[![Total Downloads](https://img.shields.io/packagist/dt/chimera/foundation.svg?style=flat-square)](https://packagist.org/packages/chimera/foundation)
[![Latest Stable Version](https://img.shields.io/packagist/v/chimera/foundation.svg?style=flat-square)](https://packagist.org/packages/chimera/foundation)
[![Unstable Version](https://img.shields.io/packagist/vpre/chimera/foundation.svg?style=flat-square)](https://packagist.org/packages/chimera/foundation)

![Branch master](https://img.shields.io/badge/branch-master-brightgreen.svg?style=flat-square)
[![Build Status](https://img.shields.io/travis/lcobucci/chimera-foundation/master.svg?style=flat-square)](http://travis-ci.org/#!/lcobucci/chimera-foundation)
[![Scrutinizer Code Quality](https://img.shields.io/scrutinizer/g/lcobucci/chimera-foundation/master.svg?style=flat-square)](https://scrutinizer-ci.com/g/lcobucci/chimera-foundation/?branch=master)
[![Code Coverage](https://img.shields.io/scrutinizer/coverage/g/lcobucci/chimera-foundation/master.svg?style=flat-square)](https://scrutinizer-ci.com/g/lcobucci/chimera-foundation/?branch=master)
[![Build Status](https://img.shields.io/travis/chimeraphp/foundation/master.svg?style=flat-square)](http://travis-ci.org/#!/chimeraphp/foundation)
[![Scrutinizer Code Quality](https://img.shields.io/scrutinizer/g/chimeraphp/foundation/master.svg?style=flat-square)](https://scrutinizer-ci.com/g/chimeraphp/foundation/?branch=master)
[![Code Coverage](https://img.shields.io/scrutinizer/coverage/g/chimeraphp/foundation/master.svg?style=flat-square)](https://scrutinizer-ci.com/g/chimeraphp/foundation/?branch=master)

> The term Chimera (_/kɪˈmɪərə/_ or _/kaɪˈmɪərə/_) has come to describe any
mythical or fictional animal with parts taken from various animals, or to
Expand All @@ -30,11 +30,11 @@ libraries together without creating a huge monster.

## Installation

You probably won't depend directly on this package, but it is available on [Packagist](http://packagist.org/packages/lcobucci/chimera-foundation),
You probably won't depend directly on this package, but it is available on [Packagist](http://packagist.org/packages/chimera/foundation),
and can be installed using [Composer](http://getcomposer.org):

```shell
$ composer require lcobucci/chimera-foundation
$ composer require chimera/foundation
```

### PHP Configuration
Expand All @@ -53,20 +53,20 @@ Check the documentation for more information: https://secure.php.net/manual/en/f

## Related packages

* [`lcobucci/chimera-bus-tactician`](https://github.com/lcobucci/chimera-bus-tactician): Adapter
* [`chimera/bus-tactician`](https://github.com/chimeraphp/bus-tactician): Adapter
for the amazing [`league/tactician`](https://github.com/thephpleague/tactician)
* [`lcobucci/chimera-routing`](https://github.com/lcobucci/chimera-routing): Abstractions and
* [`chimera/routing`](https://github.com/chimeraphp/routing): Abstractions and
reusable request handlers (controllers) to handle HTTP requests
* [`lcobucci/chimera-routing-expressive`](https://github.com/lcobucci/chimera-routing-expressive): Adapter
* [`chimera/routing-expressive`](https://github.com/chimeraphp/routing-expressive): Adapter
for the great [`zendframework/zend-expressive`](https://github.com/zendframework/zend-expressive)
* [`lcobucci/chimera-serialization-jms`](https://github.com/lcobucci/chimera-serialization-jms): Adapter
* [`chimera/serialization-jms`](https://github.com/chimeraphp/serialization-jms): Adapter
for the really flexible [`jms/serializer`](https://github.com/schmittjoh/serializer)
* [`lcobucci/chimera-di-symfony`](https://github.com/lcobucci/chimera-di-symfony): A set of
* [`chimera/di-symfony`](https://github.com/chimeraphp/di-symfony): A set of
compiler passes that plugs everything together while compiling the container, so that
no unnecessary process is executed when the software is handling user requests
* [`lcobucci/chimera-sample`](https://github.com/lcobucci/chimera-sample): A very basic
* [`chimera/sample`](https://github.com/chimeraphp/sample): A very basic
application showing how to use this set of libraries

## License

MIT, see [LICENSE file](https://github.com/lcobucci/chimera-foundation/blob/master/LICENSE).
MIT, see [LICENSE file](https://github.com/chimeraphp/foundation/blob/master/LICENSE).

0 comments on commit 1a9273b

Please sign in to comment.