2017 © Pedro PelĆ”ez
 

library kisma

PHP Utility Belt

image

kisma/kisma

PHP Utility Belt

  • Tuesday, August 25, 2015
  • by lucifurious
  • Repository
  • 2 Watchers
  • 16 Stars
  • 8,407 Installations
  • PHP
  • 9 Dependents
  • 0 Suggesters
  • 2 Forks
  • 1 Open issues
  • 86 Versions
  • 0 % Grown

The README.md

Kisma, (*1)

Kismaā„¢: PHP Utility Belt v0.2.77

Latest Stable Version Total Downloads Latest Unstable Version License, (*2)

Thanks for checking out Kisma!, (*3)

<a href="http://www.jetbrains.com/phpstorm/" style="display:block;alt="PHP IDE with advanced HTML/CSS/JavaScript editor for hardcore web-developers" title="PHP IDE with advanced HTML/CSS/JavaScript editor for hardcore web-developers"> Proudly developed withbr/ , (*4)

About the name...

Besides being a town in the Rift Valley of Kenya, "kisma" is the Quechuan word for "womb". Since all living things are birthed from a womb (sort of) I thought why not applications? So the that's where I came up with the name. Yes, it's whimsical. Big whoop, whaddya gonna do about it?, (*5)

The base class of many Kismaā„¢ classes is called "Seed", as it is from this class that all life (i.e. application functionality) springs. This is a lightweight base object that provides very limited, but useful functionality (like an event hook interface). No magic methods, no chicanery. Just pure PHP., (*6)

Secondly, the "size" of the library is labeled as "fun-sized". Yes, more whimsicality. I've grown weary of the micro-, macro-, nano-, mega- framework arguments of late. So cope., (*7)

A library is supposed to help you, the coder, develop whatever it is you're trying to develop in a timely, productive fashion. If you have to jump through a thousand hoops just to bootstrap the damned utility, it's not easy. If there are choices for configuration file formats, that's not easy. I'm all for flexibility, but I'm more in favor of maintainability. I can't have one person on my team writing his config files in YAML, another in PHP, one in XML, etc. I'm not knocking frameworks that accept/allow this. I'm just saying that I've avoided that for the sake of consistency, maintainability, ease of use, and readability., (*8)

Design Goals

These are the design goals of Kismaā„¢. My original goal was to create a really kick-ass web framework. But I don't have the time nor the inclination to take on that level of coding. So I scaled it way back to just be a library of cool shit. This is basically all the utility classes and whatnot that I've written over the last decade assembled into a 5.3 namespaced library. You can use as much or as little of it as you want., (*9)

While the library is NOT specifically designed for ultra-fast performance (it ain't slow either), execution speed was the primary goal of certain areas (i.e. caching data for subsequent calls, limited instantiation/invocation within loops, etc.). While the code is, for the most part, stream-lined and fast, I'm sure there are areas where it could be improved to make it faster. However, I've focused on readability and consistency over speed. Can you use this library on your web site? Absolutely. Will it freak out (Symfony|Yii|Cake|Silex|)? It shouldn't. Well, that's cool!, (*10)

  • Fully leverage PHP 5.3, its features such as namespaces, embracing the DRY KISS.
  • Use built-in PHP library calls whenever possible for speed.
  • Consistent access/interface usage by all objects
  • Completely extensible from the base up, minimal cohesion and coupling.
  • Usable from/with any other framework or library
  • ABSOLUTELY NO USE OF MAGIC __get() AND __set() or public properties.

I will be working on more documentation when I flesh out my model more., (*11)

Features

  • Easy to use/grasp/grok/work with
  • Quicker to code repetitive tasks
  • All setters return $this for easy chaining
  • Easy to configure
  • PSR-0 compliant
  • Registered with Packagist, Composer-compatible!

Installation

Kismaā„¢ is PSR-0/4 compliant and can be installed using composer. Simply add kisma/kisma to your composer.json file. Composer is the sane alternative to PEAR. It is excellent for managing dependencies in larger projects., (*12)

{
    "require": {
        "kisma/kisma": "*"
    }
}

Requirements

  • PHP v5.3+ Kismaā„¢ requires PHP v5.3.0+.

The Versions

25/08 2015

dev-develop

dev-develop https://github.com/kisma/kisma

PHP Utility Belt

  Sources   Download

MIT

The Requires

 

The Development Requires

by Jerry Ablan

php library utility php5

25/08 2015

dev-master

9999999-dev https://github.com/kisma/kisma

PHP Utility Belt

  Sources   Download

MIT

The Requires

 

The Development Requires

by Jerry Ablan

php library utility php5

25/08 2015

0.2.77

0.2.77.0 https://github.com/kisma/kisma

PHP Utility Belt

  Sources   Download

MIT

The Requires

 

The Development Requires

by Jerry Ablan

php library utility php5

23/01 2015

0.2.76

0.2.76.0 https://github.com/kisma/kisma

PHP Utility Belt

  Sources   Download

MIT

The Requires

 

The Development Requires

by Jerry Ablan

php library utility php5

13/11 2014

0.2.75

0.2.75.0 https://github.com/kisma/kisma

PHP Utility Belt

  Sources   Download

MIT

The Requires

 

The Development Requires

by Jerry Ablan

php library utility php5

11/11 2014

0.2.74

0.2.74.0 https://github.com/kisma/kisma

PHP Utility Belt

  Sources   Download

MIT

The Requires

 

The Development Requires

by Jerry Ablan

php library utility php5

27/10 2014

0.2.73

0.2.73.0 https://github.com/kisma/kisma

PHP Utility Belt

  Sources   Download

MIT

The Requires

 

The Development Requires

by Jerry Ablan

php library utility php5

23/10 2014

0.2.72

0.2.72.0 https://github.com/kisma/kisma

PHP Utility Belt

  Sources   Download

MIT

The Requires

 

The Development Requires

by Jerry Ablan

php library utility php5

22/10 2014

0.2.71

0.2.71.0 https://github.com/kisma/kisma

PHP Utility Belt

  Sources   Download

MIT

The Requires

 

The Development Requires

by Jerry Ablan

php library utility php5

21/10 2014

0.2.70

0.2.70.0 https://github.com/kisma/kisma

PHP Utility Belt

  Sources   Download

MIT

The Requires

 

The Development Requires

by Jerry Ablan

php library utility php5

21/10 2014

0.2.69

0.2.69.0 https://github.com/kisma/kisma

PHP Utility Belt

  Sources   Download

MIT

The Requires

 

The Development Requires

by Jerry Ablan

php library utility php5

21/10 2014

0.2.68

0.2.68.0 https://github.com/kisma/kisma

PHP Utility Belt

  Sources   Download

MIT

The Requires

 

The Development Requires

by Jerry Ablan

php library utility php5

07/10 2014

dev-feature/option-refactor

dev-feature/option-refactor https://github.com/kisma/kisma

PHP Utility Belt

  Sources   Download

MIT

The Requires

 

The Development Requires

by Jerry Ablan

php library utility php5

06/10 2014

0.2.67

0.2.67.0 https://github.com/kisma/kisma

PHP Utility Belt

  Sources   Download

MIT

The Requires

 

The Development Requires

by Jerry Ablan

php library utility php5

29/09 2014

0.2.66

0.2.66.0 https://github.com/kisma/kisma

PHP Utility Belt

  Sources   Download

MIT

The Requires

 

The Development Requires

by Jerry Ablan

php library utility php5

26/09 2014

0.2.65

0.2.65.0 https://github.com/kisma/kisma

PHP Utility Belt

  Sources   Download

MIT

The Requires

 

The Development Requires

by Jerry Ablan

php library utility php5

26/09 2014

0.2.64

0.2.64.0 https://github.com/kisma/kisma

PHP Utility Belt

  Sources   Download

MIT

The Requires

 

The Development Requires

by Jerry Ablan

php library utility php5

26/09 2014

0.2.63

0.2.63.0 https://github.com/kisma/kisma

PHP Utility Belt

  Sources   Download

MIT

The Requires

 

The Development Requires

by Jerry Ablan

php library utility php5

10/09 2014

0.2.62

0.2.62.0 https://github.com/kisma/kisma

PHP Utility Belt

  Sources   Download

MIT

The Requires

 

The Development Requires

by Jerry Ablan

php library utility php5

10/09 2014

0.2.61

0.2.61.0 https://github.com/kisma/kisma

PHP Utility Belt

  Sources   Download

MIT

The Requires

 

The Development Requires

by Jerry Ablan

php library utility php5

10/09 2014

0.2.60

0.2.60.0 https://github.com/kisma/kisma

PHP Utility Belt

  Sources   Download

MIT

The Requires

 

The Development Requires

by Jerry Ablan

php library utility php5

10/09 2014
05/09 2014
26/08 2014
18/08 2014
14/08 2014
14/08 2014
14/08 2014
29/07 2014
25/07 2014
09/07 2014
09/07 2014
08/07 2014
08/07 2014
30/06 2014
12/06 2014
22/05 2014
19/05 2014
19/05 2014
17/05 2014
12/05 2014
29/04 2014
28/04 2014
18/04 2014
16/04 2014
05/04 2014

dev-feature/promises

dev-feature/promises https://github.com/kisma/kisma

PHP Utility Belt

  Sources   Download

MIT

The Requires

 

The Development Requires

by Jerry Ablan

php library utility php5

20/03 2014

dev-feature/reorganization

dev-feature/reorganization https://github.com/lucifurious/kisma

PHP Utility Belt

  Sources   Download

GPL3

The Requires

  • php >=5.3.10

 

The Development Requires

by Jerry Ablan

php library utility php5 tool

18/03 2014

0.2.35

0.2.35.0 https://github.com/kisma/kisma

PHP Utility Belt

  Sources   Download

MIT

The Requires

 

The Development Requires

by Jerry Ablan

php library utility php5

18/03 2014

dev-release/0.2.35

dev-release/0.2.35 https://github.com/kisma/kisma

PHP Utility Belt

  Sources   Download

MIT

The Requires

 

The Development Requires

by Jerry Ablan

php library utility php5

17/03 2014

0.2.34

0.2.34.0 https://github.com/kisma/kisma

PHP Utility Belt

  Sources   Download

MIT

The Requires

 

The Development Requires

by Jerry Ablan

php library utility php5

15/03 2014

0.2.33

0.2.33.0 https://github.com/kisma/kisma

PHP Utility Belt

  Sources   Download

MIT

The Requires

 

The Development Requires

by Jerry Ablan

php library utility php5

13/03 2014

0.2.32

0.2.32.0 https://github.com/kisma/kisma

PHP Utility Belt

  Sources   Download

MIT

The Requires

 

The Development Requires

by Jerry Ablan

php library utility php5

11/03 2014

0.2.31

0.2.31.0 https://github.com/kisma/kisma

PHP Utility Belt

  Sources   Download

MIT

The Requires

 

The Development Requires

by Jerry Ablan

php library utility php5

07/03 2014

0.2.30

0.2.30.0 https://github.com/kisma/kisma

PHP Utility Belt

  Sources   Download

MIT

The Requires

 

The Development Requires

by Jerry Ablan

php library utility php5

06/03 2014

0.2.29

0.2.29.0 https://github.com/kisma/kisma

PHP Utility Belt

  Sources   Download

MIT

The Requires

 

The Development Requires

by Jerry Ablan

php library utility php5

04/03 2014

0.2.28

0.2.28.0 https://github.com/kisma/kisma

PHP Utility Belt

  Sources   Download

MIT

The Requires

 

The Development Requires

by Jerry Ablan

php library utility php5

03/03 2014

0.2.27

0.2.27.0 https://github.com/kisma/kisma

PHP Utility Belt

  Sources   Download

MIT

The Requires

 

The Development Requires

by Jerry Ablan

php library utility php5

27/02 2014

0.2.26

0.2.26.0 https://github.com/kisma/kisma

PHP Utility Belt

  Sources   Download

MIT

The Requires

 

The Development Requires

by Jerry Ablan

php library utility php5

27/02 2014

0.2.25

0.2.25.0 https://github.com/kisma/kisma

PHP Utility Belt

  Sources   Download

MIT

The Requires

 

The Development Requires

by Jerry Ablan

php library utility php5

24/02 2014

0.2.24

0.2.24.0 https://github.com/kisma/kisma

PHP Utility Belt

  Sources   Download

MIT

The Requires

 

The Development Requires

by Jerry Ablan

php library utility php5

23/02 2014

0.2.23

0.2.23.0 https://github.com/kisma/kisma

PHP Utility Belt

  Sources   Download

MIT

The Requires

 

The Development Requires

by Jerry Ablan

php library utility php5

21/02 2014

0.2.22

0.2.22.0 https://github.com/kisma/kisma

PHP Utility Belt

  Sources   Download

MIT

The Requires

 

The Development Requires

by Jerry Ablan

php library utility php5

20/02 2014

0.2.21

0.2.21.0 https://github.com/kisma/kisma

PHP Utility Belt

  Sources   Download

MIT

The Requires

 

The Development Requires

by Jerry Ablan

php library utility php5

18/02 2014

0.2.20

0.2.20.0 https://github.com/kisma/kisma

PHP Utility Belt

  Sources   Download

MIT

The Requires

 

The Development Requires

by Jerry Ablan

php library utility php5

13/02 2014

0.2.19

0.2.19.0 https://github.com/kisma/kisma

PHP Utility Belt

  Sources   Download

MIT

The Requires

 

The Development Requires

by Jerry Ablan

php library utility php5

11/02 2014

0.2.18

0.2.18.0 https://github.com/kisma/kisma

PHP Utility Belt

  Sources   Download

MIT

The Requires

  • php >=5.3.10

 

The Development Requires

by Jerry Ablan

php library utility php5

06/02 2014

0.2.17

0.2.17.0 https://github.com/kisma/kisma

PHP Utility Belt

  Sources   Download

MIT

The Requires

  • php >=5.3.10

 

The Development Requires

by Jerry Ablan

php library utility php5

06/02 2014

0.2.16

0.2.16.0 https://github.com/kisma/kisma

PHP Utility Belt

  Sources   Download

MIT

The Requires

  • php >=5.3.10

 

The Development Requires

by Jerry Ablan

php library utility php5

06/02 2014

0.2.15

0.2.15.0 https://github.com/kisma/kisma

PHP Utility Belt

  Sources   Download

MIT

The Requires

  • php >=5.3.10

 

The Development Requires

by Jerry Ablan

php library utility php5

31/01 2014

0.2.13

0.2.13.0 https://github.com/kisma/kisma

PHP Utility Belt

  Sources   Download

MIT

The Requires

  • php >=5.3.18

 

by Jerry Ablan

php library utility php5

31/01 2014

0.2.12

0.2.12.0 https://github.com/kisma/kisma

PHP Utility Belt

  Sources   Download

MIT

The Requires

  • php >=5.3.18

 

by Jerry Ablan

php library utility php5

30/01 2014

0.2.11

0.2.11.0 https://github.com/kisma/kisma

PHP Utility Belt

  Sources   Download

MIT

The Requires

  • php >=5.3.10

 

by Jerry Ablan

php library utility php5

30/01 2014

0.2.10

0.2.10.0 https://github.com/kisma/kisma

PHP Utility Belt

  Sources   Download

GPL3

The Requires

  • php >=5.3.10

 

by Jerry Ablan

php library utility php5

22/01 2014

0.2.9

0.2.9.0 https://github.com/kisma/kisma

PHP Utility Belt

  Sources   Download

GPL3

The Requires

  • php >=5.3.18

 

by Jerry Ablan

php library utility php5

22/01 2014

0.2.8

0.2.8.0 https://github.com/kisma/kisma

PHP Utility Belt

  Sources   Download

GPL3

The Requires

  • php >=5.3.10

 

by Jerry Ablan

php library utility php5

03/12 2013

0.2.7

0.2.7.0 https://github.com/kisma/kisma

PHP Utility Belt

  Sources   Download

GPL3

The Requires

  • php >=5.3.10

 

by Jerry Ablan

php library utility php5

03/12 2013

0.2.6

0.2.6.0 https://github.com/kisma/kisma

PHP Utility Belt

  Sources   Download

GPL3

The Requires

  • php >=5.3.10

 

by Jerry Ablan

php library utility php5

22/11 2013

0.2.5

0.2.5.0 https://github.com/kisma/kisma

PHP Utility Belt

  Sources   Download

GPL3

The Requires

  • php >=5.3.10

 

by Jerry Ablan

php library utility php5

14/11 2013

0.2.4

0.2.4.0 https://github.com/kisma/kisma

PHP Utility Belt

  Sources   Download

GPL3

The Requires

  • php >=5.3.10

 

by Jerry Ablan

php library utility php5

08/11 2013

0.2.3

0.2.3.0 https://github.com/kisma/kisma

PHP Utility Belt

  Sources   Download

GPL3

The Requires

  • php >=5.3.10

 

by Jerry Ablan

php library utility php5

30/10 2013

0.2.0

0.2.0.0 https://github.com/kisma/kisma

PHP Utility Belt

  Sources   Download

GPL3

The Requires

  • php >=5.3.10

 

by Jerry Ablan

php library utility php5

06/09 2013

dev-feature/presentation

dev-feature/presentation https://github.com/kisma/kisma

PHP Utility Belt

  Sources   Download

GPL3

The Requires

  • php >=5.3.10

 

by Jerry Ablan

php library utility php5

10/07 2013

0.1.3

0.1.3.0 https://github.com/kisma/kisma

PHP Utility Belt

  Sources   Download

GPL3

The Requires

  • php >=5.3.10

 

by Jerry Ablan

php library utility php5

04/07 2013

0.1.1

0.1.1.0 https://github.com/kisma/kisma

PHP Utility Belt

  Sources   Download

GPL3

The Requires

  • php >=5.3.10

 

by Jerry Ablan

php library utility php5

04/07 2013

0.1.0

0.1.0.0 https://github.com/kisma/kisma

A Fun-Sized PHP Framework

  Sources   Download

MIT

The Requires

  • php >=5.3.10

 

by Jerry Ablan

framework php rest mvc php5