Libraries tagged by affinity
affinity4/slimphp-support
13 Downloads
Add Laravel style facades, traits and helper functions to any SlimPHP app
fiorello/affinity-integration
10 Downloads
Affinity Integration system. Consumes Affinity APIs to perform basic functions
dotink/affinity
1403 Downloads
A bootstrapper that loves you
affinitylicensing/affinity-api-php
4635 Downloads
PHP Library for Affinity API
upscale/swoole-dispatch
934 Downloads
Request dispatch strategies for Swoole web-server
affinity4/file
32 Downloads
Recursively search child (or parent) directories of a given directory for files with regex pattern or filename
affinity/hello-world
0 Downloads
A simple greeter.
affinityweb/hello-world
0 Downloads
A simple greeter.
affinitydev/gatekeeper
16 Downloads
Decoupled, interface-based, and standalone resource authorization component for PHP 5.4.
affinity4/validate
4 Downloads
Trait which uses magic methods to automatically validate properties using annotations
affinity4/tokenizer
7 Downloads
A zero-dedpendency tokenizer written in PHP. Returns an easily navigatable Stream object of Token objects with public type, value, offset and length properties
affinity4/template
28 Downloads
Simple template engine with optional syntax which is easy to learn. Can use plain PHP also.
affinity4/support
4 Downloads
Add Laravel style facades, traits and helper functions to any PSR-11 Container app
affinity4/magic
14 Downloads
Magic Trait used to easily add event listeners, spelling suggestions in errors and Javascript __set and __get style setters an getters to any class. Magic!
affinity4/heap
10 Downloads
Full Binary Heap implementation with maxheap, minheap and memory-efficient O(nlogn) and space-complexity of O(1) heapsort algorithm