2017 © Pedro Peláez
 

library php-http

HTTP package for statflo php projects

image

statflo/php-http

HTTP package for statflo php projects

  • Wednesday, August 16, 2017
  • by kinncj
  • Repository
  • 15 Watchers
  • 0 Stars
  • 4,270 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 12 Versions
  • 14 % Grown

The README.md

PHP HTTP package

installation

composer.json


{ "require": { /* ... */ "statflo/php-http": "dev-master", } }

Usage

web/index.php

<?php

use Statflo\HTTP\Main;

//$app = Silex\Application;

Main::run($app ?: null, [
    'debug'       =>  (bool) getenv('PHP_APP_DEBUG'),
    'session'     => $_SESSION,
    'config_path' => dirname(__FILE__) . "/../config",
    'parameters'  => [
    ],
    'controllers' => [
        "/api/accounts"       => [
            ['method' => 'get',  'class' => Statflo\Controller\Crm\Accounts::class, 'id' => 'statflo.controller.crm.accounts:findAll'],
        ],
        "/api/accounts/merge" => [
            ['method' => 'post', 'class' => Statflo\Controller\Crm\Accounts::class, 'id' => 'statflo.controller.crm.accounts:merge'],
        ],
    ]
]);

The Versions

16/08 2017

dev-master

9999999-dev

HTTP package for statflo php projects

  Sources   Download

Copyright

The Requires

 

16/08 2017

1.4.0

1.4.0.0

HTTP package for statflo php projects

  Sources   Download

Copyright

The Requires

 

18/07 2017

1.3.0

1.3.0.0

HTTP package for statflo php projects

  Sources   Download

Copyright

The Requires

 

17/04 2017

1.2.3

1.2.3.0

HTTP package for statflo php projects

  Sources   Download

Copyright

The Requires

 

06/04 2017

1.2.2

1.2.2.0

HTTP package for statflo php projects

  Sources   Download

Copyright

The Requires

 

29/03 2017

1.2.1

1.2.1.0

HTTP package for statflo php projects

  Sources   Download

Copyright

The Requires

 

29/03 2017

1.1.2

1.1.2.0

HTTP package for statflo php projects

  Sources   Download

Copyright

The Requires

 

29/03 2017

1.2.0

1.2.0.0

HTTP package for statflo php projects

  Sources   Download

Copyright

The Requires

 

29/03 2017

1.1.1

1.1.1.0

HTTP package for statflo php projects

  Sources   Download

Copyright

The Requires

 

28/03 2017

1.1.0

1.1.0.0

HTTP package for statflo php projects

  Sources   Download

Copyright

The Requires

 

28/03 2017

1.0.1

1.0.1.0

HTTP package for statflo php projects

  Sources   Download

Copyright

The Requires

 

28/03 2017

1.0.0

1.0.0.0

HTTP package for statflo php projects

  Sources   Download

Copyright

The Requires