2017 © Pedro Peláez
 

library workspace

A library of commonly used classes and utilities.

image

a15lam/workspace

A library of commonly used classes and utilities.

  • Saturday, June 23, 2018
  • by a15lam
  • Repository
  • 2 Watchers
  • 1 Stars
  • 305 Installations
  • PHP
  • 3 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 7 Versions
  • 32 % Grown

The README.md

workspace (In progress)

A library of all classes that are commonly used in my other libraries/projects. This library is intended for my personal use in order to make life a little easier. When I work on this I am only thinking about myself and no one else. That being said, you are welcome to use it on your own., (*1)

Usage

Configuration

Overwrite the Workspace class in your project and set your PHP config file in Workspace::$configInfo. Default is DIR . '/../config.php'. Once the file path is set you can get a config value like below., (*2)

//This is your overwritten version of Workspace class where you set the config file.
Workspace::config()->get('config-name-here');

Logger

Overwrite the Workspace class in your project and set your log path in Workspace::$logPath . Default is DIR . '/../storage/logs/. Once the log path is set you get start using the logger like below., (*3)

//This is your overwritten version of Workspace class where you set the config file.
Workspace::log()->warn('message');
Workspace::log()->error('message');
Workspace::log()->info('message');
Workspace::log()->debug('message');

The Versions

23/06 2018

dev-develop

dev-develop https://github.com/a15lam/workspace/

A library of commonly used classes and utilities.

  Sources   Download

MIT

The Requires

 

by Arif Islam

framework utility common

23/06 2018

dev-master

9999999-dev https://github.com/a15lam/workspace/

A library of commonly used classes and utilities.

  Sources   Download

MIT

The Requires

 

by Arif Islam

framework utility common

23/06 2018

0.1.1

0.1.1.0 https://github.com/a15lam/workspace/

A library of commonly used classes and utilities.

  Sources   Download

MIT

The Requires

 

by Arif Islam

framework utility common

13/01 2017

0.1.0

0.1.0.0 https://a15lam.github.io/workspace/

A library of commonly used classes and utilities.

  Sources   Download

MIT

The Requires

 

by Arif Islam

framework utility common

16/11 2016

0.0.3

0.0.3.0 https://a15lam.github.io/workspace/

A library of commonly used classes and utilities.

  Sources   Download

MIT

The Requires

  • php >=5.5

 

by Arif Islam

framework utility common

06/11 2016

0.0.2

0.0.2.0 https://a15lam.github.io/workspace/

A library of commonly used classes and utilities.

  Sources   Download

MIT

The Requires

  • php >=5.5

 

by Arif Islam

framework utility common

28/08 2016

0.0.1

0.0.1.0 https://a15lam.github.io/workspace/

A library of commonly used classes and utilities.

  Sources   Download

MIT

The Requires

  • php >=5.5

 

by Arif Islam

framework utility common