50 lines
1.7 KiB
ReStructuredText
50 lines
1.7 KiB
ReStructuredText
phpspec
|
|
=======
|
|
|
|
The main website with documentation is at `http://www.phpspec.net <http://www.phpspec.net>`_.
|
|
|
|
.. image:: https://github.com/phpspec/phpspec/workflows/Build/badge.svg
|
|
:target: https://github.com/phpspec/phpspec/actions?query=workflow%3ABuild
|
|
:alt: Main Build Status
|
|
|
|
.. image:: https://img.shields.io/scrutinizer/g/phpspec/phpspec.svg
|
|
:target: https://scrutinizer-ci.com/g/phpspec/phpspec/build-status/master
|
|
:alt: Master Scrutinizer Quality Score
|
|
|
|
.. image:: https://img.shields.io/appveyor/ci/ciaranmcnulty/phpspec/master.svg
|
|
:target: https://ci.appveyor.com/project/ciaranmcnulty/phpspec/branch/master
|
|
:alt: AppVeyor build status
|
|
|
|
.. image:: https://poser.pugx.org/phpspec/phpspec/downloads.png
|
|
:target: https://poser.pugx.org/phpspec/phpspec/downloads
|
|
:alt: Total downloads
|
|
|
|
.. image:: https://poser.pugx.org/phpspec/phpspec/v/stable.png
|
|
:target: https://poser.pugx.org/phpspec/phpspec/v/stable
|
|
:alt: Latest stable version
|
|
|
|
.. image:: https://poser.pugx.org/phpspec/phpspec/v/unstable.png
|
|
:target: https://poser.pugx.org/phpspec/phpspec/v/unstable
|
|
:alt: Latest unstable version
|
|
|
|
.. image:: https://poser.pugx.org/phpspec/phpspec/license.png
|
|
:target: https://poser.pugx.org/phpspec/phpspec/license
|
|
:alt: Software license
|
|
|
|
Installing Dependencies
|
|
-----------------------
|
|
|
|
Dependencies are handled via `composer <https://getcomposer.org>`_::
|
|
|
|
wget -nc https://getcomposer.org/composer.phar
|
|
php composer.phar install
|
|
|
|
Developer's mailing list
|
|
------------------------
|
|
|
|
For development discussion subscribe to `phpspec-dev@googlegroups.com <mailto:phpspec-dev@googlegroups.com>`_.
|
|
|
|
Community
|
|
---------
|
|
Check out #phpspec on irc.freenode.net.
|