php-alchemist/core-files

Collection of classes adding functionality to the language

v2.1.0 2024-10-01 12:03 UTC

This package is auto-updated.

Last update: 2024-10-31 12:09:08 UTC


README

Master Workflow

Abstract

These files are just a collection of files that I can use for projects. It started as a thought experiment.

Why?

You're probably wondering why on earth I created something like this. That is a completely valid question. I love that PHP provides the fluidity of a duck type language, but thanks to frameworks such as Symfony pushing for more strongly typed structures, with all the benefits of dynamically typed. Think of it as "Duck-Typed With Benefits."

I wanted to give myself the flexibility and write objects for String, Array, HashTable, and Dictionary. I am fully aware that this isn't really needed, and should be handled by the core language if it were. I wanted to try and I have enjoyed using them in my personal projects.

Documentation

Core-Files Wiki
NOTE: Interfaces are missing. This is on the list to fix.

.::. DruiD .::.
(druid628@gmail.com)