2017 © Pedro Peláez
 

library phalcon-shared

Phalcon Shared Module - Adds Some Common/Shared Utility Classes To Work More Effectively With Phalcon

image

twistersfury/phalcon-shared

Phalcon Shared Module - Adds Some Common/Shared Utility Classes To Work More Effectively With Phalcon

  • Friday, October 27, 2017
  • by Fenikkusu
  • Repository
  • 1 Watchers
  • 0 Stars
  • 57 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

PHP7 Phalcon Shared Library, (*1)

This library is intended to exist as an enhancement to the already great Phalcon Framework. Eventually, some of the the feature in here will be added to the actual cphalcon repo., (*2)

Note: This system assumes that you include vendor after setting up the phalcon Di., (*3)

\TwistersFury\Phalcon\Shared\Di\AbstractFactory - Extends Phalcon FactoryDefault. Adds The Ability To 'Auto Register' Any Methods That Start With 'register'. Priority can be changed via AbstractFactory::priorityServices, (*4)

\TwistersFury\Phalcon\Shared\Di\FactoryDefault - Extends AbstractFactory. Adds a few enhancements to some of the default services. - URL Base Of Domain //domain.name.com - Config With Dist Logic - Registers Databases From Config - Registers Flash Session Using Bootstrap Classes - Registers Volt Engine Setting Compile Defaults Based Off Constants - Registers Crypt Using Key File From Config As Key, (*5)

\TwistersFury\Phalcon\Shared\Helpers\Defines - Allows Calling '\define' with existing defines and/or callback functions. Useful to ensure define not called twice., (*6)

\TwistersFury\Phalcon\Shared\Helpers\PathManager - Gives Central Location To Set/Configure Project Paths, (*7)

Events - twistersfury:static-defines - Used to define static constants that do not depend on other static constants. - twistersfury:dynamic-defines - Used to define constants that change based off runtime configuration or rely on other constants., (*8)

Defines - TF_DEBUG_MODE_DISABLED - Debug Mode Is Disabled - TF_DEBUG_MODE_TESTING - Debug Mode Is Currently In Testing - TF_SHARED_SOURCE - Library Source (src) Folder - TF_SHARED_PROJECT - Library Root/Project Folder - TF_SHARED_TESTS - Library Test (tests) Folder - TF_APP_ROOT - Project Root Folder (../../../app In Project, ../ In Repo/Testing); - TF_DEBUG_MODE - Current Debug Mode - Defaults To ENV(TF_DEBUG_MODE) or TF_DEBUG_MODE_DISABLED., (*9)

author Phoenix phoenix@twistersfury.com license http://www.opensource.org/licenses/mit-license.html MIT License copyright 2017 Twister's Fury, (*10)

The Versions

27/10 2017

dev-master

9999999-dev

Phalcon Shared Module - Adds Some Common/Shared Utility Classes To Work More Effectively With Phalcon

  Sources   Download

MIT

The Requires

 

The Development Requires

helpers php crud shared utilities phalcon

27/10 2017

v1.0.2

1.0.2.0

Phalcon Shared Module - Adds Some Common/Shared Utility Classes To Work More Effectively With Phalcon

  Sources   Download

MIT

The Requires

 

The Development Requires

helpers php crud shared utilities phalcon

07/07 2017

v1.0.1

1.0.1.0

Phalcon Shared Module - Adds Some Common/Shared Utility Classes To Work More Effectively With Phalcon

  Sources   Download

MIT

The Requires

  • php ^7.0
  • ext-phalcon ^3.2.0

 

The Development Requires

helpers php shared utilities phalcon

07/07 2017

v1.0.0

1.0.0.0

Phalcon Shared Module - Adds Some Common/Shared Utility Classes To Work More Effectively With Phalcon

  Sources   Download

MIT

The Requires

  • php ^7.0
  • ext-phalcon ^3.2.0

 

The Development Requires

helpers php shared utilities phalcon