Giter Club home page Giter Club logo

libphutil's Introduction

WHAT IS LIBPHUTIL?

libphutil is a collection of utility classes and functions for PHP. Some
features of the library include:

libphutil Library System
  A system for organizing, loading and introspecting PHP classes and functions.
  Uses static analysis to generate, validate and update library contents and
  includes. Based on Facebook's similar 'flib' system.

Futures
  Futures (also known as "promises") are objects which act as placeholders for
  some future result of computation. They let you express parallel and
  asynchronous execution with a natural syntax. There are three provided
  concrete Future implementations: ExecFuture for executing system commands,
  HTTPFuture for making HTTP requests, and QueryFuture for executing database
  queries.

Filesystem
  The builtin PHP filesystem functions return error codes and emit warnings.
  It is tedious to check these consistently. The Filesystem class provides a
  simple API for common filesystem operations that throws exceptions on failure.

xsprintf
  This module allows you to build sprintf()-style functions that have arbitrary
  conversions. This is particularly useful for escaping data correctly. Three
  concrete implementations are provided:
    csprintf(): safely escape data for system commands
    jsprintf(): safely escape data for Javascript
    qsprintf(): safely escape data for MySQL

AAST/PHPAST
  An abstract, abstract syntax tree which can make it easier to perform simple
  static analysis, and a concrete AST for PHP.

Remarkup
  A Markdown-like lightweight markup language. Remarkup's syntax is defined by
  parser plugins and fairly easy to extend and configure.

Daemons
  Enables running PHP scripts as stable, long-lived daemons.

Utilities
  A handful of solid utility functions.

libphutil is used by Phabricator, Arcanist and Diviner.

LICENSE

libphutil is released under the Apache 2.0 license except as otherwise noted.

libphutil's People

Contributors

afaquejam avatar andrewjcg avatar anhnhan avatar bhamiltoncx avatar bobtrahan avatar deedy avatar fratrik avatar garoevans avatar hach-que avatar hsb avatar hwang36 avatar indiefan avatar katherinez avatar korvinszanto avatar kwadwon avatar ljalonen avatar mareksapota-fb avatar ptarjan avatar relrod avatar ryanmce avatar seporaitis avatar tuomaspelkonen avatar vrana avatar wez avatar yungsters avatar zrait avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.