Skip to content

A collection of libraries and APIs

License

Unknown, CC-BY-SA-4.0 licenses found

Licenses found

Unknown
license.html
CC-BY-SA-4.0
license.md
Notifications You must be signed in to change notification settings

LupusCoding/phplibs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHP Libs

by LupusCoding

General

Each library / API is in a ready-to-use state and has an example folder, with at least one example. Some of them also have PHPUnit tests.

Current Packages

  • Autoload
    • PSR-4 style autoloader with namespace to path mapping.
  • Encoder
    • Simple API to encode data.
  • EventPro
    • Simple API to handle events in php. Listen to and react on events by single method calls.
  • Recaptcha
    • Simple library for easy google reCaptcha usage.
  • Registry
    • API to temporarily register data to a global key-value store. No database is required because all data is stored in the object.

Future Plans

  • MicroController
    • Micro Service Controller and Service Interfaces to create Micro Service projects, according to standardized procedure.
  • DBQM
    • (D)ata(B)ase (Q)uery (M)anager - Simple API to handle DB requests
  • PluginProcessor
    • API to create plugin slots and to easily define the standard methods, per plugin.
  • ShellProcessor
    • Easy-to-use API for creating PHP-based, console-executable scripts. For example: setups, cron jobs, etc.

License

This project is under Attribution-ShareAlike 4.0 International CreativeCommons-License
See license.html or license.md for further informations.

Creative Commons Lizenzvertrag

About

A collection of libraries and APIs

Resources

License

Unknown, CC-BY-SA-4.0 licenses found

Licenses found

Unknown
license.html
CC-BY-SA-4.0
license.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published