Skip to content
forked from ebidtech/fastc

A light layer on top of Guzzle service descriptions that enables faster HTTP client development.

License

Notifications You must be signed in to change notification settings

uniplaces/fastc

 
 

Repository files navigation

Fastc

Latest Stable Version Build Status Coverage Status Scrutinizer Quality Score Dependency Status

A light layer on top of Guzzle service descriptions that enables faster HTTP client development.

Requirements

  • PHP >= 5.4

Installation

The recommended way to install is through composer.

Just create a composer.json file for your project:

{
    "require": {
        "ebidtech/fastc": "@stable"
    }
}

Tip: browse ebidtech/fastc page to choose a stable version to use, avoid the @stable meta constraint.

And run these two commands to install it:

$ curl -sS https://getcomposer.org/installer | php
$ composer install

Now you can add the autoloader, and you will have access to the library:

<?php

require 'vendor/autoload.php';

Usage

Contributing

See CONTRIBUTING file.

Credits

License

Fastc library is released under the MIT License. See the bundled LICENSE file for details.

About

A light layer on top of Guzzle service descriptions that enables faster HTTP client development.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%