syhol / boosterpack

A booster pack library for PHP containing data structures and functional programming constructs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Boosterpack

The missing php functions and structures

Next Steps

  • Implement partials functions
  • Implement Vector

Thoughts

  • Things to rethink:
    • Boosterpack\Contracts\Morphable
    • Boosterpack\Contracts\Orderable
    • Boosterpack\Contracts\Bounded
    • Boosterpack\Contracts\Enum
    • Boosterpack\Contracts\Data\Table
    • Boosterpack\Contracts\Data\String
    • Boosterpack\Contracts\Data\Char
    • Boosterpack\Contracts\Data\Result
  • Make resize interfaces bigger
    • ShrinkableStart to extend Traversable
    • GrowableStart to have prepend
    • GrowableEnd to have append, to extend Semigroup

About

A booster pack library for PHP containing data structures and functional programming constructs


Languages

Language:PHP 100.0%