phabstractic
Pure PHP Abstract Data Types, Features, and Algorithms
Documentation
For information on how the library works and how to use it please see:
Wunk.me Phabstractic Documentation
Inspiration
I've been fascinated with abstract concepts in programming ever since I started programming at age 7. To me, the idea that something can be abstracted to provide functionality apart from the data it necessarily represents is interesting. This was born first as an experiment to see what data types I could implement, but it has grown into it's own whole package.
What it does
Phabstractic provides pure PHP implementations of many different abstractions (data structure, patterns, algorithms).
For example, it provides a large list of abstract data structures (lists, queues, sets, maps, etc.)
What's next for phabstractic
Right now we're converting over the code from the old codebase located in asherwunk/primus2. I decided this was a perfectly good package on its own that I didn't need to muddy up the waters of the Artificial Intelligence System.
License
The MIT License (MIT) [OSI Approved License] The MIT License (MIT)
Copyright (c) 2015 Asher Holley
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Log in or sign up for Devpost to join the conversation.