Libraries tagged by lite library
dgerike/aumuc
118 Downloads
A PHP library to convert car related units, like `PS` to `kW` or `mph` to `km/h`.
death_satan/hyperf-casbin
0 Downloads
An authorization library that supports access control models like ACL, RBAC, ABAC in hyperf.
crayoon/hyperf-casbin
5 Downloads
An authorization library that supports access control models like ACL, RBAC, ABAC in hyperf.
cornerjob/php-picnic
28 Downloads
Picnic (Simple) PHP libraries to connect to persistent layers like Cassandra, Couchbase, Couchdb, Mongo, ElasticSearch, Kinesis, Mysql and AWS S3.
casbin/phalcon-permission
0 Downloads
An authorization library that supports access control models like ACL, RBAC, ABAC in Phalcon.
aymanrb/php-mail-filters
1 Downloads
A library to help you create GMAIL like mail filters in your PHP Application
aydin-hassan/strip-indent
52 Downloads
A tiny library for stripping indents from multi-line scripts, inspired by: (sindresorhus/strip-indent)[https://github.com/sindresorhus/strip-indent]
antaivb/php-picnic
22 Downloads
Picnic (Simple) PHP libraries to connect to persistent layers like Cassandra, Couchbase, Couchdb, Mongo, ElasticSearch, Kinesis, Mysql and AWS S3.
andphp/hyperf-casbin
3 Downloads
An authorization library that supports access control models like ACL, RBAC, ABAC in hyperf.
3xdev/think-authz
0 Downloads
An authorization library that supports access control models like ACL, RBAC, ABAC in ThinkPHP 6.
3212lin/hyperf-orm-permission
6 Downloads
An authorization library that supports access control models like ACL, RBAC, ABAC in EsaySwoole Hyperf Orm.
zeichen32/website-info
19 Downloads
PHP library to retrieve server info from any webpage like installed cms, webserver, etc
zacharyrankin/sprocketeer
1376 Downloads
Sprocketeer is a PHP library for getting a simple list of files from a sprocket-like manifest.
ypio/php-microsoft-graph-file-converter
285 Downloads
A PHP library that allow you to easly use the Microsft Graph API to convert some file formats in some others file format like docx to pdf.
yousafsyed/algorithms
17 Downloads
Original Proposal: Using the right data structure or algorithm for the situation is an important aspect of programming. In computer science literature, many data structures and algorithms have been researched and extensively documented. However, there is still no standard library in Php implementing useful structures and algorithms like Red/Black Trees, tries, different sorting algorithms, etc. This project will create such a library with documentation on when to use a particular structure/algorithm. It will also come with a benchmark suite to compare performance in different situations.