2017 © Pedro Peláez
 

library helpers

PhalconFans Helpers is a helper function collection for phalcon project.

image

phalconfans/helpers

PhalconFans Helpers is a helper function collection for phalcon project.

  • Friday, May 26, 2017
  • by kideny
  • Repository
  • 1 Watchers
  • 2 Stars
  • 13 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 8 Versions
  • 0 % Grown

The README.md

PhalconFans/Helpers, (*1)

This package will add the helper functions to your Phalcon application. Install, (*2)

Run:, (*3)

composer require phalconfans/helpers, (*4)

or modify Composer.json, (*5)

"phalconfans/helpers": "~0.0.6", (*6)

than composer update, (*7)

Edit your bootrap_cli.php or bootstrap_web.php, like this, (*8)

use Dotenv\Dotenv;, (*9)

use PhalconFans\Helpers;, (*10)

$di['env'] = function () {, (*11)

return new Dotenv(BASE_PATH);

};, (*12)

$di['env']->load();, (*13)

so , you can global use env() to manage your env for your config., (*14)

Copyright, (*15)

This project is open source software licensed under the GPLv3 License. See the LICENSE file for more., (*16)

© 2017-3017, PhalconFans Team, (*17)

The Versions

26/05 2017

dev-master

9999999-dev https://github.com/phalconfans/helpers

PhalconFans Helpers is a helper function collection for phalcon project.

  Sources   Download

GPL v2

The Requires

 

helpers php7 phalcon phalconfans

26/05 2017

v0.0.7

0.0.7.0 https://github.com/phalconfans/helpers

PhalconFans Helpers is a helper function collection for phalcon project.

  Sources   Download

GPL v2

The Requires

 

helpers php7 phalcon phalconfans

26/05 2017

v0.0.6

0.0.6.0 https://github.com/phalconfans/helpers

helpers is a helper for phalcon project.

  Sources   Download

GPL v2

The Requires

 

helpers php7 phalcon phalconfans

26/05 2017

v0.0.5

0.0.5.0 https://github.com/phalconfans/helpers

helpers is a helper for phalcon project.

  Sources   Download

GPL v2

The Requires

 

helpers php7 phalcon phalconfans

26/05 2017

v0.0.4

0.0.4.0 https://github.com/phalconfans/helpers

helpers is a helper for phalcon project.

  Sources   Download

GPL v2

The Requires

  • php >=5.2.1
  • ext-phalcon >=2.0

 

helpers php7 phalcon phalconfans

26/05 2017

v0.0.3

0.0.3.0 https://github.com/phalconfans/helpers

helpers is a helper for phalcon project.

  Sources   Download

GPL v2

The Requires

  • php >=5.2.1
  • ext-phalcon >=2.0

 

helpers php7 phalcon phalconfans