A modest collection of PHP libraries used at SparkFun.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
1.2 KiB

  1. SparkLib
  2. --------
  3. SparkLib is a modest collection of PHP libraries from your friends at SparkFun
  4. Electronics.
  5. We find these useful; maybe you will too. That said, we lay no special claims
  6. to originality or general applicability. Interfaces herein are unstable, the
  7. wheel is reinvented often, and most features depend on a recent stable release
  8. of the language. Cleverness is avoided where possible.
  9. Some of the contents of this repository contain dependencies external to
  10. SparkLib, there are no unit tests provided, and example code for the
  11. Application stuff is notably lacking. We'll work on all of that.
  12. Documentation, such as it is, can generally be found in the code.
  13. Contents include:
  14. * Autoloader - a simple, almost-standards-compliant autoloader
  15. * Application - a web application framework
  16. * Bugzilla - a very simple client for a subset of the Bugzilla API
  17. * Fail - a simple error and exception logging facility
  18. * Iterator - A base class with extra methods for SPL Iterators
  19. * SocialNoise - quick and dirty display of search results for some social networks
  20. * Template - an object wrapper for using PHP files as templates
  21. * Util - a miscellany
  22. * jsonRPC - a half-baked fork of Sergio Vaccaro's JSON-RPC code
  23. -- bpb